crossTenantAccessPolicyTargetConfiguration resource type

Namespace: microsoft.graph

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