📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_connection_from_o_auth2.cpython-39.pyc
a ���f* � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateConnectionDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�UpdateConnectionFromOAuth2z3 The details to update a OAuth connection. �CLIENT_CREDENTIALSc K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )aB Initializes a new UpdateConnectionFromOAuth2 object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.UpdateConnectionFromOAuth2.model_type` attribute of this class is ``OAUTH2_CONNECTION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this UpdateConnectionFromOAuth2. Allowed values for this property are: "ORACLE_ADWC_CONNECTION", "ORACLE_ATP_CONNECTION", "ORACLE_OBJECT_STORAGE_CONNECTION", "ORACLEDB_CONNECTION", "MYSQL_CONNECTION", "GENERIC_JDBC_CONNECTION", "BICC_CONNECTION", "AMAZON_S3_CONNECTION", "BIP_CONNECTION", "LAKE_CONNECTION", "ORACLE_PEOPLESOFT_CONNECTION", "ORACLE_EBS_CONNECTION", "ORACLE_SIEBEL_CONNECTION", "HDFS_CONNECTION", "MYSQL_HEATWAVE_CONNECTION", "REST_NO_AUTH_CONNECTION", "REST_BASIC_AUTH_CONNECTION", "OAUTH2_CONNECTION" :type model_type: str :param key: The value to assign to the key property of this UpdateConnectionFromOAuth2. :type key: str :param model_version: The value to assign to the model_version property of this UpdateConnectionFromOAuth2. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this UpdateConnectionFromOAuth2. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this UpdateConnectionFromOAuth2. :type name: str :param description: The value to assign to the description property of this UpdateConnectionFromOAuth2. :type description: str :param object_status: The value to assign to the object_status property of this UpdateConnectionFromOAuth2. :type object_status: int :param object_version: The value to assign to the object_version property of this UpdateConnectionFromOAuth2. :type object_version: int :param identifier: The value to assign to the identifier property of this UpdateConnectionFromOAuth2. :type identifier: str :param connection_properties: The value to assign to the connection_properties property of this UpdateConnectionFromOAuth2. :type connection_properties: list[oci.data_integration.models.ConnectionProperty] :param registry_metadata: The value to assign to the registry_metadata property of this UpdateConnectionFromOAuth2. :type registry_metadata: oci.data_integration.models.RegistryMetadata :param access_token_url: The value to assign to the access_token_url property of this UpdateConnectionFromOAuth2. :type access_token_url: str :param client_id: The value to assign to the client_id property of this UpdateConnectionFromOAuth2. :type client_id: str :param client_secret: The value to assign to the client_secret property of this UpdateConnectionFromOAuth2. :type client_secret: oci.data_integration.models.SensitiveAttribute :param scope: The value to assign to the scope property of this UpdateConnectionFromOAuth2. :type scope: str :param grant_type: The value to assign to the grant_type property of this UpdateConnectionFromOAuth2. Allowed values for this property are: "CLIENT_CREDENTIALS" :type grant_type: str �strZParentReference�intzlist[ConnectionProperty]ZRegistryMetadataZSensitiveAttribute)Z model_type�keyZ model_versionZ parent_ref�name�descriptionZ object_statusZobject_version� identifierZconnection_propertiesZregistry_metadata�access_token_url� client_id� client_secret�scope� grant_typeZ modelTyper ZmodelVersionZ parentRefr r ZobjectStatusZ objectVersionr ZconnectionPropertiesZregistryMetadataZaccessTokenUrlZclientIdZclientSecretr Z grantTypeNZOAUTH2_CONNECTION)Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_ref�_nameZ_descriptionZ_object_statusZ_object_versionZ_identifierZ_connection_propertiesZ_registry_metadata�_access_token_url� _client_id�_client_secret�_scope�_grant_type)�self�kwargs� r �^/usr/lib/python3.9/site-packages/oci/data_integration/models/update_connection_from_o_auth2.py�__init__ sf J��z#UpdateConnectionFromOAuth2.__init__c C s | j S )a **[Required]** Gets the access_token_url of this UpdateConnectionFromOAuth2. Specifies the endpoint used to exchange authentication credentials for access tokens :return: The access_token_url of this UpdateConnectionFromOAuth2. :rtype: str �r �r r r r r � s z+UpdateConnectionFromOAuth2.access_token_urlc C s || _ dS )a Sets the access_token_url of this UpdateConnectionFromOAuth2. Specifies the endpoint used to exchange authentication credentials for access tokens :param access_token_url: The access_token_url of this UpdateConnectionFromOAuth2. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the client_id of this UpdateConnectionFromOAuth2. Specifies the client ID key for specific application :return: The client_id of this UpdateConnectionFromOAuth2. :rtype: str �r r! r r r r � s z$UpdateConnectionFromOAuth2.client_idc C s || _ dS )z� Sets the client_id of this UpdateConnectionFromOAuth2. Specifies the client ID key for specific application :param client_id: The client_id of this UpdateConnectionFromOAuth2. :type: str Nr"