Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Created Date Time.The Device.The Device Tag.The Display Name.The Phone App Version. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. The date and time that this app was registered. This property is null if the device is not registered for passwordless Phone Sign-In. -
deviceTag
The Device Tag. Tags containing app metadata. -
displayName
@SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayNameThe Display Name. The name of the device on which this app is registered. -
phoneAppVersion
@SerializedName(value="phoneAppVersion", alternate="PhoneAppVersion") @Expose @Nullable public String phoneAppVersionThe Phone App Version. Numerical version of this instance of the Authenticator app. -
device
The Device. The registered device on which Microsoft Authenticator resides. This property is null if the device is not 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAuthenticationMethod- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-