編輯

共用方式為


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.

Represents information about who or what initiated the provisioning event. Inherits from identity.

Properties

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. Possible values are: user, application, system, unknownFutureValue.

JSON representation

The following JSON representation shows the resource type.

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