Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.45 KB

Decrypt.md

File metadata and controls

20 lines (16 loc) · 1.45 KB

akeyless.Model.Decrypt

decrypt is a command that decrypts ciphertext into plaintext by using an AES key.

Properties

Name Type Description Notes
Ciphertext string Ciphertext to be decrypted in base64 encoded format [optional]
DisplayId string The display id of the key to use in the decryption process [optional]
EncryptionContext Dictionary<string, string> The encryption context. If this was specified in the encrypt command, it must be specified here or the decryption operation will fail [optional]
ItemId long The item id of the key to use in the decryption process [optional]
Json bool Set output format to JSON [optional] [default to false]
KeyName string The name of the key to use in the decryption process
OutputFormat string If specified, the output will be formatted accordingly. options: [base64] [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]

[Back to Model list] [Back to API list] [Back to README]