Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph
Important: Microsoft supports Intune /beta APIs, but they are subject to more frequent change. Microsoft recommends using version v1.0 when possible. Check an API's availability in version v1.0 using the Version selector.
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"
]
}