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 Details

    • oDataType

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

      @SerializedName(value="isEnabled", alternate="IsEnabled") @Expose @Nullable public Boolean isEnabled
      The Is Enabled. Indicates whether the idle session sign-out policy is enabled.
    • signOutAfterInSeconds

      @SerializedName(value="signOutAfterInSeconds", alternate="SignOutAfterInSeconds") @Expose @Nullable public Long signOutAfterInSeconds
      The 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 warnAfterInSeconds
      The 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 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