📂 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: connection_summary_from_o_auth2.cpython-39.pyc
a ���f.. � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConnectionSummary� )�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 )�ConnectionSummaryFromOAuth2z8 The connection summary for a OAuth connection. �CLIENT_CREDENTIALSc K s� ddddddddddddddddd ddd �| _ ddd ddddddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _d| _d| _d| _dS ) a% Initializes a new ConnectionSummaryFromOAuth2 object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.ConnectionSummaryFromOAuth2.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 ConnectionSummaryFromOAuth2. 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", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param key: The value to assign to the key property of this ConnectionSummaryFromOAuth2. :type key: str :param model_version: The value to assign to the model_version property of this ConnectionSummaryFromOAuth2. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this ConnectionSummaryFromOAuth2. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this ConnectionSummaryFromOAuth2. :type name: str :param description: The value to assign to the description property of this ConnectionSummaryFromOAuth2. :type description: str :param object_version: The value to assign to the object_version property of this ConnectionSummaryFromOAuth2. :type object_version: int :param object_status: The value to assign to the object_status property of this ConnectionSummaryFromOAuth2. :type object_status: int :param identifier: The value to assign to the identifier property of this ConnectionSummaryFromOAuth2. :type identifier: str :param primary_schema: The value to assign to the primary_schema property of this ConnectionSummaryFromOAuth2. :type primary_schema: oci.data_integration.models.Schema :param connection_properties: The value to assign to the connection_properties property of this ConnectionSummaryFromOAuth2. :type connection_properties: list[oci.data_integration.models.ConnectionProperty] :param is_default: The value to assign to the is_default property of this ConnectionSummaryFromOAuth2. :type is_default: bool :param metadata: The value to assign to the metadata property of this ConnectionSummaryFromOAuth2. :type metadata: oci.data_integration.models.ObjectMetadata :param key_map: The value to assign to the key_map property of this ConnectionSummaryFromOAuth2. :type key_map: dict(str, str) :param access_token_url: The value to assign to the access_token_url property of this ConnectionSummaryFromOAuth2. :type access_token_url: str :param client_id: The value to assign to the client_id property of this ConnectionSummaryFromOAuth2. :type client_id: str :param client_secret: The value to assign to the client_secret property of this ConnectionSummaryFromOAuth2. :type client_secret: oci.data_integration.models.SensitiveAttribute :param scope: The value to assign to the scope property of this ConnectionSummaryFromOAuth2. :type scope: str :param grant_type: The value to assign to the grant_type property of this ConnectionSummaryFromOAuth2. Allowed values for this property are: "CLIENT_CREDENTIALS", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type grant_type: str �strZParentReference�intZSchemazlist[ConnectionProperty]�boolZObjectMetadatazdict(str, str)ZSensitiveAttribute)Z model_type�keyZ model_versionZ parent_ref�name�descriptionZobject_versionZ object_status� identifierZprimary_schemaZconnection_propertiesZ is_default�metadataZkey_map�access_token_url� client_id� client_secret�scope� grant_typeZ modelTyper ZmodelVersionZ parentRefr r Z objectVersionZobjectStatusr Z primarySchemaZconnectionPropertiesZ isDefaultr ZkeyMapZaccessTokenUrlZclientIdZclientSecretr Z grantTypeNZOAUTH2_CONNECTION)Z swagger_typesZ attribute_mapZ_model_typeZ_keyZ_model_versionZ_parent_ref�_nameZ_descriptionZ_object_versionZ_object_statusZ_identifierZ_primary_schemaZ_connection_propertiesZ_is_defaultZ _metadataZ_key_map�_access_token_url� _client_id�_client_secret�_scope�_grant_type)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/data_integration/models/connection_summary_from_o_auth2.py�__init__ sx X��z$ConnectionSummaryFromOAuth2.__init__c C s | j S )a **[Required]** Gets the access_token_url of this ConnectionSummaryFromOAuth2. Specifies the endpoint used to exchange authentication credentials for access tokens :return: The access_token_url of this ConnectionSummaryFromOAuth2. :rtype: str �r �r r r r r � s z,ConnectionSummaryFromOAuth2.access_token_urlc C s || _ dS )a Sets the access_token_url of this ConnectionSummaryFromOAuth2. Specifies the endpoint used to exchange authentication credentials for access tokens :param access_token_url: The access_token_url of this ConnectionSummaryFromOAuth2. :type: str Nr"