Name | Type | Description | Notes |
---|---|---|---|
api_name | string | The name of the role. There is a limit of 255 characters per role. | |
actions | string[] | Action allowed for the API endpoint. Basically `CREATE` corresponds to POST endpoints, `READ` to GET endpoints, `UPDATE` to PATCH / PUT endpoints and `DELETE` to DELETE endpoints. | |
resources | int[] | The IDs of tags. Only if those tags are assgined to a resource the user with that role will be able to access the resource. | [optional] |