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
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Specifies the included and excluded resource scopes for a cross-tenant capability. This type defines which resources are in scope for the capability and which resources are explicitly excluded.
Properties
| Property | Type | Description |
|---|---|---|
| excluded | m365CapabilityResourceScope collection | Resources to exclude from the scope. If a resource appears in both included and excluded, the excluded property takes precedence. |
| included | m365CapabilityResourceScope collection | Resources to include in the scope. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.m365CapabilityResourceScopes",
"included": [
{
"@odata.type": "microsoft.graph.m365CapabilityResourceScope"
}
],
"excluded": [
{
"@odata.type": "microsoft.graph.m365CapabilityResourceScope"
}
]
}