Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.19 KB

VerifyDataWithClassicKey.md

File metadata and controls

19 lines (15 loc) · 1.19 KB

akeyless.Model.VerifyDataWithClassicKey

Properties

Name Type Description Notes
Data string Data
DisplayId string The display id of the key to use in the verification process [optional]
Hashed bool Defines whether the data should be hashed as part of the signing. If true, the data will not be hashed [optional] [default to false]
HashingMethod string HashingMethod [optional] [default to "SHA256"]
Json bool Set output format to JSON [optional] [default to false]
Name string The name of the key to use in the verification process
Signature string The data's signature in a Base64 format.
Token string Authentication token (see `/auth` and `/configure`) [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
_Version int classic key version

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