Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.67 KB

File metadata and controls

60 lines (46 loc) · 1.67 KB
title appIdentity resource type
description Indicates the identity of the application that performed the action or was changed. This resource is called by the directoryAudit API
ms.localizationpriority medium
author egreenberg14
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 08/08/2024

appIdentity resource type

Namespace: microsoft.graph

Indicates the identity of the application that performed the action or was changed. Includes the application ID, name, and service principal ID and name. This resource is used by the 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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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