Roles
Contains details about role definitions available in the SharePoint site collection.
Columns
| Name | Type | References | Description |
| Id [KEY] | Int | Specifies the unique identifier of the role definition. | |
| BasePermissions_High | Long | Specifies the high-level base permissions set for the role definition. | |
| BasePermissions_Low | Long | Specifies the low-level base permissions set for the role definition. | |
| Description | String | Provides a description of the role definition's purpose and permissions. | |
| Hidden | Bool | Indicates whether the role definition is hidden from the Permission Levels page. | |
| Name | String | Defines the name assigned to the role definition. | |
| Order | Int | Specifies the display order of the role definition on the Permission Levels page in the site collection. | |
| RoleTypeKind | Int | Represents the type of role definition, mapping to an SP.RoleType enumeration. |