Class SecretObjectResponse


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

      • type

        public java.util.Optional<java.lang.String> type()
        Returns:
        The type of the secret object which determines how the value of the secret object has to be interpreted.
      • value

        public java.util.Optional<java.lang.String> value()
        Returns:
        The value of the secret. The format of this value will be determined based on the type of the secret object. If the type is Opaque, the value will be used as is without any modification.