crossTenantAccessPolicyTargetConfiguration 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.

Defines the target of a cross-tenant access policy setting configuration.

Properties

Property Type Description
accessType crossTenantAccessPolicyTargetConfigurationAccessType Defines whether access is allowed or blocked. The possible values are: allowed, blocked, unknownFutureValue.
targets crossTenantAccessPolicyTarget collection Specifies whether to target users, groups, or applications with this rule.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.crossTenantAccessPolicyTargetConfiguration",
  "accessType": "String",
  "targets": [
    {
      "@odata.type": "microsoft.graph.crossTenantAccessPolicyTarget"
    }
  ]
}