Microsoft Graph Identity Permission Scope Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Top-level fields

adminConsentDescriptionadminConsentDisplayNameidisEnabledtypeuserConsentDescriptionuserConsentDisplayNamevalue

Example Payload

Raw ↑
{
  "adminConsentDescription": "example_value",
  "adminConsentDisplayName": "example_value",
  "id": "abc123",
  "isEnabled": true,
  "type": "example_value",
  "userConsentDescription": "example_value",
  "userConsentDisplayName": "example_value",
  "value": "example_value"
}