appIdentity resource type

Namespace: microsoft.graph

Indicates the identity of the application that performed the action or was changed. Includes the IDs and names for the service principal and application. This resource is called by the directoryAudit API.

Properties

Property Type Description
appId String Refers to the unique identifier representing application ID in the Microsoft Entra ID.
displayName String Refers to the application name displayed in the Microsoft Entra admin center.
servicePrincipalId String Refers to the unique identifier indicating service principal ID in Microsoft Entra ID for the corresponding App.
servicePrincipalName String Refers to the Service Principal Name is the Application name in the tenant.

JSON representation

The following JSON representation shows the resource type.

{
  "appId": "String",
  "displayName": "String",
  "servicePrincipalId": "String",
  "servicePrincipalName": "String"
}