Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.02 KB

Hmac.md

File metadata and controls

17 lines (13 loc) · 1.02 KB

akeyless.Hmac

Properties

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