| Name | Type | Description | Notes |
|---|---|---|---|
| display_id | str | The display id of the key to use in the encryption process | [optional] |
| hash_function | str | Hash function [sha-256,sha-512] | [optional] [default to 'sha-256'] |
| input_format | str | Select default assumed format for any plaintext input. Currently 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 perform hmac on | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |