Permissions keys
The following keys are used with the RBAC v1 API’s
permissions endpoints. The available values for these keys are available from the /types
endpoint (see below).
Key | Explanation | Example |
---|---|---|
object_type
|
A string identifying the type of object this permission applies to. |
"node_groups"
|
action
|
A string indicating the type of action this permission permits. |
"modify_children"
|
instance
|
A string containing the primary
ID of the object instance this permission applies to, or "*" indicating that it
applies to all instances. If the given action does not allow instance
specification, "*"
should always be used. |
"cec7e830-555b-11e4-916c-0800200c9a66" or
"*"
|