get Encrypted Value
Encrypts or Decrypts a value using a Key Vault Key.
Return
A collection of values returned by getEncryptedValue.
Parameters
A collection of arguments for invoking getEncryptedValue.
Return
A collection of values returned by getEncryptedValue.
Parameters
The Algorithm which should be used to Decrypt/Encrypt this Value. Possible values are RSA1_5
, RSA-OAEP
and RSA-OAEP-256
.
The Base64 URL Encoded Encrypted Data which should be decrypted into plain_text_value
.
The ID of the Key Vault Key which should be used to Decrypt/Encrypt this Value.
The plain-text value which should be Encrypted into encrypted_data
.
Note: One of either
encrypted_data
orplain_text_value
must be specified and is used to populate the encrypted/decrypted value for the other field.
See also
Return
A collection of values returned by getEncryptedValue.
Parameters
Builder for com.pulumi.azure.keyvault.kotlin.inputs.GetEncryptedValuePlainArgs.