1. Docs
  2. Reference
  3. REST API Docs
  4. Schema
  5. SecretValue

SecretValue

    A SecretValue describes a secret value on the wire. The JSON representation is an object with a required ‘secret’ field containing the plaintext and an optional ‘ciphertext’ field containing the encrypted representation.

    Properties

    • secret string required
      The secret value in plaintext.
    • ciphertext array[string] optional
      The encrypted representation of the secret value.