Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.02 KB

File metadata and controls

16 lines (12 loc) · 1.02 KB

akeyless.Model.DecryptWithClassicKey

Properties

Name Type Description Notes
Ciphertext string Ciphertext to be decrypted in base64 encoded format
DisplayId string The name of the key to use in the encryption process
IgnoreCache string Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI [optional] [default to "false"]
Json bool Set output format to JSON [optional] [default to false]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
VarVersion int classic key version

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