Package com.microsoft.graph.models
Class IdleSessionSignOut
java.lang.Object
com.microsoft.graph.models.IdleSessionSignOut
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IdleSessionSignOut
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Idle Session Sign Out.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Is Enabled.the OData type of the object as returned by the serviceThe Sign Out After In Seconds.The Warn After In Seconds. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManager
void
setRawObject
(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 -
isEnabled
@SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabledThe Is Enabled. Indicates whether the idle session sign-out policy is enabled. -
signOutAfterInSeconds
@SerializedName(value="signOutAfterInSeconds", alternate="SignOutAfterInSeconds") @Expose @Nullable public Long signOutAfterInSecondsThe Sign Out After In Seconds. Number of seconds of inactivity after which a user is signed out. -
warnAfterInSeconds
@SerializedName(value="warnAfterInSeconds", alternate="WarnAfterInSeconds") @Expose @Nullable public Long warnAfterInSecondsThe Warn After In Seconds. Number of seconds of inactivity after which a user is notified that they'll be signed out.
-
-
Constructor Details
-
IdleSessionSignOut
public IdleSessionSignOut()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManager
in 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:
setRawObject
in interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-