发起者资源类型

命名空间:microsoft.graph

描述发起预配事件的人或发起者。

属性

属性 类型 说明
displayName String 发起预配事件的人员或服务的名称。
id String 唯一标识发起预配事件的人员或服务。
initiatorType initiatorType 发起人的类型。 可取值为:userapplicationsystemunknownFutureValue

JSON 表示形式

下面是资源的 JSON 表示形式。

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