Microsoft Graph · Schema

microsoft.graph.policyTenantScope

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpolicytenantscope-schema.json Raw ↑
{
  "$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"
}