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 resource that a cross-tenant capability policy applies to. This type defines which specific user or group a policy affects.
Properties
| Property | Type | Description |
|---|---|---|
| resourceId | String | The ID of the resource to modify (a user or group ID). |
| resourceType | m365ResourceType | The type of resource. The possible values are: none, group, user, unknownFutureValue. |
m365ResourceType values
| Member | Description |
|---|---|
| none | A value to use instead of null. |
| group | The resource ID is a group ID. |
| user | The resource ID is a user ID. |
| unknownFutureValue | Evolvable enumeration sentinel value. Don't use. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.m365CapabilityResourceScope",
"resourceId": "String",
"resourceType": "String"
}