{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.conditionalAccessEnumeratedExternalTenants", "title": "microsoft.graph.conditionalAccessEnumeratedExternalTenants", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.conditionalAccessExternalTenants" }, { "title": "conditionalAccessEnumeratedExternalTenants", "required": [ "@odata.type" ], "type": "object", "properties": { "members": { "type": "array", "items": { "type": "string" }, "description": "A collection of tenant IDs that define the scope of a policy targeting conditional access for guests and external users." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.conditionalAccessEnumeratedExternalTenants" } } } ], "x-ms-discriminator-value": "#microsoft.graph.conditionalAccessEnumeratedExternalTenants" }