Name |
Type |
Description |
Notes |
capability |
Array<String> |
List of the required capabilities options: [read, update, delete] |
|
comment |
String |
Deprecated - use description |
[optional] |
description |
String |
Description of the object |
[optional] |
json |
Boolean |
Set output format to JSON |
[optional][default to false] |
name |
String |
Item name |
|
token |
String |
Authentication token (see `/auth` and `/configure`) |
[optional] |
type |
String |
Item type |
|
uid_token |
String |
The universal identity token, Required only for universal_identity authentication |
[optional] |
require 'akeyless'
instance = Akeyless::RequestAccess.new(
capability: null,
comment: null,
description: null,
json: null,
name: null,
token: null,
type: null,
uid_token: null
)