Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Represents a Microsoft 365 group or distribution list as a scope within policy bindings.
Inherits from scopeBase.
Properties
| Property | Type | Description |
|---|---|---|
| identity | String | The identifier for the scope. This is the group ID of the group. Inherited from scopeBase. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.groupScope",
"identity": "String"
}