Name | Type | Description | Notes |
---|---|---|---|
DisplayId | string | The display id of the key to use in the encryption process | [optional] |
EncryptionContext | Dictionary<string, string> | name-value pair that specifies the encryption context to be used for authenticated encryption. If used here, the same value must be supplied to the decrypt command or decryption will fail | [optional] |
InputFormat | string | Select default assumed format for any plaintext input. Currently supported options: [base64] | [optional] |
ItemId | long | The item id of the key to use in the encryption process | [optional] |
Json | bool | Set output format to JSON | [optional] [default to false] |
KeyName | string | The name of the key to use in the encryption process | |
Plaintext | string | Data to be encrypted | [optional] |
Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
_Version | int | key version (relevant only for classic key) | [optional] |