Class MicrosoftAuthenticatorAuthenticationMethod

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

public class MicrosoftAuthenticatorAuthenticationMethod extends AuthenticationMethod implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Microsoft Authenticator Authentication Method.
  • Field Details

    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time. The date and time that this app was registered. This property is null if the device isn't registered for passwordless Phone Sign-In.
    • deviceTag

      @SerializedName(value="deviceTag", alternate="DeviceTag") @Expose @Nullable public String deviceTag
      The Device Tag. Tags containing app metadata.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. The name of the device on which this app is registered.
    • phoneAppVersion

      @SerializedName(value="phoneAppVersion", alternate="PhoneAppVersion") @Expose @Nullable public String phoneAppVersion
      The Phone App Version. Numerical version of this instance of the Authenticator app.
    • device

      @SerializedName(value="device", alternate="Device") @Expose @Nullable public Device device
      The Device. The registered device on which Microsoft Authenticator resides. This property is null if the device isn't registered for passwordless Phone Sign-In.
  • Constructor Details

    • MicrosoftAuthenticatorAuthenticationMethod

      public MicrosoftAuthenticatorAuthenticationMethod()
  • 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 AuthenticationMethod
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to