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 Details

    • featureSettings

      @SerializedName(value="featureSettings", alternate="FeatureSettings") @Expose @Nullable public MicrosoftAuthenticatorFeatureSettings featureSettings
      The 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.
    • isSoftwareOathEnabled

      @SerializedName(value="isSoftwareOathEnabled", alternate="IsSoftwareOathEnabled") @Expose @Nullable public Boolean isSoftwareOathEnabled
      The Is Software Oath Enabled.
    • includeTargets

      @SerializedName(value="includeTargets", alternate="IncludeTargets") @Expose @Nullable public MicrosoftAuthenticatorAuthenticationMethodTargetCollectionPage includeTargets
      The Include Targets. A collection of groups that 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class AuthenticationMethodConfiguration
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to