Name | Type | Description | Notes |
---|---|---|---|
id | str | The ID of the new role. Should be unique within all roles<br/><p><br/>It should have a format of universally unique identifier (UUID) and should not start<br/>with <code>00000000-0000-0000-</code> which is a reserved prefix. | [optional] |
name | str | The name of the new role. Should be unique within all roles. | |
_global | bool | Whether the role should be a global or resource role. | [optional] |
description | str | The description of the role. | [optional] |
permissions | list[str] | The permissions to be granted for this role. | [optional] |