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 inbound access settings for a cross-tenant Microsoft 365 capability. This type defines whether the capability should be allowed or blocked and specifies the resource scopes for the capability. This resource is used as the inboundAccess property of the m365CapabilityBase resource.
Properties
| Property | Type | Description |
|---|---|---|
| isAllowed | Boolean | Indicates whether this capability should be allowed or blocked for inbound access. |
| resourceScopes | m365CapabilityResourceScopes | Specifies the included and excluded resource scopes for the capability. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.m365CapabilityInboundAccess",
"isAllowed": "Boolean",
"resourceScopes": { "@odata.type": "microsoft.graph.m365CapabilityResourceScopes" }
}