Class SecretProperties

java.lang.Object
com.cloudera.cdp.dw.model.SecretProperties

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-11-14T06:50:04.824-08:00") public class SecretProperties extends Object
The properties of the secret.
  • Constructor Details

    • SecretProperties

      public SecretProperties()
  • Method Details

    • getCloudProvider

      public String getCloudProvider()
      Getter for cloudProvider. The cloud provider associated with the secret.
    • setCloudProvider

      public void setCloudProvider(String cloudProvider)
      Setter for cloudProvider. The cloud provider associated with the secret.
    • getVersion

      public String getVersion()
      Getter for version. The version of the secret.
    • setVersion

      public void setVersion(String version)
      Setter for version. The version of the secret.
    • getAzureVaultName

      public String getAzureVaultName()
      Getter for azureVaultName. The name of the Azure Key Vault.
    • setAzureVaultName

      public void setAzureVaultName(String azureVaultName)
      Setter for azureVaultName. The name of the Azure Key Vault.
    • 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