Package com.microsoft.graph.models
Class MicrosoftAuthenticatorAuthenticationMethodConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuthenticationMethodConfiguration
com.microsoft.graph.models.MicrosoftAuthenticatorAuthenticationMethodConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class MicrosoftAuthenticatorAuthenticationMethodConfiguration
extends AuthenticationMethodConfiguration
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Microsoft Authenticator Authentication Method Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Feature Settings.The Include Targets.Fields inherited from class com.microsoft.graph.models.AuthenticationMethodConfiguration
state -
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
-
featureSettings
@SerializedName(value="featureSettings", alternate="FeatureSettings") @Expose @Nullable public MicrosoftAuthenticatorFeatureSettings featureSettingsThe Feature Settings. A collection of Microsoft Authenticator settings such as application context and location context, and whether they are enabled for all users or specific users only. -
includeTargets
@SerializedName(value="includeTargets", alternate="IncludeTargets") @Expose @Nullable public MicrosoftAuthenticatorAuthenticationMethodTargetCollectionPage includeTargetsThe Include Targets. A collection of users or groups who are enabled to use the authentication method. Expanded by default.
-
-
Constructor Details
-
MicrosoftAuthenticatorAuthenticationMethodConfiguration
public MicrosoftAuthenticatorAuthenticationMethodConfiguration()
-
-
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 classAuthenticationMethodConfiguration- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-