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.
Defines the target of a cross-tenant access policy setting configuration.
This resource is used by the following properties:
- users property of crossTenantAccessPolicyM365CollaborationInboundSetting
- usersAndGroups property of crossTenantAccessPolicyM365CollaborationOutboundSetting
- applications property of crossTenantAccessPolicyAppServiceConnectSetting
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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantAccessPolicyTargetConfiguration",
"accessType": "String",
"targets": [
{
"@odata.type": "microsoft.graph.crossTenantAccessPolicyTarget"
}
]
}