📂 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: authentication_policy.cpython-39.pyc
a ���f3 � @ 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 d d� Z dd� Zdd� ZdS )�AuthenticationPolicyzI Authentication policy, currently set for the given compartment. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new AuthenticationPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param password_policy: The value to assign to the password_policy property of this AuthenticationPolicy. :type password_policy: oci.identity.models.PasswordPolicy :param compartment_id: The value to assign to the compartment_id property of this AuthenticationPolicy. :type compartment_id: str :param network_policy: The value to assign to the network_policy property of this AuthenticationPolicy. :type network_policy: oci.identity.models.NetworkPolicy ZPasswordPolicy�strZ NetworkPolicy)�password_policy�compartment_id�network_policyZpasswordPolicyZ compartmentIdZ networkPolicyN)Z swagger_typesZ attribute_map�_password_policy�_compartment_id�_network_policy)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/identity/models/authentication_policy.py�__init__ s ��zAuthenticationPolicy.__init__c C s | j S )z� Gets the password_policy of this AuthenticationPolicy. :return: The password_policy of this AuthenticationPolicy. :rtype: oci.identity.models.PasswordPolicy �r �r r r r r 4 s z$AuthenticationPolicy.password_policyc C s || _ dS )z� Sets the password_policy of this AuthenticationPolicy. :param password_policy: The password_policy of this AuthenticationPolicy. :type: oci.identity.models.PasswordPolicy Nr )r r r r r r >