Field | Type | Required | Description |
---|---|---|---|
id |
Optional[str] | ➖ | The id of the permission. Provide either id or name . If both are provided id is used. |
name |
Optional[str] | ➖ | Identify the permission via its name. Provide either id or name . If both are provided id is used. |
create |
Optional[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 |