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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for description.Getter for secretType.int
hashCode()
void
setDescription
(String description) Setter for description.void
setSecretType
(String secretType) Setter for secretType.toString()
Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestId
Methods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
SecretTypeResponse
public SecretTypeResponse()
-
-
Method Details
-
getSecretType
Getter for secretType. The type of secret that can be used with the rotate-freeipa-secrets command. -
setSecretType
Setter for secretType. The type of secret that can be used with the rotate-freeipa-secrets command. -
getDescription
Getter for description. The description of the secret type. -
setDescription
Setter for description. The description of the secret type. -
equals
-
hashCode
public int hashCode() -
toString
-