Package com.cloudera.cdp.iam.model
Class ListSshPublicKeysRequest
- java.lang.Object
-
- com.cloudera.cdp.iam.model.ListSshPublicKeysRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:42.174-08:00") public class ListSshPublicKeysRequest extends Object
Request object for list SSH public key.
-
-
Constructor Summary
Constructors Constructor Description ListSshPublicKeysRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getActorCrn()
Getter for actorCrn.int
hashCode()
void
setActorCrn(String actorCrn)
Setter for actorCrn.String
toString()
-
-
-
Method Detail
-
getActorCrn
public String getActorCrn()
Getter for actorCrn. The CRN of the user or machine user to list SSH public keys for. If it is not included, it defaults to the actor making the request.
-
setActorCrn
public void setActorCrn(String actorCrn)
Setter for actorCrn. The CRN of the user or machine user to list SSH public keys for. If it is not included, it defaults to the actor making the request.
-
-