Microsoft Entra · JSON Structure

Microsoft Entra Graph Identity App Role Assignment Structure

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

AppRoleAssignment 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 appRoleId principalId principalType principalDisplayName resourceId resourceDisplayName createdDateTime

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "AppRoleAssignment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "appRoleId": {
      "type": "string"
    },
    "principalId": {
      "type": "string"
    },
    "principalType": {
      "type": "string"
    },
    "principalDisplayName": {
      "type": "string"
    },
    "resourceId": {
      "type": "string"
    },
    "resourceDisplayName": {
      "type": "string"
    },
    "createdDateTime": {
      "type": "string"
    }
  }
}