deviceComplianceScriptDeviceState 资源类型
命名空间:microsoft.graph
重要: Microsoft /beta 版本下的 Graph API 可能会发生更改;不支持生产使用。
注意:适用于 Intune 的 Microsoft Graph API 需要适用于租户的活动 Intune 许可证。
包含设备符合性脚本的设备运行状态的属性。
方法
属性
属性 | 类型 | 说明 |
---|---|---|
id | String | 设备符合性脚本设备状态实体的键。 此属性是只读的。 |
detectionState | runState | 最新设备符合性脚本执行的检测状态。 可取值为:unknown 、success 、fail 、scriptError 、pending 、notApplicable 。 |
lastStateUpdateDateTime | DateTimeOffset | 执行设备符合性脚本时的最后一个时间戳 |
expectedStateUpdateDateTime | DateTimeOffset | 应执行设备符合性脚本的下一个时间戳 |
lastSyncDateTime | DateTimeOffset | 上次Intune管理扩展与 Intune 同步的时间 |
scriptOutput | String | 检测脚本的输出 |
scriptError | String | 检测脚本出错 |
关系
关系 | 类型 | 说明 |
---|---|---|
managedDevice | managedDevice | 执行设备符合性脚本的托管设备 |
JSON 表示形式
下面是资源的 JSON 表示形式。
{
"@odata.type": "#microsoft.graph.deviceComplianceScriptDeviceState",
"id": "String (identifier)",
"detectionState": "String",
"lastStateUpdateDateTime": "String (timestamp)",
"expectedStateUpdateDateTime": "String (timestamp)",
"lastSyncDateTime": "String (timestamp)",
"scriptOutput": "String",
"scriptError": "String"
}