Microsoft Entra · Schema

AppRoleAssignment

Represents an app role granted to a user, group, or service principal

Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

Properties

Name Type Description
id string Unique identifier for the assignment (GUID)
appRoleId string The ID of the app role to assign. Use the default role ID 00000000-0000-0000-0000-000000000000 for default access.
principalId string The unique identifier of the user, group, or service principal being granted the app role
principalType string The type of the assigned principal
principalDisplayName string Display name of the principal
resourceId string The unique identifier of the resource service principal to which the assignment is made
resourceDisplayName string Display name of the resource application
createdDateTime string Time when the app role assignment was created
View JSON Schema on GitHub

JSON Schema

microsoft-entra-approleassignment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AppRoleAssignment",
  "title": "AppRoleAssignment",
  "type": "object",
  "description": "Represents an app role granted to a user, group, or service principal",
  "properties": {
    "id": {
      "type": "string",
      "readOnly": true,
      "description": "Unique identifier for the assignment (GUID)",
      "example": "abc123"
    },
    "appRoleId": {
      "type": "string",
      "format": "uuid",
      "description": "The ID of the app role to assign. Use the default role ID 00000000-0000-0000-0000-000000000000 for default access.",
      "example": "500123"
    },
    "principalId": {
      "type": "string",
      "format": "uuid",
      "description": "The unique identifier of the user, group, or service principal being granted the app role",
      "example": "500123"
    },
    "principalType": {
      "type": "string",
      "description": "The type of the assigned principal",
      "enum": [
        "User",
        "Group",
        "ServicePrincipal"
      ],
      "example": "User"
    },
    "principalDisplayName": {
      "type": "string",
      "readOnly": true,
      "description": "Display name of the principal",
      "example": "example_value"
    },
    "resourceId": {
      "type": "string",
      "format": "uuid",
      "description": "The unique identifier of the resource service principal to which the assignment is made",
      "example": "500123"
    },
    "resourceDisplayName": {
      "type": "string",
      "readOnly": true,
      "description": "Display name of the resource application",
      "example": "example_value"
    },
    "createdDateTime": {
      "type": "string",
      "format": "date-time",
      "readOnly": true,
      "description": "Time when the app role assignment was created",
      "example": "2026-01-15T10:30:00Z"
    }
  }
}

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-entra-approleassignment"
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.