Class KeyVaultSecretUriSecretInfo


  • public final class KeyVaultSecretUriSecretInfo
    extends SecretInfoBase
    The secret info when type is keyVaultSecretUri. It's for scenario that user provides a secret stored in user's keyvault and source is Web App, Spring Cloud or Container App.
    • Constructor Detail

      • KeyVaultSecretUriSecretInfo

        public KeyVaultSecretUriSecretInfo()
    • Method Detail

      • value

        public String value()
        Get the value property: URI to the keyvault secret.
        Returns:
        the value value.
      • withValue

        public KeyVaultSecretUriSecretInfo withValue​(String value)
        Set the value property: URI to the keyvault secret.
        Parameters:
        value - the value value to set.
        Returns:
        the KeyVaultSecretUriSecretInfo object itself.