Class GetKeytabRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.GetKeytabRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:18.529-07:00") public class GetKeytabRequest extends Object
Request object for get keytab request.
-
-
Constructor Summary
Constructors Constructor Description GetKeytabRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getActorCrn()
Getter for actorCrn.String
getEnvironmentName()
Getter for environmentName.int
hashCode()
void
setActorCrn(String actorCrn)
Setter for actorCrn.void
setEnvironmentName(String environmentName)
Setter for environmentName.String
toString()
-
-
-
Method Detail
-
getEnvironmentName
public String getEnvironmentName()
Getter for environmentName. The name or CRN of the environment.
-
setEnvironmentName
public void setEnvironmentName(String environmentName)
Setter for environmentName. The name or CRN of the environment.
-
getActorCrn
public String getActorCrn()
Getter for actorCrn. The CRN of the user or machine user to retrieve the keytab for. If it is not included, it defaults to the user making the request.
-
setActorCrn
public void setActorCrn(String actorCrn)
Setter for actorCrn. The CRN of the user or machine user to retrieve the keytab for. If it is not included, it defaults to the user making the request.
-
-