Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 862 Bytes

DeleteGatewayAllowedAccessId.md

File metadata and controls

26 lines (20 loc) · 862 Bytes

Akeyless::DeleteGatewayAllowedAccessId

Properties

Name Type Description Notes
access_id String The access id to be stripped of access to gateway
cluster_name String The name of the updated cluster, e.g. acc-abcd12345678/p-123456789012/defaultCluster
json Boolean Set output format to JSON [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::DeleteGatewayAllowedAccessId.new(
  access_id: null,
  cluster_name: null,
  json: null,
  token: null,
  uid_token: null
)