Class DeviceLocalCredentialInfo

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

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

    • credentials

      @SerializedName(value="credentials", alternate="Credentials") @Expose @Nullable public List<DeviceLocalCredential> credentials
      The Credentials. The credentials of the device's local administrator account backed up to Azure Active Directory.
    • deviceName

      @SerializedName(value="deviceName", alternate="DeviceName") @Expose @Nullable public String deviceName
      The Device Name. Display name of the device that the local credentials are associated with.
    • lastBackupDateTime

      @SerializedName(value="lastBackupDateTime", alternate="LastBackupDateTime") @Expose @Nullable public OffsetDateTime lastBackupDateTime
      The Last Backup Date Time. When the local administrator account credential was backed up to Azure Active Directory.
    • refreshDateTime

      @SerializedName(value="refreshDateTime", alternate="RefreshDateTime") @Expose @Nullable public OffsetDateTime refreshDateTime
      The Refresh Date Time. When the local administrator account credential will be refreshed and backed up to Azure Active Directory.
  • Constructor Details

    • DeviceLocalCredentialInfo

      public DeviceLocalCredentialInfo()
  • 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