Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 717 Bytes

ReverseRBAC.md

File metadata and controls

26 lines (20 loc) · 717 Bytes

Akeyless::ReverseRBAC

Properties

Name Type Description Notes
json Boolean Set output format to JSON [optional][default to false]
path String Path to an object
token String Authentication token (see `/auth` and `/configure`) [optional]
type String Type of object (item, am, role)
uid_token String The universal identity token, Required only for universal_identity authentication [optional]

Example

require 'akeyless'

instance = Akeyless::ReverseRBAC.new(
  json: null,
  path: null,
  token: null,
  type: null,
  uid_token: null
)