| 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 |
Namespace: microsoft.graph
Describes who or what initiated the provisioning event.
| 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. |
The following JSON representation shows the resource type.
{
"displayName": "String",
"id": "String",
"initiatorType": "String"
}