Microsoft Graph · Schema

microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphprivilegedaccessgroupassignmentscheduleinstanc-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance",
  "title": "microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.privilegedAccessScheduleInstance"
    },
    {
      "title": "privilegedAccessGroupAssignmentScheduleInstance",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "accessId": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupRelationships"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The identifier of the membership or ownership assignment relationship to the group. Required. The possible values are: owner, member,  unknownFutureValue. Supports $filter (eq)."
        },
        "assignmentScheduleId": {
          "type": "string",
          "description": "The identifier of the privilegedAccessGroupAssignmentSchedule from which this instance was created. Required. Supports $filter (eq, ne).",
          "nullable": true
        },
        "assignmentType": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupAssignmentType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Indicates whether the membership or ownership assignment is granted through activation of an eligibility or through direct assignment. Required. The possible values are: assigned, activated, unknownFutureValue. Supports $filter (eq)."
        },
        "groupId": {
          "type": "string",
          "description": "The identifier of the group representing the scope of the membership or ownership assignment through PIM for Groups. Optional. Supports $filter (eq).",
          "nullable": true
        },
        "memberType": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupMemberType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Indicates whether the assignment is derived from a group assignment. It can further imply whether the caller can manage the assignment schedule. Required. The possible values are: direct, group, unknownFutureValue. Supports $filter (eq)."
        },
        "principalId": {
          "type": "string",
          "description": "The identifier of the principal whose membership or ownership assignment to the group is managed through PIM for Groups. Required. Supports $filter (eq).",
          "nullable": true
        },
        "activatedUsing": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.privilegedAccessGroupEligibilityScheduleInstance"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "When the request activates a membership or ownership in PIM for Groups, this object represents the eligibility request for the group. Otherwise, it is null.",
          "x-ms-navigationProperty": true
        },
        "group": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.group"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "References the group that is the scope of the membership or ownership assignment through PIM for Groups. Supports $expand.",
          "x-ms-navigationProperty": true
        },
        "principal": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.directoryObject"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "References the principal that's in the scope of the membership or ownership assignment request through the group that's governed by PIM. Supports $expand.",
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string",
          "default": "#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.privilegedAccessGroupAssignmentScheduleInstance"
}

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-microsoftgraphprivilegedaccessgroupassignmentscheduleinstanc"
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.