OBJECT
UserSessionManagementConfig
Description
Specifies information about the session management configuration for the user account.
link GraphQL Schema definition
- type UserSessionManagementConfig {
- # Specifies whether the user has enforced a limit on the maximum number of
- # sessions. The value is true if the user has enforced a limit on the maximum
- # number of sessions and false otherwise.
- Boolean! :
- # Integer value indicating the maximum number of sessions set by the user.
- Int! :
- # Specifies whether the user has enforced a session timeout when the maximum time
- # limit on inactivity is reached.
- Boolean! :
- # Integer value specifying the number of seconds before the session logs out if
- # the user is inactive.
- Long! :
- # Integer value, in seconds, specifying maximum value for inactivity timeout
- # configuration.
- Long! :
- # Integer value , in seconds, specifying minimum value for inactivity timeout
- # configuration.
- Long! :
- # Integer value specifying maximum value for concurrent session limit
- # configuration.
- Int! :
- # Indicates the number of seconds before the session logs out.
- Long! :
- # Minimum value, in seconds, for session timeout configuration.
- Long! :
- # Maximum value, in seconds, for session timeout configuration.
- Long! :
- # Specifies whether the Global Organization has enforced it's policy.
- Boolean! :
- # Indicates the number of seconds before the service account session logs out.
- Long! :
- # Minimum value, in seconds, for service account session timeout configuration.
- Long! :
- # Maximum value, in seconds, for service account session timeout configuration.
- Long! :
- }