public class Authentication extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
| Modifier and Type | Field and Description |
|---|---|
Fido2AuthenticationMethodCollectionPage |
fido2Methods
The Fido2Methods.
|
AuthenticationMethodCollectionPage |
methods
The Methods.
|
MicrosoftAuthenticatorAuthenticationMethodCollectionPage |
microsoftAuthenticatorMethods
The Microsoft Authenticator Methods.
|
WindowsHelloForBusinessAuthenticationMethodCollectionPage |
windowsHelloForBusinessMethods
The Windows Hello For Business Methods.
|
| Constructor and Description |
|---|
Authentication() |
| Modifier and Type | Method and Description |
|---|---|
void |
setRawObject(com.microsoft.graph.serializer.ISerializer serializer,
com.google.gson.JsonObject json)
Sets the raw JSON object
|
additionalDataManager@SerializedName(value="fido2Methods",
alternate="Fido2Methods")
@Expose
@Nullable
public Fido2AuthenticationMethodCollectionPage fido2Methods
@SerializedName(value="methods",
alternate="Methods")
@Expose
@Nullable
public AuthenticationMethodCollectionPage methods
@SerializedName(value="microsoftAuthenticatorMethods",
alternate="MicrosoftAuthenticatorMethods")
@Expose
@Nullable
public MicrosoftAuthenticatorAuthenticationMethodCollectionPage microsoftAuthenticatorMethods
@SerializedName(value="windowsHelloForBusinessMethods",
alternate="WindowsHelloForBusinessMethods")
@Expose
@Nullable
public WindowsHelloForBusinessAuthenticationMethodCollectionPage windowsHelloForBusinessMethods
public void setRawObject(@Nonnull
com.microsoft.graph.serializer.ISerializer serializer,
@Nonnull
com.google.gson.JsonObject json)
setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObjectsetRawObject in class Entityserializer - the serializerjson - the JSON object to set this object to