Class ValueSecretInfo


  • public final class ValueSecretInfo
    extends SecretInfoBase
    The secret info when type is rawValue. It's for scenarios that user input the secret.
    • Constructor Detail

      • ValueSecretInfo

        public ValueSecretInfo()
    • Method Detail

      • value

        public String value()
        Get the value property: The actual value of the secret.
        Returns:
        the value value.
      • withValue

        public ValueSecretInfo withValue​(String value)
        Set the value property: The actual value of the secret.
        Parameters:
        value - the value value to set.
        Returns:
        the ValueSecretInfo object itself.