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 the entire tenant ('All users') as a scope within policy bindings.
inherits from scopeBase.
Properties
| Property | Type | Description |
|---|---|---|
| identity | String | The identifier for the scope. This could be a keyword like "All" for the tenant scope. Inherited properties from scopeBase. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.tenantScope",
"identity": "String"
}