oci 2.116.0__py3-none-any.whl → 2.118.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +41 -41
- oci/adm/models/__init__.py +4 -0
- oci/adm/models/create_vulnerability_audit_details.py +27 -0
- oci/adm/models/usage_data_details.py +92 -0
- oci/adm/models/usage_data_via_object_storage_tuple_details.py +143 -0
- oci/adm/models/vulnerability.py +33 -2
- oci/adm/models/vulnerability_audit.py +86 -0
- oci/adm/models/work_request_summary.py +35 -2
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- oci/ai_speech/ai_service_speech_client.py +9 -9
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +14 -15
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/models/update_instance_details.py +39 -2
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +1027 -252
- oci/data_catalog/data_catalog_client_composite_operations.py +276 -0
- oci/data_catalog/models/__init__.py +6 -0
- oci/data_catalog/models/add_resource_lock_details.py +183 -0
- oci/data_catalog/models/catalog.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint_summary.py +76 -2
- oci/data_catalog/models/catalog_summary.py +76 -2
- oci/data_catalog/models/metastore.py +76 -2
- oci/data_catalog/models/metastore_summary.py +76 -2
- oci/data_catalog/models/remove_resource_lock_details.py +183 -0
- oci/data_catalog/models/resource_lock.py +185 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/__init__.py +8 -0
- oci/data_integration/models/create_task_details.py +31 -0
- oci/data_integration/models/create_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/create_task_from_integration_task.py +7 -0
- oci/data_integration/models/create_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/create_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/create_task_from_rest_task.py +7 -0
- oci/data_integration/models/create_task_from_sql_task.py +7 -0
- oci/data_integration/models/incremental_data_entity_clause.py +170 -0
- oci/data_integration/models/incremental_field_clause.py +170 -0
- oci/data_integration/models/incremental_read_config.py +103 -0
- oci/data_integration/models/json_format_attribute.py +33 -2
- oci/data_integration/models/read_operation_config.py +27 -0
- oci/data_integration/models/runtime_operator.py +2 -2
- oci/data_integration/models/runtime_operator_summary.py +2 -2
- oci/data_integration/models/shape_details.py +68 -0
- oci/data_integration/models/task.py +31 -0
- oci/data_integration/models/task_from_data_loader_task_details.py +7 -0
- oci/data_integration/models/task_from_integration_task_details.py +7 -0
- oci/data_integration/models/task_from_oci_dataflow_task_details.py +63 -2
- oci/data_integration/models/task_from_pipeline_task_details.py +7 -0
- oci/data_integration/models/task_from_rest_task_details.py +7 -0
- oci/data_integration/models/task_from_sql_task_details.py +7 -0
- oci/data_integration/models/task_summary.py +31 -0
- oci/data_integration/models/task_summary_from_data_loader_task.py +7 -0
- oci/data_integration/models/task_summary_from_integration_task.py +7 -0
- oci/data_integration/models/task_summary_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/task_summary_from_pipeline_task.py +7 -0
- oci/data_integration/models/task_summary_from_rest_task.py +7 -0
- oci/data_integration/models/task_summary_from_sql_task.py +7 -0
- oci/data_integration/models/update_task_details.py +31 -0
- oci/data_integration/models/update_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/update_task_from_integration_task.py +7 -0
- oci/data_integration/models/update_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/update_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/update_task_from_rest_task.py +7 -0
- oci/data_integration/models/update_task_from_sql_task.py +7 -0
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +307 -290
- oci/data_safe/data_safe_client_composite_operations.py +5 -5
- oci/data_safe/models/__init__.py +2 -0
- oci/data_safe/models/audit_event_aggregation_dimensions.py +6 -6
- oci/data_safe/models/audit_event_summary.py +14 -14
- oci/data_safe/models/audit_policy_dimensions.py +2 -2
- oci/data_safe/models/change_report_compartment_details.py +1 -1
- oci/data_safe/models/change_sql_firewall_policy_compartment_details.py +2 -2
- oci/data_safe/models/database_security_config.py +1 -1
- oci/data_safe/models/database_security_config_summary.py +1 -1
- oci/data_safe/models/delete_rows_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_date_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_format_entry.py +1 -1
- oci/data_safe/models/deterministic_substitution_format_entry.py +1 -1
- oci/data_safe/models/dimensions.py +33 -2
- oci/data_safe/models/discovery_analytics_summary.py +7 -3
- oci/data_safe/models/entry_details.py +2 -2
- oci/data_safe/models/finding_summary.py +2 -2
- oci/data_safe/models/firewall_policy_entry_details.py +5 -5
- oci/data_safe/models/fixed_number_format_entry.py +1 -1
- oci/data_safe/models/fixed_string_format_entry.py +1 -1
- oci/data_safe/models/format_entry.py +11 -3
- oci/data_safe/models/generate_report_details.py +2 -2
- oci/data_safe/models/library_masking_format_entry.py +1 -1
- oci/data_safe/models/mask_data_details.py +4 -2
- oci/data_safe/models/null_value_format_entry.py +1 -1
- oci/data_safe/models/patch_alerts_details.py +1 -1
- oci/data_safe/models/pattern_format_entry.py +104 -0
- oci/data_safe/models/ppf_format_entry.py +1 -1
- oci/data_safe/models/preserve_original_data_format_entry.py +1 -1
- oci/data_safe/models/random_date_format_entry.py +1 -1
- oci/data_safe/models/random_decimal_number_format_entry.py +1 -1
- oci/data_safe/models/random_digits_format_entry.py +1 -1
- oci/data_safe/models/random_list_format_entry.py +1 -1
- oci/data_safe/models/random_number_format_entry.py +1 -1
- oci/data_safe/models/random_string_format_entry.py +1 -1
- oci/data_safe/models/random_substitution_format_entry.py +1 -1
- oci/data_safe/models/regular_expression_format_entry.py +1 -1
- oci/data_safe/models/report.py +2 -2
- oci/data_safe/models/report_definition.py +8 -8
- oci/data_safe/models/report_summary.py +2 -2
- oci/data_safe/models/schedule_report_details.py +2 -2
- oci/data_safe/models/sdm_masking_policy_difference.py +5 -5
- oci/data_safe/models/sensitive_category.py +7 -0
- oci/data_safe/models/sensitive_type.py +33 -0
- oci/data_safe/models/sensitive_type_pattern.py +7 -0
- oci/data_safe/models/sensitive_type_summary.py +33 -0
- oci/data_safe/models/shuffle_format_entry.py +1 -1
- oci/data_safe/models/sql_expression_format_entry.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_collection.py +3 -3
- oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -7
- oci/data_safe/models/sql_firewall_allowed_sql_summary.py +23 -23
- oci/data_safe/models/sql_firewall_config.py +1 -1
- oci/data_safe/models/sql_firewall_policy.py +35 -35
- oci/data_safe/models/sql_firewall_policy_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_policy_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_policy_collection.py +3 -3
- oci/data_safe/models/sql_firewall_policy_dimensions.py +9 -9
- oci/data_safe/models/sql_firewall_policy_summary.py +29 -29
- oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py +2 -2
- oci/data_safe/models/substring_format_entry.py +1 -1
- oci/data_safe/models/truncate_table_format_entry.py +1 -1
- oci/data_safe/models/udf_format_entry.py +1 -1
- oci/data_safe/models/update_sql_firewall_config_details.py +1 -1
- oci/data_safe/models/update_sql_firewall_policy_details.py +19 -19
- oci/data_safe/models/work_request.py +11 -3
- oci/data_safe/models/work_request_summary.py +11 -3
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/fast_launch_job_config_summary.py +7 -3
- oci/data_science/models/job_shape_summary.py +7 -3
- oci/data_science/models/model_deployment_shape_summary.py +7 -3
- oci/data_science/models/notebook_session_shape_summary.py +7 -3
- oci/database/database_client.py +2092 -1268
- oci/database/database_client_composite_operations.py +222 -0
- oci/database/models/__init__.py +14 -0
- oci/database/models/autonomous_container_database.py +33 -2
- oci/database/models/autonomous_container_database_backup_config.py +2 -0
- oci/database/models/autonomous_container_database_summary.py +33 -2
- oci/database/models/autonomous_vm_cluster.py +95 -2
- oci/database/models/autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster.py +95 -2
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +95 -2
- oci/database/models/console_history.py +368 -0
- oci/database/models/console_history_collection.py +72 -0
- oci/database/models/console_history_summary.py +368 -0
- oci/database/models/create_cloud_vm_cluster_details.py +33 -2
- oci/database/models/create_console_history_details.py +151 -0
- oci/database/models/create_vm_cluster_details.py +33 -2
- oci/database/models/db_system_upgrade_history_entry.py +64 -2
- oci/database/models/db_system_upgrade_history_entry_summary.py +64 -2
- oci/database/models/peer_autonomous_container_database_backup_config.py +2 -0
- oci/database/models/system_version_collection.py +72 -0
- oci/database/models/system_version_summary.py +134 -0
- oci/database/models/update_autonomous_vm_cluster_details.py +95 -2
- oci/database/models/update_cloud_autonomous_vm_cluster_details.py +93 -0
- oci/database/models/update_console_history_details.py +150 -0
- oci/database/models/upgrade_db_system_details.py +31 -0
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +536 -57
- oci/golden_gate/golden_gate_client_composite_operations.py +90 -0
- oci/golden_gate/models/__init__.py +8 -0
- oci/golden_gate/models/amazon_kinesis_connection.py +9 -0
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_redshift_connection.py +9 -0
- oci/golden_gate/models/amazon_redshift_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_s3_connection.py +9 -0
- oci/golden_gate/models/amazon_s3_connection_summary.py +8 -0
- oci/golden_gate/models/azure_data_lake_storage_connection.py +9 -0
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +8 -0
- oci/golden_gate/models/azure_synapse_connection.py +9 -0
- oci/golden_gate/models/azure_synapse_connection_summary.py +8 -0
- oci/golden_gate/models/certificate.py +713 -0
- oci/golden_gate/models/certificate_collection.py +72 -0
- oci/golden_gate/models/certificate_summary.py +269 -0
- oci/golden_gate/models/connection.py +61 -4
- oci/golden_gate/models/connection_summary.py +61 -4
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_s3_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_synapse_connection_details.py +8 -0
- oci/golden_gate/models/create_certificate_details.py +105 -0
- oci/golden_gate/models/create_connection_details.py +61 -4
- oci/golden_gate/models/create_database_registration_details.py +2 -2
- oci/golden_gate/models/create_deployment_details.py +41 -2
- oci/golden_gate/models/create_elasticsearch_connection_details.py +8 -0
- oci/golden_gate/models/create_generic_connection_details.py +8 -0
- oci/golden_gate/models/create_golden_gate_connection_details.py +14 -0
- oci/golden_gate/models/create_google_big_query_connection_details.py +8 -0
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_hdfs_connection_details.py +8 -0
- oci/golden_gate/models/create_java_message_service_connection_details.py +14 -0
- oci/golden_gate/models/create_kafka_connection_details.py +8 -0
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +14 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +16 -2
- oci/golden_gate/models/create_mongo_db_connection_details.py +8 -0
- oci/golden_gate/models/create_mysql_connection_details.py +24 -12
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_oracle_connection_details.py +14 -0
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +8 -0
- oci/golden_gate/models/create_postgresql_connection_details.py +22 -6
- oci/golden_gate/models/create_redis_connection_details.py +8 -0
- oci/golden_gate/models/create_snowflake_connection_details.py +8 -0
- oci/golden_gate/models/database_registration.py +2 -2
- oci/golden_gate/models/database_registration_summary.py +2 -2
- oci/golden_gate/models/deployment.py +113 -4
- oci/golden_gate/models/deployment_summary.py +78 -2
- oci/golden_gate/models/elasticsearch_connection.py +9 -0
- oci/golden_gate/models/elasticsearch_connection_summary.py +8 -0
- oci/golden_gate/models/generic_connection.py +9 -0
- oci/golden_gate/models/generic_connection_summary.py +8 -0
- oci/golden_gate/models/golden_gate_connection.py +15 -0
- oci/golden_gate/models/golden_gate_connection_summary.py +14 -0
- oci/golden_gate/models/google_big_query_connection.py +9 -0
- oci/golden_gate/models/google_big_query_connection_summary.py +8 -0
- oci/golden_gate/models/google_cloud_storage_connection.py +9 -0
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +8 -0
- oci/golden_gate/models/hdfs_connection.py +9 -0
- oci/golden_gate/models/hdfs_connection_summary.py +8 -0
- oci/golden_gate/models/java_message_service_connection.py +15 -0
- oci/golden_gate/models/java_message_service_connection_summary.py +14 -0
- oci/golden_gate/models/kafka_bootstrap_server.py +6 -0
- oci/golden_gate/models/kafka_connection.py +9 -0
- oci/golden_gate/models/kafka_connection_summary.py +8 -0
- oci/golden_gate/models/kafka_schema_registry_connection.py +15 -0
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +14 -0
- oci/golden_gate/models/microsoft_sqlserver_connection.py +17 -2
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +16 -2
- oci/golden_gate/models/mongo_db_connection.py +9 -0
- oci/golden_gate/models/mongo_db_connection_summary.py +8 -0
- oci/golden_gate/models/mysql_connection.py +15 -0
- oci/golden_gate/models/mysql_connection_summary.py +14 -0
- oci/golden_gate/models/oci_object_storage_connection.py +9 -0
- oci/golden_gate/models/oci_object_storage_connection_summary.py +8 -0
- oci/golden_gate/models/oracle_connection.py +15 -0
- oci/golden_gate/models/oracle_connection_summary.py +14 -0
- oci/golden_gate/models/oracle_nosql_connection.py +9 -0
- oci/golden_gate/models/oracle_nosql_connection_summary.py +8 -0
- oci/golden_gate/models/postgresql_connection.py +15 -0
- oci/golden_gate/models/postgresql_connection_summary.py +14 -0
- oci/golden_gate/models/redis_connection.py +9 -0
- oci/golden_gate/models/redis_connection_summary.py +8 -0
- oci/golden_gate/models/snowflake_connection.py +9 -0
- oci/golden_gate/models/snowflake_connection_summary.py +8 -0
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_s3_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_synapse_connection_details.py +15 -0
- oci/golden_gate/models/update_connection_details.py +94 -2
- oci/golden_gate/models/update_deployment_details.py +2 -2
- oci/golden_gate/models/update_elasticsearch_connection_details.py +15 -0
- oci/golden_gate/models/update_generic_connection_details.py +15 -0
- oci/golden_gate/models/update_golden_gate_connection_details.py +21 -0
- oci/golden_gate/models/update_google_big_query_connection_details.py +15 -0
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_hdfs_connection_details.py +15 -0
- oci/golden_gate/models/update_java_message_service_connection_details.py +21 -0
- oci/golden_gate/models/update_kafka_connection_details.py +15 -0
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +21 -0
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +23 -2
- oci/golden_gate/models/update_mongo_db_connection_details.py +15 -0
- oci/golden_gate/models/update_mysql_connection_details.py +31 -12
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_oracle_connection_details.py +21 -0
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +15 -0
- oci/golden_gate/models/update_postgresql_connection_details.py +29 -6
- oci/golden_gate/models/update_redis_connection_details.py +15 -0
- oci/golden_gate/models/update_snowflake_connection_details.py +15 -0
- oci/golden_gate/models/work_request.py +11 -3
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +1901 -1029
- oci/identity_domains/models/__init__.py +8 -0
- oci/identity_domains/models/extension_user_user.py +59 -0
- oci/identity_domains/models/identity_propagation_trust.py +1623 -0
- oci/identity_domains/models/identity_propagation_trust_impersonation_service_users.py +243 -0
- oci/identity_domains/models/identity_propagation_trust_keytab.py +153 -0
- oci/identity_domains/models/identity_propagation_trusts.py +196 -0
- oci/identity_domains/models/me.py +1 -1
- oci/identity_domains/models/me_name.py +4 -4
- oci/identity_domains/models/user.py +1 -1
- oci/identity_domains/models/user_name.py +4 -4
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +388 -192
- oci/log_analytics/models/export_details.py +15 -17
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/__init__.py +4 -2
- oci/ocvp/cluster_client.py +732 -0
- oci/ocvp/cluster_client_composite_operations.py +160 -0
- oci/ocvp/esxi_host_client.py +262 -14
- oci/ocvp/esxi_host_client_composite_operations.py +84 -1
- oci/ocvp/models/__init__.py +29 -7
- oci/ocvp/models/change_sddc_compartment_details.py +1 -1
- oci/ocvp/models/cluster.py +1026 -0
- oci/ocvp/models/cluster_collection.py +72 -0
- oci/ocvp/models/cluster_summary.py +671 -0
- oci/ocvp/models/create_cluster_details.py +658 -0
- oci/ocvp/models/create_esxi_host_details.py +112 -161
- oci/ocvp/models/create_sddc_details.py +86 -814
- oci/ocvp/models/datastore_details.py +154 -0
- oci/ocvp/models/datastore_info.py +6 -6
- oci/ocvp/models/downgrade_hcx_details.py +1 -1
- oci/ocvp/models/esxi_host.py +132 -64
- oci/ocvp/models/esxi_host_collection.py +1 -1
- oci/ocvp/models/esxi_host_summary.py +100 -63
- oci/ocvp/models/hcx_license_summary.py +1 -1
- oci/ocvp/models/initial_cluster_configuration.py +518 -0
- oci/ocvp/models/initial_configuration.py +72 -0
- oci/ocvp/models/network_configuration.py +635 -0
- oci/ocvp/models/replace_host_details.py +78 -0
- oci/ocvp/models/sddc.py +176 -1269
- oci/ocvp/models/sddc_collection.py +1 -1
- oci/ocvp/models/sddc_password.py +123 -0
- oci/ocvp/models/sddc_summary.py +55 -161
- oci/ocvp/models/supported_commitment_summary.py +96 -0
- oci/ocvp/models/supported_commitment_summary_collection.py +72 -0
- oci/ocvp/models/supported_esxi_software_version_summary.py +135 -0
- oci/ocvp/models/supported_host_shape_collection.py +1 -1
- oci/ocvp/models/supported_host_shape_summary.py +54 -54
- oci/ocvp/models/supported_vmware_software_version_collection.py +1 -1
- oci/ocvp/models/supported_vmware_software_version_summary.py +34 -3
- oci/ocvp/models/update_cluster_details.py +265 -0
- oci/ocvp/models/update_esxi_host_details.py +32 -32
- oci/ocvp/models/update_sddc_details.py +42 -377
- oci/ocvp/models/vsphere_license.py +1 -1
- oci/ocvp/models/vsphere_upgrade_object.py +1 -1
- oci/ocvp/models/work_request.py +20 -4
- oci/ocvp/models/work_request_collection.py +1 -1
- oci/ocvp/models/work_request_error.py +1 -1
- oci/ocvp/models/work_request_error_collection.py +1 -1
- oci/ocvp/models/work_request_log_entry.py +1 -1
- oci/ocvp/models/work_request_log_entry_collection.py +1 -1
- oci/ocvp/models/work_request_resource.py +1 -1
- oci/ocvp/sddc_client.py +212 -68
- oci/ocvp/sddc_client_composite_operations.py +1 -1
- oci/ocvp/work_request_client.py +10 -10
- oci/ocvp/work_request_client_composite_operations.py +1 -1
- oci/oda/management_client.py +56 -56
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +11 -11
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +22 -0
- oci/opsi/models/awr_hub_objects.py +72 -0
- oci/opsi/models/awr_hub_source.py +904 -0
- oci/opsi/models/awr_hub_source_summary.py +904 -0
- oci/opsi/models/awr_hub_source_summary_collection.py +72 -0
- oci/opsi/models/awr_hub_sources.py +72 -0
- oci/opsi/models/change_awr_hub_source_compartment_details.py +72 -0
- oci/opsi/models/change_operations_insights_warehouse_compartment_details.py +76 -0
- oci/opsi/models/create_awr_hub_details.py +1 -1
- oci/opsi/models/create_awr_hub_source_details.py +377 -0
- oci/opsi/models/list_objects.py +134 -0
- oci/opsi/models/object_summary.py +329 -0
- oci/opsi/models/update_awr_hub_source_details.py +210 -0
- oci/opsi/models/work_request.py +27 -3
- oci/opsi/operations_insights_client.py +3221 -1507
- oci/opsi/operations_insights_client_composite_operations.py +283 -0
- oci/optimizer/models/create_profile_details.py +33 -0
- oci/optimizer/models/profile.py +33 -0
- oci/optimizer/models/profile_summary.py +33 -0
- oci/optimizer/models/update_profile_details.py +33 -0
- oci/optimizer/optimizer_client.py +129 -53
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/models/backup.py +53 -21
- oci/psql/models/backup_policy.py +5 -5
- oci/psql/models/backup_source_details.py +10 -5
- oci/psql/models/backup_summary.py +47 -19
- oci/psql/models/change_backup_compartment_details.py +7 -5
- oci/psql/models/change_configuration_compartment_details.py +7 -5
- oci/psql/models/change_db_system_compartment_details.py +3 -3
- oci/psql/models/config_overrides.py +5 -5
- oci/psql/models/config_params.py +17 -17
- oci/psql/models/configuration.py +37 -21
- oci/psql/models/configuration_collection.py +2 -2
- oci/psql/models/configuration_details.py +1 -1
- oci/psql/models/configuration_summary.py +39 -19
- oci/psql/models/connection_details.py +5 -5
- oci/psql/models/create_backup_details.py +13 -9
- oci/psql/models/create_configuration_details.py +21 -15
- oci/psql/models/create_db_instance_details.py +9 -9
- oci/psql/models/create_db_system_details.py +35 -25
- oci/psql/models/credentials.py +3 -3
- oci/psql/models/daily_backup_policy.py +3 -3
- oci/psql/models/db_configuration_override_collection.py +3 -3
- oci/psql/models/db_instance.py +35 -15
- oci/psql/models/db_instance_endpoint.py +3 -3
- oci/psql/models/db_system.py +63 -33
- oci/psql/models/db_system_collection.py +3 -3
- oci/psql/models/db_system_details.py +5 -5
- oci/psql/models/db_system_summary.py +57 -27
- oci/psql/models/default_config_params.py +15 -15
- oci/psql/models/default_configuration.py +31 -19
- oci/psql/models/default_configuration_collection.py +2 -2
- oci/psql/models/default_configuration_details.py +1 -1
- oci/psql/models/default_configuration_summary.py +29 -17
- oci/psql/models/endpoint.py +7 -7
- oci/psql/models/failover_db_system_details.py +13 -9
- oci/psql/models/management_policy.py +1 -1
- oci/psql/models/management_policy_details.py +1 -1
- oci/psql/models/monthly_backup_policy.py +5 -5
- oci/psql/models/network_details.py +15 -7
- oci/psql/models/none_backup_policy.py +1 -1
- oci/psql/models/none_source_details.py +1 -1
- oci/psql/models/oci_optimized_storage_details.py +3 -3
- oci/psql/models/password_details.py +4 -4
- oci/psql/models/patch_db_system_details.py +2 -2
- oci/psql/models/plain_text_password_details.py +3 -3
- oci/psql/models/primary_db_instance_details.py +3 -3
- oci/psql/models/reset_master_user_password_details.py +2 -2
- oci/psql/models/restart_db_instance_in_db_system_details.py +5 -5
- oci/psql/models/restore_db_system_details.py +11 -7
- oci/psql/models/shape_collection.py +3 -3
- oci/psql/models/shape_summary.py +11 -9
- oci/psql/models/source_details.py +1 -1
- oci/psql/models/storage_details.py +13 -13
- oci/psql/models/update_backup_details.py +4 -4
- oci/psql/models/update_configuration_details.py +73 -7
- oci/psql/models/update_db_config_params.py +11 -7
- oci/psql/models/update_db_system_db_instance_details.py +5 -5
- oci/psql/models/update_db_system_details.py +4 -4
- oci/psql/models/update_storage_details_params.py +5 -5
- oci/psql/models/vault_secret_password_details.py +9 -5
- oci/psql/models/weekly_backup_policy.py +5 -5
- oci/psql/models/work_request.py +19 -9
- oci/psql/models/work_request_error.py +12 -6
- oci/psql/models/work_request_error_collection.py +2 -2
- oci/psql/models/work_request_log_entry.py +6 -2
- oci/psql/models/work_request_log_entry_collection.py +2 -2
- oci/psql/models/work_request_resource.py +4 -4
- oci/psql/models/work_request_summary.py +18 -8
- oci/psql/models/work_request_summary_collection.py +2 -2
- oci/psql/postgresql_client.py +219 -160
- oci/psql/postgresql_client_composite_operations.py +23 -69
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +12 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +58 -58
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/__init__.py +24 -0
- oci/usage_api/models/average_carbon_emission.py +103 -0
- oci/usage_api/models/clean_energy_usage.py +134 -0
- oci/usage_api/models/create_schedule_details.py +4 -4
- oci/usage_api/models/create_usage_carbon_emissions_query_details.py +99 -0
- oci/usage_api/models/request_usage_carbon_emissions_details.py +297 -0
- oci/usage_api/models/schedule.py +4 -4
- oci/usage_api/models/update_schedule_details.py +2 -2
- oci/usage_api/models/update_usage_carbon_emissions_query_details.py +68 -0
- oci/usage_api/models/usage_carbon_emission_aggregation.py +103 -0
- oci/usage_api/models/usage_carbon_emission_summary.py +630 -0
- oci/usage_api/models/usage_carbon_emissions_query.py +130 -0
- oci/usage_api/models/usage_carbon_emissions_query_collection.py +72 -0
- oci/usage_api/models/usage_carbon_emissions_query_definition.py +157 -0
- oci/usage_api/models/usage_carbon_emissions_query_summary.py +99 -0
- oci/usage_api/models/usage_carbon_emissions_report_query.py +356 -0
- oci/usage_api/usageapi_client.py +1151 -210
- oci/vault/vaults_client.py +11 -11
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/METADATA +1 -1
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/RECORD +666 -602
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/WHEEL +0 -0
- {oci-2.116.0.dist-info → oci-2.118.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class DataSafeClient(object):
|
|
160
160
|
:rtype: :class:`~oci.response.Response`
|
161
161
|
|
162
162
|
:example:
|
163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/activate_target_database.py.html>`__ to see an example of how to use activate_target_database API.
|
164
164
|
"""
|
165
165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
166
166
|
required_arguments = ['targetDatabaseId']
|
@@ -273,7 +273,7 @@ class DataSafeClient(object):
|
|
273
273
|
:rtype: :class:`~oci.response.Response`
|
274
274
|
|
275
275
|
:example:
|
276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/add_masking_columns_from_sdm.py.html>`__ to see an example of how to use add_masking_columns_from_sdm API.
|
277
277
|
"""
|
278
278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
279
279
|
required_arguments = ['maskingPolicyId']
|
@@ -396,7 +396,7 @@ class DataSafeClient(object):
|
|
396
396
|
:rtype: :class:`~oci.response.Response`
|
397
397
|
|
398
398
|
:example:
|
399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/alerts_update.py.html>`__ to see an example of how to use alerts_update API.
|
400
400
|
"""
|
401
401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
402
402
|
required_arguments = []
|
@@ -517,7 +517,7 @@ class DataSafeClient(object):
|
|
517
517
|
:rtype: :class:`~oci.response.Response`
|
518
518
|
|
519
519
|
:example:
|
520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/apply_discovery_job_results.py.html>`__ to see an example of how to use apply_discovery_job_results API.
|
521
521
|
"""
|
522
522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
523
523
|
required_arguments = ['sensitiveDataModelId']
|
@@ -638,7 +638,7 @@ class DataSafeClient(object):
|
|
638
638
|
:rtype: :class:`~oci.response.Response`
|
639
639
|
|
640
640
|
:example:
|
641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
|
642
642
|
"""
|
643
643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
644
644
|
required_arguments = ['maskingPolicyId']
|
@@ -757,7 +757,7 @@ class DataSafeClient(object):
|
|
757
757
|
:rtype: :class:`~oci.response.Response`
|
758
758
|
|
759
759
|
:example:
|
760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
|
761
761
|
"""
|
762
762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
763
763
|
required_arguments = ['auditProfileId']
|
@@ -876,7 +876,7 @@ class DataSafeClient(object):
|
|
876
876
|
:rtype: :class:`~oci.response.Response`
|
877
877
|
|
878
878
|
:example:
|
879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
|
880
880
|
"""
|
881
881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
882
882
|
required_arguments = ['auditProfileId']
|
@@ -992,7 +992,7 @@ class DataSafeClient(object):
|
|
992
992
|
:rtype: :class:`~oci.response.Response`
|
993
993
|
|
994
994
|
:example:
|
995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
996
996
|
"""
|
997
997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
998
|
required_arguments = ['workRequestId']
|
@@ -1109,7 +1109,7 @@ class DataSafeClient(object):
|
|
1109
1109
|
:rtype: :class:`~oci.response.Response`
|
1110
1110
|
|
1111
1111
|
:example:
|
1112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
|
1113
1113
|
"""
|
1114
1114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1115
1115
|
required_arguments = ['alertId']
|
@@ -1228,7 +1228,7 @@ class DataSafeClient(object):
|
|
1228
1228
|
:rtype: :class:`~oci.response.Response`
|
1229
1229
|
|
1230
1230
|
:example:
|
1231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
|
1232
1232
|
"""
|
1233
1233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1234
1234
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -1347,7 +1347,7 @@ class DataSafeClient(object):
|
|
1347
1347
|
:rtype: :class:`~oci.response.Response`
|
1348
1348
|
|
1349
1349
|
:example:
|
1350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
|
1351
1351
|
"""
|
1352
1352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1353
1353
|
required_arguments = ['auditPolicyId']
|
@@ -1466,7 +1466,7 @@ class DataSafeClient(object):
|
|
1466
1466
|
:rtype: :class:`~oci.response.Response`
|
1467
1467
|
|
1468
1468
|
:example:
|
1469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
|
1470
1470
|
"""
|
1471
1471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1472
1472
|
required_arguments = ['auditProfileId']
|
@@ -1579,7 +1579,7 @@ class DataSafeClient(object):
|
|
1579
1579
|
:rtype: :class:`~oci.response.Response`
|
1580
1580
|
|
1581
1581
|
:example:
|
1582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_data_safe_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_safe_private_endpoint_compartment API.
|
1583
1583
|
"""
|
1584
1584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1585
1585
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -1695,7 +1695,7 @@ class DataSafeClient(object):
|
|
1695
1695
|
:rtype: :class:`~oci.response.Response`
|
1696
1696
|
|
1697
1697
|
:example:
|
1698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
|
1699
1699
|
"""
|
1700
1700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1701
1701
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -1814,7 +1814,7 @@ class DataSafeClient(object):
|
|
1814
1814
|
:rtype: :class:`~oci.response.Response`
|
1815
1815
|
|
1816
1816
|
:example:
|
1817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
|
1818
1818
|
"""
|
1819
1819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1820
1820
|
required_arguments = ['discoveryJobId']
|
@@ -1933,7 +1933,7 @@ class DataSafeClient(object):
|
|
1933
1933
|
:rtype: :class:`~oci.response.Response`
|
1934
1934
|
|
1935
1935
|
:example:
|
1936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
|
1937
1937
|
"""
|
1938
1938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1939
1939
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -2052,7 +2052,7 @@ class DataSafeClient(object):
|
|
2052
2052
|
:rtype: :class:`~oci.response.Response`
|
2053
2053
|
|
2054
2054
|
:example:
|
2055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
|
2056
2056
|
"""
|
2057
2057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2058
2058
|
required_arguments = ['maskingPolicyId']
|
@@ -2171,7 +2171,7 @@ class DataSafeClient(object):
|
|
2171
2171
|
:rtype: :class:`~oci.response.Response`
|
2172
2172
|
|
2173
2173
|
:example:
|
2174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
|
2175
2175
|
"""
|
2176
2176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2177
2177
|
required_arguments = ['onPremConnectorId']
|
@@ -2290,7 +2290,7 @@ class DataSafeClient(object):
|
|
2290
2290
|
:rtype: :class:`~oci.response.Response`
|
2291
2291
|
|
2292
2292
|
:example:
|
2293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
|
2294
2294
|
"""
|
2295
2295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2296
2296
|
required_arguments = ['reportId']
|
@@ -2409,7 +2409,7 @@ class DataSafeClient(object):
|
|
2409
2409
|
:rtype: :class:`~oci.response.Response`
|
2410
2410
|
|
2411
2411
|
:example:
|
2412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
|
2413
2413
|
"""
|
2414
2414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2415
2415
|
required_arguments = ['reportDefinitionId']
|
@@ -2528,7 +2528,7 @@ class DataSafeClient(object):
|
|
2528
2528
|
:rtype: :class:`~oci.response.Response`
|
2529
2529
|
|
2530
2530
|
:example:
|
2531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
|
2532
2532
|
"""
|
2533
2533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2534
2534
|
required_arguments = ['auditProfileId']
|
@@ -2647,7 +2647,7 @@ class DataSafeClient(object):
|
|
2647
2647
|
:rtype: :class:`~oci.response.Response`
|
2648
2648
|
|
2649
2649
|
:example:
|
2650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
|
2651
2651
|
"""
|
2652
2652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2653
2653
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -2770,7 +2770,7 @@ class DataSafeClient(object):
|
|
2770
2770
|
:rtype: :class:`~oci.response.Response`
|
2771
2771
|
|
2772
2772
|
:example:
|
2773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
|
2774
2774
|
"""
|
2775
2775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2776
2776
|
required_arguments = ['securityAssessmentId']
|
@@ -2889,7 +2889,7 @@ class DataSafeClient(object):
|
|
2889
2889
|
:rtype: :class:`~oci.response.Response`
|
2890
2890
|
|
2891
2891
|
:example:
|
2892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
|
2893
2893
|
"""
|
2894
2894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2895
2895
|
required_arguments = ['securityPolicyId']
|
@@ -3008,7 +3008,7 @@ class DataSafeClient(object):
|
|
3008
3008
|
:rtype: :class:`~oci.response.Response`
|
3009
3009
|
|
3010
3010
|
:example:
|
3011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
|
3012
3012
|
"""
|
3013
3013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3014
3014
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -3127,7 +3127,7 @@ class DataSafeClient(object):
|
|
3127
3127
|
:rtype: :class:`~oci.response.Response`
|
3128
3128
|
|
3129
3129
|
:example:
|
3130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
|
3131
3131
|
"""
|
3132
3132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3133
3133
|
required_arguments = ['sensitiveDataModelId']
|
@@ -3246,7 +3246,7 @@ class DataSafeClient(object):
|
|
3246
3246
|
:rtype: :class:`~oci.response.Response`
|
3247
3247
|
|
3248
3248
|
:example:
|
3249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
|
3250
3250
|
"""
|
3251
3251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3252
3252
|
required_arguments = ['sensitiveTypeId']
|
@@ -3365,7 +3365,7 @@ class DataSafeClient(object):
|
|
3365
3365
|
:rtype: :class:`~oci.response.Response`
|
3366
3366
|
|
3367
3367
|
:example:
|
3368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
|
3369
3369
|
"""
|
3370
3370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3371
3371
|
required_arguments = ['sqlCollectionId']
|
@@ -3443,11 +3443,11 @@ class DataSafeClient(object):
|
|
3443
3443
|
|
3444
3444
|
def change_sql_firewall_policy_compartment(self, sql_firewall_policy_id, change_sql_firewall_policy_compartment_details, **kwargs):
|
3445
3445
|
"""
|
3446
|
-
Moves the specified SQL
|
3446
|
+
Moves the specified SQL Firewall policy and its dependent resources into a different compartment.
|
3447
3447
|
|
3448
3448
|
|
3449
3449
|
:param str sql_firewall_policy_id: (required)
|
3450
|
-
The OCID of the SQL
|
3450
|
+
The OCID of the SQL Firewall policy resource.
|
3451
3451
|
|
3452
3452
|
:param oci.data_safe.models.ChangeSqlFirewallPolicyCompartmentDetails change_sql_firewall_policy_compartment_details: (required)
|
3453
3453
|
Details for the compartment move.
|
@@ -3484,7 +3484,7 @@ class DataSafeClient(object):
|
|
3484
3484
|
:rtype: :class:`~oci.response.Response`
|
3485
3485
|
|
3486
3486
|
:example:
|
3487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
|
3488
3488
|
"""
|
3489
3489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3490
3490
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -3603,7 +3603,7 @@ class DataSafeClient(object):
|
|
3603
3603
|
:rtype: :class:`~oci.response.Response`
|
3604
3604
|
|
3605
3605
|
:example:
|
3606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_compartment API.
|
3607
3607
|
"""
|
3608
3608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3609
3609
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -3722,7 +3722,7 @@ class DataSafeClient(object):
|
|
3722
3722
|
:rtype: :class:`~oci.response.Response`
|
3723
3723
|
|
3724
3724
|
:example:
|
3725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
|
3726
3726
|
"""
|
3727
3727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3728
3728
|
required_arguments = ['targetDatabaseId']
|
@@ -3845,7 +3845,7 @@ class DataSafeClient(object):
|
|
3845
3845
|
:rtype: :class:`~oci.response.Response`
|
3846
3846
|
|
3847
3847
|
:example:
|
3848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
|
3849
3849
|
"""
|
3850
3850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3851
3851
|
required_arguments = ['userAssessmentId']
|
@@ -3965,7 +3965,7 @@ class DataSafeClient(object):
|
|
3965
3965
|
:rtype: :class:`~oci.response.Response`
|
3966
3966
|
|
3967
3967
|
:example:
|
3968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
|
3969
3969
|
"""
|
3970
3970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3971
3971
|
required_arguments = ['securityAssessmentId']
|
@@ -4085,7 +4085,7 @@ class DataSafeClient(object):
|
|
4085
4085
|
:rtype: :class:`~oci.response.Response`
|
4086
4086
|
|
4087
4087
|
:example:
|
4088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
|
4089
4089
|
"""
|
4090
4090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4091
4091
|
required_arguments = ['userAssessmentId']
|
@@ -4196,7 +4196,7 @@ class DataSafeClient(object):
|
|
4196
4196
|
:rtype: :class:`~oci.response.Response`
|
4197
4197
|
|
4198
4198
|
:example:
|
4199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
|
4200
4200
|
"""
|
4201
4201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4202
4202
|
required_arguments = []
|
@@ -4293,7 +4293,7 @@ class DataSafeClient(object):
|
|
4293
4293
|
:rtype: :class:`~oci.response.Response`
|
4294
4294
|
|
4295
4295
|
:example:
|
4296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4296
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
|
4297
4297
|
"""
|
4298
4298
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4299
4299
|
required_arguments = []
|
@@ -4394,7 +4394,7 @@ class DataSafeClient(object):
|
|
4394
4394
|
:rtype: :class:`~oci.response.Response`
|
4395
4395
|
|
4396
4396
|
:example:
|
4397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
|
4398
4398
|
"""
|
4399
4399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4400
4400
|
required_arguments = []
|
@@ -4495,7 +4495,7 @@ class DataSafeClient(object):
|
|
4495
4495
|
:rtype: :class:`~oci.response.Response`
|
4496
4496
|
|
4497
4497
|
:example:
|
4498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
|
4499
4499
|
"""
|
4500
4500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4501
4501
|
required_arguments = []
|
@@ -4614,7 +4614,7 @@ class DataSafeClient(object):
|
|
4614
4614
|
:rtype: :class:`~oci.response.Response`
|
4615
4615
|
|
4616
4616
|
:example:
|
4617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
|
4618
4618
|
"""
|
4619
4619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4620
4620
|
required_arguments = ['maskingPolicyId']
|
@@ -4737,7 +4737,7 @@ class DataSafeClient(object):
|
|
4737
4737
|
:rtype: :class:`~oci.response.Response`
|
4738
4738
|
|
4739
4739
|
:example:
|
4740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
|
4741
4741
|
"""
|
4742
4742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4743
4743
|
required_arguments = []
|
@@ -4834,7 +4834,7 @@ class DataSafeClient(object):
|
|
4834
4834
|
:rtype: :class:`~oci.response.Response`
|
4835
4835
|
|
4836
4836
|
:example:
|
4837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4837
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
|
4838
4838
|
"""
|
4839
4839
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4840
4840
|
required_arguments = []
|
@@ -4931,7 +4931,7 @@ class DataSafeClient(object):
|
|
4931
4931
|
:rtype: :class:`~oci.response.Response`
|
4932
4932
|
|
4933
4933
|
:example:
|
4934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
|
4935
4935
|
"""
|
4936
4936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4937
4937
|
required_arguments = []
|
@@ -5032,7 +5032,7 @@ class DataSafeClient(object):
|
|
5032
5032
|
:rtype: :class:`~oci.response.Response`
|
5033
5033
|
|
5034
5034
|
:example:
|
5035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
|
5036
5036
|
"""
|
5037
5037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5038
5038
|
required_arguments = []
|
@@ -5133,7 +5133,7 @@ class DataSafeClient(object):
|
|
5133
5133
|
:rtype: :class:`~oci.response.Response`
|
5134
5134
|
|
5135
5135
|
:example:
|
5136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5136
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
|
5137
5137
|
"""
|
5138
5138
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5139
5139
|
required_arguments = []
|
@@ -5233,7 +5233,7 @@ class DataSafeClient(object):
|
|
5233
5233
|
:rtype: :class:`~oci.response.Response`
|
5234
5234
|
|
5235
5235
|
:example:
|
5236
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
|
5237
5237
|
"""
|
5238
5238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5239
5239
|
required_arguments = ['sensitiveDataModelId']
|
@@ -5342,7 +5342,7 @@ class DataSafeClient(object):
|
|
5342
5342
|
:rtype: :class:`~oci.response.Response`
|
5343
5343
|
|
5344
5344
|
:example:
|
5345
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5345
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
|
5346
5346
|
"""
|
5347
5347
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5348
5348
|
required_arguments = []
|
@@ -5441,7 +5441,7 @@ class DataSafeClient(object):
|
|
5441
5441
|
:rtype: :class:`~oci.response.Response`
|
5442
5442
|
|
5443
5443
|
:example:
|
5444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
|
5445
5445
|
"""
|
5446
5446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5447
5447
|
required_arguments = []
|
@@ -5538,7 +5538,7 @@ class DataSafeClient(object):
|
|
5538
5538
|
:rtype: :class:`~oci.response.Response`
|
5539
5539
|
|
5540
5540
|
:example:
|
5541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
|
5542
5542
|
"""
|
5543
5543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5544
5544
|
required_arguments = []
|
@@ -5635,7 +5635,7 @@ class DataSafeClient(object):
|
|
5635
5635
|
:rtype: :class:`~oci.response.Response`
|
5636
5636
|
|
5637
5637
|
:example:
|
5638
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5638
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
|
5639
5639
|
"""
|
5640
5640
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5641
5641
|
required_arguments = []
|
@@ -5732,7 +5732,7 @@ class DataSafeClient(object):
|
|
5732
5732
|
:rtype: :class:`~oci.response.Response`
|
5733
5733
|
|
5734
5734
|
:example:
|
5735
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5735
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
|
5736
5736
|
"""
|
5737
5737
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5738
5738
|
required_arguments = []
|
@@ -5833,7 +5833,7 @@ class DataSafeClient(object):
|
|
5833
5833
|
:rtype: :class:`~oci.response.Response`
|
5834
5834
|
|
5835
5835
|
:example:
|
5836
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5836
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
|
5837
5837
|
"""
|
5838
5838
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5839
5839
|
required_arguments = []
|
@@ -5937,7 +5937,7 @@ class DataSafeClient(object):
|
|
5937
5937
|
:rtype: :class:`~oci.response.Response`
|
5938
5938
|
|
5939
5939
|
:example:
|
5940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
|
5941
5941
|
"""
|
5942
5942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5943
5943
|
required_arguments = ['targetDatabaseId']
|
@@ -6046,7 +6046,7 @@ class DataSafeClient(object):
|
|
6046
6046
|
:rtype: :class:`~oci.response.Response`
|
6047
6047
|
|
6048
6048
|
:example:
|
6049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
|
6050
6050
|
"""
|
6051
6051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6052
6052
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -6151,7 +6151,7 @@ class DataSafeClient(object):
|
|
6151
6151
|
:rtype: :class:`~oci.response.Response`
|
6152
6152
|
|
6153
6153
|
:example:
|
6154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
|
6155
6155
|
"""
|
6156
6156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6157
6157
|
required_arguments = ['auditTrailId']
|
@@ -6256,7 +6256,7 @@ class DataSafeClient(object):
|
|
6256
6256
|
:rtype: :class:`~oci.response.Response`
|
6257
6257
|
|
6258
6258
|
:example:
|
6259
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
|
6260
6260
|
"""
|
6261
6261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6262
6262
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -6361,7 +6361,7 @@ class DataSafeClient(object):
|
|
6361
6361
|
:rtype: :class:`~oci.response.Response`
|
6362
6362
|
|
6363
6363
|
:example:
|
6364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
|
6365
6365
|
"""
|
6366
6366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6367
6367
|
required_arguments = ['discoveryJobId']
|
@@ -6469,7 +6469,7 @@ class DataSafeClient(object):
|
|
6469
6469
|
:rtype: :class:`~oci.response.Response`
|
6470
6470
|
|
6471
6471
|
:example:
|
6472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
|
6473
6473
|
"""
|
6474
6474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6475
6475
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -6575,7 +6575,7 @@ class DataSafeClient(object):
|
|
6575
6575
|
:rtype: :class:`~oci.response.Response`
|
6576
6576
|
|
6577
6577
|
:example:
|
6578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
|
6579
6579
|
"""
|
6580
6580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6581
6581
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -6683,7 +6683,7 @@ class DataSafeClient(object):
|
|
6683
6683
|
:rtype: :class:`~oci.response.Response`
|
6684
6684
|
|
6685
6685
|
:example:
|
6686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
|
6687
6687
|
"""
|
6688
6688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6689
6689
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -6789,7 +6789,7 @@ class DataSafeClient(object):
|
|
6789
6789
|
:rtype: :class:`~oci.response.Response`
|
6790
6790
|
|
6791
6791
|
:example:
|
6792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
|
6793
6793
|
"""
|
6794
6794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6795
6795
|
required_arguments = ['maskingPolicyId']
|
@@ -6894,7 +6894,7 @@ class DataSafeClient(object):
|
|
6894
6894
|
:rtype: :class:`~oci.response.Response`
|
6895
6895
|
|
6896
6896
|
:example:
|
6897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
|
6898
6898
|
"""
|
6899
6899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6900
6900
|
required_arguments = ['onPremConnectorId']
|
@@ -6999,7 +6999,7 @@ class DataSafeClient(object):
|
|
6999
6999
|
:rtype: :class:`~oci.response.Response`
|
7000
7000
|
|
7001
7001
|
:example:
|
7002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
|
7003
7003
|
"""
|
7004
7004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7005
7005
|
required_arguments = ['reportDefinitionId']
|
@@ -7104,7 +7104,7 @@ class DataSafeClient(object):
|
|
7104
7104
|
:rtype: :class:`~oci.response.Response`
|
7105
7105
|
|
7106
7106
|
:example:
|
7107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
|
7108
7108
|
"""
|
7109
7109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7110
7110
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -7212,7 +7212,7 @@ class DataSafeClient(object):
|
|
7212
7212
|
:rtype: :class:`~oci.response.Response`
|
7213
7213
|
|
7214
7214
|
:example:
|
7215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
|
7216
7216
|
"""
|
7217
7217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7218
7218
|
required_arguments = ['securityAssessmentId']
|
@@ -7320,7 +7320,7 @@ class DataSafeClient(object):
|
|
7320
7320
|
:rtype: :class:`~oci.response.Response`
|
7321
7321
|
|
7322
7322
|
:example:
|
7323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7323
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
|
7324
7324
|
"""
|
7325
7325
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7326
7326
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -7426,7 +7426,7 @@ class DataSafeClient(object):
|
|
7426
7426
|
:rtype: :class:`~oci.response.Response`
|
7427
7427
|
|
7428
7428
|
:example:
|
7429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
|
7430
7430
|
"""
|
7431
7431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7432
7432
|
required_arguments = ['sensitiveDataModelId']
|
@@ -7531,7 +7531,7 @@ class DataSafeClient(object):
|
|
7531
7531
|
:rtype: :class:`~oci.response.Response`
|
7532
7532
|
|
7533
7533
|
:example:
|
7534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
|
7535
7535
|
"""
|
7536
7536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7537
7537
|
required_arguments = ['sensitiveTypeId']
|
@@ -7636,7 +7636,7 @@ class DataSafeClient(object):
|
|
7636
7636
|
:rtype: :class:`~oci.response.Response`
|
7637
7637
|
|
7638
7638
|
:example:
|
7639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
|
7640
7640
|
"""
|
7641
7641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7642
7642
|
required_arguments = ['sqlCollectionId']
|
@@ -7709,11 +7709,11 @@ class DataSafeClient(object):
|
|
7709
7709
|
|
7710
7710
|
def delete_sql_firewall_policy(self, sql_firewall_policy_id, **kwargs):
|
7711
7711
|
"""
|
7712
|
-
Deletes the SQL
|
7712
|
+
Deletes the SQL Firewall policy resource.
|
7713
7713
|
|
7714
7714
|
|
7715
7715
|
:param str sql_firewall_policy_id: (required)
|
7716
|
-
The OCID of the SQL
|
7716
|
+
The OCID of the SQL Firewall policy resource.
|
7717
7717
|
|
7718
7718
|
:param str if_match: (optional)
|
7719
7719
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -7741,7 +7741,7 @@ class DataSafeClient(object):
|
|
7741
7741
|
:rtype: :class:`~oci.response.Response`
|
7742
7742
|
|
7743
7743
|
:example:
|
7744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
|
7745
7745
|
"""
|
7746
7746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7747
7747
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -7846,7 +7846,7 @@ class DataSafeClient(object):
|
|
7846
7846
|
:rtype: :class:`~oci.response.Response`
|
7847
7847
|
|
7848
7848
|
:example:
|
7849
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7849
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
|
7850
7850
|
"""
|
7851
7851
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7852
7852
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -7951,7 +7951,7 @@ class DataSafeClient(object):
|
|
7951
7951
|
:rtype: :class:`~oci.response.Response`
|
7952
7952
|
|
7953
7953
|
:example:
|
7954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
|
7955
7955
|
"""
|
7956
7956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7957
7957
|
required_arguments = ['targetDatabaseId']
|
@@ -8059,7 +8059,7 @@ class DataSafeClient(object):
|
|
8059
8059
|
:rtype: :class:`~oci.response.Response`
|
8060
8060
|
|
8061
8061
|
:example:
|
8062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
|
8063
8063
|
"""
|
8064
8064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8065
8065
|
required_arguments = ['userAssessmentId']
|
@@ -8173,7 +8173,7 @@ class DataSafeClient(object):
|
|
8173
8173
|
:rtype: :class:`~oci.response.Response`
|
8174
8174
|
|
8175
8175
|
:example:
|
8176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
|
8177
8177
|
"""
|
8178
8178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8179
8179
|
required_arguments = ['auditProfileId']
|
@@ -8280,7 +8280,7 @@ class DataSafeClient(object):
|
|
8280
8280
|
:rtype: :class:`~oci.response.Response`
|
8281
8281
|
|
8282
8282
|
:example:
|
8283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
|
8284
8284
|
"""
|
8285
8285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8286
8286
|
required_arguments = ['sensitiveDataModelId']
|
@@ -8383,7 +8383,7 @@ class DataSafeClient(object):
|
|
8383
8383
|
:rtype: :class:`~oci.response.Response`
|
8384
8384
|
|
8385
8385
|
:example:
|
8386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
|
8387
8387
|
"""
|
8388
8388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8389
8389
|
required_arguments = ['maskingPolicyId']
|
@@ -8489,7 +8489,7 @@ class DataSafeClient(object):
|
|
8489
8489
|
:rtype: :class:`~oci.response.Response`
|
8490
8490
|
|
8491
8491
|
:example:
|
8492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8492
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
|
8493
8493
|
"""
|
8494
8494
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8495
8495
|
required_arguments = ['maskingPolicyId']
|
@@ -8594,7 +8594,7 @@ class DataSafeClient(object):
|
|
8594
8594
|
:rtype: :class:`~oci.response.Response`
|
8595
8595
|
|
8596
8596
|
:example:
|
8597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
|
8598
8598
|
"""
|
8599
8599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8600
8600
|
required_arguments = ['maskingPolicyId']
|
@@ -8704,7 +8704,7 @@ class DataSafeClient(object):
|
|
8704
8704
|
:rtype: :class:`~oci.response.Response`
|
8705
8705
|
|
8706
8706
|
:example:
|
8707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
|
8708
8708
|
"""
|
8709
8709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8710
8710
|
required_arguments = []
|
@@ -8812,7 +8812,7 @@ class DataSafeClient(object):
|
|
8812
8812
|
:rtype: :class:`~oci.response.Response`
|
8813
8813
|
|
8814
8814
|
:example:
|
8815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
|
8816
8816
|
"""
|
8817
8817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8818
8818
|
required_arguments = ['securityAssessmentId']
|
@@ -8923,7 +8923,7 @@ class DataSafeClient(object):
|
|
8923
8923
|
:rtype: :class:`~oci.response.Response`
|
8924
8924
|
|
8925
8925
|
:example:
|
8926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
|
8927
8927
|
"""
|
8928
8928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8929
8929
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9040,7 +9040,7 @@ class DataSafeClient(object):
|
|
9040
9040
|
:rtype: :class:`~oci.response.Response`
|
9041
9041
|
|
9042
9042
|
:example:
|
9043
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
|
9044
9044
|
"""
|
9045
9045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9046
9046
|
required_arguments = ['userAssessmentId']
|
@@ -9155,7 +9155,7 @@ class DataSafeClient(object):
|
|
9155
9155
|
:rtype: :class:`~oci.response.Response`
|
9156
9156
|
|
9157
9157
|
:example:
|
9158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
|
9159
9159
|
"""
|
9160
9160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9161
9161
|
required_arguments = []
|
@@ -9257,7 +9257,7 @@ class DataSafeClient(object):
|
|
9257
9257
|
:rtype: :class:`~oci.response.Response`
|
9258
9258
|
|
9259
9259
|
:example:
|
9260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
|
9261
9261
|
"""
|
9262
9262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9263
9263
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9362,7 +9362,7 @@ class DataSafeClient(object):
|
|
9362
9362
|
:rtype: :class:`~oci.response.Response`
|
9363
9363
|
|
9364
9364
|
:example:
|
9365
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9365
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
|
9366
9366
|
"""
|
9367
9367
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9368
9368
|
required_arguments = ['maskingPolicyId']
|
@@ -9466,7 +9466,7 @@ class DataSafeClient(object):
|
|
9466
9466
|
:rtype: :class:`~oci.response.Response`
|
9467
9467
|
|
9468
9468
|
:example:
|
9469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
|
9470
9470
|
"""
|
9471
9471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9472
9472
|
required_arguments = ['maskingPolicyId']
|
@@ -9580,7 +9580,7 @@ class DataSafeClient(object):
|
|
9580
9580
|
:rtype: :class:`~oci.response.Response`
|
9581
9581
|
|
9582
9582
|
:example:
|
9583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
|
9584
9584
|
"""
|
9585
9585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9586
9586
|
required_arguments = ['onPremConnectorId']
|
@@ -9660,7 +9660,7 @@ class DataSafeClient(object):
|
|
9660
9660
|
|
9661
9661
|
def generate_report(self, report_definition_id, generate_report_details, **kwargs):
|
9662
9662
|
"""
|
9663
|
-
Generates a
|
9663
|
+
Generates a .xls or .pdf report based on parameters and report definition.
|
9664
9664
|
|
9665
9665
|
|
9666
9666
|
:param str report_definition_id: (required)
|
@@ -9712,7 +9712,7 @@ class DataSafeClient(object):
|
|
9712
9712
|
:rtype: :class:`~oci.response.Response`
|
9713
9713
|
|
9714
9714
|
:example:
|
9715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
|
9716
9716
|
"""
|
9717
9717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9718
9718
|
required_arguments = ['reportDefinitionId']
|
@@ -9840,7 +9840,7 @@ class DataSafeClient(object):
|
|
9840
9840
|
:rtype: :class:`~oci.response.Response`
|
9841
9841
|
|
9842
9842
|
:example:
|
9843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9843
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
|
9844
9844
|
"""
|
9845
9845
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9846
9846
|
required_arguments = ['securityAssessmentId']
|
@@ -9949,7 +9949,7 @@ class DataSafeClient(object):
|
|
9949
9949
|
:rtype: :class:`~oci.response.Response`
|
9950
9950
|
|
9951
9951
|
:example:
|
9952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
|
9953
9953
|
"""
|
9954
9954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9955
9955
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10022,7 +10022,7 @@ class DataSafeClient(object):
|
|
10022
10022
|
|
10023
10023
|
def generate_sql_firewall_policy(self, sql_collection_id, **kwargs):
|
10024
10024
|
"""
|
10025
|
-
Generates or appends to the SQL
|
10025
|
+
Generates or appends to the SQL Firewall policy using the specified SQL collection.
|
10026
10026
|
|
10027
10027
|
|
10028
10028
|
:param str sql_collection_id: (required)
|
@@ -10060,7 +10060,7 @@ class DataSafeClient(object):
|
|
10060
10060
|
:rtype: :class:`~oci.response.Response`
|
10061
10061
|
|
10062
10062
|
:example:
|
10063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
|
10064
10064
|
"""
|
10065
10065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10066
10066
|
required_arguments = ['sqlCollectionId']
|
@@ -10178,7 +10178,7 @@ class DataSafeClient(object):
|
|
10178
10178
|
:rtype: :class:`~oci.response.Response`
|
10179
10179
|
|
10180
10180
|
:example:
|
10181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
|
10182
10182
|
"""
|
10183
10183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10184
10184
|
required_arguments = ['userAssessmentId']
|
@@ -10281,7 +10281,7 @@ class DataSafeClient(object):
|
|
10281
10281
|
:rtype: :class:`~oci.response.Response`
|
10282
10282
|
|
10283
10283
|
:example:
|
10284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
|
10285
10285
|
"""
|
10286
10286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10287
10287
|
required_arguments = ['alertId']
|
@@ -10379,7 +10379,7 @@ class DataSafeClient(object):
|
|
10379
10379
|
:rtype: :class:`~oci.response.Response`
|
10380
10380
|
|
10381
10381
|
:example:
|
10382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
|
10383
10383
|
"""
|
10384
10384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10385
10385
|
required_arguments = ['alertPolicyId']
|
@@ -10484,7 +10484,7 @@ class DataSafeClient(object):
|
|
10484
10484
|
:rtype: :class:`~oci.response.Response`
|
10485
10485
|
|
10486
10486
|
:example:
|
10487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
|
10488
10488
|
"""
|
10489
10489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10490
10490
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -10584,7 +10584,7 @@ class DataSafeClient(object):
|
|
10584
10584
|
:rtype: :class:`~oci.response.Response`
|
10585
10585
|
|
10586
10586
|
:example:
|
10587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
|
10588
10588
|
"""
|
10589
10589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10590
10590
|
required_arguments = ['auditPolicyId']
|
@@ -10682,7 +10682,7 @@ class DataSafeClient(object):
|
|
10682
10682
|
:rtype: :class:`~oci.response.Response`
|
10683
10683
|
|
10684
10684
|
:example:
|
10685
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
|
10686
10686
|
"""
|
10687
10687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10688
10688
|
required_arguments = ['auditProfileId']
|
@@ -10780,7 +10780,7 @@ class DataSafeClient(object):
|
|
10780
10780
|
:rtype: :class:`~oci.response.Response`
|
10781
10781
|
|
10782
10782
|
:example:
|
10783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
|
10784
10784
|
"""
|
10785
10785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10786
10786
|
required_arguments = ['auditTrailId']
|
@@ -10891,7 +10891,7 @@ class DataSafeClient(object):
|
|
10891
10891
|
:rtype: :class:`~oci.response.Response`
|
10892
10892
|
|
10893
10893
|
:example:
|
10894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
|
10895
10895
|
"""
|
10896
10896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10897
10897
|
required_arguments = []
|
@@ -11012,7 +11012,7 @@ class DataSafeClient(object):
|
|
11012
11012
|
:rtype: :class:`~oci.response.Response`
|
11013
11013
|
|
11014
11014
|
:example:
|
11015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
|
11016
11016
|
"""
|
11017
11017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11018
11018
|
required_arguments = ['compartmentId']
|
@@ -11120,7 +11120,7 @@ class DataSafeClient(object):
|
|
11120
11120
|
:rtype: :class:`~oci.response.Response`
|
11121
11121
|
|
11122
11122
|
:example:
|
11123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
|
11124
11124
|
"""
|
11125
11125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11126
11126
|
required_arguments = []
|
@@ -11214,7 +11214,7 @@ class DataSafeClient(object):
|
|
11214
11214
|
:rtype: :class:`~oci.response.Response`
|
11215
11215
|
|
11216
11216
|
:example:
|
11217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
|
11218
11218
|
"""
|
11219
11219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11220
11220
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -11312,7 +11312,7 @@ class DataSafeClient(object):
|
|
11312
11312
|
:rtype: :class:`~oci.response.Response`
|
11313
11313
|
|
11314
11314
|
:example:
|
11315
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11315
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
|
11316
11316
|
"""
|
11317
11317
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11318
11318
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -11413,7 +11413,7 @@ class DataSafeClient(object):
|
|
11413
11413
|
:rtype: :class:`~oci.response.Response`
|
11414
11414
|
|
11415
11415
|
:example:
|
11416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
|
11417
11417
|
"""
|
11418
11418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11419
11419
|
required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
|
@@ -11512,7 +11512,7 @@ class DataSafeClient(object):
|
|
11512
11512
|
:rtype: :class:`~oci.response.Response`
|
11513
11513
|
|
11514
11514
|
:example:
|
11515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
|
11516
11516
|
"""
|
11517
11517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11518
11518
|
required_arguments = ['discoveryJobId']
|
@@ -11613,7 +11613,7 @@ class DataSafeClient(object):
|
|
11613
11613
|
:rtype: :class:`~oci.response.Response`
|
11614
11614
|
|
11615
11615
|
:example:
|
11616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
|
11617
11617
|
"""
|
11618
11618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11619
11619
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -11712,7 +11712,7 @@ class DataSafeClient(object):
|
|
11712
11712
|
:rtype: :class:`~oci.response.Response`
|
11713
11713
|
|
11714
11714
|
:example:
|
11715
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11715
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
|
11716
11716
|
"""
|
11717
11717
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11718
11718
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -11813,7 +11813,7 @@ class DataSafeClient(object):
|
|
11813
11813
|
:rtype: :class:`~oci.response.Response`
|
11814
11814
|
|
11815
11815
|
:example:
|
11816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
|
11817
11817
|
"""
|
11818
11818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11819
11819
|
required_arguments = ['maskingPolicyId', 'maskingColumnKey']
|
@@ -11912,7 +11912,7 @@ class DataSafeClient(object):
|
|
11912
11912
|
:rtype: :class:`~oci.response.Response`
|
11913
11913
|
|
11914
11914
|
:example:
|
11915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
|
11916
11916
|
"""
|
11917
11917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11918
11918
|
required_arguments = ['maskingPolicyId']
|
@@ -12010,7 +12010,7 @@ class DataSafeClient(object):
|
|
12010
12010
|
:rtype: :class:`~oci.response.Response`
|
12011
12011
|
|
12012
12012
|
:example:
|
12013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12013
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
|
12014
12014
|
"""
|
12015
12015
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12016
12016
|
required_arguments = ['maskingReportId']
|
@@ -12108,7 +12108,7 @@ class DataSafeClient(object):
|
|
12108
12108
|
:rtype: :class:`~oci.response.Response`
|
12109
12109
|
|
12110
12110
|
:example:
|
12111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
|
12112
12112
|
"""
|
12113
12113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12114
12114
|
required_arguments = ['onPremConnectorId']
|
@@ -12212,7 +12212,7 @@ class DataSafeClient(object):
|
|
12212
12212
|
:rtype: :class:`~oci.response.Response`
|
12213
12213
|
|
12214
12214
|
:example:
|
12215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
|
12216
12216
|
"""
|
12217
12217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12218
12218
|
required_arguments = ['userAssessmentId', 'profileName']
|
@@ -12311,7 +12311,7 @@ class DataSafeClient(object):
|
|
12311
12311
|
:rtype: :class:`~oci.response.Response`
|
12312
12312
|
|
12313
12313
|
:example:
|
12314
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
|
12315
12315
|
"""
|
12316
12316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12317
12317
|
required_arguments = ['reportId']
|
@@ -12384,7 +12384,7 @@ class DataSafeClient(object):
|
|
12384
12384
|
|
12385
12385
|
def get_report_content(self, report_id, **kwargs):
|
12386
12386
|
"""
|
12387
|
-
Downloads the specified report in the form of
|
12387
|
+
Downloads the specified report in the form of .xls or .pdf.
|
12388
12388
|
|
12389
12389
|
|
12390
12390
|
:param str report_id: (required)
|
@@ -12409,7 +12409,7 @@ class DataSafeClient(object):
|
|
12409
12409
|
:rtype: :class:`~oci.response.Response`
|
12410
12410
|
|
12411
12411
|
:example:
|
12412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
|
12413
12413
|
"""
|
12414
12414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12415
12415
|
required_arguments = ['reportId']
|
@@ -12507,7 +12507,7 @@ class DataSafeClient(object):
|
|
12507
12507
|
:rtype: :class:`~oci.response.Response`
|
12508
12508
|
|
12509
12509
|
:example:
|
12510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
|
12511
12511
|
"""
|
12512
12512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12513
12513
|
required_arguments = ['reportDefinitionId']
|
@@ -12605,7 +12605,7 @@ class DataSafeClient(object):
|
|
12605
12605
|
:rtype: :class:`~oci.response.Response`
|
12606
12606
|
|
12607
12607
|
:example:
|
12608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
|
12609
12609
|
"""
|
12610
12610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12611
12611
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -12703,7 +12703,7 @@ class DataSafeClient(object):
|
|
12703
12703
|
:rtype: :class:`~oci.response.Response`
|
12704
12704
|
|
12705
12705
|
:example:
|
12706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
|
12707
12707
|
"""
|
12708
12708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12709
12709
|
required_arguments = ['securityAssessmentId']
|
@@ -12804,7 +12804,7 @@ class DataSafeClient(object):
|
|
12804
12804
|
:rtype: :class:`~oci.response.Response`
|
12805
12805
|
|
12806
12806
|
:example:
|
12807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
|
12808
12808
|
"""
|
12809
12809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12810
12810
|
required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
|
@@ -12903,7 +12903,7 @@ class DataSafeClient(object):
|
|
12903
12903
|
:rtype: :class:`~oci.response.Response`
|
12904
12904
|
|
12905
12905
|
:example:
|
12906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
|
12907
12907
|
"""
|
12908
12908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12909
12909
|
required_arguments = ['securityPolicyId']
|
@@ -13001,7 +13001,7 @@ class DataSafeClient(object):
|
|
13001
13001
|
:rtype: :class:`~oci.response.Response`
|
13002
13002
|
|
13003
13003
|
:example:
|
13004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
|
13005
13005
|
"""
|
13006
13006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13007
13007
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -13105,7 +13105,7 @@ class DataSafeClient(object):
|
|
13105
13105
|
:rtype: :class:`~oci.response.Response`
|
13106
13106
|
|
13107
13107
|
:example:
|
13108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
|
13109
13109
|
"""
|
13110
13110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13111
13111
|
required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
|
@@ -13207,7 +13207,7 @@ class DataSafeClient(object):
|
|
13207
13207
|
:rtype: :class:`~oci.response.Response`
|
13208
13208
|
|
13209
13209
|
:example:
|
13210
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13210
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
|
13211
13211
|
"""
|
13212
13212
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13213
13213
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -13306,7 +13306,7 @@ class DataSafeClient(object):
|
|
13306
13306
|
:rtype: :class:`~oci.response.Response`
|
13307
13307
|
|
13308
13308
|
:example:
|
13309
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13309
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
|
13310
13310
|
"""
|
13311
13311
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13312
13312
|
required_arguments = ['sensitiveDataModelId']
|
@@ -13404,7 +13404,7 @@ class DataSafeClient(object):
|
|
13404
13404
|
:rtype: :class:`~oci.response.Response`
|
13405
13405
|
|
13406
13406
|
:example:
|
13407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
|
13408
13408
|
"""
|
13409
13409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13410
13410
|
required_arguments = ['sensitiveTypeId']
|
@@ -13502,7 +13502,7 @@ class DataSafeClient(object):
|
|
13502
13502
|
:rtype: :class:`~oci.response.Response`
|
13503
13503
|
|
13504
13504
|
:example:
|
13505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
|
13506
13506
|
"""
|
13507
13507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13508
13508
|
required_arguments = ['sqlCollectionId']
|
@@ -13575,11 +13575,11 @@ class DataSafeClient(object):
|
|
13575
13575
|
|
13576
13576
|
def get_sql_firewall_policy(self, sql_firewall_policy_id, **kwargs):
|
13577
13577
|
"""
|
13578
|
-
Gets a SQL
|
13578
|
+
Gets a SQL Firewall policy by identifier.
|
13579
13579
|
|
13580
13580
|
|
13581
13581
|
:param str sql_firewall_policy_id: (required)
|
13582
|
-
The OCID of the SQL
|
13582
|
+
The OCID of the SQL Firewall policy resource.
|
13583
13583
|
|
13584
13584
|
:param str opc_request_id: (optional)
|
13585
13585
|
Unique identifier for the request.
|
@@ -13600,7 +13600,7 @@ class DataSafeClient(object):
|
|
13600
13600
|
:rtype: :class:`~oci.response.Response`
|
13601
13601
|
|
13602
13602
|
:example:
|
13603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
|
13604
13604
|
"""
|
13605
13605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13606
13606
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -13698,7 +13698,7 @@ class DataSafeClient(object):
|
|
13698
13698
|
:rtype: :class:`~oci.response.Response`
|
13699
13699
|
|
13700
13700
|
:example:
|
13701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
|
13702
13702
|
"""
|
13703
13703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13704
13704
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -13796,7 +13796,7 @@ class DataSafeClient(object):
|
|
13796
13796
|
:rtype: :class:`~oci.response.Response`
|
13797
13797
|
|
13798
13798
|
:example:
|
13799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
|
13800
13800
|
"""
|
13801
13801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13802
13802
|
required_arguments = ['targetDatabaseId']
|
@@ -13894,7 +13894,7 @@ class DataSafeClient(object):
|
|
13894
13894
|
:rtype: :class:`~oci.response.Response`
|
13895
13895
|
|
13896
13896
|
:example:
|
13897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
|
13898
13898
|
"""
|
13899
13899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13900
13900
|
required_arguments = ['userAssessmentId']
|
@@ -13995,7 +13995,7 @@ class DataSafeClient(object):
|
|
13995
13995
|
:rtype: :class:`~oci.response.Response`
|
13996
13996
|
|
13997
13997
|
:example:
|
13998
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
|
13999
13999
|
"""
|
14000
14000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14001
14001
|
required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
|
@@ -14094,7 +14094,7 @@ class DataSafeClient(object):
|
|
14094
14094
|
:rtype: :class:`~oci.response.Response`
|
14095
14095
|
|
14096
14096
|
:example:
|
14097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
14098
14098
|
"""
|
14099
14099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14100
14100
|
required_arguments = ['workRequestId']
|
@@ -14289,7 +14289,7 @@ class DataSafeClient(object):
|
|
14289
14289
|
:rtype: :class:`~oci.response.Response`
|
14290
14290
|
|
14291
14291
|
:example:
|
14292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14292
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
|
14293
14293
|
"""
|
14294
14294
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14295
14295
|
required_arguments = ['compartmentId']
|
@@ -14516,7 +14516,7 @@ class DataSafeClient(object):
|
|
14516
14516
|
:rtype: :class:`~oci.response.Response`
|
14517
14517
|
|
14518
14518
|
:example:
|
14519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
|
14520
14520
|
"""
|
14521
14521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14522
14522
|
required_arguments = ['compartmentId']
|
@@ -14681,7 +14681,7 @@ class DataSafeClient(object):
|
|
14681
14681
|
:rtype: :class:`~oci.response.Response`
|
14682
14682
|
|
14683
14683
|
:example:
|
14684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
|
14685
14685
|
"""
|
14686
14686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14687
14687
|
required_arguments = ['alertPolicyId']
|
@@ -14855,7 +14855,7 @@ class DataSafeClient(object):
|
|
14855
14855
|
:rtype: :class:`~oci.response.Response`
|
14856
14856
|
|
14857
14857
|
:example:
|
14858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
|
14859
14859
|
"""
|
14860
14860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14861
14861
|
required_arguments = ['compartmentId']
|
@@ -15046,7 +15046,7 @@ class DataSafeClient(object):
|
|
15046
15046
|
:rtype: :class:`~oci.response.Response`
|
15047
15047
|
|
15048
15048
|
:example:
|
15049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
|
15050
15050
|
"""
|
15051
15051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15052
15052
|
required_arguments = ['compartmentId']
|
@@ -15284,7 +15284,7 @@ class DataSafeClient(object):
|
|
15284
15284
|
:rtype: :class:`~oci.response.Response`
|
15285
15285
|
|
15286
15286
|
:example:
|
15287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
|
15288
15288
|
"""
|
15289
15289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15290
15290
|
required_arguments = ['compartmentId']
|
@@ -15499,7 +15499,7 @@ class DataSafeClient(object):
|
|
15499
15499
|
:rtype: :class:`~oci.response.Response`
|
15500
15500
|
|
15501
15501
|
:example:
|
15502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
|
15503
15503
|
"""
|
15504
15504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15505
15505
|
required_arguments = ['compartmentId']
|
@@ -15689,7 +15689,7 @@ class DataSafeClient(object):
|
|
15689
15689
|
:rtype: :class:`~oci.response.Response`
|
15690
15690
|
|
15691
15691
|
:example:
|
15692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
|
15693
15693
|
"""
|
15694
15694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15695
15695
|
required_arguments = ['compartmentId']
|
@@ -15890,7 +15890,7 @@ class DataSafeClient(object):
|
|
15890
15890
|
:rtype: :class:`~oci.response.Response`
|
15891
15891
|
|
15892
15892
|
:example:
|
15893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
|
15894
15894
|
"""
|
15895
15895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15896
15896
|
required_arguments = ['compartmentId']
|
@@ -16069,7 +16069,7 @@ class DataSafeClient(object):
|
|
16069
16069
|
:rtype: :class:`~oci.response.Response`
|
16070
16070
|
|
16071
16071
|
:example:
|
16072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
|
16073
16073
|
"""
|
16074
16074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16075
16075
|
required_arguments = ['compartmentId']
|
@@ -16261,7 +16261,7 @@ class DataSafeClient(object):
|
|
16261
16261
|
:rtype: :class:`~oci.response.Response`
|
16262
16262
|
|
16263
16263
|
:example:
|
16264
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16264
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
|
16265
16265
|
"""
|
16266
16266
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16267
16267
|
required_arguments = ['compartmentId']
|
@@ -16450,7 +16450,7 @@ class DataSafeClient(object):
|
|
16450
16450
|
:rtype: :class:`~oci.response.Response`
|
16451
16451
|
|
16452
16452
|
:example:
|
16453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
|
16454
16454
|
"""
|
16455
16455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16456
16456
|
required_arguments = ['compartmentId']
|
@@ -16636,7 +16636,7 @@ class DataSafeClient(object):
|
|
16636
16636
|
:rtype: :class:`~oci.response.Response`
|
16637
16637
|
|
16638
16638
|
:example:
|
16639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
|
16640
16640
|
"""
|
16641
16641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16642
16642
|
required_arguments = ['compartmentId']
|
@@ -16832,7 +16832,7 @@ class DataSafeClient(object):
|
|
16832
16832
|
:rtype: :class:`~oci.response.Response`
|
16833
16833
|
|
16834
16834
|
:example:
|
16835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
|
16836
16836
|
"""
|
16837
16837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16838
16838
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -17008,7 +17008,7 @@ class DataSafeClient(object):
|
|
17008
17008
|
:rtype: :class:`~oci.response.Response`
|
17009
17009
|
|
17010
17010
|
:example:
|
17011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
|
17012
17012
|
"""
|
17013
17013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17014
17014
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -17180,7 +17180,7 @@ class DataSafeClient(object):
|
|
17180
17180
|
:rtype: :class:`~oci.response.Response`
|
17181
17181
|
|
17182
17182
|
:example:
|
17183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
|
17184
17184
|
"""
|
17185
17185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17186
17186
|
required_arguments = ['targetDatabaseId']
|
@@ -17365,7 +17365,7 @@ class DataSafeClient(object):
|
|
17365
17365
|
:rtype: :class:`~oci.response.Response`
|
17366
17366
|
|
17367
17367
|
:example:
|
17368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
|
17369
17369
|
"""
|
17370
17370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17371
17371
|
required_arguments = ['compartmentId']
|
@@ -17582,7 +17582,7 @@ class DataSafeClient(object):
|
|
17582
17582
|
:rtype: :class:`~oci.response.Response`
|
17583
17583
|
|
17584
17584
|
:example:
|
17585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
|
17586
17586
|
"""
|
17587
17587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17588
17588
|
required_arguments = ['compartmentId']
|
@@ -17772,7 +17772,7 @@ class DataSafeClient(object):
|
|
17772
17772
|
:rtype: :class:`~oci.response.Response`
|
17773
17773
|
|
17774
17774
|
:example:
|
17775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
|
17776
17776
|
"""
|
17777
17777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17778
17778
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -17921,7 +17921,7 @@ class DataSafeClient(object):
|
|
17921
17921
|
:param str group_by: (optional)
|
17922
17922
|
Attribute by which the discovery analytics data should be grouped.
|
17923
17923
|
|
17924
|
-
Allowed values are: "targetId", "sensitiveDataModelId"
|
17924
|
+
Allowed values are: "targetId", "sensitiveDataModelId", "sensitiveTypeId", "targetIdAndSensitiveDataModelId", "sensitiveTypeIdAndTargetId", "sensitiveTypeIdAndSensitiveDataModelId"
|
17925
17925
|
|
17926
17926
|
:param str target_id: (optional)
|
17927
17927
|
A filter to return only items related to a specific target OCID.
|
@@ -17929,6 +17929,9 @@ class DataSafeClient(object):
|
|
17929
17929
|
:param str sensitive_data_model_id: (optional)
|
17930
17930
|
A filter to return only the resources that match the specified sensitive data model OCID.
|
17931
17931
|
|
17932
|
+
:param str sensitive_type_id: (optional)
|
17933
|
+
A filter to return only items related to a specific sensitive type OCID.
|
17934
|
+
|
17932
17935
|
:param int limit: (optional)
|
17933
17936
|
For list pagination. The maximum number of items to return per page in a paginated \"List\" call. For details about how pagination works, see `List Pagination`__.
|
17934
17937
|
|
@@ -17942,6 +17945,10 @@ class DataSafeClient(object):
|
|
17942
17945
|
:param str opc_request_id: (optional)
|
17943
17946
|
Unique identifier for the request.
|
17944
17947
|
|
17948
|
+
:param bool is_common: (optional)
|
17949
|
+
A filter to return only the common sensitive type resources. Common sensitive types belong to
|
17950
|
+
library sensitive types which are frequently used to perform sensitive data discovery.
|
17951
|
+
|
17945
17952
|
:param obj retry_strategy: (optional)
|
17946
17953
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
17947
17954
|
|
@@ -17958,7 +17965,7 @@ class DataSafeClient(object):
|
|
17958
17965
|
:rtype: :class:`~oci.response.Response`
|
17959
17966
|
|
17960
17967
|
:example:
|
17961
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17968
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
|
17962
17969
|
"""
|
17963
17970
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17964
17971
|
required_arguments = ['compartmentId']
|
@@ -17975,9 +17982,11 @@ class DataSafeClient(object):
|
|
17975
17982
|
"group_by",
|
17976
17983
|
"target_id",
|
17977
17984
|
"sensitive_data_model_id",
|
17985
|
+
"sensitive_type_id",
|
17978
17986
|
"limit",
|
17979
17987
|
"page",
|
17980
|
-
"opc_request_id"
|
17988
|
+
"opc_request_id",
|
17989
|
+
"is_common"
|
17981
17990
|
]
|
17982
17991
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
17983
17992
|
if extra_kwargs:
|
@@ -17985,7 +17994,7 @@ class DataSafeClient(object):
|
|
17985
17994
|
f"list_discovery_analytics got unknown kwargs: {extra_kwargs!r}")
|
17986
17995
|
|
17987
17996
|
if 'group_by' in kwargs:
|
17988
|
-
group_by_allowed_values = ["targetId", "sensitiveDataModelId"]
|
17997
|
+
group_by_allowed_values = ["targetId", "sensitiveDataModelId", "sensitiveTypeId", "targetIdAndSensitiveDataModelId", "sensitiveTypeIdAndTargetId", "sensitiveTypeIdAndSensitiveDataModelId"]
|
17989
17998
|
if kwargs['group_by'] not in group_by_allowed_values:
|
17990
17999
|
raise ValueError(
|
17991
18000
|
f"Invalid value for `group_by`, must be one of { group_by_allowed_values }"
|
@@ -17997,8 +18006,10 @@ class DataSafeClient(object):
|
|
17997
18006
|
"groupBy": kwargs.get("group_by", missing),
|
17998
18007
|
"targetId": kwargs.get("target_id", missing),
|
17999
18008
|
"sensitiveDataModelId": kwargs.get("sensitive_data_model_id", missing),
|
18009
|
+
"sensitiveTypeId": kwargs.get("sensitive_type_id", missing),
|
18000
18010
|
"limit": kwargs.get("limit", missing),
|
18001
|
-
"page": kwargs.get("page", missing)
|
18011
|
+
"page": kwargs.get("page", missing),
|
18012
|
+
"isCommon": kwargs.get("is_common", missing)
|
18002
18013
|
}
|
18003
18014
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
18004
18015
|
|
@@ -18113,7 +18124,7 @@ class DataSafeClient(object):
|
|
18113
18124
|
:rtype: :class:`~oci.response.Response`
|
18114
18125
|
|
18115
18126
|
:example:
|
18116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
|
18117
18128
|
"""
|
18118
18129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18119
18130
|
required_arguments = ['discoveryJobId']
|
@@ -18315,7 +18326,7 @@ class DataSafeClient(object):
|
|
18315
18326
|
:rtype: :class:`~oci.response.Response`
|
18316
18327
|
|
18317
18328
|
:example:
|
18318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
|
18319
18330
|
"""
|
18320
18331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18321
18332
|
required_arguments = ['compartmentId']
|
@@ -18494,7 +18505,7 @@ class DataSafeClient(object):
|
|
18494
18505
|
:rtype: :class:`~oci.response.Response`
|
18495
18506
|
|
18496
18507
|
:example:
|
18497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
|
18498
18509
|
"""
|
18499
18510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18500
18511
|
required_arguments = ['securityAssessmentId']
|
@@ -18680,7 +18691,7 @@ class DataSafeClient(object):
|
|
18680
18691
|
:rtype: :class:`~oci.response.Response`
|
18681
18692
|
|
18682
18693
|
:example:
|
18683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
18684
18695
|
"""
|
18685
18696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18686
18697
|
required_arguments = ['userAssessmentId', 'userKey']
|
@@ -18887,7 +18898,7 @@ class DataSafeClient(object):
|
|
18887
18898
|
:rtype: :class:`~oci.response.Response`
|
18888
18899
|
|
18889
18900
|
:example:
|
18890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
|
18891
18902
|
"""
|
18892
18903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18893
18904
|
required_arguments = ['compartmentId']
|
@@ -19079,7 +19090,7 @@ class DataSafeClient(object):
|
|
19079
19090
|
:rtype: :class:`~oci.response.Response`
|
19080
19091
|
|
19081
19092
|
:example:
|
19082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
|
19083
19094
|
"""
|
19084
19095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19085
19096
|
required_arguments = ['maskingReportId']
|
@@ -19252,7 +19263,7 @@ class DataSafeClient(object):
|
|
19252
19263
|
:rtype: :class:`~oci.response.Response`
|
19253
19264
|
|
19254
19265
|
:example:
|
19255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
|
19256
19267
|
"""
|
19257
19268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19258
19269
|
required_arguments = ['compartmentId']
|
@@ -19456,7 +19467,7 @@ class DataSafeClient(object):
|
|
19456
19467
|
:rtype: :class:`~oci.response.Response`
|
19457
19468
|
|
19458
19469
|
:example:
|
19459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19470
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
|
19460
19471
|
"""
|
19461
19472
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19462
19473
|
required_arguments = ['maskingPolicyId']
|
@@ -19665,7 +19676,7 @@ class DataSafeClient(object):
|
|
19665
19676
|
:rtype: :class:`~oci.response.Response`
|
19666
19677
|
|
19667
19678
|
:example:
|
19668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
|
19669
19680
|
"""
|
19670
19681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19671
19682
|
required_arguments = ['maskingPolicyId']
|
@@ -19872,7 +19883,7 @@ class DataSafeClient(object):
|
|
19872
19883
|
:rtype: :class:`~oci.response.Response`
|
19873
19884
|
|
19874
19885
|
:example:
|
19875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
|
19876
19887
|
"""
|
19877
19888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19878
19889
|
required_arguments = ['compartmentId']
|
@@ -20057,7 +20068,7 @@ class DataSafeClient(object):
|
|
20057
20068
|
:rtype: :class:`~oci.response.Response`
|
20058
20069
|
|
20059
20070
|
:example:
|
20060
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
|
20061
20072
|
"""
|
20062
20073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20063
20074
|
required_arguments = ['compartmentId']
|
@@ -20211,7 +20222,7 @@ class DataSafeClient(object):
|
|
20211
20222
|
:rtype: :class:`~oci.response.Response`
|
20212
20223
|
|
20213
20224
|
:example:
|
20214
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
|
20215
20226
|
"""
|
20216
20227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20217
20228
|
required_arguments = ['maskingPolicyId']
|
@@ -20384,7 +20395,7 @@ class DataSafeClient(object):
|
|
20384
20395
|
:rtype: :class:`~oci.response.Response`
|
20385
20396
|
|
20386
20397
|
:example:
|
20387
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
|
20388
20399
|
"""
|
20389
20400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20390
20401
|
required_arguments = ['compartmentId']
|
@@ -20505,7 +20516,7 @@ class DataSafeClient(object):
|
|
20505
20516
|
When you perform the ListProfileAnalytics operation, if the parameter compartmentIdInSubtree is set to \"true,\" and if the
|
20506
20517
|
parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has INSPECT
|
20507
20518
|
permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the
|
20508
|
-
root compartment
|
20519
|
+
root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by
|
20509
20520
|
compartmentId, then \"Not Authorized\" is returned.
|
20510
20521
|
|
20511
20522
|
The parameter compartmentIdInSubtree applies when you perform ListProfileAnalytics on the compartmentId passed and when it is
|
@@ -20580,7 +20591,7 @@ class DataSafeClient(object):
|
|
20580
20591
|
:rtype: :class:`~oci.response.Response`
|
20581
20592
|
|
20582
20593
|
:example:
|
20583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
|
20584
20595
|
"""
|
20585
20596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20586
20597
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -20821,7 +20832,7 @@ class DataSafeClient(object):
|
|
20821
20832
|
:rtype: :class:`~oci.response.Response`
|
20822
20833
|
|
20823
20834
|
:example:
|
20824
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
|
20825
20836
|
"""
|
20826
20837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20827
20838
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -21044,7 +21055,7 @@ class DataSafeClient(object):
|
|
21044
21055
|
:rtype: :class:`~oci.response.Response`
|
21045
21056
|
|
21046
21057
|
:example:
|
21047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
|
21048
21059
|
"""
|
21049
21060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21050
21061
|
required_arguments = ['compartmentId']
|
@@ -21249,7 +21260,7 @@ class DataSafeClient(object):
|
|
21249
21260
|
:rtype: :class:`~oci.response.Response`
|
21250
21261
|
|
21251
21262
|
:example:
|
21252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
|
21253
21264
|
"""
|
21254
21265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21255
21266
|
required_arguments = ['compartmentId']
|
@@ -21429,7 +21440,7 @@ class DataSafeClient(object):
|
|
21429
21440
|
:rtype: :class:`~oci.response.Response`
|
21430
21441
|
|
21431
21442
|
:example:
|
21432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21443
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
21433
21444
|
"""
|
21434
21445
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21435
21446
|
required_arguments = ['targetDatabaseId']
|
@@ -21592,7 +21603,7 @@ class DataSafeClient(object):
|
|
21592
21603
|
:rtype: :class:`~oci.response.Response`
|
21593
21604
|
|
21594
21605
|
:example:
|
21595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
21596
21607
|
"""
|
21597
21608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21598
21609
|
required_arguments = ['targetDatabaseId']
|
@@ -21771,7 +21782,7 @@ class DataSafeClient(object):
|
|
21771
21782
|
:rtype: :class:`~oci.response.Response`
|
21772
21783
|
|
21773
21784
|
:example:
|
21774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
|
21775
21786
|
"""
|
21776
21787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21777
21788
|
required_arguments = ['compartmentId']
|
@@ -22005,7 +22016,7 @@ class DataSafeClient(object):
|
|
22005
22016
|
:rtype: :class:`~oci.response.Response`
|
22006
22017
|
|
22007
22018
|
:example:
|
22008
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
|
22009
22020
|
"""
|
22010
22021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22011
22022
|
required_arguments = ['compartmentId']
|
@@ -22230,7 +22241,7 @@ class DataSafeClient(object):
|
|
22230
22241
|
:rtype: :class:`~oci.response.Response`
|
22231
22242
|
|
22232
22243
|
:example:
|
22233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22244
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
|
22234
22245
|
"""
|
22235
22246
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22236
22247
|
required_arguments = ['compartmentId']
|
@@ -22433,7 +22444,7 @@ class DataSafeClient(object):
|
|
22433
22444
|
:rtype: :class:`~oci.response.Response`
|
22434
22445
|
|
22435
22446
|
:example:
|
22436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
|
22437
22448
|
"""
|
22438
22449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22439
22450
|
required_arguments = ['compartmentId']
|
@@ -22596,7 +22607,7 @@ class DataSafeClient(object):
|
|
22596
22607
|
:rtype: :class:`~oci.response.Response`
|
22597
22608
|
|
22598
22609
|
:example:
|
22599
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22610
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
|
22600
22611
|
"""
|
22601
22612
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22602
22613
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -22816,7 +22827,7 @@ class DataSafeClient(object):
|
|
22816
22827
|
:rtype: :class:`~oci.response.Response`
|
22817
22828
|
|
22818
22829
|
:example:
|
22819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
|
22820
22831
|
"""
|
22821
22832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22822
22833
|
required_arguments = ['sensitiveDataModelId']
|
@@ -23069,7 +23080,7 @@ class DataSafeClient(object):
|
|
23069
23080
|
:rtype: :class:`~oci.response.Response`
|
23070
23081
|
|
23071
23082
|
:example:
|
23072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
|
23073
23084
|
"""
|
23074
23085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23075
23086
|
required_arguments = ['compartmentId']
|
@@ -23246,7 +23257,7 @@ class DataSafeClient(object):
|
|
23246
23257
|
:rtype: :class:`~oci.response.Response`
|
23247
23258
|
|
23248
23259
|
:example:
|
23249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
|
23250
23261
|
"""
|
23251
23262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23252
23263
|
required_arguments = ['sensitiveDataModelId']
|
@@ -23410,7 +23421,7 @@ class DataSafeClient(object):
|
|
23410
23421
|
:rtype: :class:`~oci.response.Response`
|
23411
23422
|
|
23412
23423
|
:example:
|
23413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23424
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
|
23414
23425
|
"""
|
23415
23426
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23416
23427
|
required_arguments = ['sensitiveDataModelId']
|
@@ -23599,6 +23610,10 @@ class DataSafeClient(object):
|
|
23599
23610
|
|
23600
23611
|
Allowed values are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED"
|
23601
23612
|
|
23613
|
+
:param bool is_common: (optional)
|
23614
|
+
A filter to return only the common sensitive type resources. Common sensitive types belong to
|
23615
|
+
library sensitive types which are frequently used to perform sensitive data discovery.
|
23616
|
+
|
23602
23617
|
:param obj retry_strategy: (optional)
|
23603
23618
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
23604
23619
|
|
@@ -23615,7 +23630,7 @@ class DataSafeClient(object):
|
|
23615
23630
|
:rtype: :class:`~oci.response.Response`
|
23616
23631
|
|
23617
23632
|
:example:
|
23618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
|
23619
23634
|
"""
|
23620
23635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23621
23636
|
required_arguments = ['compartmentId']
|
@@ -23643,7 +23658,8 @@ class DataSafeClient(object):
|
|
23643
23658
|
"opc_request_id",
|
23644
23659
|
"limit",
|
23645
23660
|
"page",
|
23646
|
-
"lifecycle_state"
|
23661
|
+
"lifecycle_state",
|
23662
|
+
"is_common"
|
23647
23663
|
]
|
23648
23664
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
23649
23665
|
if extra_kwargs:
|
@@ -23708,7 +23724,8 @@ class DataSafeClient(object):
|
|
23708
23724
|
"sortBy": kwargs.get("sort_by", missing),
|
23709
23725
|
"limit": kwargs.get("limit", missing),
|
23710
23726
|
"page": kwargs.get("page", missing),
|
23711
|
-
"lifecycleState": kwargs.get("lifecycle_state", missing)
|
23727
|
+
"lifecycleState": kwargs.get("lifecycle_state", missing),
|
23728
|
+
"isCommon": kwargs.get("is_common", missing)
|
23712
23729
|
}
|
23713
23730
|
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
23714
23731
|
|
@@ -23840,7 +23857,7 @@ class DataSafeClient(object):
|
|
23840
23857
|
:rtype: :class:`~oci.response.Response`
|
23841
23858
|
|
23842
23859
|
:example:
|
23843
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
|
23844
23861
|
"""
|
23845
23862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23846
23863
|
required_arguments = ['compartmentId']
|
@@ -24000,7 +24017,7 @@ class DataSafeClient(object):
|
|
24000
24017
|
:rtype: :class:`~oci.response.Response`
|
24001
24018
|
|
24002
24019
|
:example:
|
24003
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
|
24004
24021
|
"""
|
24005
24022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24006
24023
|
required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
|
@@ -24199,7 +24216,7 @@ class DataSafeClient(object):
|
|
24199
24216
|
:rtype: :class:`~oci.response.Response`
|
24200
24217
|
|
24201
24218
|
:example:
|
24202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
|
24203
24220
|
"""
|
24204
24221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24205
24222
|
required_arguments = ['compartmentId']
|
@@ -24321,9 +24338,9 @@ class DataSafeClient(object):
|
|
24321
24338
|
|
24322
24339
|
def list_sql_firewall_allowed_sql_analytics(self, compartment_id, **kwargs):
|
24323
24340
|
"""
|
24324
|
-
Returns the aggregation details of all SQL
|
24341
|
+
Returns the aggregation details of all SQL Firewall allowed SQL statements.
|
24325
24342
|
|
24326
|
-
The ListSqlFirewallAllowedSqlAnalytics operation returns the aggregates of the SQL
|
24343
|
+
The ListSqlFirewallAllowedSqlAnalytics operation returns the aggregates of the SQL Firewall allowed SQL statements in the specified `compartmentId`.
|
24327
24344
|
|
24328
24345
|
The parameter `accessLevel` specifies whether to return only those compartments for which the
|
24329
24346
|
requestor has INSPECT permissions on at least one resource directly
|
@@ -24397,7 +24414,7 @@ class DataSafeClient(object):
|
|
24397
24414
|
:rtype: :class:`~oci.response.Response`
|
24398
24415
|
|
24399
24416
|
:example:
|
24400
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
|
24401
24418
|
"""
|
24402
24419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24403
24420
|
required_arguments = ['compartmentId']
|
@@ -24492,9 +24509,9 @@ class DataSafeClient(object):
|
|
24492
24509
|
|
24493
24510
|
def list_sql_firewall_allowed_sqls(self, compartment_id, **kwargs):
|
24494
24511
|
"""
|
24495
|
-
Retrieves a list of all SQL
|
24512
|
+
Retrieves a list of all SQL Firewall allowed SQL statements.
|
24496
24513
|
|
24497
|
-
The ListSqlFirewallAllowedSqls operation returns only the SQL
|
24514
|
+
The ListSqlFirewallAllowedSqls operation returns only the SQL Firewall allowed SQL statements in the specified `compartmentId`.
|
24498
24515
|
|
24499
24516
|
The parameter `accessLevel` specifies whether to return only those compartments for which the
|
24500
24517
|
requestor has INSPECT permissions on at least one resource directly
|
@@ -24573,7 +24590,7 @@ class DataSafeClient(object):
|
|
24573
24590
|
:rtype: :class:`~oci.response.Response`
|
24574
24591
|
|
24575
24592
|
:example:
|
24576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
|
24577
24594
|
"""
|
24578
24595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24579
24596
|
required_arguments = ['compartmentId']
|
@@ -24676,9 +24693,9 @@ class DataSafeClient(object):
|
|
24676
24693
|
|
24677
24694
|
def list_sql_firewall_policies(self, compartment_id, **kwargs):
|
24678
24695
|
"""
|
24679
|
-
Retrieves a list of all SQL
|
24696
|
+
Retrieves a list of all SQL Firewall policies.
|
24680
24697
|
|
24681
|
-
The ListSqlFirewallPolicies operation returns only the SQL
|
24698
|
+
The ListSqlFirewallPolicies operation returns only the SQL Firewall policies in the specified `compartmentId`.
|
24682
24699
|
|
24683
24700
|
The parameter `accessLevel` specifies whether to return only those compartments for which the
|
24684
24701
|
requestor has INSPECT permissions on at least one resource directly
|
@@ -24724,12 +24741,12 @@ class DataSafeClient(object):
|
|
24724
24741
|
An optional filter to return only resources that match the specified OCID of the security policy resource.
|
24725
24742
|
|
24726
24743
|
:param str lifecycle_state: (optional)
|
24727
|
-
The current state of the SQL
|
24744
|
+
The current state of the SQL Firewall policy.
|
24728
24745
|
|
24729
24746
|
Allowed values are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "FAILED", "DELETING", "DELETED", "NEEDS_ATTENTION"
|
24730
24747
|
|
24731
24748
|
:param str sql_firewall_policy_id: (optional)
|
24732
|
-
An optional filter to return only resources that match the specified OCID of the SQL
|
24749
|
+
An optional filter to return only resources that match the specified OCID of the SQL Firewall policy resource.
|
24733
24750
|
|
24734
24751
|
:param str db_user_name: (optional)
|
24735
24752
|
A filter to return only items that match the specified user name.
|
@@ -24787,7 +24804,7 @@ class DataSafeClient(object):
|
|
24787
24804
|
:rtype: :class:`~oci.response.Response`
|
24788
24805
|
|
24789
24806
|
:example:
|
24790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
|
24791
24808
|
"""
|
24792
24809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24793
24810
|
required_arguments = ['compartmentId']
|
@@ -24918,7 +24935,7 @@ class DataSafeClient(object):
|
|
24918
24935
|
|
24919
24936
|
def list_sql_firewall_policy_analytics(self, compartment_id, **kwargs):
|
24920
24937
|
"""
|
24921
|
-
Gets a list of aggregated SQL
|
24938
|
+
Gets a list of aggregated SQL Firewall policy details.
|
24922
24939
|
|
24923
24940
|
The parameter `accessLevel` specifies whether to return only those compartments for which the
|
24924
24941
|
requestor has INSPECT permissions on at least one resource directly
|
@@ -24958,12 +24975,12 @@ class DataSafeClient(object):
|
|
24958
24975
|
__ https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/usingapi.htm#nine
|
24959
24976
|
|
24960
24977
|
:param list[str] group_by: (optional)
|
24961
|
-
The group by parameter to summarize SQL
|
24978
|
+
The group by parameter to summarize SQL Firewall policy aggregation.
|
24962
24979
|
|
24963
24980
|
Allowed values are: "violationAction", "enforcementScope", "securityPolicyId", "lifecycleState"
|
24964
24981
|
|
24965
24982
|
:param str lifecycle_state: (optional)
|
24966
|
-
The current state of the SQL
|
24983
|
+
The current state of the SQL Firewall policy.
|
24967
24984
|
|
24968
24985
|
Allowed values are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "FAILED", "DELETING", "DELETED", "NEEDS_ATTENTION"
|
24969
24986
|
|
@@ -24971,13 +24988,13 @@ class DataSafeClient(object):
|
|
24971
24988
|
An optional filter to return only resources that match the specified OCID of the security policy resource.
|
24972
24989
|
|
24973
24990
|
:param datetime time_started: (optional)
|
24974
|
-
An optional filter to return the summary of the SQL
|
24991
|
+
An optional filter to return the summary of the SQL Firewall policies created after the date-time specified,
|
24975
24992
|
in the format defined by `RFC3339`__.
|
24976
24993
|
|
24977
24994
|
__ https://tools.ietf.org/html/rfc3339
|
24978
24995
|
|
24979
24996
|
:param datetime time_ended: (optional)
|
24980
|
-
An optional filter to return the summary of the SQL
|
24997
|
+
An optional filter to return the summary of the SQL Firewall policies created before the date-time specified,
|
24981
24998
|
in the format defined by `RFC3339`__.
|
24982
24999
|
|
24983
25000
|
__ https://tools.ietf.org/html/rfc3339
|
@@ -25001,7 +25018,7 @@ class DataSafeClient(object):
|
|
25001
25018
|
:rtype: :class:`~oci.response.Response`
|
25002
25019
|
|
25003
25020
|
:example:
|
25004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
|
25005
25022
|
"""
|
25006
25023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25007
25024
|
required_arguments = ['compartmentId']
|
@@ -25109,7 +25126,7 @@ class DataSafeClient(object):
|
|
25109
25126
|
|
25110
25127
|
def list_sql_firewall_violation_analytics(self, compartment_id, **kwargs):
|
25111
25128
|
"""
|
25112
|
-
Returns the aggregation details of the SQL
|
25129
|
+
Returns the aggregation details of the SQL Firewall violations.
|
25113
25130
|
|
25114
25131
|
|
25115
25132
|
:param str compartment_id: (required)
|
@@ -25209,7 +25226,7 @@ class DataSafeClient(object):
|
|
25209
25226
|
:rtype: :class:`~oci.response.Response`
|
25210
25227
|
|
25211
25228
|
:example:
|
25212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
|
25213
25230
|
"""
|
25214
25231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25215
25232
|
required_arguments = ['compartmentId']
|
@@ -25341,7 +25358,7 @@ class DataSafeClient(object):
|
|
25341
25358
|
|
25342
25359
|
def list_sql_firewall_violations(self, compartment_id, **kwargs):
|
25343
25360
|
"""
|
25344
|
-
Gets a list of all the SQL
|
25361
|
+
Gets a list of all the SQL Firewall violations captured by the firewall.
|
25345
25362
|
|
25346
25363
|
|
25347
25364
|
:param str compartment_id: (required)
|
@@ -25409,7 +25426,7 @@ class DataSafeClient(object):
|
|
25409
25426
|
:rtype: :class:`~oci.response.Response`
|
25410
25427
|
|
25411
25428
|
:example:
|
25412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
|
25413
25430
|
"""
|
25414
25431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25415
25432
|
required_arguments = ['compartmentId']
|
@@ -25569,7 +25586,7 @@ class DataSafeClient(object):
|
|
25569
25586
|
:rtype: :class:`~oci.response.Response`
|
25570
25587
|
|
25571
25588
|
:example:
|
25572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
|
25573
25590
|
"""
|
25574
25591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25575
25592
|
required_arguments = ['targetDatabaseId']
|
@@ -25766,7 +25783,7 @@ class DataSafeClient(object):
|
|
25766
25783
|
:rtype: :class:`~oci.response.Response`
|
25767
25784
|
|
25768
25785
|
:example:
|
25769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
|
25770
25787
|
"""
|
25771
25788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25772
25789
|
required_arguments = ['compartmentId']
|
@@ -25969,7 +25986,7 @@ class DataSafeClient(object):
|
|
25969
25986
|
:rtype: :class:`~oci.response.Response`
|
25970
25987
|
|
25971
25988
|
:example:
|
25972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
|
25973
25990
|
"""
|
25974
25991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25975
25992
|
required_arguments = ['compartmentId']
|
@@ -26110,7 +26127,7 @@ class DataSafeClient(object):
|
|
26110
26127
|
When you perform the ListUserAnalytics operation, if the parameter compartmentIdInSubtree is set to \"true,\" and if the
|
26111
26128
|
parameter accessLevel is set to ACCESSIBLE, then the operation returns compartments in which the requestor has INSPECT
|
26112
26129
|
permissions on at least one resource, directly or indirectly (in subcompartments). If the operation is performed at the
|
26113
|
-
root compartment
|
26130
|
+
root compartment and the requestor does not have access to at least one subcompartment of the compartment specified by
|
26114
26131
|
compartmentId, then \"Not Authorized\" is returned.
|
26115
26132
|
|
26116
26133
|
The parameter compartmentIdInSubtree applies when you perform ListUserAnalytics on the compartmentId passed and when it is
|
@@ -26231,7 +26248,7 @@ class DataSafeClient(object):
|
|
26231
26248
|
:rtype: :class:`~oci.response.Response`
|
26232
26249
|
|
26233
26250
|
:example:
|
26234
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
|
26235
26252
|
"""
|
26236
26253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26237
26254
|
required_arguments = ['userAssessmentId']
|
@@ -26485,7 +26502,7 @@ class DataSafeClient(object):
|
|
26485
26502
|
:rtype: :class:`~oci.response.Response`
|
26486
26503
|
|
26487
26504
|
:example:
|
26488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
|
26489
26506
|
"""
|
26490
26507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26491
26508
|
required_arguments = ['compartmentId']
|
@@ -26759,7 +26776,7 @@ class DataSafeClient(object):
|
|
26759
26776
|
:rtype: :class:`~oci.response.Response`
|
26760
26777
|
|
26761
26778
|
:example:
|
26762
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
|
26763
26780
|
"""
|
26764
26781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26765
26782
|
required_arguments = ['userAssessmentId']
|
@@ -26936,7 +26953,7 @@ class DataSafeClient(object):
|
|
26936
26953
|
:rtype: :class:`~oci.response.Response`
|
26937
26954
|
|
26938
26955
|
:example:
|
26939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
26940
26957
|
"""
|
26941
26958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26942
26959
|
required_arguments = ['workRequestId']
|
@@ -27054,7 +27071,7 @@ class DataSafeClient(object):
|
|
27054
27071
|
:rtype: :class:`~oci.response.Response`
|
27055
27072
|
|
27056
27073
|
:example:
|
27057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
27058
27075
|
"""
|
27059
27076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27060
27077
|
required_arguments = ['workRequestId']
|
@@ -27204,7 +27221,7 @@ class DataSafeClient(object):
|
|
27204
27221
|
:rtype: :class:`~oci.response.Response`
|
27205
27222
|
|
27206
27223
|
:example:
|
27207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
27208
27225
|
"""
|
27209
27226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27210
27227
|
required_arguments = ['compartmentId']
|
@@ -27339,7 +27356,7 @@ class DataSafeClient(object):
|
|
27339
27356
|
:rtype: :class:`~oci.response.Response`
|
27340
27357
|
|
27341
27358
|
:example:
|
27342
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
|
27343
27360
|
"""
|
27344
27361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27345
27362
|
required_arguments = ['maskingPolicyId']
|
@@ -27453,7 +27470,7 @@ class DataSafeClient(object):
|
|
27453
27470
|
:rtype: :class:`~oci.response.Response`
|
27454
27471
|
|
27455
27472
|
:example:
|
27456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
|
27457
27474
|
"""
|
27458
27475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27459
27476
|
required_arguments = ['compartmentId']
|
@@ -27575,7 +27592,7 @@ class DataSafeClient(object):
|
|
27575
27592
|
:rtype: :class:`~oci.response.Response`
|
27576
27593
|
|
27577
27594
|
:example:
|
27578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27595
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
|
27579
27596
|
"""
|
27580
27597
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27581
27598
|
required_arguments = []
|
@@ -27691,7 +27708,7 @@ class DataSafeClient(object):
|
|
27691
27708
|
:rtype: :class:`~oci.response.Response`
|
27692
27709
|
|
27693
27710
|
:example:
|
27694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
|
27695
27712
|
"""
|
27696
27713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27697
27714
|
required_arguments = ['discoveryJobId']
|
@@ -27803,7 +27820,7 @@ class DataSafeClient(object):
|
|
27803
27820
|
:rtype: :class:`~oci.response.Response`
|
27804
27821
|
|
27805
27822
|
:example:
|
27806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27823
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
|
27807
27824
|
"""
|
27808
27825
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27809
27826
|
required_arguments = ['maskingPolicyId']
|
@@ -27914,7 +27931,7 @@ class DataSafeClient(object):
|
|
27914
27931
|
:rtype: :class:`~oci.response.Response`
|
27915
27932
|
|
27916
27933
|
:example:
|
27917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
|
27918
27935
|
"""
|
27919
27936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27920
27937
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -28026,7 +28043,7 @@ class DataSafeClient(object):
|
|
28026
28043
|
:rtype: :class:`~oci.response.Response`
|
28027
28044
|
|
28028
28045
|
:example:
|
28029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28046
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
|
28030
28047
|
"""
|
28031
28048
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28032
28049
|
required_arguments = ['sensitiveDataModelId']
|
@@ -28133,7 +28150,7 @@ class DataSafeClient(object):
|
|
28133
28150
|
:rtype: :class:`~oci.response.Response`
|
28134
28151
|
|
28135
28152
|
:example:
|
28136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
|
28137
28154
|
"""
|
28138
28155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28139
28156
|
required_arguments = []
|
@@ -28237,7 +28254,7 @@ class DataSafeClient(object):
|
|
28237
28254
|
:rtype: :class:`~oci.response.Response`
|
28238
28255
|
|
28239
28256
|
:example:
|
28240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
|
28241
28258
|
"""
|
28242
28259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28243
28260
|
required_arguments = ['auditPolicyId']
|
@@ -28353,7 +28370,7 @@ class DataSafeClient(object):
|
|
28353
28370
|
:rtype: :class:`~oci.response.Response`
|
28354
28371
|
|
28355
28372
|
:example:
|
28356
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
|
28357
28374
|
"""
|
28358
28375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28359
28376
|
required_arguments = ['sqlCollectionId']
|
@@ -28467,7 +28484,7 @@ class DataSafeClient(object):
|
|
28467
28484
|
:rtype: :class:`~oci.response.Response`
|
28468
28485
|
|
28469
28486
|
:example:
|
28470
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
|
28471
28488
|
"""
|
28472
28489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28473
28490
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -28585,7 +28602,7 @@ class DataSafeClient(object):
|
|
28585
28602
|
:rtype: :class:`~oci.response.Response`
|
28586
28603
|
|
28587
28604
|
:example:
|
28588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
|
28589
28606
|
"""
|
28590
28607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28591
28608
|
required_arguments = ['securityAssessmentId']
|
@@ -28701,7 +28718,7 @@ class DataSafeClient(object):
|
|
28701
28718
|
:rtype: :class:`~oci.response.Response`
|
28702
28719
|
|
28703
28720
|
:example:
|
28704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
|
28705
28722
|
"""
|
28706
28723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28707
28724
|
required_arguments = ['sqlCollectionId']
|
@@ -28820,7 +28837,7 @@ class DataSafeClient(object):
|
|
28820
28837
|
:rtype: :class:`~oci.response.Response`
|
28821
28838
|
|
28822
28839
|
:example:
|
28823
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
|
28824
28841
|
"""
|
28825
28842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28826
28843
|
required_arguments = ['userAssessmentId']
|
@@ -28898,7 +28915,7 @@ class DataSafeClient(object):
|
|
28898
28915
|
|
28899
28916
|
def remove_schedule_report(self, report_definition_id, **kwargs):
|
28900
28917
|
"""
|
28901
|
-
Deletes the schedule of a
|
28918
|
+
Deletes the schedule of a .xls or .pdf report.
|
28902
28919
|
|
28903
28920
|
|
28904
28921
|
:param str report_definition_id: (required)
|
@@ -28936,7 +28953,7 @@ class DataSafeClient(object):
|
|
28936
28953
|
:rtype: :class:`~oci.response.Response`
|
28937
28954
|
|
28938
28955
|
:example:
|
28939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
|
28940
28957
|
"""
|
28941
28958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28942
28959
|
required_arguments = ['reportDefinitionId']
|
@@ -29044,7 +29061,7 @@ class DataSafeClient(object):
|
|
29044
29061
|
:rtype: :class:`~oci.response.Response`
|
29045
29062
|
|
29046
29063
|
:example:
|
29047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
|
29048
29065
|
"""
|
29049
29066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29050
29067
|
required_arguments = ['auditTrailId']
|
@@ -29155,7 +29172,7 @@ class DataSafeClient(object):
|
|
29155
29172
|
:rtype: :class:`~oci.response.Response`
|
29156
29173
|
|
29157
29174
|
:example:
|
29158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
|
29159
29176
|
"""
|
29160
29177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29161
29178
|
required_arguments = ['workRequestId']
|
@@ -29269,7 +29286,7 @@ class DataSafeClient(object):
|
|
29269
29286
|
:rtype: :class:`~oci.response.Response`
|
29270
29287
|
|
29271
29288
|
:example:
|
29272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
|
29273
29290
|
"""
|
29274
29291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29275
29292
|
required_arguments = ['auditPolicyId']
|
@@ -29345,14 +29362,14 @@ class DataSafeClient(object):
|
|
29345
29362
|
|
29346
29363
|
def schedule_report(self, report_definition_id, schedule_report_details, **kwargs):
|
29347
29364
|
"""
|
29348
|
-
Schedules a
|
29365
|
+
Schedules a .xls or .pdf report based on parameters and report definition.
|
29349
29366
|
|
29350
29367
|
|
29351
29368
|
:param str report_definition_id: (required)
|
29352
29369
|
Unique report definition identifier
|
29353
29370
|
|
29354
29371
|
:param oci.data_safe.models.ScheduleReportDetails schedule_report_details: (required)
|
29355
|
-
The details for the audit report schedule. It contains details such as schedule,
|
29372
|
+
The details for the audit report schedule. It contains details such as schedule, MIME type .xls/.pdf and number of rows.
|
29356
29373
|
|
29357
29374
|
:param str if_match: (optional)
|
29358
29375
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -29386,7 +29403,7 @@ class DataSafeClient(object):
|
|
29386
29403
|
:rtype: :class:`~oci.response.Response`
|
29387
29404
|
|
29388
29405
|
:example:
|
29389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
|
29390
29407
|
"""
|
29391
29408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29392
29409
|
required_arguments = ['reportDefinitionId']
|
@@ -29505,7 +29522,7 @@ class DataSafeClient(object):
|
|
29505
29522
|
:rtype: :class:`~oci.response.Response`
|
29506
29523
|
|
29507
29524
|
:example:
|
29508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
|
29509
29526
|
"""
|
29510
29527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29511
29528
|
required_arguments = ['securityAssessmentId']
|
@@ -29625,7 +29642,7 @@ class DataSafeClient(object):
|
|
29625
29642
|
:rtype: :class:`~oci.response.Response`
|
29626
29643
|
|
29627
29644
|
:example:
|
29628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
|
29629
29646
|
"""
|
29630
29647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29631
29648
|
required_arguments = ['userAssessmentId']
|
@@ -29745,7 +29762,7 @@ class DataSafeClient(object):
|
|
29745
29762
|
:rtype: :class:`~oci.response.Response`
|
29746
29763
|
|
29747
29764
|
:example:
|
29748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
|
29749
29766
|
"""
|
29750
29767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29751
29768
|
required_arguments = ['auditTrailId']
|
@@ -29861,7 +29878,7 @@ class DataSafeClient(object):
|
|
29861
29878
|
:rtype: :class:`~oci.response.Response`
|
29862
29879
|
|
29863
29880
|
:example:
|
29864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
|
29865
29882
|
"""
|
29866
29883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29867
29884
|
required_arguments = ['sqlCollectionId']
|
@@ -29969,7 +29986,7 @@ class DataSafeClient(object):
|
|
29969
29986
|
:rtype: :class:`~oci.response.Response`
|
29970
29987
|
|
29971
29988
|
:example:
|
29972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
|
29973
29990
|
"""
|
29974
29991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29975
29992
|
required_arguments = ['auditTrailId']
|
@@ -30080,7 +30097,7 @@ class DataSafeClient(object):
|
|
30080
30097
|
:rtype: :class:`~oci.response.Response`
|
30081
30098
|
|
30082
30099
|
:example:
|
30083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
|
30084
30101
|
"""
|
30085
30102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30086
30103
|
required_arguments = ['sqlCollectionId']
|
@@ -30194,7 +30211,7 @@ class DataSafeClient(object):
|
|
30194
30211
|
:rtype: :class:`~oci.response.Response`
|
30195
30212
|
|
30196
30213
|
:example:
|
30197
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30214
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
|
30198
30215
|
"""
|
30199
30216
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30200
30217
|
required_arguments = ['workRequestId']
|
@@ -30309,7 +30326,7 @@ class DataSafeClient(object):
|
|
30309
30326
|
:rtype: :class:`~oci.response.Response`
|
30310
30327
|
|
30311
30328
|
:example:
|
30312
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
|
30313
30330
|
"""
|
30314
30331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30315
30332
|
required_arguments = ['securityAssessmentId']
|
@@ -30424,7 +30441,7 @@ class DataSafeClient(object):
|
|
30424
30441
|
:rtype: :class:`~oci.response.Response`
|
30425
30442
|
|
30426
30443
|
:example:
|
30427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
|
30428
30445
|
"""
|
30429
30446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30430
30447
|
required_arguments = ['userAssessmentId']
|
@@ -30535,7 +30552,7 @@ class DataSafeClient(object):
|
|
30535
30552
|
:rtype: :class:`~oci.response.Response`
|
30536
30553
|
|
30537
30554
|
:example:
|
30538
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30555
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
|
30539
30556
|
"""
|
30540
30557
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30541
30558
|
required_arguments = ['alertId']
|
@@ -30647,7 +30664,7 @@ class DataSafeClient(object):
|
|
30647
30664
|
:rtype: :class:`~oci.response.Response`
|
30648
30665
|
|
30649
30666
|
:example:
|
30650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
|
30651
30668
|
"""
|
30652
30669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30653
30670
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -30757,7 +30774,7 @@ class DataSafeClient(object):
|
|
30757
30774
|
:rtype: :class:`~oci.response.Response`
|
30758
30775
|
|
30759
30776
|
:example:
|
30760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
|
30761
30778
|
"""
|
30762
30779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30763
30780
|
required_arguments = ['auditPolicyId']
|
@@ -30867,7 +30884,7 @@ class DataSafeClient(object):
|
|
30867
30884
|
:rtype: :class:`~oci.response.Response`
|
30868
30885
|
|
30869
30886
|
:example:
|
30870
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
|
30871
30888
|
"""
|
30872
30889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30873
30890
|
required_arguments = ['auditProfileId']
|
@@ -30977,7 +30994,7 @@ class DataSafeClient(object):
|
|
30977
30994
|
:rtype: :class:`~oci.response.Response`
|
30978
30995
|
|
30979
30996
|
:example:
|
30980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
|
30981
30998
|
"""
|
30982
30999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30983
31000
|
required_arguments = ['auditTrailId']
|
@@ -31087,7 +31104,7 @@ class DataSafeClient(object):
|
|
31087
31104
|
:rtype: :class:`~oci.response.Response`
|
31088
31105
|
|
31089
31106
|
:example:
|
31090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
|
31091
31108
|
"""
|
31092
31109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31093
31110
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -31197,7 +31214,7 @@ class DataSafeClient(object):
|
|
31197
31214
|
:rtype: :class:`~oci.response.Response`
|
31198
31215
|
|
31199
31216
|
:example:
|
31200
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
|
31201
31218
|
"""
|
31202
31219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31203
31220
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -31307,7 +31324,7 @@ class DataSafeClient(object):
|
|
31307
31324
|
:rtype: :class:`~oci.response.Response`
|
31308
31325
|
|
31309
31326
|
:example:
|
31310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
|
31311
31328
|
"""
|
31312
31329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31313
31330
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -31421,7 +31438,7 @@ class DataSafeClient(object):
|
|
31421
31438
|
:rtype: :class:`~oci.response.Response`
|
31422
31439
|
|
31423
31440
|
:example:
|
31424
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
|
31425
31442
|
"""
|
31426
31443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31427
31444
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -31532,7 +31549,7 @@ class DataSafeClient(object):
|
|
31532
31549
|
:rtype: :class:`~oci.response.Response`
|
31533
31550
|
|
31534
31551
|
:example:
|
31535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
|
31536
31553
|
"""
|
31537
31554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31538
31555
|
required_arguments = ['maskingPolicyId']
|
@@ -31642,7 +31659,7 @@ class DataSafeClient(object):
|
|
31642
31659
|
:rtype: :class:`~oci.response.Response`
|
31643
31660
|
|
31644
31661
|
:example:
|
31645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
|
31646
31663
|
"""
|
31647
31664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31648
31665
|
required_arguments = ['onPremConnectorId']
|
@@ -31758,7 +31775,7 @@ class DataSafeClient(object):
|
|
31758
31775
|
:rtype: :class:`~oci.response.Response`
|
31759
31776
|
|
31760
31777
|
:example:
|
31761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
|
31762
31779
|
"""
|
31763
31780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31764
31781
|
required_arguments = ['onPremConnectorId']
|
@@ -31877,7 +31894,7 @@ class DataSafeClient(object):
|
|
31877
31894
|
:rtype: :class:`~oci.response.Response`
|
31878
31895
|
|
31879
31896
|
:example:
|
31880
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
|
31881
31898
|
"""
|
31882
31899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31883
31900
|
required_arguments = ['reportDefinitionId']
|
@@ -31990,7 +32007,7 @@ class DataSafeClient(object):
|
|
31990
32007
|
:rtype: :class:`~oci.response.Response`
|
31991
32008
|
|
31992
32009
|
:example:
|
31993
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
|
31994
32011
|
"""
|
31995
32012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31996
32013
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -32100,7 +32117,7 @@ class DataSafeClient(object):
|
|
32100
32117
|
:rtype: :class:`~oci.response.Response`
|
32101
32118
|
|
32102
32119
|
:example:
|
32103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
|
32104
32121
|
"""
|
32105
32122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32106
32123
|
required_arguments = ['securityAssessmentId']
|
@@ -32210,7 +32227,7 @@ class DataSafeClient(object):
|
|
32210
32227
|
:rtype: :class:`~oci.response.Response`
|
32211
32228
|
|
32212
32229
|
:example:
|
32213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
|
32214
32231
|
"""
|
32215
32232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32216
32233
|
required_arguments = ['securityPolicyId']
|
@@ -32320,7 +32337,7 @@ class DataSafeClient(object):
|
|
32320
32337
|
:rtype: :class:`~oci.response.Response`
|
32321
32338
|
|
32322
32339
|
:example:
|
32323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32340
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
|
32324
32341
|
"""
|
32325
32342
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32326
32343
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -32433,7 +32450,7 @@ class DataSafeClient(object):
|
|
32433
32450
|
:rtype: :class:`~oci.response.Response`
|
32434
32451
|
|
32435
32452
|
:example:
|
32436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
|
32437
32454
|
"""
|
32438
32455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32439
32456
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -32545,7 +32562,7 @@ class DataSafeClient(object):
|
|
32545
32562
|
:rtype: :class:`~oci.response.Response`
|
32546
32563
|
|
32547
32564
|
:example:
|
32548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
|
32549
32566
|
"""
|
32550
32567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32551
32568
|
required_arguments = ['sensitiveDataModelId']
|
@@ -32655,7 +32672,7 @@ class DataSafeClient(object):
|
|
32655
32672
|
:rtype: :class:`~oci.response.Response`
|
32656
32673
|
|
32657
32674
|
:example:
|
32658
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
|
32659
32676
|
"""
|
32660
32677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32661
32678
|
required_arguments = ['sensitiveTypeId']
|
@@ -32765,7 +32782,7 @@ class DataSafeClient(object):
|
|
32765
32782
|
:rtype: :class:`~oci.response.Response`
|
32766
32783
|
|
32767
32784
|
:example:
|
32768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
|
32769
32786
|
"""
|
32770
32787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32771
32788
|
required_arguments = ['sqlCollectionId']
|
@@ -32840,14 +32857,14 @@ class DataSafeClient(object):
|
|
32840
32857
|
|
32841
32858
|
def update_sql_firewall_policy(self, sql_firewall_policy_id, update_sql_firewall_policy_details, **kwargs):
|
32842
32859
|
"""
|
32843
|
-
Updates the SQL
|
32860
|
+
Updates the SQL Firewall policy.
|
32844
32861
|
|
32845
32862
|
|
32846
32863
|
:param str sql_firewall_policy_id: (required)
|
32847
|
-
The OCID of the SQL
|
32864
|
+
The OCID of the SQL Firewall policy resource.
|
32848
32865
|
|
32849
32866
|
:param oci.data_safe.models.UpdateSqlFirewallPolicyDetails update_sql_firewall_policy_details: (required)
|
32850
|
-
Details to update the SQL
|
32867
|
+
Details to update the SQL Firewall policy.
|
32851
32868
|
|
32852
32869
|
:param str if_match: (optional)
|
32853
32870
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -32875,7 +32892,7 @@ class DataSafeClient(object):
|
|
32875
32892
|
:rtype: :class:`~oci.response.Response`
|
32876
32893
|
|
32877
32894
|
:example:
|
32878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32895
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
|
32879
32896
|
"""
|
32880
32897
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32881
32898
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -32985,7 +33002,7 @@ class DataSafeClient(object):
|
|
32985
33002
|
:rtype: :class:`~oci.response.Response`
|
32986
33003
|
|
32987
33004
|
:example:
|
32988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
|
32989
33006
|
"""
|
32990
33007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32991
33008
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -33101,7 +33118,7 @@ class DataSafeClient(object):
|
|
33101
33118
|
:rtype: :class:`~oci.response.Response`
|
33102
33119
|
|
33103
33120
|
:example:
|
33104
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
|
33105
33122
|
"""
|
33106
33123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33107
33124
|
required_arguments = ['targetDatabaseId']
|
@@ -33214,7 +33231,7 @@ class DataSafeClient(object):
|
|
33214
33231
|
:rtype: :class:`~oci.response.Response`
|
33215
33232
|
|
33216
33233
|
:example:
|
33217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33234
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
|
33218
33235
|
"""
|
33219
33236
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33220
33237
|
required_arguments = ['userAssessmentId']
|
@@ -33335,7 +33352,7 @@ class DataSafeClient(object):
|
|
33335
33352
|
:rtype: :class:`~oci.response.Response`
|
33336
33353
|
|
33337
33354
|
:example:
|
33338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
|
33339
33356
|
"""
|
33340
33357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33341
33358
|
required_arguments = ['maskingPolicyId']
|
@@ -33476,7 +33493,7 @@ class DataSafeClient(object):
|
|
33476
33493
|
:rtype: :class:`~oci.response.Response`
|
33477
33494
|
|
33478
33495
|
:example:
|
33479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33496
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
|
33480
33497
|
"""
|
33481
33498
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33482
33499
|
required_arguments = ['sensitiveDataModelId']
|