Class SecretTypeResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.environments.model.SecretTypeResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:35.786-07:00") public class SecretTypeResponse extends CdpResponse
Response object for showing the secret types and descriptions.
  • Constructor Details

    • SecretTypeResponse

      public SecretTypeResponse()
  • Method Details

    • getSecretType

      public String getSecretType()
      Getter for secretType. The type of secret that can be used with the rotate-freeipa-secrets command.
    • setSecretType

      public void setSecretType(String secretType)
      Setter for secretType. The type of secret that can be used with the rotate-freeipa-secrets command.
    • getDescription

      public String getDescription()
      Getter for description. The description of the secret type.
    • setDescription

      public void setDescription(String description)
      Setter for description. The description of the secret type.
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object