Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 522 Bytes

RotateKeyOutput.md

File metadata and controls

24 lines (18 loc) · 522 Bytes

Akeyless::RotateKeyOutput

Properties

Name Type Description Notes
classic_key_gw_url String [optional]
item_type String [optional]
new_item_version Integer [optional]
next_rotation_date Time [optional]

Example

require 'akeyless'

instance = Akeyless::RotateKeyOutput.new(
  classic_key_gw_url: null,
  item_type: null,
  new_item_version: null,
  next_rotation_date: null
)