📂 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: smtp_credential.cpython-39.pyc
a ���fI. � @ 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� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Zd$d%� Zd&d'� Zd(d)� Zd*S )+�SmtpCredentialaP Simple Mail Transfer Protocol (SMTP) credentials are needed to send email through Email Delivery. The SMTP credentials are used for SMTP authentication with the service. The credentials never expire. A user can have up to 2 SMTP credentials at a time. **Note:** The credential set is always an Oracle-generated SMTP user name and password pair; you cannot designate the SMTP user name or the SMTP password. For more information, see `Managing User Credentials`__. __ https://docs.cloud.oracle.com/Content/Identity/access/managing-user-credentials.htm#SMTP �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K sn dddddddddd� | _ ddddd d ddd d� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new SmtpCredential object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param username: The value to assign to the username property of this SmtpCredential. :type username: str :param password: The value to assign to the password property of this SmtpCredential. :type password: str :param id: The value to assign to the id property of this SmtpCredential. :type id: str :param user_id: The value to assign to the user_id property of this SmtpCredential. :type user_id: str :param description: The value to assign to the description property of this SmtpCredential. :type description: str :param time_created: The value to assign to the time_created property of this SmtpCredential. :type time_created: datetime :param time_expires: The value to assign to the time_expires property of this SmtpCredential. :type time_expires: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SmtpCredential. 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 SmtpCredential. :type inactive_status: int �strZdatetime�int) �username�password�id�user_id�description�time_created�time_expires�lifecycle_state�inactive_statusr r r ZuserIdr ZtimeCreatedZtimeExpiresZlifecycleStateZinactiveStatusN)Z swagger_typesZ attribute_map� _username� _password�_id�_user_id�_description� _time_created� _time_expires�_lifecycle_state�_inactive_status)�self�kwargs� r"