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 Details

    • oDataType

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

      @SerializedName(value="excludeTargets", alternate="ExcludeTargets") @Expose @Nullable public List<ExcludeTarget> excludeTargets
      The 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> includeTargets
      The 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 snoozeDurationInDays
      The 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 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 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:
      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