| title | groupScope resource type |
|---|---|
| description | Represents a Microsoft 365 group or distribution list as a scope within policy bindings. |
| author | ArunGedela |
| ms.date | 04/08/2025 |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a Microsoft 365 group or distribution list as a scope within policy bindings.
Inherits from scopeBase.
| Property | Type | Description |
|---|---|---|
| identity | String | The identifier for the scope. This is the group ID of the group. Inherited from scopeBase. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.groupScope",
"identity": "String"
}