Package com.microsoft.graph.models
Class EmailAuthenticationMethodConfiguration
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.AuthenticationMethodConfiguration
com.microsoft.graph.models.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 Summary
FieldsModifier and TypeFieldDescriptionThe Allow External Id To Use Email Otp.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
-
allowExternalIdToUseEmailOtp
@SerializedName(value="allowExternalIdToUseEmailOtp", alternate="AllowExternalIdToUseEmailOtp") @Expose @Nullable public ExternalEmailOtpState allowExternalIdToUseEmailOtpThe 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 includeTargetsThe Include Targets. A collection of users or groups who 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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classAuthenticationMethodConfiguration- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-