Class SignInFrequencySessionControl

java.lang.Object
com.microsoft.graph.models.ConditionalAccessSessionControl
com.microsoft.graph.models.SignInFrequencySessionControl
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SignInFrequencySessionControl extends ConditionalAccessSessionControl implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Sign In Frequency Session Control.
  • Field Details

    • authenticationType

      @SerializedName(value="authenticationType", alternate="AuthenticationType") @Expose @Nullable public SignInFrequencyAuthenticationType authenticationType
      The Authentication Type. The possible values are primaryAndSecondaryAuthentication, secondaryAuthentication, unknownFutureValue.
    • frequencyInterval

      @SerializedName(value="frequencyInterval", alternate="FrequencyInterval") @Expose @Nullable public SignInFrequencyInterval frequencyInterval
      The Frequency Interval. The possible values are timeBased, everyTime, unknownFutureValue.
    • type

      @SerializedName(value="type", alternate="Type") @Expose @Nullable public SigninFrequencyType type
      The Type. Possible values are: days, hours.
    • value

      @SerializedName(value="value", alternate="Value") @Expose @Nullable public Integer value
      The Value. The number of days or hours.
  • Constructor Details

    • SignInFrequencySessionControl

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