Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 966 Bytes

File metadata and controls

20 lines (12 loc) · 966 Bytes

EncryptFile

Properties

Name Type Description Notes
displayId String The display id of the key to use in the encryption process [optional]
in String Path to the file to be encrypted. If not provided, the content will be taken from stdin
itemId Long The item id of the key to use in the encryption process [optional]
json Boolean Set output format to JSON [optional]
keyName String The name of the key to use in the encryption 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]