{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyB2BSetting", "title": "crossTenantAccessPolicyB2BSetting", "required": [ "@odata.type" ], "type": "object", "properties": { "applications": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration" }, { "type": "object", "nullable": true } ], "description": "The list of applications targeted with your cross-tenant access policy." }, "usersAndGroups": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetConfiguration" }, { "type": "object", "nullable": true } ], "description": "The list of users and groups targeted with your cross-tenant access policy." }, "@odata.type": { "type": "string" } }, "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.crossTenantAccessPolicyTenantRestrictions": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyTenantRestrictions" } } }