Class EmailAuthenticationMethodConfiguration

All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

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

    • allowExternalIdToUseEmailOtp

      @SerializedName(value="allowExternalIdToUseEmailOtp", alternate="AllowExternalIdToUseEmailOtp") @Expose @Nullable public ExternalEmailOtpState allowExternalIdToUseEmailOtp
      The Allow External Id To Use Email Otp. Determines whether email OTP is usable by external users for authentication. Possible values are: default, enabled, disabled, unknownFutureValue. Tenants in the default state who did not use public preview will automatically have email OTP enabled beginning in October 2021.
    • includeTargets

      @SerializedName(value="includeTargets", alternate="IncludeTargets") @Expose @Nullable public AuthenticationMethodTargetCollectionPage includeTargets
      The Include Targets. A collection of groups that are enabled to use the authentication method.
  • Constructor Details

    • EmailAuthenticationMethodConfiguration

      public EmailAuthenticationMethodConfiguration()
  • 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