📂 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
›
oda
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/oda/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_web_channel_result.pyc
a O��f�, � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateChannelResult� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�CreateWebChannelResultz. The configuration for a Web channel. c K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a~ Initializes a new CreateWebChannelResult object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateWebChannelResult.type` attribute of this class is ``WEB`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this CreateWebChannelResult. :type id: str :param name: The value to assign to the name property of this CreateWebChannelResult. :type name: str :param description: The value to assign to the description property of this CreateWebChannelResult. :type description: str :param category: The value to assign to the category property of this CreateWebChannelResult. Allowed values for this property are: "AGENT", "APPLICATION", "BOT", "BOT_AS_AGENT", "SYSTEM", "EVENT" :type category: str :param type: The value to assign to the type property of this CreateWebChannelResult. Allowed values for this property are: "ANDROID", "APPEVENT", "APPLICATION", "CORTANA", "FACEBOOK", "IOS", "MSTEAMS", "OSS", "OSVC", "SERVICECLOUD", "SLACK", "TEST", "TWILIO", "WEB", "WEBHOOK" :type type: str :param session_expiry_duration_in_milliseconds: The value to assign to the session_expiry_duration_in_milliseconds property of this CreateWebChannelResult. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this CreateWebChannelResult. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this CreateWebChannelResult. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this CreateWebChannelResult. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this CreateWebChannelResult. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateWebChannelResult. :type defined_tags: dict(str, dict(str, object)) :param secret_key: The value to assign to the secret_key property of this CreateWebChannelResult. :type secret_key: str :param max_token_expiration_time_in_minutes: The value to assign to the max_token_expiration_time_in_minutes property of this CreateWebChannelResult. :type max_token_expiration_time_in_minutes: int :param is_client_authentication_enabled: The value to assign to the is_client_authentication_enabled property of this CreateWebChannelResult. :type is_client_authentication_enabled: bool :param allowed_domains: The value to assign to the allowed_domains property of this CreateWebChannelResult. :type allowed_domains: str :param bot_id: The value to assign to the bot_id property of this CreateWebChannelResult. :type bot_id: str �str�int�datetimezdict(str, str)zdict(str, dict(str, object))�bool)�id�name�description�category�type�'session_expiry_duration_in_milliseconds�lifecycle_state�time_created�time_updated� freeform_tags�defined_tags� secret_key�$max_token_expiration_time_in_minutes� is_client_authentication_enabled�allowed_domains�bot_idr r r r r �#sessionExpiryDurationInMilliseconds�lifecycleState�timeCreated�timeUpdated�freeformTags�definedTags� secretKey�maxTokenExpirationTimeInMinutes�isClientAuthenticationEnabled�allowedDomains�botIdN�WEB)� swagger_types� attribute_map�_id�_name�_description� _category�_type�(_session_expiry_duration_in_milliseconds�_lifecycle_state� _time_created� _time_updated�_freeform_tags� _defined_tags�_secret_key�%_max_token_expiration_time_in_minutes�!_is_client_authentication_enabled�_allowed_domains�_bot_id)�self�kwargs� r= ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/create_web_channel_result.py�__init__ sf K��zCreateWebChannelResult.__init__c C s | j S )ag **[Required]** Gets the secret_key of this CreateWebChannelResult. The secret key used to verify the authenticity of received messages. This is only returned this once. If it is lost the keys will need to be rotated to generate a new key. :return: The secret_key of this CreateWebChannelResult. :rtype: str �r6 �r; r= r= r>