user_concurrent_sessions_limit
Overview
Name | user_concurrent_sessions_limit |
Type | Resource |
Id | sumologic.policies.user_concurrent_sessions_limit |
Fields
Name | Datatype | Description |
---|---|---|
enabled | boolean | Whether the User Concurrent Sessions Limit policy is enabled. |
maxConcurrentSessions | integer | Maximum number of concurrent sessions a user may have. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
getUserConcurrentSessionsLimitPolicy | SELECT | region | Get the User Concurrent Sessions Limit policy. When enabled, the number of concurrent sessions a user may have is limited to the value entered. If a user exceeds the allowed number of sessions, the user's oldest session will be logged out to accommodate the new one. Disabling this policy means a user may have an unlimited number of concurrent sessions. Learn More |
setUserConcurrentSessionsLimitPolicy | EXEC | data__enabled, region | Set the User Concurrent Sessions Limit policy. When enabled, the number of concurrent sessions a user may have is limited to the value entered. If a user exceeds the allowed number of sessions, the user's oldest session will be logged out to accommodate the new one. Disabling this policy means a user may have an unlimited number of concurrent sessions. Learn More |