📂 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_summary.cpython-39.pyc
a ���fn+ � @ 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� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�SmtpCredentialSummarya As the name suggests, an `SmtpCredentialSummary` object contains information about an `SmtpCredential`. The SMTP credential is used for SMTP authentication with the `Email Delivery Service`__. __ https://docs.cloud.oracle.com/Content/Email/Concepts/overview.htm �CREATING�ACTIVE�INACTIVE�DELETING�DELETEDc K sd ddddddddd�| _ ddddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d | _ d S )ad Initializes a new SmtpCredentialSummary 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 SmtpCredentialSummary. :type username: str :param id: The value to assign to the id property of this SmtpCredentialSummary. :type id: str :param user_id: The value to assign to the user_id property of this SmtpCredentialSummary. :type user_id: str :param description: The value to assign to the description property of this SmtpCredentialSummary. :type description: str :param time_created: The value to assign to the time_created property of this SmtpCredentialSummary. :type time_created: datetime :param time_expires: The value to assign to the time_expires property of this SmtpCredentialSummary. :type time_expires: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this SmtpCredentialSummary. 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 SmtpCredentialSummary. :type inactive_status: int �strZdatetime�int)�username�id�user_id�description�time_created�time_expires�lifecycle_state�inactive_statusr r ZuserIdr ZtimeCreatedZtimeExpiresZlifecycleStateZinactiveStatusN) Z swagger_typesZ attribute_map� _username�_id�_user_id�_description� _time_created� _time_expires�_lifecycle_state�_inactive_status)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/identity/models/smtp_credential_summary.py�__init__* s4 )��zSmtpCredentialSummary.__init__c C s | j S )z� Gets the username of this SmtpCredentialSummary. The SMTP user name. :return: The username of this SmtpCredentialSummary. :rtype: str �r �r r r r! r q s zSmtpCredentialSummary.usernamec C s || _ dS )z� Sets the username of this SmtpCredentialSummary. The SMTP user name. :param username: The username of this SmtpCredentialSummary. :type: str Nr# )r r r r r! r } s c C s | j S )z� Gets the id of this SmtpCredentialSummary. The OCID of the SMTP credential. :return: The id of this SmtpCredentialSummary. :rtype: str �r r$ r r r! r � s zSmtpCredentialSummary.idc C s || _ dS )z� Sets the id of this SmtpCredentialSummary. The OCID of the SMTP credential. :param id: The id of this SmtpCredentialSummary. :type: str Nr% )r r r r r! r � s c C s | j S )z� Gets the user_id of this SmtpCredentialSummary. The OCID of the user the SMTP credential belongs to. :return: The user_id of this SmtpCredentialSummary. :rtype: str �r r$ r r r! r � s zSmtpCredentialSummary.user_idc C s || _ dS )z� Sets the user_id of this SmtpCredentialSummary. The OCID of the user the SMTP credential belongs to. :param user_id: The user_id of this SmtpCredentialSummary. :type: str Nr&