| Name | Type | Description | Notes |
|---|---|---|---|
| display_id | str | The display id of the key to use in the encryption process | [optional] |
| input_format | str | If specified, the plaintext input is assumed to be formatted accordingly. Current supported options: [base64] | [optional] |
| item_id | int | The item id of the key to use in the encryption 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 encryption process | |
| plaintext | str | Data to be encrypted | |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |