Microsoft Graph · Schema

accessPackageAssignmentRequestRequirements

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task

Properties

Name Type Description
allowCustomAssignmentSchedule boolean Indicates whether the requestor is allowed to set a custom schedule.
isApprovalRequiredForAdd boolean Indicates whether a request to add must be approved by an approver.
isApprovalRequiredForUpdate boolean Indicates whether a request to update must be approved by an approver.
isRequestorJustificationRequired boolean Indicates whether requestors must justify requesting access to an access package.
policyDescription string The description of the policy that the user is trying to request access using.
policyDisplayName string The display name of the policy that the user is trying to request access using.
policyId string The identifier of the policy that these requirements are associated with. This identifier can be used when creating a new assignment request.
schedule object Schedule restrictions enforced, if any.
questions array
@odata.type string
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphaccesspackageassignmentrequestrequirements-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.accessPackageAssignmentRequestRequirements",
  "title": "accessPackageAssignmentRequestRequirements",
  "required": [
    "@odata.type"
  ],
  "type": "object",
  "properties": {
    "allowCustomAssignmentSchedule": {
      "type": "boolean",
      "description": "Indicates whether the requestor is allowed to set a custom schedule.",
      "nullable": true
    },
    "isApprovalRequiredForAdd": {
      "type": "boolean",
      "description": "Indicates whether a request to add must be approved by an approver.",
      "nullable": true
    },
    "isApprovalRequiredForUpdate": {
      "type": "boolean",
      "description": "Indicates whether a request to update must be approved by an approver.",
      "nullable": true
    },
    "isRequestorJustificationRequired": {
      "type": "boolean",
      "description": "Indicates whether requestors must justify requesting access to an access package.",
      "nullable": true
    },
    "policyDescription": {
      "type": "string",
      "description": "The description of the policy that the user is trying to request access using.",
      "nullable": true
    },
    "policyDisplayName": {
      "type": "string",
      "description": "The display name of the policy that the user is trying to request access using.",
      "nullable": true
    },
    "policyId": {
      "type": "string",
      "description": "The identifier of the policy that these requirements are associated with. This identifier can be used when creating a new assignment request.",
      "nullable": true
    },
    "schedule": {
      "anyOf": [
        {
          "$ref": "#/components/schemas/microsoft.graph.entitlementManagementSchedule"
        },
        {
          "type": "object",
          "nullable": true
        }
      ],
      "description": "Schedule restrictions enforced, if any."
    },
    "questions": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/microsoft.graph.accessPackageQuestion"
      },
      "x-ms-navigationProperty": true
    },
    "@odata.type": {
      "type": "string"
    }
  }
}

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-microsoftgraphaccesspackageassignmentrequestrequirements"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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