| title | crossTenantAccessPolicyTargetConfiguration resource type |
|---|---|
| description | Defines the target of a cross-tenant access policy setting configuration. |
| author | jkdouglas |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
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
| 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. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantAccessPolicyTargetConfiguration",
"accessType": "String",
"targets": [
{
"@odata.type": "microsoft.graph.crossTenantAccessPolicyTarget"
}
]
}