Edit

m365CapabilityInboundAccess resource type

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.

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.

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"
  }
}