Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.2 KB

DecryptFile.md

File metadata and controls

19 lines (15 loc) · 1.2 KB

DecryptFile

Properties

Name Type Description Notes
cyphertext_header str [optional]
display_id str The display id of the key to use in the decryption process [optional]
_in str Path to the file to be decrypted. If not provided, the content will be taken from stdin
item_id int The item id of the key to use in the decryption process [optional]
json bool Set output format to JSON [optional] [default to False]
key_name str The name of the key to use in the decryption process
out str Path to the output file. If not provided, the output will be sent to stdout [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str 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]