Class AuthenticationMethodFeatureConfiguration

java.lang.Object
com.microsoft.graph.models.AuthenticationMethodFeatureConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AuthenticationMethodFeatureConfiguration extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Authentication Method Feature Configuration.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • excludeTarget

      @SerializedName(value="excludeTarget", alternate="ExcludeTarget") @Expose @Nullable public FeatureTarget excludeTarget
      The Exclude Target. A single entity that is excluded from this feature.
    • includeTarget

      @SerializedName(value="includeTarget", alternate="IncludeTarget") @Expose @Nullable public FeatureTarget includeTarget
      The Include Target. A single entity that is included in this feature.
    • state

      @SerializedName(value="state", alternate="State") @Expose @Nullable public AdvancedConfigState state
      The State. Enable or disable the feature. Possible values are: default, enabled, disabled, unknownFutureValue. The default value is used when the configuration hasn't been explicitly set and uses the default behavior of Azure AD for the setting. The default value is disabled.
  • Constructor Details

    • AuthenticationMethodFeatureConfiguration

      public AuthenticationMethodFeatureConfiguration()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to