Microsoft Graph · Schema

microsoft.graph.unifiedRoleScheduleInstanceBase

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphunifiedrolescheduleinstancebase-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.unifiedRoleScheduleInstanceBase",
  "title": "microsoft.graph.unifiedRoleScheduleInstanceBase",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "unifiedRoleScheduleInstanceBase",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "appScopeId": {
          "type": "string",
          "description": "Identifier of the app-specific scope when the assignment or role eligibility is scoped to an app. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. App scopes are scopes that are defined and understood by this application only. Use / for tenant-wide app scopes. Use directoryScopeId to limit the scope to particular directory objects, for example, administrative units.",
          "nullable": true
        },
        "directoryScopeId": {
          "type": "string",
          "description": "Identifier of the directory object representing the scope of the assignment or role eligibility. The scope of an assignment or role eligibility determines the set of resources for which the principal has been granted access. Directory scopes are shared scopes stored in the directory that are understood by multiple applications. Use / for tenant-wide scope. Use appScopeId to limit the scope to an application only.",
          "nullable": true
        },
        "principalId": {
          "type": "string",
          "description": "Identifier of the principal that has been granted the role assignment or that's eligible for a role.",
          "nullable": true
        },
        "roleDefinitionId": {
          "type": "string",
          "description": "Identifier of the unifiedRoleDefinition object that is being assigned to the principal or that the principal is eligible for.",
          "nullable": true
        },
        "appScope": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.appScope"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Read-only property with details of the app-specific scope when the assignment or role eligibility is scoped to an app. Nullable.",
          "x-ms-navigationProperty": true
        },
        "directoryScope": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.directoryObject"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The directory object that is the scope of the assignment or role eligibility. Read-only.",
          "x-ms-navigationProperty": true
        },
        "principal": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.directoryObject"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The principal that's getting a role assignment or role eligibility through the request.",
          "x-ms-navigationProperty": true
        },
        "roleDefinition": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.unifiedRoleDefinition"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Detailed information for the roleDefinition object that is referenced through the roleDefinitionId property.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      },
      "discriminator": {
        "propertyName": "@odata.type",
        "mapping": {
          "#microsoft.graph.unifiedRoleAssignmentScheduleInstance": "#/components/schemas/microsoft.graph.unifiedRoleAssignmentScheduleInstance",
          "#microsoft.graph.unifiedRoleEligibilityScheduleInstance": "#/components/schemas/microsoft.graph.unifiedRoleEligibilityScheduleInstance"
        }
      }
    }
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphunifiedrolescheduleinstancebase"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.