📂 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
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: profile_details.cpython-39.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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�ProfileDetailsz- The details of a particular profile c K s� dddddddddddd�| _ dddddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new ProfileDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param num_users: The value to assign to the num_users property of this ProfileDetails. :type num_users: int :param connect_time: The value to assign to the connect_time property of this ProfileDetails. :type connect_time: str :param failed_login_attempts: The value to assign to the failed_login_attempts property of this ProfileDetails. :type failed_login_attempts: str :param idle_time: The value to assign to the idle_time property of this ProfileDetails. :type idle_time: str :param inactive_account_time: The value to assign to the inactive_account_time property of this ProfileDetails. :type inactive_account_time: str :param password_grace_time: The value to assign to the password_grace_time property of this ProfileDetails. :type password_grace_time: str :param password_life_time: The value to assign to the password_life_time property of this ProfileDetails. :type password_life_time: str :param password_lock_time: The value to assign to the password_lock_time property of this ProfileDetails. :type password_lock_time: str :param password_reuse_time: The value to assign to the password_reuse_time property of this ProfileDetails. :type password_reuse_time: str :param password_reuse_max: The value to assign to the password_reuse_max property of this ProfileDetails. :type password_reuse_max: str :param password_verify_function: The value to assign to the password_verify_function property of this ProfileDetails. :type password_verify_function: str �int�str)� num_users�connect_time�failed_login_attempts� idle_time�inactive_account_time�password_grace_time�password_life_time�password_lock_time�password_reuse_time�password_reuse_max�password_verify_functionZnumUsersZconnectTimeZfailedLoginAttemptsZidleTimeZinactiveAccountTimeZpasswordGraceTimeZpasswordLifeTimeZpasswordLockTimeZpasswordReuseTimeZpasswordReuseMaxZpasswordVerifyFunctionN) Z swagger_typesZ attribute_map� _num_users� _connect_time�_failed_login_attempts� _idle_time�_inactive_account_time�_password_grace_time�_password_life_time�_password_lock_time�_password_reuse_time�_password_reuse_max�_password_verify_function)�self�kwargs� r! �H/usr/lib/python3.9/site-packages/oci/data_safe/models/profile_details.py�__init__ sF 3��zProfileDetails.__init__c C s | j S )z� Gets the num_users of this ProfileDetails. The number of users using this profile. :return: The num_users of this ProfileDetails. :rtype: int �r �r r! r! r"