Class GetKeytabRequest

java.lang.Object
com.cloudera.cdp.environments.model.GetKeytabRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:35.786-07:00") public class GetKeytabRequest extends Object
Request object for get keytab request.
  • Constructor Details Link icon

    • GetKeytabRequest Link icon

      public GetKeytabRequest()
  • Method Details Link icon

    • getEnvironmentName Link icon

      public String getEnvironmentName()
      Getter for environmentName. The name or CRN of the environment.
    • setEnvironmentName Link icon

      public void setEnvironmentName(String environmentName)
      Setter for environmentName. The name or CRN of the environment.
    • getActorCrn Link icon

      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 Link icon

      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.
    • equals Link icon

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode Link icon

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString Link icon

      public String toString()
      Overrides:
      toString in class Object