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 | Number | The item id of the key to use in the encryption process | [optional] |
json | Boolean | Set output format to JSON | [optional] [default to false] |
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] |