Microsoft Entra · JSON Structure

Microsoft Entra Graph Identity Permission Scope Structure

Type: object Properties: 8
Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

PermissionScope is a JSON Structure definition published by Microsoft Entra, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id value type adminConsentDisplayName adminConsentDescription userConsentDisplayName userConsentDescription isEnabled

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PermissionScope",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "adminConsentDisplayName": {
      "type": "string"
    },
    "adminConsentDescription": {
      "type": "string"
    },
    "userConsentDisplayName": {
      "type": "['string', 'null']"
    },
    "userConsentDescription": {
      "type": "['string', 'null']"
    },
    "isEnabled": {
      "type": "boolean"
    }
  }
}