Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 925 Bytes

RotateSecret.md

File metadata and controls

28 lines (22 loc) · 925 Bytes

Akeyless::RotateSecret

Properties

Name Type Description Notes
rotate_all_services_boolean Boolean [optional]
json Boolean Set output format to JSON [optional][default to false]
name String Secret name (Rotated Secret or Custom Dynamic Secret)
rotate_all_services String Rotate all associated services [optional][default to 'false']
token String Authentication token (see `/auth` and `/configure`) [optional]
uid_token String The universal identity token, Required only for universal_identity authentication [optional]

Example

require 'akeyless'

instance = Akeyless::RotateSecret.new(
  rotate_all_services_boolean: null,
  json: null,
  name: null,
  rotate_all_services: null,
  token: null,
  uid_token: null
)