Class AuthenticationMethodConfiguration

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuthenticationMethodConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
EmailAuthenticationMethodConfiguration, Fido2AuthenticationMethodConfiguration, MicrosoftAuthenticatorAuthenticationMethodConfiguration, SmsAuthenticationMethodConfiguration, SoftwareOathAuthenticationMethodConfiguration, TemporaryAccessPassAuthenticationMethodConfiguration, VoiceAuthenticationMethodConfiguration, X509CertificateAuthenticationMethodConfiguration

public class AuthenticationMethodConfiguration extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Authentication Method Configuration.
  • Field Details

    • excludeTargets

      @SerializedName(value="excludeTargets", alternate="ExcludeTargets") @Expose @Nullable public List<ExcludeTarget> excludeTargets
      The Exclude Targets. Groups of users that are excluded from a policy.
    • state

      @SerializedName(value="state", alternate="State") @Expose @Nullable public AuthenticationMethodState state
      The State. The state of the policy. Possible values are: enabled, disabled.
  • Constructor Details

    • AuthenticationMethodConfiguration

      public AuthenticationMethodConfiguration()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to