Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1013 Bytes

File metadata and controls

16 lines (12 loc) · 1013 Bytes

akeyless.Model.EncryptWithClassicKey

Properties

Name Type Description Notes
DisplayId string The name of the key to use in the encryption process
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]
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]
VarVersion int classic key version

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