Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 824 Bytes

File metadata and controls

26 lines (20 loc) · 824 Bytes

Akeyless::RotatedSecretDelete

Properties

Name Type Description Notes
json Boolean Set output format to JSON [optional][default to false]
name String Rotated secret name
token String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]
version Integer The specific version you want to delete, -1=entire item with all versions (default) [optional][default to -1]

Example

require 'akeyless'

instance = Akeyless::RotatedSecretDelete.new(
  json: null,
  name: null,
  token: null,
  uid_token: null,
  version: null
)