Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 957 Bytes

File metadata and controls

28 lines (22 loc) · 957 Bytes

Akeyless::DeleteRoleRule

Properties

Name Type Description Notes
json Boolean Set output format to JSON [optional][default to false]
path String The path the rule refers to
role_name String The role name to be updated
rule_type String item-rule, role-rule, auth-method-rule, search-rule, reports-rule, gw-reports-rule, sra-reports-rule, sra-rule, ara-rule [optional][default to 'item-rule']
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::DeleteRoleRule.new(
  json: null,
  path: null,
  role_name: null,
  rule_type: null,
  token: null,
  uid_token: null
)