Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.29 KB

DecryptGPG.md

File metadata and controls

19 lines (15 loc) · 1.29 KB

akeyless.Model.DecryptGPG

Properties

Name Type Description Notes
Ciphertext string Ciphertext to be decrypted
DisplayId string The display id of the key to use in the decryption process [optional]
InputFormat string Select default assumed format for the ciphertext. Currently supported options: [base64,raw] [optional] [default to "base64"]
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]
Passphrase string Passphrase that was used to generate the key [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]

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