Microsoft Entra · Example Payload

Microsoft Entra Graph Identity Service Principal Example

A sample description.

Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

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

Top-level fields

idappIddisplayNamedescriptionservicePrincipalTypeappDisplayNameappOwnerOrganizationIdaccountEnabledhomepageloginUrllogoutUrlreplyUrlsservicePrincipalNamestagsappRolesoauth2PermissionScopesappRoleAssignmentRequiredkeyCredentialspasswordCredentialscreatedDateTime

Example Payload

Raw ↑
{
  "id": "abc123",
  "appId": "500123",
  "displayName": "example_value",
  "description": "A sample description.",
  "servicePrincipalType": "example_value",
  "appDisplayName": "example_value",
  "appOwnerOrganizationId": "500123",
  "accountEnabled": true,
  "homepage": "example_value",
  "loginUrl": "https://www.example.com",
  "logoutUrl": "https://www.example.com",
  "replyUrls": "https://www.example.com",
  "servicePrincipalNames": [],
  "tags": [],
  "appRoles": [],
  "oauth2PermissionScopes": [],
  "appRoleAssignmentRequired": true,
  "keyCredentials": [],
  "passwordCredentials": [],
  "createdDateTime": "example_value"
}