Skip to content

Latest commit

 

History

History
56 lines (43 loc) · 1.3 KB

File metadata and controls

56 lines (43 loc) · 1.3 KB
title initiator resource type
description Describes who or what initiated the provisioning event.
ms.localizationpriority medium
author ArvindHarinder1
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 03/21/2024

initiator resource type

Namespace: microsoft.graph

Describes who or what initiated the provisioning event.

Properties

Property Type Description
displayName String Name of the person or service that initiated the provisioning event.
id String Uniquely identifies the person or service that initiated the provisioning event.
initiatorType initiatorType Type of 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"
}