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"
  ]
}