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
plaintextstring optionalNot a sensitive value, just plaintext.secretstring requiredThe secret value in plaintext.ciphertextarray[string] optionalThe encrypted representation of the secret value.