Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.77 KB

devicelocalcredential.md

File metadata and controls

47 lines (39 loc) · 1.77 KB
title description author ms.localizationpriority ms.subservice doc_type
deviceLocalCredential resource type
Represents the local administrator account credential of a device object in Microsoft Entra ID that is enabled with Local Admin Password Solution (LAPS). Includes the actual password for the local administrator account returned as Base64 encoded value.
sandeo-MSFT
medium
entra-directory-management
resourcePageType

deviceLocalCredential resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents the local administrator account credential of a device object in Microsoft Entra ID that is enabled with Local Admin Password Solution (LAPS). Includes the actual password for the local administrator account returned as Base64 encoded value.

Properties

Property Type Description
accountName String The name of the local admin account for which LAPS is enabled.
accountSid String The SID of the local admin account for which LAPS is enabled.
backupDateTime DateTimeOffset When the local adminstrator account credential for the device object was backed up to Microsoft Entra ID.
passwordBase64 String The password for the local administrator account that is backed up to Microsoft Entra ID and returned as a base 64 encoded value.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.deviceLocalCredential",
  "accountName": "String",
  "accountSid": "String",
  "backupDateTime": "DateTimeOffset",
  "passwordBase64": "String"
}