appIdentity resource type

Namespace: microsoft.graph

Indicates the identity of the application that performed the action or was changed. Includes application ID, name, and service principal ID and name. This resource is used by the Get directoryAudit operation.

Properties

Property Type Description
appId String Refers to the unique ID representing application in Microsoft Entra ID.
displayName String Refers to the application name displayed in the Microsoft Entra admin center.
servicePrincipalId String Refers to the unique ID for the service principal in Microsoft Entra ID.
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"
}