Name |
Type |
Description |
Notes |
display_id |
String |
The display id of the key to use in the encryption process |
[optional] |
input_format |
String |
If specified, the plaintext input is assumed to be formatted accordingly. Current supported options: [base64] |
[optional] |
item_id |
Integer |
The item id of the key to use in the encryption process |
[optional] |
json |
Boolean |
Set output format to JSON |
[optional][default to false] |
key_name |
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] |
uid_token |
String |
The universal identity token, Required only for universal_identity authentication |
[optional] |
require 'akeyless'
instance = Akeyless::EncryptGPG.new(
display_id: null,
input_format: null,
item_id: null,
json: null,
key_name: null,
plaintext: null,
token: null,
uid_token: null
)