Package com.microsoft.graph.models
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 Summary
FieldsModifier and TypeFieldDescriptionThe Authentication Type.The Frequency Interval.The Type.The Value.Fields inherited from class com.microsoft.graph.models.ConditionalAccessSessionControl
isEnabled, oDataType -
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.ConditionalAccessSessionControl
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
-
authenticationType
@SerializedName(value="authenticationType", alternate="AuthenticationType") @Expose @Nullable public SignInFrequencyAuthenticationType authenticationTypeThe Authentication Type. The possible values are primaryAndSecondaryAuthentication, secondaryAuthentication, unknownFutureValue. -
frequencyInterval
@SerializedName(value="frequencyInterval", alternate="FrequencyInterval") @Expose @Nullable public SignInFrequencyInterval frequencyIntervalThe Frequency Interval. The possible values are timeBased, everyTime, unknownFutureValue. -
type
The Type. Possible values are: days, hours. -
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:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classConditionalAccessSessionControl- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-