models_v2.security_config_account_lockout module¶
-
class
models_v2.security_config_account_lockout.
SecurityConfigAccountLockout
(max_failed_login_attempts=None, failed_login_lock_time_duration_mins=None, inactivity_time_days=None)[source]¶ Bases:
object
Implementation of the ‘SecurityConfigAccountLockout’ model.
Specifies security config for account lockout.
- Attributes:
- max_failed_login_attempts (int): Specifies the maximum number of
consecutive fail login attempts.
- failed_login_lock_time_duration_mins (int): Specifies the time
duration within which the consecutive failed login attempts causes a local user account to be locked and the lockout duration time due to that.
- inactivity_time_days (int): Specifies the lockout inactivity time
range in days.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.