Package com.microsoft.graph.models
Class MicrosoftAuthenticatorFeatureSettings
java.lang.Object
com.microsoft.graph.models.MicrosoftAuthenticatorFeatureSettings
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MicrosoftAuthenticatorFeatureSettings
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Microsoft Authenticator Feature Settings.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Display App Information Required State.The Display Location Information Required State.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
displayAppInformationRequiredState
@SerializedName(value="displayAppInformationRequiredState", alternate="DisplayAppInformationRequiredState") @Expose @Nullable public AuthenticationMethodFeatureConfiguration displayAppInformationRequiredStateThe Display App Information Required State. Determines whether the user's Authenticator app will show them the client app they are signing into. -
displayLocationInformationRequiredState
@SerializedName(value="displayLocationInformationRequiredState", alternate="DisplayLocationInformationRequiredState") @Expose @Nullable public AuthenticationMethodFeatureConfiguration displayLocationInformationRequiredStateThe Display Location Information Required State. Determines whether the user's Authenticator app will show them the geographic location of where the authentication request originated from.
-
-
Constructor Details
-
MicrosoftAuthenticatorFeatureSettings
public MicrosoftAuthenticatorFeatureSettings()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
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- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-