| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents information about who or what initiated the provisioning event. Inherits from identity.
| 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. |
The following JSON representation shows the resource type.
{
"displayName": "String",
"id": "String",
"initiatorType": "String"
}