Package com.cloudera.cdp.dw.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for azureVaultName.Getter for cloudProvider.Getter for version.inthashCode()voidsetAzureVaultName(String azureVaultName) Setter for azureVaultName.voidsetCloudProvider(String cloudProvider) Setter for cloudProvider.voidsetVersion(String version) Setter for version.toString()
-
Constructor Details
-
SecretProperties
public SecretProperties()
-
-
Method Details
-
getCloudProvider
Getter for cloudProvider. The cloud provider associated with the secret. -
setCloudProvider
Setter for cloudProvider. The cloud provider associated with the secret. -
getVersion
Getter for version. The version of the secret. -
setVersion
Setter for version. The version of the secret. -
getAzureVaultName
Getter for azureVaultName. The name of the Azure Key Vault. -
setAzureVaultName
Setter for azureVaultName. The name of the Azure Key Vault. -
equals
-
hashCode
public int hashCode() -
toString
-