models_v2.security_config_password_lifetime module¶
- 
class 
models_v2.security_config_password_lifetime.SecurityConfigPasswordLifetime(min_lifetime_days=None, max_lifetime_days=None)[source]¶ Bases:
objectImplementation of the ‘SecurityConfigPasswordLifetime’ model.
Specifies security config for password lifetime.
- Attributes:
 - min_lifetime_days (int): Specifies the minimum password lifetime in
 days.
- max_lifetime_days (int): Specifies the maximum password lifetime 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.