📂 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: ui_password.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 @ s� e Zd ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )� UIPassworda1 A text password that enables a user to sign in to the Console, the user interface for interacting with Oracle Cloud Infrastructure. For more information about user credentials, see `User Credentials`__. __ https://docs.cloud.oracle.com/Content/Identity/usercred/usercredentials.htm �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )ap Initializes a new UIPassword object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param password: The value to assign to the password property of this UIPassword. :type password: str :param user_id: The value to assign to the user_id property of this UIPassword. :type user_id: str :param time_created: The value to assign to the time_created property of this UIPassword. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this UIPassword. Allowed values for this property are: "CREATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param inactive_status: The value to assign to the inactive_status property of this UIPassword. :type inactive_status: int �strZdatetime�int)�password�user_id�time_created�lifecycle_state�inactive_statusr ZuserIdZtimeCreatedZlifecycleStateZinactiveStatusN)Z swagger_typesZ attribute_map� _password�_user_id� _time_created�_lifecycle_state�_inactive_status)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/identity/models/ui_password.py�__init__+ s"