📂 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_application_channel_details.pyc
a O��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateChannelDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�CreateApplicationChannelDetailsz? Properties required to create an Application channel. c K sj ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _dS )a� Initializes a new CreateApplicationChannelDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.CreateApplicationChannelDetails.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 name: The value to assign to the name property of this CreateApplicationChannelDetails. :type name: str :param description: The value to assign to the description property of this CreateApplicationChannelDetails. :type description: str :param type: The value to assign to the type property of this CreateApplicationChannelDetails. 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 CreateApplicationChannelDetails. :type session_expiry_duration_in_milliseconds: int :param freeform_tags: The value to assign to the freeform_tags property of this CreateApplicationChannelDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateApplicationChannelDetails. :type defined_tags: dict(str, dict(str, object)) :param outbound_url: The value to assign to the outbound_url property of this CreateApplicationChannelDetails. :type outbound_url: str :param is_authenticated_user_id: The value to assign to the is_authenticated_user_id property of this CreateApplicationChannelDetails. :type is_authenticated_user_id: bool �str�intzdict(str, str)zdict(str, dict(str, object))�bool)�name�description�type�'session_expiry_duration_in_milliseconds� freeform_tags�defined_tags�outbound_url�is_authenticated_user_idr r r �#sessionExpiryDurationInMilliseconds�freeformTags�definedTags�outboundUrl�isAuthenticatedUserIdN�APPLICATION) � swagger_types� attribute_map�_name�_description�_type�(_session_expiry_duration_in_milliseconds�_freeform_tags� _defined_tags� _outbound_url�_is_authenticated_user_id)�self�kwargs� r&