| title | crossTenantAccessPolicyTenantRestrictions resource type |
|---|---|
| description | Defines how to configure Microsoft Entra tenant restrictions settings that give you control over the external organizations that your users can access from your network or devices when they use external identities. |
| author | vimrang |
| ms.localizationpriority | medium |
| ms.subservice | entra-sign-in |
| doc_type | resourcePageType |
| ms.date | 06/13/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Defines how to target your tenant restrictions settings. Tenant restrictions give you control over the external organizations that your users can access from your network or devices when they use external identities. Settings can be targeted to specific users, groups, or applications.
Inherits from crossTenantAccessPolicyB2BSettings.
| Property | Type | Description |
|---|---|---|
| applications | crossTenantAccessPolicyTargetConfiguration | The list of applications targeted with your cross-tenant access policy. Inherited from crossTenantAccessPolicyB2BSetting. |
| devices | devicesFilter | Defines the rule for filtering devices and whether devices satisfying the rule should be allowed or blocked. This property isn't supported on the server side yet. |
| usersAndGroups | crossTenantAccessPolicyTargetConfiguration | The list of users and groups targeted with your cross-tenant access policy. Inherited from crossTenantAccessPolicyB2BSetting. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.crossTenantAccessPolicyTenantRestrictions",
"applications": {"@odata.type": "microsoft.graph.crossTenantAccessPolicyTargetConfiguration"},
"devices": {"@odata.type": "microsoft.graph.devicesFilter"},
"usersAndGroups": {"@odata.type": "microsoft.graph.crossTenantAccessPolicyTargetConfiguration"}
}