Skip to main content

user_concurrent_sessions_limit

Overview

Nameuser_concurrent_sessions_limit
TypeResource
Idsumologic.policies.user_concurrent_sessions_limit

Fields

NameDatatypeDescription
enabledbooleanWhether the User Concurrent Sessions Limit policy is enabled.
maxConcurrentSessionsintegerMaximum number of concurrent sessions a user may have.

Methods

NameAccessible byRequired ParamsDescription
getUserConcurrentSessionsLimitPolicySELECTregionGet 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
setUserConcurrentSessionsLimitPolicyEXECdata__enabled, regionSet 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