Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.08 KB

EncryptGPG.md

File metadata and controls

17 lines (13 loc) · 1.08 KB

akeyless.Model.EncryptGPG

Properties

Name Type Description Notes
DisplayId string The display id of the key to use in the encryption process [optional]
InputFormat string If specified, the plaintext input is assumed to be formatted accordingly. Current 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 be encrypted
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]