{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.policyTenantScope", "title": "microsoft.graph.policyTenantScope", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.policyScopeBase" }, { "title": "policyTenantScope", "required": [ "@odata.type" ], "type": "object", "properties": { "policyScope": { "anyOf": [ { "$ref": "#/components/schemas/microsoft.graph.policyBinding" }, { "type": "object", "nullable": true } ], "description": "Specifies the users and groups included in or excluded from this tenant-level policy scope." }, "@odata.type": { "type": "string", "default": "#microsoft.graph.policyTenantScope" } } } ], "x-ms-discriminator-value": "#microsoft.graph.policyTenantScope" }