Microsoft Entra · Example Payload

Microsoft Entra Graph Identity Permission Scope Example

Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

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

Top-level fields

idvaluetypeadminConsentDisplayNameadminConsentDescriptionuserConsentDisplayNameuserConsentDescriptionisEnabled

Example Payload

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