remoteAssistanceReporting 资源类型

命名空间:microsoft.graph

重要: /beta 版本下的 Microsoft Graph API 可能会发生更改;不支持生产用途。

注意: 适用于 Intune 的 Microsoft Graph API 需要适用于租户的 活动 Intune 许可证

RemoteAssistanceReporting 资源表示给定远程协助报告有效负载的元数据

属性

属性 类型 说明
id String 会话和每个会话的报告有效负载的唯一标识符
startDateTime DateTimeOffset 会话的开始时间
endDateTime DateTimeOffset 会话的结束时间
remoteAssistanceSessionType remoteAssistanceSessionType 所举行的远程协助会话的类型。 可取值为:viewOnlyfullControlelevation。 可取值为:viewOnlyfullControlelevation
helperEmail String 帮助程序用于建立会话的登录电子邮件
helperTenantId String 帮助程序的租户 ID
helperFirstName String 帮助程序的名字
helperLastName 字符串 帮助程序的姓氏
helperOs String 帮助程序的操作系统
helperDeviceAadId String 帮助程序的设备 AAD ID
helperDeviceName 字符串 帮助程序的设备名称
helperEnrollmentState enrollmentState Intune帮助程序设备的注册状态。 可取值为:unknownenrolledpendingResetfailednotContactedblocked。 可取值为:unknownenrolledpendingResetfailednotContactedblocked
sharerEmail String 共享程序用于建立会话的登录电子邮件
sharerTenantId String 共享程序的租户 ID
sharerFirstName String Sharer 的名字
sharerLastName String Sharer 的姓氏
sharerDeviceAadId String Sharer 的设备 AAD ID
sharerDeviceName String Sharer 的设备名称
sharerOs String Sharer 的操作系统
sharerEnrollmentState enrollmentState Intune sharer 设备的注册状态。 可取值为:unknownenrolledpendingResetfailednotContactedblocked。 可取值为:unknownenrolledpendingResetfailednotContactedblocked

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.remoteAssistanceReporting",
  "id": "String (identifier)",
  "startDateTime": "String (timestamp)",
  "endDateTime": "String (timestamp)",
  "remoteAssistanceSessionType": "String",
  "helperEmail": "String",
  "helperTenantId": "String",
  "helperFirstName": "String",
  "helperLastName": "String",
  "helperOs": "String",
  "helperDeviceAadId": "String",
  "helperDeviceName": "String",
  "helperEnrollmentState": "String",
  "sharerEmail": "String",
  "sharerTenantId": "String",
  "sharerFirstName": "String",
  "sharerLastName": "String",
  "sharerDeviceAadId": "String",
  "sharerDeviceName": "String",
  "sharerOs": "String",
  "sharerEnrollmentState": "String"
}