Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.65 KB

File metadata and controls

46 lines (39 loc) · 1.65 KB
title deviceLocalCredential resource type
description Represents the local administrator account credential of a device object in Azure Active Directory that is enabled with Local Admin Password Solution (LAPS).
author sandeo-MSFT
ms.localizationpriority medium
ms.subservice entra-directory-management
doc_type resourcePageType
ms.date 07/22/2024

deviceLocalCredential resource type

Namespace: microsoft.graph

Represents the local administrator account credential of a device object in Azure Active Directory 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 administrator account credential for the device object was backed up to Azure Active Directory.
passwordBase64 String The password for the local administrator account that is backed up to Azure Active Directory and returned as a Base64 encoded value.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

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