Package com.microsoft.graph.models
Class AuthenticationMethodsRegistrationCampaign
java.lang.Object
com.microsoft.graph.models.AuthenticationMethodsRegistrationCampaign
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AuthenticationMethodsRegistrationCampaign
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Authentication Methods Registration Campaign.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Exclude Targets.The Include Targets.the OData type of the object as returned by the serviceThe Snooze Duration In Days.The State. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
excludeTargets
@SerializedName(value="excludeTargets", alternate="ExcludeTargets") @Expose @Nullable public List<ExcludeTarget> excludeTargetsThe Exclude Targets. Users and groups of users that are excluded from being prompted to set up the authentication method. -
includeTargets
@SerializedName(value="includeTargets", alternate="IncludeTargets") @Expose @Nullable public List<AuthenticationMethodsRegistrationCampaignIncludeTarget> includeTargetsThe Include Targets. Users and groups of users that are prompted to set up the authentication method. -
snoozeDurationInDays
@SerializedName(value="snoozeDurationInDays", alternate="SnoozeDurationInDays") @Expose @Nullable public Integer snoozeDurationInDaysThe Snooze Duration In Days. Specifies the number of days that the user sees a prompt again if they select 'Not now' and snoozes the prompt. Minimum: 0 days. Maximum: 14 days. If the value is '0', the user is prompted during every MFA attempt. -
state
@SerializedName(value="state", alternate="State") @Expose @Nullable public AdvancedConfigState stateThe 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 Active Directory for the setting. The default value is disabled.
-
-
Constructor Details
-
AuthenticationMethodsRegistrationCampaign
public AuthenticationMethodsRegistrationCampaign()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-