Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.23 KB

DecryptFile.md

File metadata and controls

19 lines (15 loc) · 1.23 KB

akeyless.Model.DecryptFile

Properties

Name Type Description Notes
CyphertextHeader string [optional]
DisplayId string The display id of the key to use in the decryption process [optional]
In string Path to the file to be decrypted. If not provided, the content will be taken from stdin
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
Out string Path to the output file. If not provided, the output will be sent to stdout [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]