Microsoft Graph Identity App Role Example

A sample description.

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Microsoft Graph Identity App Role Example is an example object payload from Microsoft Azure Active Directory, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

allowedMemberTypesdescriptiondisplayNameidisEnabledvalue

Example Payload

Raw ↑
{
  "allowedMemberTypes": [],
  "description": "A sample description.",
  "displayName": "example_value",
  "id": "abc123",
  "isEnabled": true,
  "value": "example_value"
}