hardwarePasswordInfo 资源类型

命名空间:microsoft.graph

重要:Microsoft支持Intune /beta API,但它们会受到更频繁的更改。 Microsoft建议尽可能使用版本 v1.0。 使用版本选择器检查 API 在 v1.0 版中的可用性。

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

Intune将让客户能够在已注册的已加入 Windows 10 Active Directory 的设备上配置硬件/bios 设置。 从 2024 年 6 月 (Intune 版本 2406) 开始,此类型将不再受支持,并将标记为已弃用

方法

方法 返回类型 说明
列出 hardwarePasswordInfos hardwarePasswordInfo 集合 列出 hardwarePasswordInfo 对象的属性和关系。
获取 hardwarePasswordInfo hardwarePasswordInfo 读取 hardwarePasswordInfo 对象的属性和关系。
创建 hardwarePasswordInfo hardwarePasswordInfo 创建新的 hardwarePasswordInfo 对象。
删除 hardwarePasswordInfo None 删除 hardwarePasswordInfo
更新 hardwarePasswordInfo hardwarePasswordInfo 更新 hardwarePasswordInfo 对象的属性。

属性

属性 类型 说明
id String 基于关联的Intune设备 ID 的唯一字符串 ID。此属性是只读的。
serialNumber String 关联的设备的序列号 。 此属性是只读的。
currentPassword String 当前设备密码。 此属性是只读的。
previousPasswords 字符串集合 以前的设备密码列表。 此属性是只读的。

关系

JSON 表示形式

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

{
  "@odata.type": "#microsoft.graph.hardwarePasswordInfo",
  "id": "String (identifier)",
  "serialNumber": "String",
  "currentPassword": "String",
  "previousPasswords": [
    "String"
  ]
}