Class DeviceLocalCredential

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DeviceLocalCredential
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class DeviceLocalCredential extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Device Local Credential.
  • Field Details

    • accountName

      @SerializedName(value="accountName", alternate="AccountName") @Expose @Nullable public String accountName
      The Account Name. The name of the local admin account for which LAPS is enabled.
    • accountSid

      @SerializedName(value="accountSid", alternate="AccountSid") @Expose @Nullable public String accountSid
      The Account Sid. The SID of the local admin account for which LAPS is enabled.
    • backupDateTime

      @SerializedName(value="backupDateTime", alternate="BackupDateTime") @Expose @Nullable public OffsetDateTime backupDateTime
      The Backup Date Time. When the local administrator account credential for the device object was backed up to Azure Active Directory.
    • passwordBase64

      @SerializedName(value="passwordBase64", alternate="PasswordBase64") @Expose @Nullable public String passwordBase64
      The Password Base64. The password for the local administrator account that is backed up to Azure Active Directory and returned as a Base64 encoded value.
  • Constructor Details

    • DeviceLocalCredential

      public DeviceLocalCredential()
  • Method Details

    • setRawObject

      public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json)
      Sets the raw JSON object
      Specified by:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to