Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.24 KB

SignDataWithClassicKey.md

File metadata and controls

19 lines (15 loc) · 1.24 KB

akeyless.Model.SignDataWithClassicKey

Properties

Name Type Description Notes
Data string Data
DisplayId string The name of the key to use in the sign data process
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"]
IgnoreCache string Retrieve the Secret value without checking the Gateway's cache [true/false]. This flag is only relevant when using the RestAPI [optional] [default to "false"]
Json bool Set output format to JSON [optional] [default to false]
Name string ClassicKey name
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]