Class AzureKeyVaultSecretReference


  • public final class AzureKeyVaultSecretReference
    extends SecretBase
    Azure Key Vault secret reference.
    • Constructor Detail

      • AzureKeyVaultSecretReference

        public AzureKeyVaultSecretReference()
    • Method Detail

      • getStore

        public LinkedServiceReference getStore()
        Get the store property: The Azure Key Vault linked service reference.
        Returns:
        the store value.
      • setStore

        public AzureKeyVaultSecretReference setStore​(LinkedServiceReference store)
        Set the store property: The Azure Key Vault linked service reference.
        Parameters:
        store - the store value to set.
        Returns:
        the AzureKeyVaultSecretReference object itself.
      • getSecretName

        public Object getSecretName()
        Get the secretName property: The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
        Returns:
        the secretName value.
      • setSecretName

        public AzureKeyVaultSecretReference setSecretName​(Object secretName)
        Set the secretName property: The name of the secret in Azure Key Vault. Type: string (or Expression with resultType string).
        Parameters:
        secretName - the secretName value to set.
        Returns:
        the AzureKeyVaultSecretReference object itself.
      • getSecretVersion

        public Object getSecretVersion()
        Get the secretVersion property: The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
        Returns:
        the secretVersion value.
      • setSecretVersion

        public AzureKeyVaultSecretReference setSecretVersion​(Object secretVersion)
        Set the secretVersion property: The version of the secret in Azure Key Vault. The default value is the latest version of the secret. Type: string (or Expression with resultType string).
        Parameters:
        secretVersion - the secretVersion value to set.
        Returns:
        the AzureKeyVaultSecretReference object itself.