📂 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
›
data_integration
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_integration/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: connection_from_rest_basic_auth_details.pyc
a N��f�! � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ConnectionDetails� )�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 )�"ConnectionFromRestBasicAuthDetailszB The connection details for a basic auth rest connection. c K s� ddddddddddddddddd �| _ d ddd ddddddddddddd �| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a Initializes a new ConnectionFromRestBasicAuthDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.ConnectionFromRestBasicAuthDetails.model_type` attribute of this class is ``REST_BASIC_AUTH_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 ConnectionFromRestBasicAuthDetails. 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_HOUSE_CONNECTION", "REST_NO_AUTH_CONNECTION", "REST_BASIC_AUTH_CONNECTION" :type model_type: str :param key: The value to assign to the key property of this ConnectionFromRestBasicAuthDetails. :type key: str :param model_version: The value to assign to the model_version property of this ConnectionFromRestBasicAuthDetails. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this ConnectionFromRestBasicAuthDetails. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this ConnectionFromRestBasicAuthDetails. :type name: str :param description: The value to assign to the description property of this ConnectionFromRestBasicAuthDetails. :type description: str :param object_version: The value to assign to the object_version property of this ConnectionFromRestBasicAuthDetails. :type object_version: int :param object_status: The value to assign to the object_status property of this ConnectionFromRestBasicAuthDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this ConnectionFromRestBasicAuthDetails. :type identifier: str :param primary_schema: The value to assign to the primary_schema property of this ConnectionFromRestBasicAuthDetails. :type primary_schema: oci.data_integration.models.Schema :param connection_properties: The value to assign to the connection_properties property of this ConnectionFromRestBasicAuthDetails. :type connection_properties: list[oci.data_integration.models.ConnectionProperty] :param is_default: The value to assign to the is_default property of this ConnectionFromRestBasicAuthDetails. :type is_default: bool :param metadata: The value to assign to the metadata property of this ConnectionFromRestBasicAuthDetails. :type metadata: oci.data_integration.models.ObjectMetadata :param username: The value to assign to the username property of this ConnectionFromRestBasicAuthDetails. :type username: str :param password_secret: The value to assign to the password_secret property of this ConnectionFromRestBasicAuthDetails. :type password_secret: oci.data_integration.models.SensitiveAttribute :param auth_header: The value to assign to the auth_header property of this ConnectionFromRestBasicAuthDetails. :type auth_header: str �str�ParentReference�int�Schemazlist[ConnectionProperty]�bool�ObjectMetadata�SensitiveAttribute)� model_type�key� model_version� parent_ref�name�description�object_version� object_status� identifier�primary_schema�connection_properties� is_default�metadata�username�password_secret�auth_header� modelTyper �modelVersion� parentRefr r � objectVersion�objectStatusr � primarySchema�connectionProperties� isDefaultr r �passwordSecret� authHeaderN�REST_BASIC_AUTH_CONNECTION)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_identifier�_primary_schema�_connection_properties�_is_default� _metadata� _username�_password_secret�_auth_header)�self�kwargs� r? ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/connection_from_rest_basic_auth_details.py�__init__ sf I��z+ConnectionFromRestBasicAuthDetails.__init__c C s | j S )z� Gets the username of this ConnectionFromRestBasicAuthDetails. Username for the connection. :return: The username of this ConnectionFromRestBasicAuthDetails. :rtype: str �r: �r= r? r? r@ r � s z+ConnectionFromRestBasicAuthDetails.usernamec C s || _ dS )z� Sets the username of this ConnectionFromRestBasicAuthDetails. Username for the connection. :param username: The username of this ConnectionFromRestBasicAuthDetails. :type: str NrB )r= r r? r? r@ r � s c C s | j S )z� Gets the password_secret of this ConnectionFromRestBasicAuthDetails. :return: The password_secret of this ConnectionFromRestBasicAuthDetails. :rtype: oci.data_integration.models.SensitiveAttribute �r; rC r? r? r@ r � s z2ConnectionFromRestBasicAuthDetails.password_secretc C s || _ dS )z� Sets the password_secret of this ConnectionFromRestBasicAuthDetails. :param password_secret: The password_secret of this ConnectionFromRestBasicAuthDetails. :type: oci.data_integration.models.SensitiveAttribute NrD )r= r r? r? r@ r � s c C s | j S )a Gets the auth_header of this ConnectionFromRestBasicAuthDetails. Optional header name if used other than default header(Authorization). :return: The auth_header of this ConnectionFromRestBasicAuthDetails. :rtype: str �r<