Microsoft Graph · Schema

microsoft.graph.permissionGrantConditionSet

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphpermissiongrantconditionset-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.permissionGrantConditionSet",
  "title": "microsoft.graph.permissionGrantConditionSet",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "permissionGrantConditionSet",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "clientApplicationIds": {
          "type": "array",
          "items": {
            "type": "string",
            "nullable": true
          },
          "description": "A list of appId values for the client applications to match with, or a list with the single value all to match any client application. Default is the single value all."
        },
        "clientApplicationPublisherIds": {
          "type": "array",
          "items": {
            "type": "string",
            "nullable": true
          },
          "description": "A list of Microsoft Partner Network (MPN) IDs for verified publishers of the client application, or a list with the single value all to match with client apps from any publisher. Default is the single value all."
        },
        "clientApplicationsFromVerifiedPublisherOnly": {
          "type": "boolean",
          "description": "Set to true to only match on client applications with a verified publisher. Set to false to match on any client app, even if it doesn't have a verified publisher. Default is false.",
          "nullable": true
        },
        "clientApplicationTenantIds": {
          "type": "array",
          "items": {
            "type": "string",
            "nullable": true
          },
          "description": "A list of Microsoft Entra tenant IDs in which the client application is registered, or a list with the single value all to match with client apps registered in any tenant. Default is the single value all."
        },
        "permissionClassification": {
          "type": "string",
          "description": "The permission classification for the permission being granted, or all to match with any permission classification (including permissions that aren't classified). Default is all.",
          "nullable": true
        },
        "permissions": {
          "type": "array",
          "items": {
            "type": "string",
            "nullable": true
          },
          "description": "The list of id values for the specific permissions to match with, or a list with the single value all to match with any permission. The id of delegated permissions can be found in the oauth2PermissionScopes property of the API's servicePrincipal object. The id of application permissions can be found in the appRoles property of the API's servicePrincipal object. The id of resource-specific application permissions can be found in the resourceSpecificApplicationPermissions property of the API's servicePrincipal object. Default is the single value all."
        },
        "permissionType": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.permissionType"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "The permission type of the permission being granted. Possible values: application for application permissions (for example app roles), or delegated for delegated permissions. The value delegatedUserConsentable indicates delegated permissions that haven't been configured by the API publisher to require admin consent\u2014this value may be used in built-in permission grant policies, but can't be used in custom permission grant policies. Required."
        },
        "resourceApplication": {
          "type": "string",
          "description": "The appId of the resource application (for example the API) for which a permission is being granted, or any to match with any resource application or API. Default is any.",
          "nullable": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.permissionGrantConditionSet"
}

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