Szerkesztés

Megosztás a következőn keresztül:


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. Starting from June, 2024 (Intune Release 2406), this type will no longer be supported and will be marked as deprecated

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 A unique string Id that is based on associated Intune Device Id. This property is read-only.
serialNumber String Associated device's serial number . This property is read-only.
currentPassword String Current device password. This property is read-only.
previousPasswords String collection List of previous device passwords. This property is read-only.

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