Skip to content

Latest commit

 

History

History
53 lines (40 loc) · 1.57 KB

File metadata and controls

53 lines (40 loc) · 1.57 KB
title auditActivityInitiator resource type
description Identifies 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
author dhanyahk
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 07/22/2024

auditActivityInitiator resource type

Namespace: microsoft.graph

Identity the resource object that initiates the activity. The initiator can be a user, an app, or a system (which is considered an app).

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, Name, servicePrincipalId, Name.
user userIdentity If the resource initiating the activity is a user, this property Indicates all the user related information like userId, Name, UserPrinicpalName.

JSON representation

The following JSON representation shows the resource type.

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