crossTenantAccessPolicyTenantRestrictions resource type
Namespace: microsoft.graph
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.
Properties
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 that satisfy 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. |
Relationships
None.
JSON representation
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"}
}