Name |
Type |
Description |
Notes |
json |
Boolean |
Set output format to JSON |
[optional][default to false] |
name |
String |
Key name |
|
new_cert_pem_data |
String |
The new pem encoded certificate for the classic key. relevant only for keys provided by user ('bring-your-own-key') |
[optional] |
new_key_data |
String |
The new base64 encoded value for the classic key. relevant only for keys provided by user ('bring-your-own-key') |
[optional] |
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::RotateKey.new(
json: null,
name: null,
new_cert_pem_data: null,
new_key_data: null,
token: null,
uid_token: null
)