CreateConnectionFromRestBasicAuth¶
-
class
oci.data_integration.models.
CreateConnectionFromRestBasicAuth
(**kwargs)¶ Bases:
oci.data_integration.models.create_connection_details.CreateConnectionDetails
The details to create a basic auth rest connection.
Attributes
MODEL_TYPE_AMAZON_S3_CONNECTION
str(object=’’) -> str MODEL_TYPE_BICC_CONNECTION
str(object=’’) -> str MODEL_TYPE_BIP_CONNECTION
str(object=’’) -> str MODEL_TYPE_GENERIC_JDBC_CONNECTION
str(object=’’) -> str MODEL_TYPE_HDFS_CONNECTION
str(object=’’) -> str MODEL_TYPE_LAKE_CONNECTION
str(object=’’) -> str MODEL_TYPE_MYSQL_CONNECTION
str(object=’’) -> str MODEL_TYPE_MYSQL_HEATWAVE_CONNECTION
str(object=’’) -> str MODEL_TYPE_OAUTH2_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLEDB_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_ADWC_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_ATP_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_EBS_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_OBJECT_STORAGE_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_PEOPLESOFT_CONNECTION
str(object=’’) -> str MODEL_TYPE_ORACLE_SIEBEL_CONNECTION
str(object=’’) -> str MODEL_TYPE_REST_BASIC_AUTH_CONNECTION
str(object=’’) -> str MODEL_TYPE_REST_NO_AUTH_CONNECTION
str(object=’’) -> str auth_header
Gets the auth_header of this CreateConnectionFromRestBasicAuth. connection_properties
Gets the connection_properties of this CreateConnectionDetails. description
Gets the description of this CreateConnectionDetails. identifier
[Required] Gets the identifier of this CreateConnectionDetails. key
Gets the key of this CreateConnectionDetails. model_type
Gets the model_type of this CreateConnectionDetails. model_version
Gets the model_version of this CreateConnectionDetails. name
[Required] Gets the name of this CreateConnectionDetails. object_status
Gets the object_status of this CreateConnectionDetails. parent_ref
Gets the parent_ref of this CreateConnectionDetails. password_secret
[Required] Gets the password_secret of this CreateConnectionFromRestBasicAuth. registry_metadata
Gets the registry_metadata of this CreateConnectionDetails. username
[Required] Gets the username of this CreateConnectionFromRestBasicAuth. Methods
__init__
(**kwargs)Initializes a new CreateConnectionFromRestBasicAuth object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
MODEL_TYPE_AMAZON_S3_CONNECTION
= 'AMAZON_S3_CONNECTION'¶
-
MODEL_TYPE_BICC_CONNECTION
= 'BICC_CONNECTION'¶
-
MODEL_TYPE_BIP_CONNECTION
= 'BIP_CONNECTION'¶
-
MODEL_TYPE_GENERIC_JDBC_CONNECTION
= 'GENERIC_JDBC_CONNECTION'¶
-
MODEL_TYPE_HDFS_CONNECTION
= 'HDFS_CONNECTION'¶
-
MODEL_TYPE_LAKE_CONNECTION
= 'LAKE_CONNECTION'¶
-
MODEL_TYPE_MYSQL_CONNECTION
= 'MYSQL_CONNECTION'¶
-
MODEL_TYPE_MYSQL_HEATWAVE_CONNECTION
= 'MYSQL_HEATWAVE_CONNECTION'¶
-
MODEL_TYPE_OAUTH2_CONNECTION
= 'OAUTH2_CONNECTION'¶
-
MODEL_TYPE_ORACLEDB_CONNECTION
= 'ORACLEDB_CONNECTION'¶
-
MODEL_TYPE_ORACLE_ADWC_CONNECTION
= 'ORACLE_ADWC_CONNECTION'¶
-
MODEL_TYPE_ORACLE_ATP_CONNECTION
= 'ORACLE_ATP_CONNECTION'¶
-
MODEL_TYPE_ORACLE_EBS_CONNECTION
= 'ORACLE_EBS_CONNECTION'¶
-
MODEL_TYPE_ORACLE_OBJECT_STORAGE_CONNECTION
= 'ORACLE_OBJECT_STORAGE_CONNECTION'¶
-
MODEL_TYPE_ORACLE_PEOPLESOFT_CONNECTION
= 'ORACLE_PEOPLESOFT_CONNECTION'¶
-
MODEL_TYPE_ORACLE_SIEBEL_CONNECTION
= 'ORACLE_SIEBEL_CONNECTION'¶
-
MODEL_TYPE_REST_BASIC_AUTH_CONNECTION
= 'REST_BASIC_AUTH_CONNECTION'¶
-
MODEL_TYPE_REST_NO_AUTH_CONNECTION
= 'REST_NO_AUTH_CONNECTION'¶
-
__init__
(**kwargs)¶ Initializes a new CreateConnectionFromRestBasicAuth object with values from keyword arguments. The default value of the
model_type
attribute of this class isREST_BASIC_AUTH_CONNECTION
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - model_type (str) – The value to assign to the model_type property of this CreateConnectionFromRestBasicAuth. 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”
- key (str) – The value to assign to the key property of this CreateConnectionFromRestBasicAuth.
- model_version (str) – The value to assign to the model_version property of this CreateConnectionFromRestBasicAuth.
- parent_ref (oci.data_integration.models.ParentReference) – The value to assign to the parent_ref property of this CreateConnectionFromRestBasicAuth.
- name (str) – The value to assign to the name property of this CreateConnectionFromRestBasicAuth.
- description (str) – The value to assign to the description property of this CreateConnectionFromRestBasicAuth.
- object_status (int) – The value to assign to the object_status property of this CreateConnectionFromRestBasicAuth.
- identifier (str) – The value to assign to the identifier property of this CreateConnectionFromRestBasicAuth.
- connection_properties (list[oci.data_integration.models.ConnectionProperty]) – The value to assign to the connection_properties property of this CreateConnectionFromRestBasicAuth.
- registry_metadata (oci.data_integration.models.RegistryMetadata) – The value to assign to the registry_metadata property of this CreateConnectionFromRestBasicAuth.
- username (str) – The value to assign to the username property of this CreateConnectionFromRestBasicAuth.
- password_secret (oci.data_integration.models.SensitiveAttribute) – The value to assign to the password_secret property of this CreateConnectionFromRestBasicAuth.
- auth_header (str) – The value to assign to the auth_header property of this CreateConnectionFromRestBasicAuth.
-
auth_header
¶ Gets the auth_header of this CreateConnectionFromRestBasicAuth. Optional header name if used other than default header(Authorization).
Returns: The auth_header of this CreateConnectionFromRestBasicAuth. Return type: str
-
connection_properties
¶ Gets the connection_properties of this CreateConnectionDetails. The properties for the connection.
Returns: The connection_properties of this CreateConnectionDetails. Return type: list[oci.data_integration.models.ConnectionProperty]
-
description
¶ Gets the description of this CreateConnectionDetails. User-defined description for the connection.
Returns: The description of this CreateConnectionDetails. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
identifier
¶ [Required] Gets the identifier of this CreateConnectionDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified.
Returns: The identifier of this CreateConnectionDetails. Return type: str
-
key
¶ Gets the key of this CreateConnectionDetails. Generated key that can be used in API calls to identify connection. On scenarios where reference to the connection is needed, a value can be passed in create.
Returns: The key of this CreateConnectionDetails. Return type: str
-
model_type
¶ Gets the model_type of this CreateConnectionDetails. The type of the connection.
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”
Returns: The model_type of this CreateConnectionDetails. Return type: str
-
model_version
¶ Gets the model_version of this CreateConnectionDetails. The model version of an object.
Returns: The model_version of this CreateConnectionDetails. Return type: str
-
name
¶ [Required] Gets the name of this CreateConnectionDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters.
Returns: The name of this CreateConnectionDetails. Return type: str
-
object_status
¶ Gets the object_status of this CreateConnectionDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved.
Returns: The object_status of this CreateConnectionDetails. Return type: int
-
parent_ref
¶ Gets the parent_ref of this CreateConnectionDetails.
Returns: The parent_ref of this CreateConnectionDetails. Return type: oci.data_integration.models.ParentReference
-
password_secret
¶ [Required] Gets the password_secret of this CreateConnectionFromRestBasicAuth.
Returns: The password_secret of this CreateConnectionFromRestBasicAuth. Return type: oci.data_integration.models.SensitiveAttribute
-
registry_metadata
¶ Gets the registry_metadata of this CreateConnectionDetails.
Returns: The registry_metadata of this CreateConnectionDetails. Return type: oci.data_integration.models.RegistryMetadata
-
username
¶ [Required] Gets the username of this CreateConnectionFromRestBasicAuth. Username for the connection.
Returns: The username of this CreateConnectionFromRestBasicAuth. Return type: str
-