initiator resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Describes who or what initiated the provisioning event. Inherits from identity.

Properties

Property Type Description
displayName String Name of the person or service that initiated the provisioning event. Inherited from identity.
id String Uniquely identifies the person or service that initiated the provisioning event. Inherited from identity.
initiatorType String Type of initiator. Possible values are: user, application, system, unknownFutureValue.

JSON representation

The following is a JSON representation of the resource.

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