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. Possible values are: user , application , system , unknownFutureValue . |
JSON representation
The following JSON representation shows the resource type.
{
"displayName": "String",
"id": "String",
"initiatorType": "String"
}