{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyTarget", "title": "crossTenantAccessPolicyTarget", "required": [ "@odata.type" ], "type": "object", "properties": { "target": { "type": "string", "description": "Defines the target for cross-tenant access policy settings and can have one of the following values: The unique identifier of the user, group, or application AllUsers AllApplications - Refers to any Microsoft cloud application. Office365 - Includes the applications mentioned as part of the Office 365 suite.", "nullable": true }, "targetType": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.crossTenantAccessPolicyTargetType" }, { "type": "object", "nullable": true } ], "description": "The type of resource that you want to target. The possible values are: user, group, application, unknownFutureValue." }, "@odata.type": { "type": "string" } } }