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
secretstring requiredThe secret value in plaintext.ciphertextarray[string] optionalThe encrypted representation of the secret value.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.