Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.04 KB

VerifyGPG.md

File metadata and controls

17 lines (13 loc) · 1.04 KB

akeyless.Model.VerifyGPG

Properties

Name Type Description Notes
DisplayId string The display id of the key to use in the encryption process [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
Passphrase string Passphrase that was used to generate the key [optional]
Signature string The signature to be verified in base64 format
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]