Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.17 KB

Hmac.md

File metadata and controls

18 lines (14 loc) · 1.17 KB

akeyless.Model.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 long The item id of the key to use in the encryption process [optional]
Json bool 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]

[Back to Model list] [Back to API list] [Back to README]