EnterpriseRoleResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the role. | [default to null] |
| enterprise_id | Long | ID of the enterprise that owns this role. | [default to null] |
| name | String | Name of the role. | [default to null] |
| description | String | Description of the role. | [optional] [default to null] |
| permissions | List | List of permissions assigned to this role. | [default to null] |
| is_active | Boolean | Whether the role is active. | [default to null] |
| created_at | String | Timestamp when the role was created. | [default to null] |
| updated_at | String | Timestamp when the role was last updated. | [default to null] |