Microsoft Entra · Schema
PermissionScope
Defines an OAuth 2.0 delegated permission scope exposed by a web API application
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the scope |
| value | string | The value that identifies the scope in OAuth 2.0 authorization requests |
| type | string | Whether the scope can be consented to by a user or requires admin consent |
| adminConsentDisplayName | string | Display name shown on the admin consent experience |
| adminConsentDescription | string | Description shown on the admin consent experience |
| userConsentDisplayName | stringnull | Display name shown on the user consent experience |
| userConsentDescription | stringnull | Description shown on the user consent experience |
| isEnabled | boolean | Whether the scope is enabled and can be requested |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PermissionScope",
"title": "PermissionScope",
"type": "object",
"description": "Defines an OAuth 2.0 delegated permission scope exposed by a web API application",
"properties": {
"id": {
"type": "string",
"format": "uuid",
"description": "Unique identifier for the scope",
"example": "abc123"
},
"value": {
"type": "string",
"description": "The value that identifies the scope in OAuth 2.0 authorization requests",
"example": "example_value"
},
"type": {
"type": "string",
"description": "Whether the scope can be consented to by a user or requires admin consent",
"enum": [
"User",
"Admin"
],
"example": "User"
},
"adminConsentDisplayName": {
"type": "string",
"description": "Display name shown on the admin consent experience",
"example": "example_value"
},
"adminConsentDescription": {
"type": "string",
"description": "Description shown on the admin consent experience",
"example": "example_value"
},
"userConsentDisplayName": {
"type": [
"string",
"null"
],
"description": "Display name shown on the user consent experience",
"example": "example_value"
},
"userConsentDescription": {
"type": [
"string",
"null"
],
"description": "Description shown on the user consent experience",
"example": "example_value"
},
"isEnabled": {
"type": "boolean",
"description": "Whether the scope is enabled and can be requested",
"example": true
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-entra-permissionscope"
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.