# This is an automatically generated code sample.
# To make this code sample work in your Oracle Cloud tenancy,
# please replace the values for any parameters whose current values do not fit
# your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
# boolean, number, and enum parameters with values not fitting your use case).

from datetime import datetime
import oci

# Create a default config using DEFAULT profile in default location
# Refer to
# https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File
# for more info
config = oci.config.from_file()


# Initialize service client with default config file
data_integration_client = oci.data_integration.DataIntegrationClient(config)


# Send the request to service, some parameters are not required, see API
# doc for more info
update_task_response = data_integration_client.update_task(
    workspace_id="ocid1.test.oc1..<unique_ID>EXAMPLE-workspaceId-Value",
    task_key="EXAMPLE-taskKey-Value",
    update_task_details=oci.data_integration.models.UpdateTaskFromIntegrationTask(
        model_type="INTEGRATION_TASK",
        key="EXAMPLE-key-Value",
        object_version=128,
        model_version="EXAMPLE-modelVersion-Value",
        parent_ref=oci.data_integration.models.ParentReference(
            parent="EXAMPLE-parent-Value",
            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
        name="EXAMPLE-name-Value",
        description="EXAMPLE-description-Value",
        object_status=11,
        identifier="EXAMPLE-identifier-Value",
        input_ports=[
            oci.data_integration.models.InputPort(
                    model_type="INPUT_PORT",
                    key="EXAMPLE-key-Value",
                    model_version="EXAMPLE-modelVersion-Value",
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                    config_values=oci.data_integration.models.ConfigValues(
                        config_param_values={
                            'EXAMPLE_KEY_AVbXv': {
                                'stringValue': 'EXAMPLE-stringValue-Value',
                                'intValue': 639,
                                'objectValue': 'EXAMPLE-objectValue-Value',
                                'refValue': 'EXAMPLE-refValue-Value',
                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                        parent_ref=oci.data_integration.models.ParentReference(
                            parent="EXAMPLE-parent-Value",
                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                    object_status=865,
                    name="EXAMPLE-name-Value",
                    description="EXAMPLE-description-Value",
                    port_type="DATA",
                    fields=[
                        oci.data_integration.models.InputField(
                            model_type="INPUT_FIELD",
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            config_values=oci.data_integration.models.ConfigValues(
                                config_param_values={
                                    'EXAMPLE_KEY_k6Izy': {
                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                        'intValue': 888,
                                        'objectValue': 'EXAMPLE-objectValue-Value',
                                        'refValue': 'EXAMPLE-refValue-Value',
                                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                            object_status=991,
                            name="EXAMPLE-name-Value",
                            description="EXAMPLE-description-Value",
                            type=oci.data_integration.models.ConfiguredType(
                                model_type="CONFIGURED_TYPE",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                name="EXAMPLE-name-Value",
                                object_status=675,
                                description="EXAMPLE-description-Value",
                                wrapped_type="EXAMPLE-wrappedType-Value",
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_3pd5M': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 851,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                config_definition=oci.data_integration.models.ConfigDefinition(
                                    key="EXAMPLE-key-Value",
                                    model_type="EXAMPLE-modelType-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    is_contained=False,
                                    object_status=257,
                                    config_parameter_definitions={
                                        'EXAMPLE_KEY_zxIv0': {
                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                            'description': 'EXAMPLE-description-Value',
                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                            'isStatic': False,
                                            'isClassFieldValue': True}})),
                            labels=["EXAMPLE--Value"])])],
        output_ports=[
            oci.data_integration.models.OutputPort(
                model_type="OUTPUT_PORT",
                key="EXAMPLE-key-Value",
                model_version="EXAMPLE-modelVersion-Value",
                parent_ref=oci.data_integration.models.ParentReference(
                    parent="EXAMPLE-parent-Value",
                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                config_values=oci.data_integration.models.ConfigValues(
                    config_param_values={
                        'EXAMPLE_KEY_9Lonx': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 684,
                            'objectValue': 'EXAMPLE-objectValue-Value',
                            'refValue': 'EXAMPLE-refValue-Value',
                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                object_status=176,
                name="EXAMPLE-name-Value",
                description="EXAMPLE-description-Value",
                port_type="CONTROL",
                fields=[
                    oci.data_integration.models.DecisionOutputPort(
                        model_type="DECISION_OUTPUT_PORT",
                        port_type="DATA",
                        decision_output_port_type="EVAL_ERROR",
                        key="EXAMPLE-key-Value",
                        model_version="EXAMPLE-modelVersion-Value",
                        parent_ref=oci.data_integration.models.ParentReference(
                            parent="EXAMPLE-parent-Value",
                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                        config_values=oci.data_integration.models.ConfigValues(
                            config_param_values={
                                'EXAMPLE_KEY_IF7Vs': {
                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                    'intValue': 172,
                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                    'refValue': 'EXAMPLE-refValue-Value',
                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                        object_status=284,
                        name="EXAMPLE-name-Value",
                        description="EXAMPLE-description-Value")])],
        parameters=[
            oci.data_integration.models.Parameter(
                model_type="PARAMETER",
                key="EXAMPLE-key-Value",
                model_version="EXAMPLE-modelVersion-Value",
                parent_ref=oci.data_integration.models.ParentReference(
                    parent="EXAMPLE-parent-Value",
                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                config_values=oci.data_integration.models.ConfigValues(
                    config_param_values={
                        'EXAMPLE_KEY_BVo77': {
                            'stringValue': 'EXAMPLE-stringValue-Value',
                            'intValue': 884,
                            'objectValue': 'EXAMPLE-objectValue-Value',
                            'refValue': 'EXAMPLE-refValue-Value',
                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                object_status=262,
                name="EXAMPLE-name-Value",
                description="EXAMPLE-description-Value",
                type="EXAMPLE-type-Value",
                default_value="EXAMPLE-defaultValue-Value",
                root_object_default_value="EXAMPLE-rootObjectDefaultValue-Value",
                is_input=True,
                is_output=True,
                output_aggregation_type="MIN",
                type_name="EXAMPLE-typeName-Value",
                used_for="EXAMPLE-usedFor-Value")],
        op_config_values=oci.data_integration.models.ConfigValues(
            config_param_values={
                'EXAMPLE_KEY_K1S43': {
                    'stringValue': 'EXAMPLE-stringValue-Value',
                    'intValue': 875,
                    'objectValue': 'EXAMPLE-objectValue-Value',
                    'refValue': 'EXAMPLE-refValue-Value',
                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
            parent_ref=oci.data_integration.models.ParentReference(
                parent="EXAMPLE-parent-Value",
                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
        is_concurrent_allowed=False,
        registry_metadata=oci.data_integration.models.RegistryMetadata(
            aggregator_key="EXAMPLE-aggregatorKey-Value",
            labels=["EXAMPLE--Value"],
            registry_version=563,
            key="EXAMPLE-key-Value",
            is_favorite=False),
        data_flow=oci.data_integration.models.DataFlow(
            key="EXAMPLE-key-Value",
            model_type="EXAMPLE-modelType-Value",
            model_version="EXAMPLE-modelVersion-Value",
            parent_ref=oci.data_integration.models.ParentReference(
                parent="EXAMPLE-parent-Value",
                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
            name="EXAMPLE-name-Value",
            identifier="EXAMPLE-identifier-Value",
            object_version=170,
            nodes=[
                oci.data_integration.models.FlowNode(
                    key="EXAMPLE-key-Value",
                    model_type="EXAMPLE-modelType-Value",
                    model_version="EXAMPLE-modelVersion-Value",
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                    name="EXAMPLE-name-Value",
                    description="EXAMPLE-description-Value",
                    input_links=[
                        oci.data_integration.models.InputLink(
                            model_type="INPUT_LINK",
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            object_status=369,
                            description="EXAMPLE-description-Value",
                            port="EXAMPLE-port-Value",
                            from_link="EXAMPLE-fromLink-Value",
                            field_map=oci.data_integration.models.RuleBasedFieldMap(
                                model_type="RULE_BASED_FIELD_MAP",
                                description="EXAMPLE-description-Value",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_xqZJR': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 953,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                map_type="MAPBYPOSITION",
                                from_pattern="EXAMPLE-fromPattern-Value",
                                to_pattern="EXAMPLE-toPattern-Value",
                                is_java_regex_syntax=False,
                                object_status=166,
                                from_rule_config=oci.data_integration.models.RuleTypeConfig(
                                    model_type="RULE_TYPE_CONFIGS",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    scope="EXAMPLE-scope-Value",
                                    scope_reference=oci.data_integration.models.ScopeReference(
                                        reference_object="EXAMPLE-referenceObject-Value",
                                        reference_type="OCI_FUNCTION_OUTPUT_SHAPE",
                                        ref_object_name="EXAMPLE-refObjectName-Value"),
                                    is_order_by_rule=False,
                                    projection_rules=[
                                        oci.data_integration.models.TypeListRule(
                                            model_type="TYPE_LIST_RULE",
                                            key="EXAMPLE-key-Value",
                                            model_version="EXAMPLE-modelVersion-Value",
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                            is_java_regex_syntax=False,
                                            config_values=oci.data_integration.models.ConfigValues(
                                                config_param_values={
                                                    'EXAMPLE_KEY_ptLES': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 454,
                                                        'objectValue': 'EXAMPLE-objectValue-Value',
                                                        'refValue': 'EXAMPLE-refValue-Value',
                                                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                            object_status=801,
                                            description="EXAMPLE-description-Value",
                                            is_skip_remaining_rules_on_match=False,
                                            scope="EXAMPLE-scope-Value",
                                            is_cascade=True,
                                            matching_strategy="TAGS_ONLY",
                                            is_case_sensitive=False,
                                            rule_type="INCLUDE",
                                            types=["EXAMPLE-types-Value"])],
                                    config_values=oci.data_integration.models.ConfigValues(
                                        config_param_values={
                                            'EXAMPLE_KEY_JHvze': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 486,
                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                'refValue': 'EXAMPLE-refValue-Value',
                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                    object_status=402),
                                to_rule_config=oci.data_integration.models.RuleTypeConfig(
                                    model_type="RULE_TYPE_CONFIGS",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    scope="EXAMPLE-scope-Value",
                                    scope_reference=oci.data_integration.models.ScopeReference(
                                        reference_object="EXAMPLE-referenceObject-Value",
                                        reference_type="BOUND_ENTITY_SHAPE_FIELD",
                                        ref_object_name="EXAMPLE-refObjectName-Value"),
                                    is_order_by_rule=True,
                                    projection_rules=[
                                        oci.data_integration.models.TypedNamePatternRule(
                                            model_type="TYPED_NAME_PATTERN_RULE",
                                            key="EXAMPLE-key-Value",
                                            model_version="EXAMPLE-modelVersion-Value",
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                            is_java_regex_syntax=False,
                                            config_values=oci.data_integration.models.ConfigValues(
                                                config_param_values={
                                                    'EXAMPLE_KEY_SaclL': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 991,
                                                        'objectValue': 'EXAMPLE-objectValue-Value',
                                                        'refValue': 'EXAMPLE-refValue-Value',
                                                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                            object_status=597,
                                            description="EXAMPLE-description-Value",
                                            types=["EXAMPLE-types-Value"],
                                            is_skip_remaining_rules_on_match=True,
                                            scope="EXAMPLE-scope-Value",
                                            is_cascade=True,
                                            matching_strategy="NAME_OR_TAGS",
                                            is_case_sensitive=True,
                                            rule_type="INCLUDE",
                                            pattern="EXAMPLE-pattern-Value",
                                            names=["EXAMPLE--Value"])],
                                    config_values=oci.data_integration.models.ConfigValues(
                                        config_param_values={
                                            'EXAMPLE_KEY_S7LSK': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 593,
                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                'refValue': 'EXAMPLE-refValue-Value',
                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                    object_status=493)))],
                    output_links=[
                        oci.data_integration.models.OutputLink(
                            model_type="OUTPUT_LINK",
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            object_status=348,
                            description="EXAMPLE-description-Value",
                            port="EXAMPLE-port-Value",
                            to_links=["EXAMPLE--Value"])],
                    operator=oci.data_integration.models.Source(
                        model_type="SOURCE_OPERATOR",
                        key="EXAMPLE-key-Value",
                        model_version="EXAMPLE-modelVersion-Value",
                        parent_ref=oci.data_integration.models.ParentReference(
                            parent="EXAMPLE-parent-Value",
                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                        name="EXAMPLE-name-Value",
                        description="EXAMPLE-description-Value",
                        object_version=55,
                        input_ports=[
                            oci.data_integration.models.InputPort(
                                model_type="INPUT_PORT",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_rI0TL': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 737,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                object_status=721,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                port_type="DATA",
                                fields=[
                                    oci.data_integration.models.ProxyField(
                                        model_type="PROXY_FIELD",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        config_values=oci.data_integration.models.ConfigValues(
                                            config_param_values={
                                                'EXAMPLE_KEY_Q26zj': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 930,
                                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                                    'refValue': 'EXAMPLE-refValue-Value',
                                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                        object_status=362,
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        scope="EXAMPLE-scope-Value",
                                        scope_reference=oci.data_integration.models.ScopeReference(
                                            reference_object="EXAMPLE-referenceObject-Value",
                                            reference_type="OCI_FUNCTION_OUTPUT_SHAPE",
                                            ref_object_name="EXAMPLE-refObjectName-Value"),
                                        type=oci.data_integration.models.JavaType(
                                            model_type="JAVA_TYPE",
                                            key="EXAMPLE-key-Value",
                                            model_version="EXAMPLE-modelVersion-Value",
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                            name="EXAMPLE-name-Value",
                                            object_status=20,
                                            description="EXAMPLE-description-Value",
                                            java_type_name="EXAMPLE-javaTypeName-Value",
                                            config_definition=oci.data_integration.models.ConfigDefinition(
                                                key="EXAMPLE-key-Value",
                                                model_type="EXAMPLE-modelType-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                name="EXAMPLE-name-Value",
                                                is_contained=True,
                                                object_status=887,
                                                config_parameter_definitions={
                                                    'EXAMPLE_KEY_2jFOu': {
                                                        'parameterName': 'EXAMPLE-parameterName-Value',
                                                        'description': 'EXAMPLE-description-Value',
                                                        'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                        'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                        'isStatic': True,
                                                        'isClassFieldValue': True}})),
                                        labels=["EXAMPLE--Value"])])],
                        output_ports=[
                            oci.data_integration.models.MacroField(
                                model_type="MACRO_FIELD",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_fgGzF': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 66,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                object_status=756,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                expr=oci.data_integration.models.Expression(
                                    key="EXAMPLE-key-Value",
                                    model_type="EXAMPLE-modelType-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    expr_string="EXAMPLE-exprString-Value",
                                    config_values=oci.data_integration.models.ConfigValues(
                                        config_param_values={
                                            'EXAMPLE_KEY_MWjjL': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 718,
                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                'refValue': 'EXAMPLE-refValue-Value',
                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                    object_status=634),
                                type=oci.data_integration.models.JavaType(
                                    model_type="JAVA_TYPE",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    object_status=951,
                                    description="EXAMPLE-description-Value",
                                    java_type_name="EXAMPLE-javaTypeName-Value",
                                    config_definition=oci.data_integration.models.ConfigDefinition(
                                        key="EXAMPLE-key-Value",
                                        model_type="EXAMPLE-modelType-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        is_contained=False,
                                        object_status=340,
                                        config_parameter_definitions={
                                            'EXAMPLE_KEY_6EBtv': {
                                                'parameterName': 'EXAMPLE-parameterName-Value',
                                                'description': 'EXAMPLE-description-Value',
                                                'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                'isStatic': True,
                                                'isClassFieldValue': True}})),
                                is_use_source_type=False,
                                use_type=oci.data_integration.models.ConfiguredType(
                                    model_type="CONFIGURED_TYPE",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    object_status=597,
                                    description="EXAMPLE-description-Value",
                                    wrapped_type="EXAMPLE-wrappedType-Value",
                                    config_values=oci.data_integration.models.ConfigValues(
                                        config_param_values={
                                            'EXAMPLE_KEY_nSX4f': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 307,
                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                'refValue': 'EXAMPLE-refValue-Value',
                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                    config_definition=oci.data_integration.models.ConfigDefinition(
                                        key="EXAMPLE-key-Value",
                                        model_type="EXAMPLE-modelType-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        is_contained=False,
                                        object_status=260,
                                        config_parameter_definitions={
                                            'EXAMPLE_KEY_liYET': {
                                                'parameterType': {
                                                    'modelType': 'DATA_TYPE',
                                                    'key': 'EXAMPLE-key-Value',
                                                    'modelVersion': 'EXAMPLE-modelVersion-Value',
                                                    'parentRef': {
                                                        'parent': 'EXAMPLE-parent-Value',
                                                        'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                                                    'name': 'EXAMPLE-name-Value',
                                                    'objectStatus': 594,
                                                    'description': 'EXAMPLE-description-Value',
                                                    'dtType': 'STRUCTURED',
                                                    'typeSystemName': 'EXAMPLE-typeSystemName-Value'},
                                                'parameterName': 'EXAMPLE-parameterName-Value',
                                                'description': 'EXAMPLE-description-Value',
                                                'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                'isStatic': False,
                                                'isClassFieldValue': False}})),
                                labels=["EXAMPLE--Value"])],
                        object_status=903,
                        identifier="EXAMPLE-identifier-Value",
                        parameters=[
                            oci.data_integration.models.Parameter(
                                model_type="PARAMETER",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_1A6hy': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 585,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                object_status=144,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                type="EXAMPLE-type-Value",
                                default_value="EXAMPLE-defaultValue-Value",
                                root_object_default_value="EXAMPLE-rootObjectDefaultValue-Value",
                                is_input=False,
                                is_output=False,
                                output_aggregation_type="MIN",
                                type_name="EXAMPLE-typeName-Value",
                                used_for="EXAMPLE-usedFor-Value")],
                        op_config_values=oci.data_integration.models.ConfigValues(
                            config_param_values={
                                'EXAMPLE_KEY_W0vin': {
                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                    'intValue': 223,
                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                    'refValue': 'EXAMPLE-refValue-Value',
                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                        entity=oci.data_integration.models.DataEntityFromView(
                            model_type="VIEW_ENTITY",
                            metadata=oci.data_integration.models.ObjectMetadata(
                                created_by="EXAMPLE-createdBy-Value",
                                created_by_name="EXAMPLE-createdByName-Value",
                                updated_by="EXAMPLE-updatedBy-Value",
                                updated_by_name="EXAMPLE-updatedByName-Value",
                                time_created=datetime.strptime(
                                    "2027-05-26T19:06:46.189Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                time_updated=datetime.strptime(
                                    "2019-03-03T11:21:38.627Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                aggregator_key="EXAMPLE-aggregatorKey-Value",
                                aggregator=oci.data_integration.models.AggregatorSummary(
                                    type="EXAMPLE-type-Value",
                                    key="EXAMPLE-key-Value",
                                    name="EXAMPLE-name-Value",
                                    identifier="EXAMPLE-identifier-Value",
                                    description="EXAMPLE-description-Value"),
                                identifier_path="EXAMPLE-identifierPath-Value",
                                info_fields={
                                    'EXAMPLE_KEY_S27OS': 'EXAMPLE_VALUE_uBJSgyYD1xEuoBgmXUey'},
                                registry_version=785,
                                labels=["EXAMPLE--Value"],
                                is_favorite=True,
                                count_statistics=oci.data_integration.models.CountStatistic(
                                    object_type_count_list=[
                                        oci.data_integration.models.CountStatisticSummary(
                                            object_type="DATA_FLOW",
                                            object_count=612)])),
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            name="EXAMPLE-name-Value",
                            description="EXAMPLE-description-Value",
                            object_version=232,
                            external_key="EXAMPLE-externalKey-Value",
                            shape=oci.data_integration.models.Shape(
                                model_type="SHAPE",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                config_values=oci.data_integration.models.ConfigValues(
                                    config_param_values={
                                        'EXAMPLE_KEY_bi0qf': {
                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                            'intValue': 579,
                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                            'refValue': 'EXAMPLE-refValue-Value',
                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                object_status=813,
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                type=oci.data_integration.models.ConfiguredType(
                                    model_type="CONFIGURED_TYPE",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    object_status=915,
                                    description="EXAMPLE-description-Value",
                                    wrapped_type="EXAMPLE-wrappedType-Value",
                                    config_values=oci.data_integration.models.ConfigValues(
                                        config_param_values={
                                            'EXAMPLE_KEY_d3Efn': {
                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                'intValue': 176,
                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                'refValue': 'EXAMPLE-refValue-Value',
                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                    config_definition=oci.data_integration.models.ConfigDefinition(
                                        key="EXAMPLE-key-Value",
                                        model_type="EXAMPLE-modelType-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        is_contained=False,
                                        object_status=117,
                                        config_parameter_definitions={
                                            'EXAMPLE_KEY_Gj10n': {
                                                'parameterName': 'EXAMPLE-parameterName-Value',
                                                'description': 'EXAMPLE-description-Value',
                                                'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                'isStatic': False,
                                                'isClassFieldValue': True}}))),
                            shape_id="ocid1.test.oc1..<unique_ID>EXAMPLE-shapeId-Value",
                            types=oci.data_integration.models.TypeLibrary(
                                key="EXAMPLE-key-Value",
                                model_type="EXAMPLE-modelType-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                object_version=796,
                                types={
                                    'EXAMPLE_KEY_NO1Ni': {
                                        'modelType': 'DERIVED_TYPE',
                                        'key': 'EXAMPLE-key-Value',
                                        'modelVersion': 'EXAMPLE-modelVersion-Value',
                                        'parentRef': {
                                            'parent': 'EXAMPLE-parent-Value',
                                            'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                                        'name': 'EXAMPLE-name-Value',
                                        'objectStatus': 201,
                                        'description': 'EXAMPLE-description-Value'}},
                                object_status=715,
                                identifier="EXAMPLE-identifier-Value"),
                            entity_type="STREAM",
                            other_type_label="EXAMPLE-otherTypeLabel-Value",
                            unique_keys=[
                                oci.data_integration.models.PrimaryKey(
                                    model_type="PRIMARY_KEY",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    attribute_refs=[
                                        oci.data_integration.models.KeyAttribute(
                                            position=885,
                                            shape_field=oci.data_integration.models.ShapeField(
                                                model_type="SHAPE_FIELD",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_5yCpr': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 761,
                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                object_status=999,
                                                name="EXAMPLE-name-Value",
                                                description="EXAMPLE-description-Value",
                                                type="EXAMPLE-type-Value",
                                                labels=["EXAMPLE--Value"],
                                                native_shape_field=oci.data_integration.models.NativeShapeField(
                                                    name="EXAMPLE-name-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    type="EXAMPLE-type-Value",
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_CHg2z': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 635,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    position=547,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=True)),
                                            attribute=oci.data_integration.models.ShapeField(
                                                model_type="SHAPE_FIELD",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_OZHjB': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 714,
                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                object_status=201,
                                                name="EXAMPLE-name-Value",
                                                description="EXAMPLE-description-Value",
                                                type="EXAMPLE-type-Value",
                                                labels=["EXAMPLE--Value"],
                                                native_shape_field=oci.data_integration.models.NativeShapeField(
                                                    name="EXAMPLE-name-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    type="EXAMPLE-type-Value",
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_GHlRo': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 762,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    position=817,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=False)))],
                                    object_status=660)],
                            foreign_keys=[
                                oci.data_integration.models.ForeignKey(
                                    model_type="FOREIGN_KEY",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    attribute_refs=[
                                        oci.data_integration.models.KeyAttribute(
                                            position=297,
                                            shape_field=oci.data_integration.models.ShapeField(
                                                model_type="SHAPE_FIELD",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_YYMEp': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 169,
                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                object_status=190,
                                                name="EXAMPLE-name-Value",
                                                description="EXAMPLE-description-Value",
                                                type="EXAMPLE-type-Value",
                                                labels=["EXAMPLE--Value"],
                                                native_shape_field=oci.data_integration.models.NativeShapeField(
                                                    name="EXAMPLE-name-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    type="EXAMPLE-type-Value",
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_Gf0v5': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 659,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    position=848,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=False)),
                                            attribute=oci.data_integration.models.ShapeField(
                                                model_type="SHAPE_FIELD",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_AM0hm': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 619,
                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                object_status=945,
                                                name="EXAMPLE-name-Value",
                                                description="EXAMPLE-description-Value",
                                                type="EXAMPLE-type-Value",
                                                labels=["EXAMPLE--Value"],
                                                native_shape_field=oci.data_integration.models.NativeShapeField(
                                                    name="EXAMPLE-name-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    type="EXAMPLE-type-Value",
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_vGfR0': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 495,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    position=924,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=True)))],
                                    update_rule=19,
                                    delete_rule=64,
                                    reference_unique_key=oci.data_integration.models.UniqueDataKey(
                                        model_type="UNIQUE_KEY",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        attribute_refs=[
                                            oci.data_integration.models.KeyAttribute(
                                                position=543,
                                                shape_field=oci.data_integration.models.ShapeField(
                                                    model_type="SHAPE_FIELD",
                                                    key="EXAMPLE-key-Value",
                                                    model_version="EXAMPLE-modelVersion-Value",
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_5SdFW': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 855,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    object_status=101,
                                                    name="EXAMPLE-name-Value",
                                                    description="EXAMPLE-description-Value",
                                                    type="EXAMPLE-type-Value",
                                                    labels=["EXAMPLE--Value"],
                                                    native_shape_field=oci.data_integration.models.NativeShapeField(
                                                        name="EXAMPLE-name-Value",
                                                        model_type="EXAMPLE-modelType-Value",
                                                        type="EXAMPLE-type-Value",
                                                        config_values=oci.data_integration.models.ConfigValues(
                                                            config_param_values={
                                                                'EXAMPLE_KEY_8Xv3n': {
                                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                                    'intValue': 528,
                                                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                                                    'refValue': 'EXAMPLE-refValue-Value',
                                                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                            parent_ref=oci.data_integration.models.ParentReference(
                                                                parent="EXAMPLE-parent-Value",
                                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                        position=341,
                                                        default_value_string="EXAMPLE-defaultValueString-Value",
                                                        is_mandatory=False)),
                                                attribute=oci.data_integration.models.ShapeField(
                                                    model_type="SHAPE_FIELD",
                                                    key="EXAMPLE-key-Value",
                                                    model_version="EXAMPLE-modelVersion-Value",
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_xVl8w': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 203,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    object_status=741,
                                                    name="EXAMPLE-name-Value",
                                                    description="EXAMPLE-description-Value",
                                                    type="EXAMPLE-type-Value",
                                                    labels=["EXAMPLE--Value"],
                                                    native_shape_field=oci.data_integration.models.NativeShapeField(
                                                        name="EXAMPLE-name-Value",
                                                        model_type="EXAMPLE-modelType-Value",
                                                        type="EXAMPLE-type-Value",
                                                        config_values=oci.data_integration.models.ConfigValues(
                                                            config_param_values={
                                                                'EXAMPLE_KEY_EzG6T': {
                                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                                    'intValue': 627,
                                                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                                                    'refValue': 'EXAMPLE-refValue-Value',
                                                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                            parent_ref=oci.data_integration.models.ParentReference(
                                                                parent="EXAMPLE-parent-Value",
                                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                        position=696,
                                                        default_value_string="EXAMPLE-defaultValueString-Value",
                                                        is_mandatory=True)))],
                                        object_status=674),
                                    object_status=882)],
                            resource_name="EXAMPLE-resourceName-Value",
                            object_status=699,
                            identifier="EXAMPLE-identifier-Value"),
                        is_read_access=True,
                        is_copy_fields=True,
                        is_predefined_shape=False,
                        schema_drift_config=oci.data_integration.models.SchemaDriftConfig(
                            extra_column_handling="ALLOW",
                            missing_column_handling="NULL_SELECT",
                            data_type_change_handling="DO_CAST_IF_POSSIBLE",
                            is_validation_warning_if_allowed=False),
                        fixed_data_shape=oci.data_integration.models.Shape(
                            model_type="SHAPE",
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            config_values=oci.data_integration.models.ConfigValues(
                                config_param_values={
                                    'EXAMPLE_KEY_32qM5': {
                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                        'intValue': 472,
                                        'objectValue': 'EXAMPLE-objectValue-Value',
                                        'refValue': 'EXAMPLE-refValue-Value',
                                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                            object_status=967,
                            name="EXAMPLE-name-Value",
                            description="EXAMPLE-description-Value",
                            type=oci.data_integration.models.MaterializedCompositeType(
                                model_type="MATERIALIZED_COMPOSITE_TYPE",
                                key="EXAMPLE-key-Value",
                                model_version="EXAMPLE-modelVersion-Value",
                                parent_ref=oci.data_integration.models.ParentReference(
                                    parent="EXAMPLE-parent-Value",
                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                name="EXAMPLE-name-Value",
                                object_status=838,
                                description="EXAMPLE-description-Value",
                                elements=["EXAMPLE--Value"],
                                path_names=["EXAMPLE--Value"],
                                config_definition=oci.data_integration.models.ConfigDefinition(
                                    key="EXAMPLE-key-Value",
                                    model_type="EXAMPLE-modelType-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    is_contained=True,
                                    object_status=798,
                                    config_parameter_definitions={
                                        'EXAMPLE_KEY_Oik8n': {
                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                            'description': 'EXAMPLE-description-Value',
                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                            'isStatic': False,
                                            'isClassFieldValue': False}}))),
                        read_operation_config=oci.data_integration.models.ReadOperationConfig(
                            model_type="READ_OPERATION_CONFIG",
                            metadata_config_properties={
                                'EXAMPLE_KEY_TX28V': 'EXAMPLE_VALUE_GeZzS3vQzgL24DvnqzqG'},
                            derived_attributes={
                                'EXAMPLE_KEY_DXkC2': 'EXAMPLE_VALUE_qLrhuQRhqqBWNgrnC80N'},
                            call_attribute=oci.data_integration.models.BipCallAttribute(
                                model_type="BIP_CALL_ATTRIBUTE",
                                fetch_size=251,
                                offset_parameter="EXAMPLE-offsetParameter-Value",
                                fetch_next_rows_parameter="EXAMPLE-fetchNextRowsParameter-Value",
                                staging_data_asset=oci.data_integration.models.DataAssetSummaryFromObjectStorage(
                                    model_type="ORACLE_OBJECT_STORAGE_DATA_ASSET",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value",
                                    object_status=44,
                                    identifier="EXAMPLE-identifier-Value",
                                    external_key="EXAMPLE-externalKey-Value",
                                    asset_properties={
                                        'EXAMPLE_KEY_iGxSg': 'EXAMPLE_VALUE_jW20nPQrttEvFICLxCyE'},
                                    native_type_system=oci.data_integration.models.TypeSystem(
                                        key="EXAMPLE-key-Value",
                                        model_type="EXAMPLE-modelType-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=173,
                                        type_mapping_to={
                                            'EXAMPLE_KEY_FwpXA': 'EXAMPLE_VALUE_hkS7BLXqdLwpPEJYkpBb'},
                                        type_mapping_from={
                                            'EXAMPLE_KEY_w54eF': 'EXAMPLE_VALUE_0Yis8pIjmozVhP2e77hy'},
                                        object_status=502,
                                        identifier="EXAMPLE-identifier-Value",
                                        types=[
                                            oci.data_integration.models.DataType(
                                                model_type="DATA_TYPE",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                name="EXAMPLE-name-Value",
                                                object_status=370,
                                                description="EXAMPLE-description-Value",
                                                dt_type="PRIMITIVE",
                                                type_system_name="EXAMPLE-typeSystemName-Value",
                                                config_definition=oci.data_integration.models.ConfigDefinition(
                                                    key="EXAMPLE-key-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    model_version="EXAMPLE-modelVersion-Value",
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                    name="EXAMPLE-name-Value",
                                                    is_contained=False,
                                                    object_status=382,
                                                    config_parameter_definitions={
                                                        'EXAMPLE_KEY_BEt6T': {
                                                            'parameterType': {
                                                                'modelType': 'MATERIALIZED_COMPOSITE_TYPE',
                                                                'key': 'EXAMPLE-key-Value',
                                                                'modelVersion': 'EXAMPLE-modelVersion-Value',
                                                                'parentRef': {
                                                                    'parent': 'EXAMPLE-parent-Value',
                                                                    'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                                                                'name': 'EXAMPLE-name-Value',
                                                                'objectStatus': 870,
                                                                'description': 'EXAMPLE-description-Value',
                                                                'elements': ['EXAMPLE--Value'],
                                                                'pathNames': ['EXAMPLE--Value']},
                                                            'parameterName': 'EXAMPLE-parameterName-Value',
                                                            'description': 'EXAMPLE-description-Value',
                                                            'defaultValue': 'EXAMPLE-defaultValue-Value',
                                                            'classFieldName': 'EXAMPLE-classFieldName-Value',
                                                            'isStatic': False,
                                                            'isClassFieldValue': True}}))]),
                                    object_version=978,
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    metadata=oci.data_integration.models.ObjectMetadata(
                                        created_by="EXAMPLE-createdBy-Value",
                                        created_by_name="EXAMPLE-createdByName-Value",
                                        updated_by="EXAMPLE-updatedBy-Value",
                                        updated_by_name="EXAMPLE-updatedByName-Value",
                                        time_created=datetime.strptime(
                                            "2026-07-20T00:43:32.417Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2045-04-18T05:20:22.781Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        aggregator_key="EXAMPLE-aggregatorKey-Value",
                                        aggregator=oci.data_integration.models.AggregatorSummary(
                                            type="EXAMPLE-type-Value",
                                            key="EXAMPLE-key-Value",
                                            name="EXAMPLE-name-Value",
                                            identifier="EXAMPLE-identifier-Value",
                                            description="EXAMPLE-description-Value"),
                                        identifier_path="EXAMPLE-identifierPath-Value",
                                        info_fields={
                                            'EXAMPLE_KEY_25ED7': 'EXAMPLE_VALUE_13aInQ0HEnlKCEVm1022'},
                                        registry_version=922,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=False,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="TASK",
                                                    object_count=857)])),
                                    oci_region="EXAMPLE-ociRegion-Value",
                                    url="EXAMPLE-url-Value",
                                    tenancy_id="ocid1.test.oc1..<unique_ID>EXAMPLE-tenancyId-Value",
                                    namespace="EXAMPLE-namespace-Value",
                                    default_connection=oci.data_integration.models.ConnectionSummaryFromObjectStorage(
                                        model_type="ORACLE_OBJECT_STORAGE_CONNECTION",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=536,
                                        object_status=673,
                                        identifier="EXAMPLE-identifier-Value",
                                        primary_schema=oci.data_integration.models.Schema(
                                            key="EXAMPLE-key-Value",
                                            model_type="EXAMPLE-modelType-Value",
                                            model_version="EXAMPLE-modelVersion-Value",
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                            name="EXAMPLE-name-Value",
                                            resource_name="EXAMPLE-resourceName-Value",
                                            description="EXAMPLE-description-Value",
                                            object_version=144,
                                            external_key="EXAMPLE-externalKey-Value",
                                            is_has_containers=False,
                                            default_connection="EXAMPLE-defaultConnection-Value",
                                            object_status=461,
                                            identifier="EXAMPLE-identifier-Value",
                                            metadata=oci.data_integration.models.ObjectMetadata(
                                                created_by="EXAMPLE-createdBy-Value",
                                                created_by_name="EXAMPLE-createdByName-Value",
                                                updated_by="EXAMPLE-updatedBy-Value",
                                                updated_by_name="EXAMPLE-updatedByName-Value",
                                                time_created=datetime.strptime(
                                                    "2005-11-15T14:59:55.884Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                                time_updated=datetime.strptime(
                                                    "2005-01-14T16:17:09.641Z",
                                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                                aggregator_key="EXAMPLE-aggregatorKey-Value",
                                                aggregator=oci.data_integration.models.AggregatorSummary(
                                                    type="EXAMPLE-type-Value",
                                                    key="EXAMPLE-key-Value",
                                                    name="EXAMPLE-name-Value",
                                                    identifier="EXAMPLE-identifier-Value",
                                                    description="EXAMPLE-description-Value"),
                                                identifier_path="EXAMPLE-identifierPath-Value",
                                                info_fields={
                                                    'EXAMPLE_KEY_OuOId': 'EXAMPLE_VALUE_oyqXV3n2tRiwfJuNgFha'},
                                                registry_version=689,
                                                labels=["EXAMPLE--Value"],
                                                is_favorite=False,
                                                count_statistics=oci.data_integration.models.CountStatistic(
                                                    object_type_count_list=[
                                                        oci.data_integration.models.CountStatisticSummary(
                                                            object_type="FOLDER",
                                                            object_count=22)]))),
                                        connection_properties=[
                                            oci.data_integration.models.ConnectionProperty(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")],
                                        is_default=False,
                                        metadata=oci.data_integration.models.ObjectMetadata(
                                            created_by="EXAMPLE-createdBy-Value",
                                            created_by_name="EXAMPLE-createdByName-Value",
                                            updated_by="EXAMPLE-updatedBy-Value",
                                            updated_by_name="EXAMPLE-updatedByName-Value",
                                            time_created=datetime.strptime(
                                                "2048-08-11T14:05:44.848Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2015-03-12T13:47:08.192Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            aggregator_key="EXAMPLE-aggregatorKey-Value",
                                            aggregator=oci.data_integration.models.AggregatorSummary(
                                                type="EXAMPLE-type-Value",
                                                key="EXAMPLE-key-Value",
                                                name="EXAMPLE-name-Value",
                                                identifier="EXAMPLE-identifier-Value",
                                                description="EXAMPLE-description-Value"),
                                            identifier_path="EXAMPLE-identifierPath-Value",
                                            info_fields={
                                                'EXAMPLE_KEY_VFsMV': 'EXAMPLE_VALUE_LjWYB6OI2YYmORhyZrEL'},
                                            registry_version=608,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=False,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="FOLDER",
                                                        object_count=196)])),
                                        key_map={
                                            'EXAMPLE_KEY_QHHlA': 'EXAMPLE_VALUE_sj5C7yYXQZ62SX6GUYma'},
                                        credential_file_content="EXAMPLE-credentialFileContent-Value",
                                        user_id="ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value",
                                        finger_print="EXAMPLE-fingerPrint-Value",
                                        pass_phrase="EXAMPLE-passPhrase-Value")),
                                staging_connection=oci.data_integration.models.ConnectionSummaryFromObjectStorage(
                                    model_type="ORACLE_OBJECT_STORAGE_CONNECTION",
                                    key="EXAMPLE-key-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value",
                                    object_version=255,
                                    object_status=967,
                                    identifier="EXAMPLE-identifier-Value",
                                    primary_schema=oci.data_integration.models.Schema(
                                        key="EXAMPLE-key-Value",
                                        model_type="EXAMPLE-modelType-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        name="EXAMPLE-name-Value",
                                        resource_name="EXAMPLE-resourceName-Value",
                                        description="EXAMPLE-description-Value",
                                        object_version=718,
                                        external_key="EXAMPLE-externalKey-Value",
                                        is_has_containers=True,
                                        default_connection="EXAMPLE-defaultConnection-Value",
                                        object_status=659,
                                        identifier="EXAMPLE-identifier-Value",
                                        metadata=oci.data_integration.models.ObjectMetadata(
                                            created_by="EXAMPLE-createdBy-Value",
                                            created_by_name="EXAMPLE-createdByName-Value",
                                            updated_by="EXAMPLE-updatedBy-Value",
                                            updated_by_name="EXAMPLE-updatedByName-Value",
                                            time_created=datetime.strptime(
                                                "2008-02-18T02:11:16.589Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            time_updated=datetime.strptime(
                                                "2049-07-03T14:34:06.175Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            aggregator_key="EXAMPLE-aggregatorKey-Value",
                                            aggregator=oci.data_integration.models.AggregatorSummary(
                                                type="EXAMPLE-type-Value",
                                                key="EXAMPLE-key-Value",
                                                name="EXAMPLE-name-Value",
                                                identifier="EXAMPLE-identifier-Value",
                                                description="EXAMPLE-description-Value"),
                                            identifier_path="EXAMPLE-identifierPath-Value",
                                            info_fields={
                                                'EXAMPLE_KEY_FL0dl': 'EXAMPLE_VALUE_gnCZTY5uqcPeUFp9TJb3'},
                                            registry_version=323,
                                            labels=["EXAMPLE--Value"],
                                            is_favorite=True,
                                            count_statistics=oci.data_integration.models.CountStatistic(
                                                object_type_count_list=[
                                                    oci.data_integration.models.CountStatisticSummary(
                                                        object_type="FOLDER",
                                                        object_count=707)]))),
                                    connection_properties=[
                                        oci.data_integration.models.ConnectionProperty(
                                            name="EXAMPLE-name-Value",
                                            value="EXAMPLE-value-Value")],
                                    is_default=True,
                                    metadata=oci.data_integration.models.ObjectMetadata(
                                        created_by="EXAMPLE-createdBy-Value",
                                        created_by_name="EXAMPLE-createdByName-Value",
                                        updated_by="EXAMPLE-updatedBy-Value",
                                        updated_by_name="EXAMPLE-updatedByName-Value",
                                        time_created=datetime.strptime(
                                            "2023-02-07T03:47:01.303Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2041-03-03T03:55:11.107Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        aggregator_key="EXAMPLE-aggregatorKey-Value",
                                        aggregator=oci.data_integration.models.AggregatorSummary(
                                            type="EXAMPLE-type-Value",
                                            key="EXAMPLE-key-Value",
                                            name="EXAMPLE-name-Value",
                                            identifier="EXAMPLE-identifier-Value",
                                            description="EXAMPLE-description-Value"),
                                        identifier_path="EXAMPLE-identifierPath-Value",
                                        info_fields={
                                            'EXAMPLE_KEY_IIzkN': 'EXAMPLE_VALUE_8TNt97YFNsE7n6ziOor2'},
                                        registry_version=186,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=False,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="APPLICATION",
                                                    object_count=109)])),
                                    key_map={
                                        'EXAMPLE_KEY_NwVMv': 'EXAMPLE_VALUE_3ZeC9n8IQcWp5GZGUQUF'},
                                    credential_file_content="EXAMPLE-credentialFileContent-Value",
                                    user_id="ocid1.test.oc1..<unique_ID>EXAMPLE-userId-Value",
                                    finger_print="EXAMPLE-fingerPrint-Value",
                                    pass_phrase="EXAMPLE-passPhrase-Value"),
                                bucket_schema=oci.data_integration.models.Schema(
                                    key="EXAMPLE-key-Value",
                                    model_type="EXAMPLE-modelType-Value",
                                    model_version="EXAMPLE-modelVersion-Value",
                                    parent_ref=oci.data_integration.models.ParentReference(
                                        parent="EXAMPLE-parent-Value",
                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                    name="EXAMPLE-name-Value",
                                    resource_name="EXAMPLE-resourceName-Value",
                                    description="EXAMPLE-description-Value",
                                    object_version=600,
                                    external_key="EXAMPLE-externalKey-Value",
                                    is_has_containers=False,
                                    default_connection="EXAMPLE-defaultConnection-Value",
                                    object_status=183,
                                    identifier="EXAMPLE-identifier-Value",
                                    metadata=oci.data_integration.models.ObjectMetadata(
                                        created_by="EXAMPLE-createdBy-Value",
                                        created_by_name="EXAMPLE-createdByName-Value",
                                        updated_by="EXAMPLE-updatedBy-Value",
                                        updated_by_name="EXAMPLE-updatedByName-Value",
                                        time_created=datetime.strptime(
                                            "2000-11-26T13:29:38.953Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        time_updated=datetime.strptime(
                                            "2039-05-16T07:03:46.895Z",
                                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                                        aggregator_key="EXAMPLE-aggregatorKey-Value",
                                        aggregator=oci.data_integration.models.AggregatorSummary(
                                            type="EXAMPLE-type-Value",
                                            key="EXAMPLE-key-Value",
                                            name="EXAMPLE-name-Value",
                                            identifier="EXAMPLE-identifier-Value",
                                            description="EXAMPLE-description-Value"),
                                        identifier_path="EXAMPLE-identifierPath-Value",
                                        info_fields={
                                            'EXAMPLE_KEY_czo51': 'EXAMPLE_VALUE_aV00P6qU4PuQ8j6l5zEJ'},
                                        registry_version=927,
                                        labels=["EXAMPLE--Value"],
                                        is_favorite=False,
                                        count_statistics=oci.data_integration.models.CountStatistic(
                                            object_type_count_list=[
                                                oci.data_integration.models.CountStatisticSummary(
                                                    object_type="APPLICATION",
                                                    object_count=725)])))),
                            key="EXAMPLE-key-Value",
                            model_version="EXAMPLE-modelVersion-Value",
                            parent_ref=oci.data_integration.models.ParentReference(
                                parent="EXAMPLE-parent-Value",
                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                            operations=[
                                oci.data_integration.models.Sort(
                                    model_type="SORT",
                                    sort_clauses=[
                                        oci.data_integration.models.SortClause(
                                            field=oci.data_integration.models.ShapeField(
                                                model_type="SHAPE_FIELD",
                                                key="EXAMPLE-key-Value",
                                                model_version="EXAMPLE-modelVersion-Value",
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                                config_values=oci.data_integration.models.ConfigValues(
                                                    config_param_values={
                                                        'EXAMPLE_KEY_II5r5': {
                                                            'stringValue': 'EXAMPLE-stringValue-Value',
                                                            'intValue': 373,
                                                            'objectValue': 'EXAMPLE-objectValue-Value',
                                                            'refValue': 'EXAMPLE-refValue-Value',
                                                            'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                            'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                    parent_ref=oci.data_integration.models.ParentReference(
                                                        parent="EXAMPLE-parent-Value",
                                                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                object_status=861,
                                                name="EXAMPLE-name-Value",
                                                description="EXAMPLE-description-Value",
                                                type="EXAMPLE-type-Value",
                                                labels=["EXAMPLE--Value"],
                                                native_shape_field=oci.data_integration.models.NativeShapeField(
                                                    name="EXAMPLE-name-Value",
                                                    model_type="EXAMPLE-modelType-Value",
                                                    type="EXAMPLE-type-Value",
                                                    config_values=oci.data_integration.models.ConfigValues(
                                                        config_param_values={
                                                            'EXAMPLE_KEY_6EleZ': {
                                                                'stringValue': 'EXAMPLE-stringValue-Value',
                                                                'intValue': 260,
                                                                'objectValue': 'EXAMPLE-objectValue-Value',
                                                                'refValue': 'EXAMPLE-refValue-Value',
                                                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                        parent_ref=oci.data_integration.models.ParentReference(
                                                            parent="EXAMPLE-parent-Value",
                                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                                    position=466,
                                                    default_value_string="EXAMPLE-defaultValueString-Value",
                                                    is_mandatory=False)),
                                            order="DESC")])],
                            data_format=oci.data_integration.models.DataFormat(
                                format_attribute=oci.data_integration.models.CsvFormatAttribute(
                                    model_type="CSV_FORMAT",
                                    is_file_pattern=False,
                                    encoding="EXAMPLE-encoding-Value",
                                    escape_character="EXAMPLE-escapeCharacter-Value",
                                    delimiter="EXAMPLE-delimiter-Value",
                                    quote_character="EXAMPLE-quoteCharacter-Value",
                                    has_header=False,
                                    timestamp_format="EXAMPLE-timestampFormat-Value"),
                                type="XML",
                                compression_config=oci.data_integration.models.Compression(
                                    codec="LZ4")),
                            partition_config=oci.data_integration.models.KeyRangePartitionConfig(
                                model_type="KEYRANGEPARTITIONCONFIG",
                                partition_number=984,
                                key_range=oci.data_integration.models.KeyRange(
                                    key=oci.data_integration.models.ShapeField(
                                        model_type="SHAPE_FIELD",
                                        key="EXAMPLE-key-Value",
                                        model_version="EXAMPLE-modelVersion-Value",
                                        parent_ref=oci.data_integration.models.ParentReference(
                                            parent="EXAMPLE-parent-Value",
                                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                                        config_values=oci.data_integration.models.ConfigValues(
                                            config_param_values={
                                                'EXAMPLE_KEY_syGzH': {
                                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                                    'intValue': 326,
                                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                                    'refValue': 'EXAMPLE-refValue-Value',
                                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                            parent_ref=oci.data_integration.models.ParentReference(
                                                parent="EXAMPLE-parent-Value",
                                                root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                        object_status=279,
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        type="EXAMPLE-type-Value",
                                        labels=["EXAMPLE--Value"],
                                        native_shape_field=oci.data_integration.models.NativeShapeField(
                                            name="EXAMPLE-name-Value",
                                            model_type="EXAMPLE-modelType-Value",
                                            type="EXAMPLE-type-Value",
                                            config_values=oci.data_integration.models.ConfigValues(
                                                config_param_values={
                                                    'EXAMPLE_KEY_500MA': {
                                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                                        'intValue': 410,
                                                        'objectValue': 'EXAMPLE-objectValue-Value',
                                                        'refValue': 'EXAMPLE-refValue-Value',
                                                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                                                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                                parent_ref=oci.data_integration.models.ParentReference(
                                                    parent="EXAMPLE-parent-Value",
                                                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                                            position=536,
                                            default_value_string="EXAMPLE-defaultValueString-Value",
                                            is_mandatory=False)))),
                            read_attribute=oci.data_integration.models.OracleReadAttributes(
                                model_type="ORACLE_READ_ATTRIBUTE",
                                fetch_size=981),
                            incremental_read_config=oci.data_integration.models.IncrementalReadConfig(
                                last_extracted_field_date=[
                                    oci.data_integration.models.IncrementalFieldClause(
                                        incremental_field_name="EXAMPLE-incrementalFieldName-Value",
                                        incremental_field_value={
                                            'EXAMPLE_KEY_vNOsg': 'EXAMPLE_VALUE_H291Xjyvraie2zFcno9c'},
                                        incremental_comparator="STARTSWITH")],
                                last_extracted_data_entity_date=[
                                    oci.data_integration.models.IncrementalDataEntityClause(
                                        incremental_data_entity_name="EXAMPLE-incrementalDataEntityName-Value",
                                        incremental_data_entity_value={
                                            'EXAMPLE_KEY_chRt6': 'EXAMPLE_VALUE_IR28wyKzogkUOyRDrR9Y'},
                                        incremental_comparator="GREATERTHAN")]),
                            object_status=743)),
                    ui_properties=oci.data_integration.models.UIProperties(
                        coordinate_x=9379.511,
                        coordinate_y=8332.237),
                    object_status=852)],
            parameters=[
                oci.data_integration.models.Parameter(
                    model_type="PARAMETER",
                    key="EXAMPLE-key-Value",
                    model_version="EXAMPLE-modelVersion-Value",
                    parent_ref=oci.data_integration.models.ParentReference(
                        parent="EXAMPLE-parent-Value",
                        root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value"),
                    config_values=oci.data_integration.models.ConfigValues(
                        config_param_values={
                            'EXAMPLE_KEY_7jxVb': {
                                'stringValue': 'EXAMPLE-stringValue-Value',
                                'intValue': 506,
                                'objectValue': 'EXAMPLE-objectValue-Value',
                                'refValue': 'EXAMPLE-refValue-Value',
                                'parameterValue': 'EXAMPLE-parameterValue-Value',
                                'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                        parent_ref=oci.data_integration.models.ParentReference(
                            parent="EXAMPLE-parent-Value",
                            root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
                    object_status=215,
                    name="EXAMPLE-name-Value",
                    description="EXAMPLE-description-Value",
                    type="EXAMPLE-type-Value",
                    default_value="EXAMPLE-defaultValue-Value",
                    root_object_default_value="EXAMPLE-rootObjectDefaultValue-Value",
                    is_input=True,
                    is_output=False,
                    output_aggregation_type="MAX",
                    type_name="EXAMPLE-typeName-Value",
                    used_for="EXAMPLE-usedFor-Value")],
            description="EXAMPLE-description-Value",
            flow_config_values=oci.data_integration.models.ConfigValues(
                config_param_values={
                    'EXAMPLE_KEY_u3vIF': {
                        'stringValue': 'EXAMPLE-stringValue-Value',
                        'intValue': 394,
                        'objectValue': 'EXAMPLE-objectValue-Value',
                        'refValue': 'EXAMPLE-refValue-Value',
                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                parent_ref=oci.data_integration.models.ParentReference(
                    parent="EXAMPLE-parent-Value",
                    root_doc_id="ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value")),
            object_status=123,
            metadata=oci.data_integration.models.ObjectMetadata(
                created_by="EXAMPLE-createdBy-Value",
                created_by_name="EXAMPLE-createdByName-Value",
                updated_by="EXAMPLE-updatedBy-Value",
                updated_by_name="EXAMPLE-updatedByName-Value",
                time_created=datetime.strptime(
                    "2019-04-15T06:50:55.902Z",
                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                time_updated=datetime.strptime(
                    "2033-05-16T18:01:08.049Z",
                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                aggregator_key="EXAMPLE-aggregatorKey-Value",
                aggregator=oci.data_integration.models.AggregatorSummary(
                    type="EXAMPLE-type-Value",
                    key="EXAMPLE-key-Value",
                    name="EXAMPLE-name-Value",
                    identifier="EXAMPLE-identifier-Value",
                    description="EXAMPLE-description-Value"),
                identifier_path="EXAMPLE-identifierPath-Value",
                info_fields={
                    'EXAMPLE_KEY_2i9V6': 'EXAMPLE_VALUE_sRaJB3kqB9Yq5McLdFYI'},
                registry_version=983,
                labels=["EXAMPLE--Value"],
                is_favorite=False,
                count_statistics=oci.data_integration.models.CountStatistic(
                    object_type_count_list=[
                        oci.data_integration.models.CountStatisticSummary(
                            object_type="CONNECTION",
                            object_count=705)])),
            key_map={
                'EXAMPLE_KEY_sPEgx': 'EXAMPLE_VALUE_efWQ3FtnyHOxNyc30Ip1'},
            typed_object_map={
                'EXAMPLE_KEY_WBFeX': {
                    'typedObject': {
                        'modelType': 'DYNAMIC_INPUT_FIELD',
                        'key': 'EXAMPLE-key-Value',
                        'modelVersion': 'EXAMPLE-modelVersion-Value',
                        'parentRef': {
                            'parent': 'EXAMPLE-parent-Value',
                            'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                        'configValues': {
                            'configParamValues': {
                                'EXAMPLE_KEY_3RfV4': {
                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                    'intValue': 150,
                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                    'refValue': 'EXAMPLE-refValue-Value',
                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                            'parentRef': {
                                'parent': 'EXAMPLE-parent-Value',
                                'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'}},
                        'objectStatus': 521,
                        'name': 'EXAMPLE-name-Value',
                        'description': 'EXAMPLE-description-Value',
                        'type': {
                            'modelType': 'CONFIGURED_TYPE',
                            'key': 'EXAMPLE-key-Value',
                            'modelVersion': 'EXAMPLE-modelVersion-Value',
                            'parentRef': {
                                'parent': 'EXAMPLE-parent-Value',
                                'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                            'name': 'EXAMPLE-name-Value',
                            'objectStatus': 218,
                            'description': 'EXAMPLE-description-Value',
                            'wrappedType': 'EXAMPLE-wrappedType-Value',
                            'configValues': {
                                'configParamValues': {
                                    'EXAMPLE_KEY_r1NyC': {
                                        'stringValue': 'EXAMPLE-stringValue-Value',
                                        'intValue': 368,
                                        'objectValue': 'EXAMPLE-objectValue-Value',
                                        'refValue': 'EXAMPLE-refValue-Value',
                                        'parameterValue': 'EXAMPLE-parameterValue-Value',
                                        'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                                'parentRef': {
                                    'parent': 'EXAMPLE-parent-Value',
                                    'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'}},
                            'configDefinition': {
                                'key': 'EXAMPLE-key-Value',
                                'modelType': 'EXAMPLE-modelType-Value',
                                'modelVersion': 'EXAMPLE-modelVersion-Value',
                                'parentRef': {
                                    'parent': 'EXAMPLE-parent-Value',
                                    'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                                'name': 'EXAMPLE-name-Value',
                                'isContained': False,
                                'objectStatus': 881,
                                'configParameterDefinitions': {
                                    'EXAMPLE_KEY_rU9c5': {
                                        'parameterName': 'EXAMPLE-parameterName-Value',
                                        'description': 'EXAMPLE-description-Value',
                                        'defaultValue': 'EXAMPLE-defaultValue-Value',
                                        'classFieldName': 'EXAMPLE-classFieldName-Value',
                                        'isStatic': True,
                                        'isClassFieldValue': False}}}},
                        'labels': ['EXAMPLE--Value']}}},
            target_field_map_summary={
                'EXAMPLE_KEY_a5ddM': {
                    'fieldMap': {
                        'modelType': 'NAMED_ENTITY_MAP',
                        'description': 'EXAMPLE-description-Value',
                        'key': 'EXAMPLE-key-Value',
                        'modelVersion': 'EXAMPLE-modelVersion-Value',
                        'parentRef': {
                            'parent': 'EXAMPLE-parent-Value',
                            'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'},
                        'configValues': {
                            'configParamValues': {
                                'EXAMPLE_KEY_QZzIK': {
                                    'stringValue': 'EXAMPLE-stringValue-Value',
                                    'intValue': 236,
                                    'objectValue': 'EXAMPLE-objectValue-Value',
                                    'refValue': 'EXAMPLE-refValue-Value',
                                    'parameterValue': 'EXAMPLE-parameterValue-Value',
                                    'rootObjectValue': 'EXAMPLE-rootObjectValue-Value'}},
                            'parentRef': {
                                'parent': 'EXAMPLE-parent-Value',
                                'rootDocId': 'ocid1.test.oc1..<unique_ID>EXAMPLE-rootDocId-Value'}},
                        'sourceEntity': 'EXAMPLE-sourceEntity-Value',
                        'targetEntity': 'EXAMPLE-targetEntity-Value',
                        'objectStatus': 590}}})),
    opc_request_id="M3FPJBYLA7BZUC427XX9<unique_ID>",
    if_match="EXAMPLE-ifMatch-Value")

# Get the data from response
print(update_task_response.data)