Class SecretPropertiesResponse


  • public final class SecretPropertiesResponse
    extends java.lang.Object
    • Method Detail

      • contentType

        public java.util.Optional<java.lang.String> contentType()
        Returns:
        The content type of the secret.
      • secretUri

        public java.lang.String secretUri()
        Returns:
        The URI to retrieve the current version of the secret.
      • secretUriWithVersion

        public java.lang.String secretUriWithVersion()
        Returns:
        The URI to retrieve the specific version of the secret.
      • value

        public java.util.Optional<java.lang.String> value()
        Returns:
        The value of the secret. NOTE: 'value' will never be returned from the service, as APIs using this model are is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.