Skip to content

Latest commit

 

History

History
58 lines (49 loc) · 2.85 KB

intune-deviceconfig-hardwarepasswordinfo.md

File metadata and controls

58 lines (49 loc) · 2.85 KB
title description author localization_priority ms.subservice doc_type
hardwarePasswordInfo resource type
Intune will provide customer the ability to configure hardware/bios settings on the enrolled windows 10 Azure Active Directory joined devices.
jaiprakashmb
Normal
intune
resourcePageType

hardwarePasswordInfo resource type

Namespace: microsoft.graph

Important: Microsoft Graph APIs under the /beta version are subject to change; production use is not supported.

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Intune will provide customer the ability to configure hardware/bios settings on the enrolled windows 10 Azure Active Directory joined devices.

Methods

Method Return Type Description
List hardwarePasswordInfos hardwarePasswordInfo collection List properties and relationships of the hardwarePasswordInfo objects.
Get hardwarePasswordInfo hardwarePasswordInfo Read properties and relationships of the hardwarePasswordInfo object.
Create hardwarePasswordInfo hardwarePasswordInfo Create a new hardwarePasswordInfo object.
Delete hardwarePasswordInfo None Deletes a hardwarePasswordInfo.
Update hardwarePasswordInfo hardwarePasswordInfo Update the properties of a hardwarePasswordInfo object.

Properties

Property Type Description
id String Unique Identifier for the hardware password info
serialNumber String Device serial number
currentPassword String Current device password
previousPasswords String collection List of previous device passwords

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

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