Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 978 Bytes

GatewayRevokeTmpUsers.md

File metadata and controls

32 lines (26 loc) · 978 Bytes

Akeyless::GatewayRevokeTmpUsers

Properties

Name Type Description Notes
host String Host [optional]
json Boolean Set output format to JSON [optional][default to false]
name String Dynamic secret name
revoke_all Boolean Revoke All Temp Creds [optional]
soft_delete Boolean Soft Delete [optional]
tmp_creds_id String Tmp Creds ID [optional]
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::GatewayRevokeTmpUsers.new(
  host: null,
  json: null,
  name: null,
  revoke_all: null,
  soft_delete: null,
  tmp_creds_id: null,
  token: null,
  uid_token: null
)