📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: android_channel.pyc
a O��fT � @ 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 )�AndroidChannelz3 The configuration for an Android 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 AndroidChannel object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.AndroidChannel.type` attribute of this class is ``ANDROID`` 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 AndroidChannel. :type id: str :param name: The value to assign to the name property of this AndroidChannel. :type name: str :param description: The value to assign to the description property of this AndroidChannel. :type description: str :param category: The value to assign to the category property of this AndroidChannel. 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 AndroidChannel. 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 AndroidChannel. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this AndroidChannel. 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 AndroidChannel. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AndroidChannel. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this AndroidChannel. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AndroidChannel. :type defined_tags: dict(str, dict(str, object)) :param max_token_expiration_time_in_minutes: The value to assign to the max_token_expiration_time_in_minutes property of this AndroidChannel. :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 AndroidChannel. :type is_client_authentication_enabled: bool :param bot_id: The value to assign to the bot_id property of this AndroidChannel. :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�$max_token_expiration_time_in_minutes� is_client_authentication_enabled�bot_idr r r r r �#sessionExpiryDurationInMilliseconds�lifecycleState�timeCreated�timeUpdated�freeformTags�definedTags�maxTokenExpirationTimeInMinutes�isClientAuthenticationEnabled�botIdN�ANDROID)� swagger_types� attribute_map�_id�_name�_description� _category�_type�(_session_expiry_duration_in_milliseconds�_lifecycle_state� _time_created� _time_updated�_freeform_tags� _defined_tags�%_max_token_expiration_time_in_minutes�!_is_client_authentication_enabled�_bot_id)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/oda/models/android_channel.py�__init__ sZ C��zAndroidChannel.__init__c C s | j S )z� Gets the max_token_expiration_time_in_minutes of this AndroidChannel. The maximum time until the token expires (in minutes). :return: The max_token_expiration_time_in_minutes of this AndroidChannel. :rtype: int �r2 �r5 r7 r7 r8 r � s z3AndroidChannel.max_token_expiration_time_in_minutesc C s || _ dS )a! Sets the max_token_expiration_time_in_minutes of this AndroidChannel. The maximum time until the token expires (in minutes). :param max_token_expiration_time_in_minutes: The max_token_expiration_time_in_minutes of this AndroidChannel. :type: int Nr: )r5 r r7 r7 r8 r � s c C s | j S )a **[Required]** Gets the is_client_authentication_enabled of this AndroidChannel. Whether client authentication is enabled or not. :return: The is_client_authentication_enabled of this AndroidChannel. :rtype: bool �r3 r; r7 r7 r8 r � s z/AndroidChannel.is_client_authentication_enabledc C s || _ dS )a Sets the is_client_authentication_enabled of this AndroidChannel. Whether client authentication is enabled or not. :param is_client_authentication_enabled: The is_client_authentication_enabled of this AndroidChannel. :type: bool Nr<