Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 741 Bytes

DescribePermissions.md

File metadata and controls

26 lines (20 loc) · 741 Bytes

Akeyless::DescribePermissions

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, target)
uid_token String The universal identity token, Required only for universal_identity authentication [optional]

Example

require 'akeyless'

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