📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: slack_channel.cpython-39.pyc
a ���fF% � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�SlackChannelz0 The configuration for a Slack channel. c K s� ddddddddddddddddd�| _ ddd d ddd dddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )aJ Initializes a new SlackChannel object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.SlackChannel.type` attribute of this class is ``SLACK`` 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 SlackChannel. :type id: str :param name: The value to assign to the name property of this SlackChannel. :type name: str :param description: The value to assign to the description property of this SlackChannel. :type description: str :param category: The value to assign to the category property of this SlackChannel. 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 SlackChannel. 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 SlackChannel. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this SlackChannel. 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 SlackChannel. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this SlackChannel. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this SlackChannel. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SlackChannel. :type defined_tags: dict(str, dict(str, object)) :param client_id: The value to assign to the client_id property of this SlackChannel. :type client_id: str :param auth_success_url: The value to assign to the auth_success_url property of this SlackChannel. :type auth_success_url: str :param auth_error_url: The value to assign to the auth_error_url property of this SlackChannel. :type auth_error_url: str :param bot_id: The value to assign to the bot_id property of this SlackChannel. :type bot_id: str :param webhook_url: The value to assign to the webhook_url property of this SlackChannel. :type webhook_url: str �str�intZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�name�description�category�typeZ'session_expiry_duration_in_millisecondsZlifecycle_stateZtime_createdZtime_updatedZ freeform_tagsZdefined_tags� client_id�auth_success_url�auth_error_url�bot_id�webhook_urlr r r r r Z#sessionExpiryDurationInMillisecondsZlifecycleStateZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZclientIdZauthSuccessUrlZauthErrorUrlZbotIdZ webhookUrlNZSLACK)Z swagger_typesZ attribute_mapZ_id�_nameZ_descriptionZ _categoryZ_typeZ(_session_expiry_duration_in_millisecondsZ_lifecycle_stateZ _time_createdZ _time_updatedZ_freeform_tagsZ _defined_tags� _client_id�_auth_success_url�_auth_error_url�_bot_id�_webhook_url)�self�kwargs� r �@/usr/lib/python3.9/site-packages/oci/oda/models/slack_channel.py�__init__ sf K��zSlackChannel.__init__c C s | j S )z� **[Required]** Gets the client_id of this SlackChannel. The Slack Client Id for the Slack app. :return: The client_id of this SlackChannel. :rtype: str �r �r r r r r � s zSlackChannel.client_idc C s || _ dS )z� Sets the client_id of this SlackChannel. The Slack Client Id for the Slack app. :param client_id: The client_id of this SlackChannel. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the auth_success_url of this SlackChannel. The URL to redirect to when authentication is successful. :return: The auth_success_url of this SlackChannel. :rtype: str �r r! r r r r � s zSlackChannel.auth_success_urlc C s || _ dS )z� Sets the auth_success_url of this SlackChannel. The URL to redirect to when authentication is successful. :param auth_success_url: The auth_success_url of this SlackChannel. :type: str Nr"