Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 2.07 KB

File metadata and controls

59 lines (45 loc) · 2.07 KB
title auditActivityInitiator resource type
description Identity the resource object that initiates the activity. The initiator can be a user, an app or a system (which is considered as an app)
ms.localizationpriority medium
doc_type resourcePageType
ms.subservice entra-monitoring-health
author egreenberg14
ms.date 03/27/2025

auditActivityInitiator resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Identity the resource object that initiates the activity. The initiator can be a user, an app or a system (which is considered as an app). For more information, see Linkable identifiers in Microsoft Entra.

Properties

Property Type Description
app appIdentity If the resource initiating the activity is an app, this property indicates all the app related information like appId and name.
linkableIdentifiers linkableIdentifiers A set of linkable claims to link together all the authentication artifacts issued from a single interactive root authentication.
user userIdentity If the resource initiating the activity is a user, this property Indicates all the user related information like user ID and userPrincipalName.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "app": {"@odata.type": "microsoft.graph.appIdentity"},
  "user": {"@odata.type": "microsoft.graph.userIdentity"},
  "linkableIdentifiers": {"@odata.type": "microsoft.graph.linkableIdentifiers"}
}