Skip to content

Latest commit

 

History

History
60 lines (46 loc) · 1.72 KB

File metadata and controls

60 lines (46 loc) · 1.72 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
doc_type resourcePageType
ms.subservice entra-monitoring-health
author Jackson-Woods
ms.date 07/23/2024

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.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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