📂 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: ios_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 )� IosChannelz/ The configuration for an iOS 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 IosChannel object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.IosChannel.type` attribute of this class is ``IOS`` 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 IosChannel. :type id: str :param name: The value to assign to the name property of this IosChannel. :type name: str :param description: The value to assign to the description property of this IosChannel. :type description: str :param category: The value to assign to the category property of this IosChannel. 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 IosChannel. 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 IosChannel. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this IosChannel. 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 IosChannel. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this IosChannel. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this IosChannel. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this IosChannel. :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 IosChannel. :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 IosChannel. :type is_client_authentication_enabled: bool :param bot_id: The value to assign to the bot_id property of this IosChannel. :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�IOS)� 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/ios_channel.py�__init__ sZ C��zIosChannel.__init__c C s | j S )z� Gets the max_token_expiration_time_in_minutes of this IosChannel. The maximum time until the token expires (in minutes). :return: The max_token_expiration_time_in_minutes of this IosChannel. :rtype: int �r2 �r5 r7 r7 r8 r � s z/IosChannel.max_token_expiration_time_in_minutesc C s || _ dS )a Sets the max_token_expiration_time_in_minutes of this IosChannel. 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 IosChannel. :type: int Nr: )r5 r r7 r7 r8 r � s c C s | j S )z� **[Required]** Gets the is_client_authentication_enabled of this IosChannel. Whether client authentication is enabled or not. :return: The is_client_authentication_enabled of this IosChannel. :rtype: bool �r3 r; r7 r7 r8 r � s z+IosChannel.is_client_authentication_enabledc C s || _ dS )a Sets the is_client_authentication_enabled of this IosChannel. Whether client authentication is enabled or not. :param is_client_authentication_enabled: The is_client_authentication_enabled of this IosChannel. :type: bool Nr<