Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1 KB

GatewayRevokeTmpUsers.md

File metadata and controls

32 lines (26 loc) · 1 KB

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 [default to 'demo_default_tmp_creds_id_for_sdk_bc']
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
)