📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
identity
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/identity/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: password_policy.cpython-39.opt-1.pyc
a ���f�! � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�PasswordPolicyzC Password policy, currently set for the given compartment. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a Initializes a new PasswordPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param minimum_password_length: The value to assign to the minimum_password_length property of this PasswordPolicy. :type minimum_password_length: int :param is_uppercase_characters_required: The value to assign to the is_uppercase_characters_required property of this PasswordPolicy. :type is_uppercase_characters_required: bool :param is_lowercase_characters_required: The value to assign to the is_lowercase_characters_required property of this PasswordPolicy. :type is_lowercase_characters_required: bool :param is_numeric_characters_required: The value to assign to the is_numeric_characters_required property of this PasswordPolicy. :type is_numeric_characters_required: bool :param is_special_characters_required: The value to assign to the is_special_characters_required property of this PasswordPolicy. :type is_special_characters_required: bool :param is_username_containment_allowed: The value to assign to the is_username_containment_allowed property of this PasswordPolicy. :type is_username_containment_allowed: bool �int�bool)�minimum_password_length� is_uppercase_characters_required� is_lowercase_characters_required�is_numeric_characters_required�is_special_characters_required�is_username_containment_allowedZminimumPasswordLengthZisUppercaseCharactersRequiredZisLowercaseCharactersRequiredZisNumericCharactersRequiredZisSpecialCharactersRequiredZisUsernameContainmentAllowedN)Z swagger_typesZ attribute_map�_minimum_password_length�!_is_uppercase_characters_required�!_is_lowercase_characters_required�_is_numeric_characters_required�_is_special_characters_required� _is_username_containment_allowed)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/identity/models/password_policy.py�__init__ s( � � zPasswordPolicy.__init__c C s | j S )z� Gets the minimum_password_length of this PasswordPolicy. Minimum password length required. :return: The minimum_password_length of this PasswordPolicy. :rtype: int �r �r r r r r I s z&PasswordPolicy.minimum_password_lengthc C s || _ dS )z� Sets the minimum_password_length of this PasswordPolicy. Minimum password length required. :param minimum_password_length: The minimum_password_length of this PasswordPolicy. :type: int Nr )r r r r r r U s c C s | j S )z� Gets the is_uppercase_characters_required of this PasswordPolicy. At least one uppercase character required. :return: The is_uppercase_characters_required of this PasswordPolicy. :rtype: bool �r r r r r r a s z/PasswordPolicy.is_uppercase_characters_requiredc C s || _ dS )a Sets the is_uppercase_characters_required of this PasswordPolicy. At least one uppercase character required. :param is_uppercase_characters_required: The is_uppercase_characters_required of this PasswordPolicy. :type: bool Nr )r r r r r r m s c C s | j S )z� Gets the is_lowercase_characters_required of this PasswordPolicy. At least one lower case character required. :return: The is_lowercase_characters_required of this PasswordPolicy. :rtype: bool �r r r r r r y s z/PasswordPolicy.is_lowercase_characters_requiredc C s || _ dS )a Sets the is_lowercase_characters_required of this PasswordPolicy. At least one lower case character required. :param is_lowercase_characters_required: The is_lowercase_characters_required of this PasswordPolicy. :type: bool Nr )r r r r r r � s c C s | j S )z� Gets the is_numeric_characters_required of this PasswordPolicy. At least one numeric character required. :return: The is_numeric_characters_required of this PasswordPolicy. :rtype: bool �r r r r r r � s z-PasswordPolicy.is_numeric_characters_requiredc C s || _ dS )a Sets the is_numeric_characters_required of this PasswordPolicy. At least one numeric character required. :param is_numeric_characters_required: The is_numeric_characters_required of this PasswordPolicy. :type: bool Nr )r r r r r r � s c C s | j S )z� Gets the is_special_characters_required of this PasswordPolicy. At least one special character required. :return: The is_special_characters_required of this PasswordPolicy. :rtype: bool �r r r r r r � s z-PasswordPolicy.is_special_characters_requiredc C s || _ dS )a Sets the is_special_characters_required of this PasswordPolicy. At least one special character required. :param is_special_characters_required: The is_special_characters_required of this PasswordPolicy. :type: bool Nr )r r r r r r � s c C s | j S )z� Gets the is_username_containment_allowed of this PasswordPolicy. User name is allowed to be part of the password. :return: The is_username_containment_allowed of this PasswordPolicy. :rtype: bool �r r r r r r � s z.PasswordPolicy.is_username_containment_allowedc C s || _ dS )a Sets the is_username_containment_allowed of this PasswordPolicy. User name is allowed to be part of the password. :param is_username_containment_allowed: The is_username_containment_allowed of this PasswordPolicy. :type: bool Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zPasswordPolicy.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zPasswordPolicy.__eq__c C s | |k S r! r r$ r r r �__ne__� s zPasswordPolicy.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"