Package com.microsoft.graph.models
Class Authentication
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.Authentication
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class Authentication
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Authentication.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Fido2Methods.The Methods.The Microsoft Authenticator Methods.The Windows Hello For Business Methods. -
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
-
fido2Methods
@SerializedName(value="fido2Methods", alternate="Fido2Methods") @Expose @Nullable public Fido2AuthenticationMethodCollectionPage fido2MethodsThe Fido2Methods. Represents the FIDO2 security keys registered to a user for authentication. -
methods
@SerializedName(value="methods", alternate="Methods") @Expose @Nullable public AuthenticationMethodCollectionPage methodsThe Methods. Represents all authentication methods registered to a user. -
microsoftAuthenticatorMethods
@SerializedName(value="microsoftAuthenticatorMethods", alternate="MicrosoftAuthenticatorMethods") @Expose @Nullable public MicrosoftAuthenticatorAuthenticationMethodCollectionPage microsoftAuthenticatorMethodsThe Microsoft Authenticator Methods. The details of the Microsoft Authenticator app registered to a user for authentication. -
windowsHelloForBusinessMethods
@SerializedName(value="windowsHelloForBusinessMethods", alternate="WindowsHelloForBusinessMethods") @Expose @Nullable public WindowsHelloForBusinessAuthenticationMethodCollectionPage windowsHelloForBusinessMethodsThe Windows Hello For Business Methods. Represents the Windows Hello for Business authentication method registered to a user for authentication.
-
-
Constructor Details
-
Authentication
public Authentication()
-
-
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 classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-