📂 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: application_channel.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Channel� )�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 d d� Z dd� Zdd� ZdS )�ApplicationChannelz7 The configuration for an Application channel. c K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new ApplicationChannel object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.ApplicationChannel.type` attribute of this class is ``APPLICATION`` 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 ApplicationChannel. :type id: str :param name: The value to assign to the name property of this ApplicationChannel. :type name: str :param description: The value to assign to the description property of this ApplicationChannel. :type description: str :param category: The value to assign to the category property of this ApplicationChannel. 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 ApplicationChannel. 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 ApplicationChannel. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this ApplicationChannel. 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 ApplicationChannel. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this ApplicationChannel. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ApplicationChannel. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ApplicationChannel. :type defined_tags: dict(str, dict(str, object)) :param outbound_url: The value to assign to the outbound_url property of this ApplicationChannel. :type outbound_url: str :param is_authenticated_user_id: The value to assign to the is_authenticated_user_id property of this ApplicationChannel. :type is_authenticated_user_id: bool :param webhook_url: The value to assign to the webhook_url property of this ApplicationChannel. :type webhook_url: 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�outbound_url�is_authenticated_user_id�webhook_urlr r r r r �#sessionExpiryDurationInMilliseconds�lifecycleState�timeCreated�timeUpdated�freeformTags�definedTags�outboundUrl�isAuthenticatedUserId� webhookUrlN�APPLICATION)� swagger_types� attribute_map�_id�_name�_description� _category�_type�(_session_expiry_duration_in_milliseconds�_lifecycle_state� _time_created� _time_updated�_freeform_tags� _defined_tags� _outbound_url�_is_authenticated_user_id�_webhook_url)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/application_channel.py�__init__ sZ C��zApplicationChannel.__init__c C s | j S )z� Gets the outbound_url of this ApplicationChannel. The URL to send response and error messages to. :return: The outbound_url of this ApplicationChannel. :rtype: str �r2 �r5 r7 r7 r8 r � s zApplicationChannel.outbound_urlc C s || _ dS )z� Sets the outbound_url of this ApplicationChannel. The URL to send response and error messages to. :param outbound_url: The outbound_url of this ApplicationChannel. :type: str Nr: )r5 r r7 r7 r8 r � s c C s | j S )a **[Required]** Gets the is_authenticated_user_id of this ApplicationChannel. True if the user id in the AIC message should be treated as an authenticated user id. :return: The is_authenticated_user_id of this ApplicationChannel. :rtype: bool �r3 r; r7 r7 r8 r � s z+ApplicationChannel.is_authenticated_user_idc C s || _ dS )a% Sets the is_authenticated_user_id of this ApplicationChannel. True if the user id in the AIC message should be treated as an authenticated user id. :param is_authenticated_user_id: The is_authenticated_user_id of this ApplicationChannel. :type: bool Nr<