📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
identity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/identity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: password_policy.pyc
a N��f4! � @ 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_allowed�minimumPasswordLength�isUppercaseCharactersRequired�isLowercaseCharactersRequired�isNumericCharactersRequired�isSpecialCharactersRequired�isUsernameContainmentAllowedN)� swagger_types� 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 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 G 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"