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