📂 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: ui_password_information.pyc
a O��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� �Zdd� Zdd� Zdd� ZdS )�UIPasswordInformationa\ Information about the UIPassword, which is 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/Concepts/usercredentials.htm �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new UIPasswordInformation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param user_id: The value to assign to the user_id property of this UIPasswordInformation. :type user_id: str :param time_created: The value to assign to the time_created property of this UIPasswordInformation. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this UIPasswordInformation. 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 �str�datetime)�user_id�time_created�lifecycle_state�userId�timeCreated�lifecycleStateN)� swagger_types� attribute_map�_user_id� _time_created�_lifecycle_state)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/identity/models/ui_password_information.py�__init__) s ��zUIPasswordInformation.__init__c C s | j S )z� Gets the user_id of this UIPasswordInformation. The OCID of the user. :return: The user_id of this UIPasswordInformation. :rtype: str �r �r r r r r M s zUIPasswordInformation.user_idc C s || _ dS )z� Sets the user_id of this UIPasswordInformation. The OCID of the user. :param user_id: The user_id of this UIPasswordInformation. :type: str Nr )r r r r r r Y s c C s | j S )a! Gets the time_created of this UIPasswordInformation. Date and time the password was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z` :return: The time_created of this UIPasswordInformation. :rtype: datetime �r r r r r r e s z"UIPasswordInformation.time_createdc C s || _ dS )a, Sets the time_created of this UIPasswordInformation. Date and time the password was created, in the format defined by RFC3339. Example: `2016-08-25T21:10:29.600Z` :param time_created: The time_created of this UIPasswordInformation. :type: datetime Nr )r r r r r r s s c C s | j S )a Gets the lifecycle_state of this UIPasswordInformation. The password's current state. After creating a password, make sure its `lifecycleState` changes from CREATING to ACTIVE before using it. 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'. :return: The lifecycle_state of this UIPasswordInformation. :rtype: str )r r r r r r � s z%UIPasswordInformation.lifecycle_statec C s g d�}t ||�sd}|| _dS )aJ Sets the lifecycle_state of this UIPasswordInformation. The password's current state. After creating a password, make sure its `lifecycleState` changes from CREATING to ACTIVE before using it. :param lifecycle_state: The lifecycle_state of this UIPasswordInformation. :type: str )r r r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r � s c C s t | �S �N)r r r r r �__repr__� s zUIPasswordInformation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zUIPasswordInformation.__eq__c C s | |k S r# r r&