Microsoft Graph Identity App Role Assignment Structure

Type: object Properties: 8
AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Properties

id appRoleId createdDateTime principalDisplayName principalId principalType resourceDisplayName resourceId

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"
    },
    "createdDateTime": {
      "type": "string"
    },
    "principalDisplayName": {
      "type": "string"
    },
    "principalId": {
      "type": "string"
    },
    "principalType": {
      "type": "string"
    },
    "resourceDisplayName": {
      "type": "string"
    },
    "resourceId": {
      "type": "string"
    }
  }
}