Field | Type | Required | Description |
---|---|---|---|
ID |
*string | ➖ | The id of the permission. Provide either id or name . If both are provided id is used. |
Name |
*string | ➖ | Identify the permission via its name. Provide either id or name . If both are provided id is used. |
Create |
*bool | ➖ | Set to true to automatically create the permissions they do not exist yet. Only works when specifying name .Autocreating permissions requires your root key to have the rbac.*.create_permission permission, otherwise the request will get rejected |