Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.58 KB

File metadata and controls

58 lines (44 loc) · 1.58 KB
title initiator resource type
description Represents information about who or what initiated the provisioning event.
ms.localizationpriority medium
author ArvindHarinder1
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 07/22/2024

initiator resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents information about who or what initiated the provisioning event. Inherits from identity.

Properties

Property Type Description
displayName String The name of the person or service that initiated the provisioning event. Inherited from identity.
id String The unique identifier for the person or service that initiated the provisioning event. Inherited from identity.
initiatorType String The type of the initiator. The possible values are: user, application, system, unknownFutureValue.

JSON representation

The following JSON representation shows the resource type.

{
  "displayName": "String",
  "id": "String",
  "initiatorType": "String"
}