oci 2.128.2__py3-none-any.whl → 2.128.9__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 +36 -36
- 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 +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- 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 +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- 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 +66 -66
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +45 -45
- 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 +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- 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/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- 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 +278 -278
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +8268 -6013
- oci/database/database_client_composite_operations.py +620 -0
- oci/database/models/__init__.py +46 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +14 -2
- oci/database/models/autonomous_database_summary.py +14 -2
- oci/database/models/change_exadb_vm_cluster_compartment_details.py +76 -0
- oci/database/models/change_exascale_db_storage_vault_compartment_details.py +76 -0
- oci/database/models/cloud_automation_apply_update_time_preference.py +103 -0
- oci/database/models/cloud_automation_freeze_period.py +103 -0
- oci/database/models/cloud_automation_update_details.py +157 -0
- oci/database/models/create_autonomous_database_base.py +4 -4
- oci/database/models/create_database_details.py +37 -2
- oci/database/models/create_database_software_image_details.py +7 -3
- oci/database/models/create_exadb_vm_cluster_details.py +956 -0
- oci/database/models/create_exascale_db_storage_vault_details.py +340 -0
- oci/database/models/create_pluggable_database_creation_type_details.py +4 -1
- oci/database/models/create_pluggable_database_from_local_clone_details.py +33 -2
- oci/database/models/create_pluggable_database_from_remote_clone_details.py +33 -2
- oci/database/models/database_software_image.py +7 -3
- oci/database/models/database_software_image_summary.py +7 -3
- oci/database/models/db_node.py +38 -3
- oci/database/models/db_node_details.py +76 -0
- oci/database/models/db_node_summary.py +38 -3
- oci/database/models/db_server.py +3 -3
- oci/database/models/db_server_summary.py +3 -3
- oci/database/models/exadb_vm_cluster.py +1592 -0
- oci/database/models/exadb_vm_cluster_storage_details.py +72 -0
- oci/database/models/exadb_vm_cluster_summary.py +1565 -0
- oci/database/models/exadb_vm_cluster_update.py +416 -0
- oci/database/models/exadb_vm_cluster_update_history_entry.py +392 -0
- oci/database/models/exadb_vm_cluster_update_history_entry_summary.py +392 -0
- oci/database/models/exadb_vm_cluster_update_summary.py +422 -0
- oci/database/models/exascale_db_storage_details.py +103 -0
- oci/database/models/exascale_db_storage_input_details.py +72 -0
- oci/database/models/exascale_db_storage_vault.py +605 -0
- oci/database/models/exascale_db_storage_vault_summary.py +536 -0
- oci/database/models/gi_minor_version_summary.py +107 -0
- oci/database/models/key_store.py +7 -3
- oci/database/models/key_store_summary.py +7 -3
- oci/database/models/maintenance_window.py +2 -4
- oci/database/models/remove_virtual_machine_from_exadb_vm_cluster_details.py +72 -0
- oci/database/models/update_exadb_vm_cluster_details.py +570 -0
- oci/database/models/update_exascale_db_storage_vault_details.py +239 -0
- oci/database_management/db_management_client.py +210 -210
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/child_database.py +7 -3
- oci/database_management/models/database_usage_metrics.py +7 -3
- oci/database_management/models/fleet_status_by_category.py +7 -3
- oci/database_management/models/job_database.py +7 -3
- oci/database_management/models/job_execution.py +7 -3
- oci/database_management/models/job_execution_summary.py +7 -3
- oci/database_management/models/managed_database.py +7 -3
- oci/database_management/models/managed_database_summary.py +7 -3
- oci/database_management/models/optimizer_database.py +7 -3
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/__init__.py +1 -1
- oci/database_migration/database_migration_client.py +322 -833
- oci/database_migration/database_migration_client_composite_operations.py +3 -95
- oci/database_migration/models/__init__.py +145 -115
- oci/database_migration/models/adb_dedicated_auto_create_tablespace_details.py +12 -8
- oci/database_migration/models/adb_dedicated_remap_target_tablespace_details.py +4 -4
- oci/database_migration/models/adb_serverles_tablespace_details.py +4 -4
- oci/database_migration/models/admin_credentials.py +1 -1
- oci/database_migration/models/advisor_report.py +4 -4
- oci/database_migration/models/advisor_report_bucket_details.py +6 -6
- oci/database_migration/models/advisor_report_location_details.py +4 -4
- oci/database_migration/models/change_connection_compartment_details.py +4 -4
- oci/database_migration/models/change_migration_compartment_details.py +4 -4
- oci/database_migration/models/clone_migration_details.py +87 -168
- oci/database_migration/models/connection.py +453 -420
- oci/database_migration/models/connection_collection.py +4 -4
- oci/database_migration/models/connection_summary.py +315 -280
- oci/database_migration/models/create_adb_dedicated_auto_create_tablespace_details.py +12 -8
- oci/database_migration/models/create_adb_dedicated_remap_target_tablespace_details.py +4 -4
- oci/database_migration/models/create_adb_serverles_tablespace_details.py +2 -2
- oci/database_migration/models/create_admin_credentials.py +1 -1
- oci/database_migration/models/create_connection_details.py +276 -342
- oci/database_migration/models/create_curl_transfer_details.py +1 -1
- oci/database_migration/models/create_data_pump_parameters.py +2 -4
- oci/database_migration/models/create_directory_object.py +1 -1
- oci/database_migration/models/create_extract.py +1 -1
- oci/database_migration/models/create_golden_gate_hub_details.py +277 -0
- oci/database_migration/models/create_host_dump_transfer_details.py +4 -4
- oci/database_migration/models/create_migration_details.py +143 -409
- oci/database_migration/models/create_my_sql_advisor_settings.py +103 -0
- oci/database_migration/models/create_my_sql_data_transfer_medium_details.py +101 -0
- oci/database_migration/models/create_my_sql_ggs_deployment_details.py +99 -0
- oci/database_migration/models/create_my_sql_initial_load_settings.py +316 -0
- oci/database_migration/models/create_my_sql_migration_details.py +340 -0
- oci/database_migration/models/create_my_sql_object_storage_data_transfer_medium_details.py +78 -0
- oci/database_migration/models/create_mysql_connection_details.py +524 -0
- oci/database_migration/models/create_non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/create_non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/create_object_store_bucket.py +1 -1
- oci/database_migration/models/create_oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/create_oracle_advisor_settings.py +103 -0
- oci/database_migration/models/create_oracle_aws_s3_data_transfer_medium_details.py +211 -0
- oci/database_migration/models/create_oracle_connection_details.py +392 -0
- oci/database_migration/models/create_oracle_data_transfer_medium_details.py +125 -0
- oci/database_migration/models/create_oracle_db_link_data_transfer_medium_details.py +111 -0
- oci/database_migration/models/create_oracle_ggs_deployment_details.py +126 -0
- oci/database_migration/models/create_oracle_initial_load_settings.py +239 -0
- oci/database_migration/models/create_oracle_migration_details.py +402 -0
- oci/database_migration/models/create_oracle_nfs_data_transfer_medium_details.py +163 -0
- oci/database_migration/models/create_oracle_object_storage_data_transfer_medium_details.py +132 -0
- oci/database_migration/models/create_replicat.py +3 -96
- oci/database_migration/models/create_target_type_tablespace_details.py +1 -1
- oci/database_migration/models/curl_transfer_details.py +1 -1
- oci/database_migration/models/data_pump_parameters.py +4 -6
- oci/database_migration/models/diagnostics_result.py +1 -1
- oci/database_migration/models/directory_object.py +1 -1
- oci/database_migration/models/excluded_object_summary.py +1 -1
- oci/database_migration/models/excluded_object_summary_collection.py +1 -1
- oci/database_migration/models/extract.py +1 -1
- oci/database_migration/models/ggs_deployment.py +5 -5
- oci/database_migration/models/golden_gate_hub_details.py +277 -0
- oci/database_migration/models/host_dump_transfer_details.py +2 -2
- oci/database_migration/models/ingress_ip_details.py +72 -0
- oci/database_migration/models/job.py +5 -5
- oci/database_migration/models/job_collection.py +1 -1
- oci/database_migration/models/job_output_summary.py +1 -1
- oci/database_migration/models/job_output_summary_collection.py +1 -1
- oci/database_migration/models/job_summary.py +5 -5
- oci/database_migration/models/log_location_bucket_details.py +1 -1
- oci/database_migration/models/metadata_remap.py +1 -1
- oci/database_migration/models/migration.py +154 -412
- oci/database_migration/models/migration_collection.py +1 -1
- oci/database_migration/models/migration_job_progress_resource.py +18 -10
- oci/database_migration/models/migration_job_progress_summary.py +18 -10
- oci/database_migration/models/migration_object_collection.py +54 -46
- oci/database_migration/models/migration_object_type_summary.py +1 -1
- oci/database_migration/models/migration_object_type_summary_collection.py +1 -1
- oci/database_migration/models/migration_parameter_base.py +127 -0
- oci/database_migration/models/migration_parameter_details.py +164 -0
- oci/database_migration/models/migration_parameter_summary.py +502 -0
- oci/database_migration/models/migration_parameter_summary_collection.py +72 -0
- oci/database_migration/models/migration_phase_collection.py +1 -1
- oci/database_migration/models/migration_phase_summary.py +18 -10
- oci/database_migration/models/migration_summary.py +102 -117
- oci/database_migration/models/my_sql_advisor_settings.py +103 -0
- oci/database_migration/models/my_sql_clone_migration_details.py +93 -0
- oci/database_migration/models/my_sql_data_transfer_medium_details.py +101 -0
- oci/database_migration/models/my_sql_database_object.py +136 -0
- oci/database_migration/models/my_sql_database_object_summary.py +183 -0
- oci/database_migration/models/my_sql_ggs_deployment_details.py +126 -0
- oci/database_migration/models/my_sql_initial_load_settings.py +316 -0
- oci/database_migration/models/my_sql_migration.py +309 -0
- oci/database_migration/models/my_sql_migration_object_collection.py +117 -0
- oci/database_migration/models/my_sql_migration_summary.py +159 -0
- oci/database_migration/models/my_sql_object_storage_data_transfer_medium_details.py +78 -0
- oci/database_migration/models/mysql_connection.py +538 -0
- oci/database_migration/models/mysql_connection_summary.py +413 -0
- oci/database_migration/models/name_value_pair.py +103 -0
- oci/database_migration/models/non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/object_store_bucket.py +1 -1
- oci/database_migration/models/oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/oracle_advisor_settings.py +103 -0
- oci/database_migration/models/oracle_aws_s3_data_transfer_medium_details.py +211 -0
- oci/database_migration/models/oracle_clone_migration_details.py +124 -0
- oci/database_migration/models/oracle_connection.py +449 -0
- oci/database_migration/models/oracle_connection_summary.py +256 -0
- oci/database_migration/models/oracle_data_transfer_medium_details.py +125 -0
- oci/database_migration/models/oracle_database_object.py +169 -0
- oci/database_migration/models/oracle_database_object_summary.py +216 -0
- oci/database_migration/models/oracle_db_link_data_transfer_medium_details.py +111 -0
- oci/database_migration/models/oracle_ggs_deployment_details.py +153 -0
- oci/database_migration/models/oracle_initial_load_settings.py +239 -0
- oci/database_migration/models/oracle_migration.py +371 -0
- oci/database_migration/models/oracle_migration_object_collection.py +117 -0
- oci/database_migration/models/oracle_migration_summary.py +190 -0
- oci/database_migration/models/oracle_nfs_data_transfer_medium_details.py +163 -0
- oci/database_migration/models/oracle_object_storage_data_transfer_medium_details.py +132 -0
- oci/database_migration/models/phase_extract_entry.py +1 -1
- oci/database_migration/models/phase_status.py +18 -10
- oci/database_migration/models/replicat.py +3 -96
- oci/database_migration/models/result_error.py +1 -1
- oci/database_migration/models/resume_job_details.py +18 -10
- oci/database_migration/models/start_migration_details.py +18 -10
- oci/database_migration/models/target_type_tablespace_details.py +1 -1
- oci/database_migration/models/unsupported_database_object.py +1 -1
- oci/database_migration/models/update_adb_dedicated_auto_create_tablespace_details.py +12 -8
- oci/database_migration/models/update_adb_dedicated_remap_target_tablespace_details.py +4 -4
- oci/database_migration/models/update_adb_serverles_tablespace_details.py +2 -2
- oci/database_migration/models/update_admin_credentials.py +1 -1
- oci/database_migration/models/update_connection_details.py +278 -244
- oci/database_migration/models/update_curl_transfer_details.py +1 -1
- oci/database_migration/models/update_data_pump_parameters.py +6 -8
- oci/database_migration/models/update_directory_object.py +1 -1
- oci/database_migration/models/update_extract.py +1 -1
- oci/database_migration/models/update_golden_gate_hub_details.py +277 -0
- oci/database_migration/models/update_host_dump_transfer_details.py +4 -4
- oci/database_migration/models/update_job_details.py +5 -5
- oci/database_migration/models/update_migration_details.py +122 -363
- oci/database_migration/models/update_my_sql_advisor_settings.py +103 -0
- oci/database_migration/models/update_my_sql_data_transfer_medium_details.py +101 -0
- oci/database_migration/models/update_my_sql_ggs_deployment_details.py +99 -0
- oci/database_migration/models/update_my_sql_initial_load_settings.py +316 -0
- oci/database_migration/models/update_my_sql_migration_details.py +236 -0
- oci/database_migration/models/update_my_sql_object_storage_data_transfer_medium_details.py +78 -0
- oci/database_migration/models/update_mysql_connection_details.py +484 -0
- oci/database_migration/models/update_non_adb_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/update_non_adb_remap_tablespace_details.py +1 -1
- oci/database_migration/models/update_object_store_bucket.py +1 -1
- oci/database_migration/models/update_oci_cli_dump_transfer_details.py +1 -1
- oci/database_migration/models/update_oracle_advisor_settings.py +103 -0
- oci/database_migration/models/update_oracle_aws_s3_data_transfer_medium_details.py +211 -0
- oci/database_migration/models/update_oracle_connection_details.py +354 -0
- oci/database_migration/models/update_oracle_data_transfer_medium_details.py +125 -0
- oci/database_migration/models/update_oracle_db_link_data_transfer_medium_details.py +111 -0
- oci/database_migration/models/update_oracle_ggs_deployment_details.py +126 -0
- oci/database_migration/models/update_oracle_initial_load_settings.py +239 -0
- oci/database_migration/models/update_oracle_migration_details.py +298 -0
- oci/database_migration/models/update_oracle_nfs_data_transfer_medium_details.py +163 -0
- oci/database_migration/models/update_oracle_object_storage_data_transfer_medium_details.py +132 -0
- oci/database_migration/models/update_replicat.py +3 -96
- oci/database_migration/models/update_target_defaults_auto_create_tablespace_details.py +1 -1
- oci/database_migration/models/update_target_defaults_remap_tablespace_details.py +1 -1
- oci/database_migration/models/update_target_type_tablespace_details.py +1 -1
- oci/database_migration/models/work_request.py +4 -12
- oci/database_migration/models/work_request_collection.py +1 -1
- oci/database_migration/models/work_request_error.py +1 -1
- oci/database_migration/models/work_request_error_collection.py +1 -1
- oci/database_migration/models/work_request_log_entry.py +1 -1
- oci/database_migration/models/work_request_log_entry_collection.py +1 -1
- oci/database_migration/models/work_request_resource.py +1 -1
- oci/database_migration/models/work_request_summary.py +1 -1
- oci/database_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- 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 +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/exceptions.py +46 -7
- oci/file_storage/file_storage_client.py +185 -67
- oci/file_storage/models/create_export_details.py +14 -4
- oci/file_storage/models/create_file_system_details.py +51 -0
- oci/file_storage/models/file_system.py +89 -3
- oci/file_storage/models/file_system_summary.py +60 -5
- oci/file_storage/models/snapshot_schedule.py +8 -2
- 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 +41 -41
- 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/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- 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 +300 -300
- 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_hsm_cluster_client.py +12 -12
- 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 +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- 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 +28 -28
- 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_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +116 -6
- oci/mysql/db_backups_client_composite_operations.py +39 -0
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/__init__.py +4 -0
- oci/mysql/models/backup.py +99 -2
- oci/mysql/models/backup_summary.py +126 -2
- oci/mysql/models/copy_backup_details.py +210 -0
- oci/mysql/models/db_system_snapshot.py +39 -2
- oci/mysql/models/db_system_snapshot_summary.py +140 -0
- oci/mysql/models/work_request.py +7 -3
- oci/mysql/models/work_request_summary.py +7 -3
- 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/__init__.py +2 -1
- oci/object_storage/object_storage_client.py +50 -50
- oci/object_storage/transfer/internal/download/DownloadConfiguration.py +232 -0
- oci/object_storage/transfer/internal/download/DownloadManager.py +902 -0
- oci/object_storage/transfer/internal/download/DownloadThread.py +375 -0
- oci/object_storage/transfer/internal/download/__init__.py +5 -0
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- 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 +13 -13
- 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 +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +12 -0
- oci/opsi/models/basic_configuration_item_summary.py +3 -3
- oci/opsi/models/create_operations_insights_private_endpoint_details.py +4 -2
- oci/opsi/models/create_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/create_operations_insights_warehouse_user_details.py +4 -4
- oci/opsi/models/credential_details.py +1 -1
- oci/opsi/models/database_configuration_summary.py +2 -2
- oci/opsi/models/database_details.py +2 -2
- oci/opsi/models/database_insight.py +2 -2
- oci/opsi/models/database_insight_summary.py +2 -2
- oci/opsi/models/download_operations_insights_warehouse_wallet_details.py +2 -2
- oci/opsi/models/enterprise_manager_bridges.py +1 -1
- oci/opsi/models/host_configuration_metric_group.py +11 -3
- oci/opsi/models/host_cpu_hardware_configuration.py +1 -1
- oci/opsi/models/host_cpu_recommendations.py +118 -5
- oci/opsi/models/host_cpu_usage.py +1 -1
- oci/opsi/models/host_entities.py +1 -1
- oci/opsi/models/host_filesystem_configuration.py +1 -1
- oci/opsi/models/host_filesystem_usage.py +1 -1
- oci/opsi/models/host_gpu_configuration.py +492 -0
- oci/opsi/models/host_gpu_processes.py +213 -0
- oci/opsi/models/host_gpu_usage.py +678 -0
- oci/opsi/models/host_hardware_configuration.py +1 -1
- oci/opsi/models/host_insight.py +2 -2
- oci/opsi/models/host_insight_host_recommendations.py +27 -3
- oci/opsi/models/host_insight_summary.py +4 -4
- oci/opsi/models/host_memory_configuration.py +1 -1
- oci/opsi/models/host_memory_recommendations.py +165 -0
- oci/opsi/models/host_memory_usage.py +1 -1
- oci/opsi/models/host_network_activity_summary.py +1 -1
- oci/opsi/models/host_network_configuration.py +1 -1
- oci/opsi/models/host_network_recommendations.py +134 -0
- oci/opsi/models/host_performance_metric_group.py +19 -3
- oci/opsi/models/host_product.py +1 -1
- oci/opsi/models/host_resource_allocation.py +1 -1
- oci/opsi/models/host_storage_recommendations.py +134 -0
- oci/opsi/models/host_top_processes.py +34 -3
- oci/opsi/models/importable_enterprise_manager_entity.py +2 -2
- oci/opsi/models/news_report.py +2 -2
- oci/opsi/models/news_report_summary.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint.py +2 -2
- oci/opsi/models/operations_insights_private_endpoint_summary.py +2 -2
- oci/opsi/models/operations_insights_warehouse.py +6 -6
- oci/opsi/models/operations_insights_warehouse_summary.py +6 -6
- oci/opsi/models/operations_insights_warehouse_user.py +4 -4
- oci/opsi/models/operations_insights_warehouse_user_summary.py +4 -4
- oci/opsi/models/operations_insights_warehouses.py +3 -3
- oci/opsi/models/opsi_configuration_basic_configuration_item_summary.py +1 -1
- oci/opsi/models/resource_filters.py +56 -2
- oci/opsi/models/sql_bucket.py +2 -2
- oci/opsi/models/sql_search_summary.py +2 -2
- oci/opsi/models/top_processes_usage.py +31 -0
- oci/opsi/models/top_processes_usage_trend.py +31 -0
- oci/opsi/models/update_operations_insights_warehouse_details.py +2 -2
- oci/opsi/models/update_operations_insights_warehouse_user_details.py +2 -2
- oci/opsi/models/work_requests.py +1 -1
- oci/opsi/operations_insights_client.py +604 -409
- oci/opsi/operations_insights_client_composite_operations.py +8 -8
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- 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/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/redis_cluster_client.py +11 -11
- oci/regions_definitions.py +3 -0
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- 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/connector_plugins_client.py +2 -2
- 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/stack_monitoring_client.py +64 -64
- 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/usage_summary.py +62 -0
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- 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.128.2.dist-info → oci-2.128.9.dist-info}/METADATA +1 -1
- {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/RECORD +557 -450
- {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/LICENSE.txt +0 -0
- {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.128.2.dist-info → oci-2.128.9.dist-info}/WHEEL +0 -0
- {oci-2.128.2.dist-info → oci-2.128.9.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.128.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
1112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
1231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
1350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
1469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
1582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
1698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
1817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
1936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
2055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/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.128.
|
2174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_masking_policy_health_report_compartment.py.html>`__ to see an example of how to use change_masking_policy_health_report_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 = ['maskingPolicyHealthReportId']
|
@@ -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.128.
|
2293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_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 = ['onPremConnectorId']
|
@@ -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.128.
|
2412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_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 = ['reportId']
|
@@ -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.128.
|
2531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
|
2532
2532
|
"""
|
2533
2533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2534
2534
|
required_arguments = ['reportDefinitionId']
|
@@ -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.128.
|
2650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
|
2651
2651
|
"""
|
2652
2652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2653
2653
|
required_arguments = ['auditProfileId']
|
@@ -2766,7 +2766,7 @@ class DataSafeClient(object):
|
|
2766
2766
|
:rtype: :class:`~oci.response.Response`
|
2767
2767
|
|
2768
2768
|
:example:
|
2769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
2769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
|
2770
2770
|
"""
|
2771
2771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2772
2772
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -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.128.
|
2892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_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 = ['securityAssessmentId']
|
@@ -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.128.
|
3011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_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 = ['securityPolicyId']
|
@@ -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.128.
|
3130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_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 = ['securityPolicyDeploymentId']
|
@@ -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.128.
|
3249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_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 = ['sensitiveDataModelId']
|
@@ -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.128.
|
3368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_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 = ['sensitiveTypeId']
|
@@ -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.128.
|
3487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_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 = ['sqlCollectionId']
|
@@ -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.128.
|
3606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_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 = ['sqlFirewallPolicyId']
|
@@ -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.128.
|
3725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_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 = ['targetAlertPolicyAssociationId']
|
@@ -3841,7 +3841,7 @@ class DataSafeClient(object):
|
|
3841
3841
|
:rtype: :class:`~oci.response.Response`
|
3842
3842
|
|
3843
3843
|
:example:
|
3844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
|
3845
3845
|
"""
|
3846
3846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3847
3847
|
required_arguments = ['targetDatabaseId']
|
@@ -3964,7 +3964,7 @@ class DataSafeClient(object):
|
|
3964
3964
|
:rtype: :class:`~oci.response.Response`
|
3965
3965
|
|
3966
3966
|
:example:
|
3967
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
3967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
|
3968
3968
|
"""
|
3969
3969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3970
3970
|
required_arguments = ['userAssessmentId']
|
@@ -4084,7 +4084,7 @@ class DataSafeClient(object):
|
|
4084
4084
|
:rtype: :class:`~oci.response.Response`
|
4085
4085
|
|
4086
4086
|
:example:
|
4087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
|
4088
4088
|
"""
|
4089
4089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4090
4090
|
required_arguments = ['securityAssessmentId']
|
@@ -4204,7 +4204,7 @@ class DataSafeClient(object):
|
|
4204
4204
|
:rtype: :class:`~oci.response.Response`
|
4205
4205
|
|
4206
4206
|
:example:
|
4207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
|
4208
4208
|
"""
|
4209
4209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4210
4210
|
required_arguments = ['userAssessmentId']
|
@@ -4315,7 +4315,7 @@ class DataSafeClient(object):
|
|
4315
4315
|
:rtype: :class:`~oci.response.Response`
|
4316
4316
|
|
4317
4317
|
:example:
|
4318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
|
4319
4319
|
"""
|
4320
4320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4321
4321
|
required_arguments = []
|
@@ -4412,7 +4412,7 @@ class DataSafeClient(object):
|
|
4412
4412
|
:rtype: :class:`~oci.response.Response`
|
4413
4413
|
|
4414
4414
|
:example:
|
4415
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
|
4416
4416
|
"""
|
4417
4417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4418
4418
|
required_arguments = []
|
@@ -4513,7 +4513,7 @@ class DataSafeClient(object):
|
|
4513
4513
|
:rtype: :class:`~oci.response.Response`
|
4514
4514
|
|
4515
4515
|
:example:
|
4516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
|
4517
4517
|
"""
|
4518
4518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4519
4519
|
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.128.
|
4617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
|
4618
4618
|
"""
|
4619
4619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4620
4620
|
required_arguments = []
|
@@ -4733,7 +4733,7 @@ class DataSafeClient(object):
|
|
4733
4733
|
:rtype: :class:`~oci.response.Response`
|
4734
4734
|
|
4735
4735
|
:example:
|
4736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
|
4737
4737
|
"""
|
4738
4738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4739
4739
|
required_arguments = ['maskingPolicyId']
|
@@ -4856,7 +4856,7 @@ class DataSafeClient(object):
|
|
4856
4856
|
:rtype: :class:`~oci.response.Response`
|
4857
4857
|
|
4858
4858
|
:example:
|
4859
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
|
4860
4860
|
"""
|
4861
4861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4862
4862
|
required_arguments = []
|
@@ -4953,7 +4953,7 @@ class DataSafeClient(object):
|
|
4953
4953
|
:rtype: :class:`~oci.response.Response`
|
4954
4954
|
|
4955
4955
|
:example:
|
4956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
4956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
|
4957
4957
|
"""
|
4958
4958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4959
4959
|
required_arguments = []
|
@@ -5060,7 +5060,7 @@ class DataSafeClient(object):
|
|
5060
5060
|
:rtype: :class:`~oci.response.Response`
|
5061
5061
|
|
5062
5062
|
:example:
|
5063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
|
5064
5064
|
"""
|
5065
5065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5066
5066
|
required_arguments = ['targetDatabaseId']
|
@@ -5171,7 +5171,7 @@ class DataSafeClient(object):
|
|
5171
5171
|
:rtype: :class:`~oci.response.Response`
|
5172
5172
|
|
5173
5173
|
:example:
|
5174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
|
5175
5175
|
"""
|
5176
5176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5177
5177
|
required_arguments = []
|
@@ -5272,7 +5272,7 @@ class DataSafeClient(object):
|
|
5272
5272
|
:rtype: :class:`~oci.response.Response`
|
5273
5273
|
|
5274
5274
|
:example:
|
5275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
|
5276
5276
|
"""
|
5277
5277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5278
5278
|
required_arguments = []
|
@@ -5373,7 +5373,7 @@ class DataSafeClient(object):
|
|
5373
5373
|
:rtype: :class:`~oci.response.Response`
|
5374
5374
|
|
5375
5375
|
:example:
|
5376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
|
5377
5377
|
"""
|
5378
5378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5379
5379
|
required_arguments = []
|
@@ -5473,7 +5473,7 @@ class DataSafeClient(object):
|
|
5473
5473
|
:rtype: :class:`~oci.response.Response`
|
5474
5474
|
|
5475
5475
|
:example:
|
5476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
|
5477
5477
|
"""
|
5478
5478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5479
5479
|
required_arguments = ['sensitiveDataModelId']
|
@@ -5582,7 +5582,7 @@ class DataSafeClient(object):
|
|
5582
5582
|
:rtype: :class:`~oci.response.Response`
|
5583
5583
|
|
5584
5584
|
:example:
|
5585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
|
5586
5586
|
"""
|
5587
5587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5588
5588
|
required_arguments = []
|
@@ -5681,7 +5681,7 @@ class DataSafeClient(object):
|
|
5681
5681
|
:rtype: :class:`~oci.response.Response`
|
5682
5682
|
|
5683
5683
|
:example:
|
5684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
|
5685
5685
|
"""
|
5686
5686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5687
5687
|
required_arguments = []
|
@@ -5778,7 +5778,7 @@ class DataSafeClient(object):
|
|
5778
5778
|
:rtype: :class:`~oci.response.Response`
|
5779
5779
|
|
5780
5780
|
:example:
|
5781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
|
5782
5782
|
"""
|
5783
5783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5784
5784
|
required_arguments = []
|
@@ -5875,7 +5875,7 @@ class DataSafeClient(object):
|
|
5875
5875
|
:rtype: :class:`~oci.response.Response`
|
5876
5876
|
|
5877
5877
|
:example:
|
5878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
|
5879
5879
|
"""
|
5880
5880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5881
5881
|
required_arguments = []
|
@@ -5972,7 +5972,7 @@ class DataSafeClient(object):
|
|
5972
5972
|
:rtype: :class:`~oci.response.Response`
|
5973
5973
|
|
5974
5974
|
:example:
|
5975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
5975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
|
5976
5976
|
"""
|
5977
5977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5978
5978
|
required_arguments = []
|
@@ -6073,7 +6073,7 @@ class DataSafeClient(object):
|
|
6073
6073
|
:rtype: :class:`~oci.response.Response`
|
6074
6074
|
|
6075
6075
|
:example:
|
6076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
|
6077
6077
|
"""
|
6078
6078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6079
6079
|
required_arguments = []
|
@@ -6177,7 +6177,7 @@ class DataSafeClient(object):
|
|
6177
6177
|
:rtype: :class:`~oci.response.Response`
|
6178
6178
|
|
6179
6179
|
:example:
|
6180
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
|
6181
6181
|
"""
|
6182
6182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6183
6183
|
required_arguments = ['targetDatabaseId']
|
@@ -6286,7 +6286,7 @@ class DataSafeClient(object):
|
|
6286
6286
|
:rtype: :class:`~oci.response.Response`
|
6287
6287
|
|
6288
6288
|
:example:
|
6289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
|
6290
6290
|
"""
|
6291
6291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6292
6292
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -6391,7 +6391,7 @@ class DataSafeClient(object):
|
|
6391
6391
|
:rtype: :class:`~oci.response.Response`
|
6392
6392
|
|
6393
6393
|
:example:
|
6394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
|
6395
6395
|
"""
|
6396
6396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6397
6397
|
required_arguments = ['auditTrailId']
|
@@ -6496,7 +6496,7 @@ class DataSafeClient(object):
|
|
6496
6496
|
:rtype: :class:`~oci.response.Response`
|
6497
6497
|
|
6498
6498
|
:example:
|
6499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
|
6500
6500
|
"""
|
6501
6501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6502
6502
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -6601,7 +6601,7 @@ class DataSafeClient(object):
|
|
6601
6601
|
:rtype: :class:`~oci.response.Response`
|
6602
6602
|
|
6603
6603
|
:example:
|
6604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
|
6605
6605
|
"""
|
6606
6606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6607
6607
|
required_arguments = ['discoveryJobId']
|
@@ -6709,7 +6709,7 @@ class DataSafeClient(object):
|
|
6709
6709
|
:rtype: :class:`~oci.response.Response`
|
6710
6710
|
|
6711
6711
|
:example:
|
6712
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
|
6713
6713
|
"""
|
6714
6714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6715
6715
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -6815,7 +6815,7 @@ class DataSafeClient(object):
|
|
6815
6815
|
:rtype: :class:`~oci.response.Response`
|
6816
6816
|
|
6817
6817
|
:example:
|
6818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
|
6819
6819
|
"""
|
6820
6820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6821
6821
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -6923,7 +6923,7 @@ class DataSafeClient(object):
|
|
6923
6923
|
:rtype: :class:`~oci.response.Response`
|
6924
6924
|
|
6925
6925
|
:example:
|
6926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
6926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
|
6927
6927
|
"""
|
6928
6928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6929
6929
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -7029,7 +7029,7 @@ class DataSafeClient(object):
|
|
7029
7029
|
:rtype: :class:`~oci.response.Response`
|
7030
7030
|
|
7031
7031
|
:example:
|
7032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
|
7033
7033
|
"""
|
7034
7034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7035
7035
|
required_arguments = ['maskingPolicyId']
|
@@ -7134,7 +7134,7 @@ class DataSafeClient(object):
|
|
7134
7134
|
:rtype: :class:`~oci.response.Response`
|
7135
7135
|
|
7136
7136
|
:example:
|
7137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
|
7138
7138
|
"""
|
7139
7139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7140
7140
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -7239,7 +7239,7 @@ class DataSafeClient(object):
|
|
7239
7239
|
:rtype: :class:`~oci.response.Response`
|
7240
7240
|
|
7241
7241
|
:example:
|
7242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
|
7243
7243
|
"""
|
7244
7244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7245
7245
|
required_arguments = ['onPremConnectorId']
|
@@ -7347,7 +7347,7 @@ class DataSafeClient(object):
|
|
7347
7347
|
:rtype: :class:`~oci.response.Response`
|
7348
7348
|
|
7349
7349
|
:example:
|
7350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
|
7351
7351
|
"""
|
7352
7352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7353
7353
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -7453,7 +7453,7 @@ class DataSafeClient(object):
|
|
7453
7453
|
:rtype: :class:`~oci.response.Response`
|
7454
7454
|
|
7455
7455
|
:example:
|
7456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
|
7457
7457
|
"""
|
7458
7458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7459
7459
|
required_arguments = ['reportDefinitionId']
|
@@ -7558,7 +7558,7 @@ class DataSafeClient(object):
|
|
7558
7558
|
:rtype: :class:`~oci.response.Response`
|
7559
7559
|
|
7560
7560
|
:example:
|
7561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
|
7562
7562
|
"""
|
7563
7563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7564
7564
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -7666,7 +7666,7 @@ class DataSafeClient(object):
|
|
7666
7666
|
:rtype: :class:`~oci.response.Response`
|
7667
7667
|
|
7668
7668
|
:example:
|
7669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
|
7670
7670
|
"""
|
7671
7671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7672
7672
|
required_arguments = ['securityAssessmentId']
|
@@ -7774,7 +7774,7 @@ class DataSafeClient(object):
|
|
7774
7774
|
:rtype: :class:`~oci.response.Response`
|
7775
7775
|
|
7776
7776
|
:example:
|
7777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
|
7778
7778
|
"""
|
7779
7779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7780
7780
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -7880,7 +7880,7 @@ class DataSafeClient(object):
|
|
7880
7880
|
:rtype: :class:`~oci.response.Response`
|
7881
7881
|
|
7882
7882
|
:example:
|
7883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
|
7884
7884
|
"""
|
7885
7885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7886
7886
|
required_arguments = ['sensitiveDataModelId']
|
@@ -7985,7 +7985,7 @@ class DataSafeClient(object):
|
|
7985
7985
|
:rtype: :class:`~oci.response.Response`
|
7986
7986
|
|
7987
7987
|
:example:
|
7988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
7988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
|
7989
7989
|
"""
|
7990
7990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7991
7991
|
required_arguments = ['sensitiveTypeId']
|
@@ -8090,7 +8090,7 @@ class DataSafeClient(object):
|
|
8090
8090
|
:rtype: :class:`~oci.response.Response`
|
8091
8091
|
|
8092
8092
|
:example:
|
8093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
|
8094
8094
|
"""
|
8095
8095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8096
8096
|
required_arguments = ['sqlCollectionId']
|
@@ -8195,7 +8195,7 @@ class DataSafeClient(object):
|
|
8195
8195
|
:rtype: :class:`~oci.response.Response`
|
8196
8196
|
|
8197
8197
|
:example:
|
8198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
|
8199
8199
|
"""
|
8200
8200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8201
8201
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -8300,7 +8300,7 @@ class DataSafeClient(object):
|
|
8300
8300
|
:rtype: :class:`~oci.response.Response`
|
8301
8301
|
|
8302
8302
|
:example:
|
8303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
|
8304
8304
|
"""
|
8305
8305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8306
8306
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -8405,7 +8405,7 @@ class DataSafeClient(object):
|
|
8405
8405
|
:rtype: :class:`~oci.response.Response`
|
8406
8406
|
|
8407
8407
|
:example:
|
8408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
|
8409
8409
|
"""
|
8410
8410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8411
8411
|
required_arguments = ['targetDatabaseId']
|
@@ -8513,7 +8513,7 @@ class DataSafeClient(object):
|
|
8513
8513
|
:rtype: :class:`~oci.response.Response`
|
8514
8514
|
|
8515
8515
|
:example:
|
8516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
|
8517
8517
|
"""
|
8518
8518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8519
8519
|
required_arguments = ['userAssessmentId']
|
@@ -8627,7 +8627,7 @@ class DataSafeClient(object):
|
|
8627
8627
|
:rtype: :class:`~oci.response.Response`
|
8628
8628
|
|
8629
8629
|
:example:
|
8630
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
|
8631
8631
|
"""
|
8632
8632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8633
8633
|
required_arguments = ['auditProfileId']
|
@@ -8734,7 +8734,7 @@ class DataSafeClient(object):
|
|
8734
8734
|
:rtype: :class:`~oci.response.Response`
|
8735
8735
|
|
8736
8736
|
:example:
|
8737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
|
8738
8738
|
"""
|
8739
8739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8740
8740
|
required_arguments = ['sensitiveDataModelId']
|
@@ -8837,7 +8837,7 @@ class DataSafeClient(object):
|
|
8837
8837
|
:rtype: :class:`~oci.response.Response`
|
8838
8838
|
|
8839
8839
|
:example:
|
8840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
|
8841
8841
|
"""
|
8842
8842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8843
8843
|
required_arguments = ['maskingPolicyId']
|
@@ -8943,7 +8943,7 @@ class DataSafeClient(object):
|
|
8943
8943
|
:rtype: :class:`~oci.response.Response`
|
8944
8944
|
|
8945
8945
|
:example:
|
8946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
8946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
|
8947
8947
|
"""
|
8948
8948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8949
8949
|
required_arguments = ['maskingPolicyId']
|
@@ -9048,7 +9048,7 @@ class DataSafeClient(object):
|
|
9048
9048
|
:rtype: :class:`~oci.response.Response`
|
9049
9049
|
|
9050
9050
|
:example:
|
9051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
|
9052
9052
|
"""
|
9053
9053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9054
9054
|
required_arguments = ['maskingPolicyId']
|
@@ -9158,7 +9158,7 @@ class DataSafeClient(object):
|
|
9158
9158
|
:rtype: :class:`~oci.response.Response`
|
9159
9159
|
|
9160
9160
|
:example:
|
9161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
|
9162
9162
|
"""
|
9163
9163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9164
9164
|
required_arguments = []
|
@@ -9266,7 +9266,7 @@ class DataSafeClient(object):
|
|
9266
9266
|
:rtype: :class:`~oci.response.Response`
|
9267
9267
|
|
9268
9268
|
:example:
|
9269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
|
9270
9270
|
"""
|
9271
9271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9272
9272
|
required_arguments = ['securityAssessmentId']
|
@@ -9377,7 +9377,7 @@ class DataSafeClient(object):
|
|
9377
9377
|
:rtype: :class:`~oci.response.Response`
|
9378
9378
|
|
9379
9379
|
:example:
|
9380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
|
9381
9381
|
"""
|
9382
9382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9383
9383
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9494,7 +9494,7 @@ class DataSafeClient(object):
|
|
9494
9494
|
:rtype: :class:`~oci.response.Response`
|
9495
9495
|
|
9496
9496
|
:example:
|
9497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
|
9498
9498
|
"""
|
9499
9499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9500
9500
|
required_arguments = ['userAssessmentId']
|
@@ -9609,7 +9609,7 @@ class DataSafeClient(object):
|
|
9609
9609
|
:rtype: :class:`~oci.response.Response`
|
9610
9610
|
|
9611
9611
|
:example:
|
9612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
|
9613
9613
|
"""
|
9614
9614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9615
9615
|
required_arguments = []
|
@@ -9711,7 +9711,7 @@ class DataSafeClient(object):
|
|
9711
9711
|
:rtype: :class:`~oci.response.Response`
|
9712
9712
|
|
9713
9713
|
:example:
|
9714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
|
9715
9715
|
"""
|
9716
9716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9717
9717
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9818,7 +9818,7 @@ class DataSafeClient(object):
|
|
9818
9818
|
:rtype: :class:`~oci.response.Response`
|
9819
9819
|
|
9820
9820
|
:example:
|
9821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
|
9822
9822
|
"""
|
9823
9823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9824
9824
|
required_arguments = ['maskingPolicyId']
|
@@ -9926,7 +9926,7 @@ class DataSafeClient(object):
|
|
9926
9926
|
:rtype: :class:`~oci.response.Response`
|
9927
9927
|
|
9928
9928
|
:example:
|
9929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
9929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
|
9930
9930
|
"""
|
9931
9931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9932
9932
|
required_arguments = ['maskingPolicyId']
|
@@ -10030,7 +10030,7 @@ class DataSafeClient(object):
|
|
10030
10030
|
:rtype: :class:`~oci.response.Response`
|
10031
10031
|
|
10032
10032
|
:example:
|
10033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
|
10034
10034
|
"""
|
10035
10035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10036
10036
|
required_arguments = ['maskingPolicyId']
|
@@ -10144,7 +10144,7 @@ class DataSafeClient(object):
|
|
10144
10144
|
:rtype: :class:`~oci.response.Response`
|
10145
10145
|
|
10146
10146
|
:example:
|
10147
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
|
10148
10148
|
"""
|
10149
10149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10150
10150
|
required_arguments = ['onPremConnectorId']
|
@@ -10276,7 +10276,7 @@ class DataSafeClient(object):
|
|
10276
10276
|
:rtype: :class:`~oci.response.Response`
|
10277
10277
|
|
10278
10278
|
:example:
|
10279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
|
10280
10280
|
"""
|
10281
10281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10282
10282
|
required_arguments = ['reportDefinitionId']
|
@@ -10404,7 +10404,7 @@ class DataSafeClient(object):
|
|
10404
10404
|
:rtype: :class:`~oci.response.Response`
|
10405
10405
|
|
10406
10406
|
:example:
|
10407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
|
10408
10408
|
"""
|
10409
10409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10410
10410
|
required_arguments = ['securityAssessmentId']
|
@@ -10513,7 +10513,7 @@ class DataSafeClient(object):
|
|
10513
10513
|
:rtype: :class:`~oci.response.Response`
|
10514
10514
|
|
10515
10515
|
:example:
|
10516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
|
10517
10517
|
"""
|
10518
10518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10519
10519
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10624,7 +10624,7 @@ class DataSafeClient(object):
|
|
10624
10624
|
:rtype: :class:`~oci.response.Response`
|
10625
10625
|
|
10626
10626
|
:example:
|
10627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
|
10628
10628
|
"""
|
10629
10629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10630
10630
|
required_arguments = ['sqlCollectionId']
|
@@ -10742,7 +10742,7 @@ class DataSafeClient(object):
|
|
10742
10742
|
:rtype: :class:`~oci.response.Response`
|
10743
10743
|
|
10744
10744
|
:example:
|
10745
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
|
10746
10746
|
"""
|
10747
10747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10748
10748
|
required_arguments = ['userAssessmentId']
|
@@ -10845,7 +10845,7 @@ class DataSafeClient(object):
|
|
10845
10845
|
:rtype: :class:`~oci.response.Response`
|
10846
10846
|
|
10847
10847
|
:example:
|
10848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
|
10849
10849
|
"""
|
10850
10850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10851
10851
|
required_arguments = ['alertId']
|
@@ -10943,7 +10943,7 @@ class DataSafeClient(object):
|
|
10943
10943
|
:rtype: :class:`~oci.response.Response`
|
10944
10944
|
|
10945
10945
|
:example:
|
10946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
10946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
|
10947
10947
|
"""
|
10948
10948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10949
10949
|
required_arguments = ['alertPolicyId']
|
@@ -11048,7 +11048,7 @@ class DataSafeClient(object):
|
|
11048
11048
|
:rtype: :class:`~oci.response.Response`
|
11049
11049
|
|
11050
11050
|
:example:
|
11051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
|
11052
11052
|
"""
|
11053
11053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11054
11054
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -11148,7 +11148,7 @@ class DataSafeClient(object):
|
|
11148
11148
|
:rtype: :class:`~oci.response.Response`
|
11149
11149
|
|
11150
11150
|
:example:
|
11151
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
|
11152
11152
|
"""
|
11153
11153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11154
11154
|
required_arguments = ['auditPolicyId']
|
@@ -11246,7 +11246,7 @@ class DataSafeClient(object):
|
|
11246
11246
|
:rtype: :class:`~oci.response.Response`
|
11247
11247
|
|
11248
11248
|
:example:
|
11249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
|
11250
11250
|
"""
|
11251
11251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11252
11252
|
required_arguments = ['auditProfileId']
|
@@ -11344,7 +11344,7 @@ class DataSafeClient(object):
|
|
11344
11344
|
:rtype: :class:`~oci.response.Response`
|
11345
11345
|
|
11346
11346
|
:example:
|
11347
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
|
11348
11348
|
"""
|
11349
11349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11350
11350
|
required_arguments = ['auditTrailId']
|
@@ -11455,7 +11455,7 @@ class DataSafeClient(object):
|
|
11455
11455
|
:rtype: :class:`~oci.response.Response`
|
11456
11456
|
|
11457
11457
|
:example:
|
11458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
|
11459
11459
|
"""
|
11460
11460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11461
11461
|
required_arguments = []
|
@@ -11576,7 +11576,7 @@ class DataSafeClient(object):
|
|
11576
11576
|
:rtype: :class:`~oci.response.Response`
|
11577
11577
|
|
11578
11578
|
:example:
|
11579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
|
11580
11580
|
"""
|
11581
11581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11582
11582
|
required_arguments = ['compartmentId']
|
@@ -11684,7 +11684,7 @@ class DataSafeClient(object):
|
|
11684
11684
|
:rtype: :class:`~oci.response.Response`
|
11685
11685
|
|
11686
11686
|
:example:
|
11687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
|
11688
11688
|
"""
|
11689
11689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11690
11690
|
required_arguments = []
|
@@ -11778,7 +11778,7 @@ class DataSafeClient(object):
|
|
11778
11778
|
:rtype: :class:`~oci.response.Response`
|
11779
11779
|
|
11780
11780
|
:example:
|
11781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
|
11782
11782
|
"""
|
11783
11783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11784
11784
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -11876,7 +11876,7 @@ class DataSafeClient(object):
|
|
11876
11876
|
:rtype: :class:`~oci.response.Response`
|
11877
11877
|
|
11878
11878
|
:example:
|
11879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
|
11880
11880
|
"""
|
11881
11881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11882
11882
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -11977,7 +11977,7 @@ class DataSafeClient(object):
|
|
11977
11977
|
:rtype: :class:`~oci.response.Response`
|
11978
11978
|
|
11979
11979
|
:example:
|
11980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
11980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
|
11981
11981
|
"""
|
11982
11982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11983
11983
|
required_arguments = ['securityPolicyReportId', 'databaseTableAccessEntryKey']
|
@@ -12079,7 +12079,7 @@ class DataSafeClient(object):
|
|
12079
12079
|
:rtype: :class:`~oci.response.Response`
|
12080
12080
|
|
12081
12081
|
:example:
|
12082
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
|
12083
12083
|
"""
|
12084
12084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12085
12085
|
required_arguments = ['securityPolicyReportId', 'databaseViewAccessEntryKey']
|
@@ -12181,7 +12181,7 @@ class DataSafeClient(object):
|
|
12181
12181
|
:rtype: :class:`~oci.response.Response`
|
12182
12182
|
|
12183
12183
|
:example:
|
12184
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
|
12185
12185
|
"""
|
12186
12186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12187
12187
|
required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
|
@@ -12280,7 +12280,7 @@ class DataSafeClient(object):
|
|
12280
12280
|
:rtype: :class:`~oci.response.Response`
|
12281
12281
|
|
12282
12282
|
:example:
|
12283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
|
12284
12284
|
"""
|
12285
12285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12286
12286
|
required_arguments = ['discoveryJobId']
|
@@ -12381,7 +12381,7 @@ class DataSafeClient(object):
|
|
12381
12381
|
:rtype: :class:`~oci.response.Response`
|
12382
12382
|
|
12383
12383
|
:example:
|
12384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
|
12385
12385
|
"""
|
12386
12386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12387
12387
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -12480,7 +12480,7 @@ class DataSafeClient(object):
|
|
12480
12480
|
:rtype: :class:`~oci.response.Response`
|
12481
12481
|
|
12482
12482
|
:example:
|
12483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
|
12484
12484
|
"""
|
12485
12485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12486
12486
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -12581,7 +12581,7 @@ class DataSafeClient(object):
|
|
12581
12581
|
:rtype: :class:`~oci.response.Response`
|
12582
12582
|
|
12583
12583
|
:example:
|
12584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
|
12585
12585
|
"""
|
12586
12586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12587
12587
|
required_arguments = ['maskingPolicyId', 'maskingColumnKey']
|
@@ -12680,7 +12680,7 @@ class DataSafeClient(object):
|
|
12680
12680
|
:rtype: :class:`~oci.response.Response`
|
12681
12681
|
|
12682
12682
|
:example:
|
12683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
|
12684
12684
|
"""
|
12685
12685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12686
12686
|
required_arguments = ['maskingPolicyId']
|
@@ -12778,7 +12778,7 @@ class DataSafeClient(object):
|
|
12778
12778
|
:rtype: :class:`~oci.response.Response`
|
12779
12779
|
|
12780
12780
|
:example:
|
12781
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
|
12782
12782
|
"""
|
12783
12783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12784
12784
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -12876,7 +12876,7 @@ class DataSafeClient(object):
|
|
12876
12876
|
:rtype: :class:`~oci.response.Response`
|
12877
12877
|
|
12878
12878
|
:example:
|
12879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
|
12880
12880
|
"""
|
12881
12881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12882
12882
|
required_arguments = ['maskingReportId']
|
@@ -12974,7 +12974,7 @@ class DataSafeClient(object):
|
|
12974
12974
|
:rtype: :class:`~oci.response.Response`
|
12975
12975
|
|
12976
12976
|
:example:
|
12977
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
12977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
|
12978
12978
|
"""
|
12979
12979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12980
12980
|
required_arguments = ['onPremConnectorId']
|
@@ -13075,7 +13075,7 @@ class DataSafeClient(object):
|
|
13075
13075
|
:rtype: :class:`~oci.response.Response`
|
13076
13076
|
|
13077
13077
|
:example:
|
13078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
|
13079
13079
|
"""
|
13080
13080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13081
13081
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -13180,7 +13180,7 @@ class DataSafeClient(object):
|
|
13180
13180
|
:rtype: :class:`~oci.response.Response`
|
13181
13181
|
|
13182
13182
|
:example:
|
13183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
|
13184
13184
|
"""
|
13185
13185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13186
13186
|
required_arguments = ['userAssessmentId', 'profileName']
|
@@ -13279,7 +13279,7 @@ class DataSafeClient(object):
|
|
13279
13279
|
:rtype: :class:`~oci.response.Response`
|
13280
13280
|
|
13281
13281
|
:example:
|
13282
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
|
13283
13283
|
"""
|
13284
13284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13285
13285
|
required_arguments = ['reportId']
|
@@ -13377,7 +13377,7 @@ class DataSafeClient(object):
|
|
13377
13377
|
:rtype: :class:`~oci.response.Response`
|
13378
13378
|
|
13379
13379
|
:example:
|
13380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
|
13381
13381
|
"""
|
13382
13382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13383
13383
|
required_arguments = ['reportId']
|
@@ -13475,7 +13475,7 @@ class DataSafeClient(object):
|
|
13475
13475
|
:rtype: :class:`~oci.response.Response`
|
13476
13476
|
|
13477
13477
|
:example:
|
13478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
|
13479
13479
|
"""
|
13480
13480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13481
13481
|
required_arguments = ['reportDefinitionId']
|
@@ -13573,7 +13573,7 @@ class DataSafeClient(object):
|
|
13573
13573
|
:rtype: :class:`~oci.response.Response`
|
13574
13574
|
|
13575
13575
|
:example:
|
13576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
|
13577
13577
|
"""
|
13578
13578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13579
13579
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -13671,7 +13671,7 @@ class DataSafeClient(object):
|
|
13671
13671
|
:rtype: :class:`~oci.response.Response`
|
13672
13672
|
|
13673
13673
|
:example:
|
13674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
|
13675
13675
|
"""
|
13676
13676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13677
13677
|
required_arguments = ['securityAssessmentId']
|
@@ -13772,7 +13772,7 @@ class DataSafeClient(object):
|
|
13772
13772
|
:rtype: :class:`~oci.response.Response`
|
13773
13773
|
|
13774
13774
|
:example:
|
13775
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
|
13776
13776
|
"""
|
13777
13777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13778
13778
|
required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
|
@@ -13871,7 +13871,7 @@ class DataSafeClient(object):
|
|
13871
13871
|
:rtype: :class:`~oci.response.Response`
|
13872
13872
|
|
13873
13873
|
:example:
|
13874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
|
13875
13875
|
"""
|
13876
13876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13877
13877
|
required_arguments = ['securityPolicyId']
|
@@ -13969,7 +13969,7 @@ class DataSafeClient(object):
|
|
13969
13969
|
:rtype: :class:`~oci.response.Response`
|
13970
13970
|
|
13971
13971
|
:example:
|
13972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
13972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
|
13973
13973
|
"""
|
13974
13974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13975
13975
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -14073,7 +14073,7 @@ class DataSafeClient(object):
|
|
14073
14073
|
:rtype: :class:`~oci.response.Response`
|
14074
14074
|
|
14075
14075
|
:example:
|
14076
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
|
14077
14077
|
"""
|
14078
14078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14079
14079
|
required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
|
@@ -14172,7 +14172,7 @@ class DataSafeClient(object):
|
|
14172
14172
|
:rtype: :class:`~oci.response.Response`
|
14173
14173
|
|
14174
14174
|
:example:
|
14175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
|
14176
14176
|
"""
|
14177
14177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14178
14178
|
required_arguments = ['securityPolicyReportId']
|
@@ -14273,7 +14273,7 @@ class DataSafeClient(object):
|
|
14273
14273
|
:rtype: :class:`~oci.response.Response`
|
14274
14274
|
|
14275
14275
|
:example:
|
14276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
|
14277
14277
|
"""
|
14278
14278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14279
14279
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -14372,7 +14372,7 @@ class DataSafeClient(object):
|
|
14372
14372
|
:rtype: :class:`~oci.response.Response`
|
14373
14373
|
|
14374
14374
|
:example:
|
14375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
|
14376
14376
|
"""
|
14377
14377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14378
14378
|
required_arguments = ['sensitiveDataModelId']
|
@@ -14470,7 +14470,7 @@ class DataSafeClient(object):
|
|
14470
14470
|
:rtype: :class:`~oci.response.Response`
|
14471
14471
|
|
14472
14472
|
:example:
|
14473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
|
14474
14474
|
"""
|
14475
14475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14476
14476
|
required_arguments = ['sensitiveTypeId']
|
@@ -14568,7 +14568,7 @@ class DataSafeClient(object):
|
|
14568
14568
|
:rtype: :class:`~oci.response.Response`
|
14569
14569
|
|
14570
14570
|
:example:
|
14571
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
|
14572
14572
|
"""
|
14573
14573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14574
14574
|
required_arguments = ['sqlCollectionId']
|
@@ -14666,7 +14666,7 @@ class DataSafeClient(object):
|
|
14666
14666
|
:rtype: :class:`~oci.response.Response`
|
14667
14667
|
|
14668
14668
|
:example:
|
14669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
|
14670
14670
|
"""
|
14671
14671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14672
14672
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -14764,7 +14764,7 @@ class DataSafeClient(object):
|
|
14764
14764
|
:rtype: :class:`~oci.response.Response`
|
14765
14765
|
|
14766
14766
|
:example:
|
14767
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
|
14768
14768
|
"""
|
14769
14769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14770
14770
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -14862,7 +14862,7 @@ class DataSafeClient(object):
|
|
14862
14862
|
:rtype: :class:`~oci.response.Response`
|
14863
14863
|
|
14864
14864
|
:example:
|
14865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
|
14866
14866
|
"""
|
14867
14867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14868
14868
|
required_arguments = ['targetDatabaseId']
|
@@ -14960,7 +14960,7 @@ class DataSafeClient(object):
|
|
14960
14960
|
:rtype: :class:`~oci.response.Response`
|
14961
14961
|
|
14962
14962
|
:example:
|
14963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
14963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
|
14964
14964
|
"""
|
14965
14965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14966
14966
|
required_arguments = ['userAssessmentId']
|
@@ -15061,7 +15061,7 @@ class DataSafeClient(object):
|
|
15061
15061
|
:rtype: :class:`~oci.response.Response`
|
15062
15062
|
|
15063
15063
|
:example:
|
15064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
|
15065
15065
|
"""
|
15066
15066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15067
15067
|
required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
|
@@ -15160,7 +15160,7 @@ class DataSafeClient(object):
|
|
15160
15160
|
:rtype: :class:`~oci.response.Response`
|
15161
15161
|
|
15162
15162
|
:example:
|
15163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
15164
15164
|
"""
|
15165
15165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15166
15166
|
required_arguments = ['workRequestId']
|
@@ -15355,7 +15355,7 @@ class DataSafeClient(object):
|
|
15355
15355
|
:rtype: :class:`~oci.response.Response`
|
15356
15356
|
|
15357
15357
|
:example:
|
15358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
|
15359
15359
|
"""
|
15360
15360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15361
15361
|
required_arguments = ['compartmentId']
|
@@ -15582,7 +15582,7 @@ class DataSafeClient(object):
|
|
15582
15582
|
:rtype: :class:`~oci.response.Response`
|
15583
15583
|
|
15584
15584
|
:example:
|
15585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
|
15586
15586
|
"""
|
15587
15587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15588
15588
|
required_arguments = ['compartmentId']
|
@@ -15747,7 +15747,7 @@ class DataSafeClient(object):
|
|
15747
15747
|
:rtype: :class:`~oci.response.Response`
|
15748
15748
|
|
15749
15749
|
:example:
|
15750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
|
15751
15751
|
"""
|
15752
15752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15753
15753
|
required_arguments = ['alertPolicyId']
|
@@ -15921,7 +15921,7 @@ class DataSafeClient(object):
|
|
15921
15921
|
:rtype: :class:`~oci.response.Response`
|
15922
15922
|
|
15923
15923
|
:example:
|
15924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
15924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
|
15925
15925
|
"""
|
15926
15926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15927
15927
|
required_arguments = ['compartmentId']
|
@@ -16112,7 +16112,7 @@ class DataSafeClient(object):
|
|
16112
16112
|
:rtype: :class:`~oci.response.Response`
|
16113
16113
|
|
16114
16114
|
:example:
|
16115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
|
16116
16116
|
"""
|
16117
16117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16118
16118
|
required_arguments = ['compartmentId']
|
@@ -16350,7 +16350,7 @@ class DataSafeClient(object):
|
|
16350
16350
|
:rtype: :class:`~oci.response.Response`
|
16351
16351
|
|
16352
16352
|
:example:
|
16353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
|
16354
16354
|
"""
|
16355
16355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16356
16356
|
required_arguments = ['compartmentId']
|
@@ -16565,7 +16565,7 @@ class DataSafeClient(object):
|
|
16565
16565
|
:rtype: :class:`~oci.response.Response`
|
16566
16566
|
|
16567
16567
|
:example:
|
16568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
|
16569
16569
|
"""
|
16570
16570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16571
16571
|
required_arguments = ['compartmentId']
|
@@ -16755,7 +16755,7 @@ class DataSafeClient(object):
|
|
16755
16755
|
:rtype: :class:`~oci.response.Response`
|
16756
16756
|
|
16757
16757
|
:example:
|
16758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
|
16759
16759
|
"""
|
16760
16760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16761
16761
|
required_arguments = ['compartmentId']
|
@@ -16956,7 +16956,7 @@ class DataSafeClient(object):
|
|
16956
16956
|
:rtype: :class:`~oci.response.Response`
|
16957
16957
|
|
16958
16958
|
:example:
|
16959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
16959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
|
16960
16960
|
"""
|
16961
16961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16962
16962
|
required_arguments = ['compartmentId']
|
@@ -17135,7 +17135,7 @@ class DataSafeClient(object):
|
|
17135
17135
|
:rtype: :class:`~oci.response.Response`
|
17136
17136
|
|
17137
17137
|
:example:
|
17138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
|
17139
17139
|
"""
|
17140
17140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17141
17141
|
required_arguments = ['compartmentId']
|
@@ -17327,7 +17327,7 @@ class DataSafeClient(object):
|
|
17327
17327
|
:rtype: :class:`~oci.response.Response`
|
17328
17328
|
|
17329
17329
|
:example:
|
17330
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
|
17331
17331
|
"""
|
17332
17332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17333
17333
|
required_arguments = ['compartmentId']
|
@@ -17516,7 +17516,7 @@ class DataSafeClient(object):
|
|
17516
17516
|
:rtype: :class:`~oci.response.Response`
|
17517
17517
|
|
17518
17518
|
:example:
|
17519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
|
17520
17520
|
"""
|
17521
17521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17522
17522
|
required_arguments = ['compartmentId']
|
@@ -17702,7 +17702,7 @@ class DataSafeClient(object):
|
|
17702
17702
|
:rtype: :class:`~oci.response.Response`
|
17703
17703
|
|
17704
17704
|
:example:
|
17705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
|
17706
17706
|
"""
|
17707
17707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17708
17708
|
required_arguments = ['compartmentId']
|
@@ -17898,7 +17898,7 @@ class DataSafeClient(object):
|
|
17898
17898
|
:rtype: :class:`~oci.response.Response`
|
17899
17899
|
|
17900
17900
|
:example:
|
17901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
17901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
|
17902
17902
|
"""
|
17903
17903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17904
17904
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -18074,7 +18074,7 @@ class DataSafeClient(object):
|
|
18074
18074
|
:rtype: :class:`~oci.response.Response`
|
18075
18075
|
|
18076
18076
|
:example:
|
18077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
|
18078
18078
|
"""
|
18079
18079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18080
18080
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -18246,7 +18246,7 @@ class DataSafeClient(object):
|
|
18246
18246
|
:rtype: :class:`~oci.response.Response`
|
18247
18247
|
|
18248
18248
|
:example:
|
18249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
|
18250
18250
|
"""
|
18251
18251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18252
18252
|
required_arguments = ['targetDatabaseId']
|
@@ -18431,7 +18431,7 @@ class DataSafeClient(object):
|
|
18431
18431
|
:rtype: :class:`~oci.response.Response`
|
18432
18432
|
|
18433
18433
|
:example:
|
18434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
|
18435
18435
|
"""
|
18436
18436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18437
18437
|
required_arguments = ['compartmentId']
|
@@ -18648,7 +18648,7 @@ class DataSafeClient(object):
|
|
18648
18648
|
:rtype: :class:`~oci.response.Response`
|
18649
18649
|
|
18650
18650
|
:example:
|
18651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
|
18652
18652
|
"""
|
18653
18653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18654
18654
|
required_arguments = ['compartmentId']
|
@@ -18826,7 +18826,7 @@ class DataSafeClient(object):
|
|
18826
18826
|
:rtype: :class:`~oci.response.Response`
|
18827
18827
|
|
18828
18828
|
:example:
|
18829
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
|
18830
18830
|
"""
|
18831
18831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18832
18832
|
required_arguments = ['securityPolicyReportId']
|
@@ -18990,7 +18990,7 @@ class DataSafeClient(object):
|
|
18990
18990
|
:rtype: :class:`~oci.response.Response`
|
18991
18991
|
|
18992
18992
|
:example:
|
18993
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
18993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
|
18994
18994
|
"""
|
18995
18995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18996
18996
|
required_arguments = ['securityPolicyReportId']
|
@@ -19165,7 +19165,7 @@ class DataSafeClient(object):
|
|
19165
19165
|
:rtype: :class:`~oci.response.Response`
|
19166
19166
|
|
19167
19167
|
:example:
|
19168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
|
19169
19169
|
"""
|
19170
19170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19171
19171
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -19358,7 +19358,7 @@ class DataSafeClient(object):
|
|
19358
19358
|
:rtype: :class:`~oci.response.Response`
|
19359
19359
|
|
19360
19360
|
:example:
|
19361
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
|
19362
19362
|
"""
|
19363
19363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19364
19364
|
required_arguments = ['compartmentId']
|
@@ -19517,7 +19517,7 @@ class DataSafeClient(object):
|
|
19517
19517
|
:rtype: :class:`~oci.response.Response`
|
19518
19518
|
|
19519
19519
|
:example:
|
19520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
|
19521
19521
|
"""
|
19522
19522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19523
19523
|
required_arguments = ['discoveryJobId']
|
@@ -19719,7 +19719,7 @@ class DataSafeClient(object):
|
|
19719
19719
|
:rtype: :class:`~oci.response.Response`
|
19720
19720
|
|
19721
19721
|
:example:
|
19722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
|
19723
19723
|
"""
|
19724
19724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19725
19725
|
required_arguments = ['compartmentId']
|
@@ -19914,7 +19914,7 @@ class DataSafeClient(object):
|
|
19914
19914
|
:rtype: :class:`~oci.response.Response`
|
19915
19915
|
|
19916
19916
|
:example:
|
19917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
19917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
|
19918
19918
|
"""
|
19919
19919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19920
19920
|
required_arguments = ['compartmentId']
|
@@ -20097,7 +20097,7 @@ class DataSafeClient(object):
|
|
20097
20097
|
:rtype: :class:`~oci.response.Response`
|
20098
20098
|
|
20099
20099
|
:example:
|
20100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
|
20101
20101
|
"""
|
20102
20102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20103
20103
|
required_arguments = ['securityAssessmentId']
|
@@ -20318,7 +20318,7 @@ class DataSafeClient(object):
|
|
20318
20318
|
:rtype: :class:`~oci.response.Response`
|
20319
20319
|
|
20320
20320
|
:example:
|
20321
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
|
20322
20322
|
"""
|
20323
20323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20324
20324
|
required_arguments = ['securityAssessmentId']
|
@@ -20516,7 +20516,7 @@ class DataSafeClient(object):
|
|
20516
20516
|
:rtype: :class:`~oci.response.Response`
|
20517
20517
|
|
20518
20518
|
:example:
|
20519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
20520
20520
|
"""
|
20521
20521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20522
20522
|
required_arguments = ['userAssessmentId', 'userKey']
|
@@ -20723,7 +20723,7 @@ class DataSafeClient(object):
|
|
20723
20723
|
:rtype: :class:`~oci.response.Response`
|
20724
20724
|
|
20725
20725
|
:example:
|
20726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
|
20727
20727
|
"""
|
20728
20728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20729
20729
|
required_arguments = ['compartmentId']
|
@@ -20915,7 +20915,7 @@ class DataSafeClient(object):
|
|
20915
20915
|
:rtype: :class:`~oci.response.Response`
|
20916
20916
|
|
20917
20917
|
:example:
|
20918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
20918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
|
20919
20919
|
"""
|
20920
20920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20921
20921
|
required_arguments = ['maskingReportId']
|
@@ -21088,7 +21088,7 @@ class DataSafeClient(object):
|
|
21088
21088
|
:rtype: :class:`~oci.response.Response`
|
21089
21089
|
|
21090
21090
|
:example:
|
21091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
|
21092
21092
|
"""
|
21093
21093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21094
21094
|
required_arguments = ['compartmentId']
|
@@ -21292,7 +21292,7 @@ class DataSafeClient(object):
|
|
21292
21292
|
:rtype: :class:`~oci.response.Response`
|
21293
21293
|
|
21294
21294
|
:example:
|
21295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
|
21296
21296
|
"""
|
21297
21297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21298
21298
|
required_arguments = ['maskingPolicyId']
|
@@ -21501,7 +21501,7 @@ class DataSafeClient(object):
|
|
21501
21501
|
:rtype: :class:`~oci.response.Response`
|
21502
21502
|
|
21503
21503
|
:example:
|
21504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
|
21505
21505
|
"""
|
21506
21506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21507
21507
|
required_arguments = ['maskingPolicyId']
|
@@ -21708,7 +21708,7 @@ class DataSafeClient(object):
|
|
21708
21708
|
:rtype: :class:`~oci.response.Response`
|
21709
21709
|
|
21710
21710
|
:example:
|
21711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
|
21712
21712
|
"""
|
21713
21713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21714
21714
|
required_arguments = ['compartmentId']
|
@@ -21880,7 +21880,7 @@ class DataSafeClient(object):
|
|
21880
21880
|
:rtype: :class:`~oci.response.Response`
|
21881
21881
|
|
21882
21882
|
:example:
|
21883
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
21883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_masking_policy_health_report_logs.py.html>`__ to see an example of how to use list_masking_policy_health_report_logs API.
|
21884
21884
|
"""
|
21885
21885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21886
21886
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -22064,7 +22064,7 @@ class DataSafeClient(object):
|
|
22064
22064
|
:rtype: :class:`~oci.response.Response`
|
22065
22065
|
|
22066
22066
|
:example:
|
22067
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
|
22068
22068
|
"""
|
22069
22069
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22070
22070
|
required_arguments = ['compartmentId']
|
@@ -22245,7 +22245,7 @@ class DataSafeClient(object):
|
|
22245
22245
|
:rtype: :class:`~oci.response.Response`
|
22246
22246
|
|
22247
22247
|
:example:
|
22248
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
|
22249
22249
|
"""
|
22250
22250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22251
22251
|
required_arguments = ['compartmentId']
|
@@ -22399,7 +22399,7 @@ class DataSafeClient(object):
|
|
22399
22399
|
:rtype: :class:`~oci.response.Response`
|
22400
22400
|
|
22401
22401
|
:example:
|
22402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
|
22403
22403
|
"""
|
22404
22404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22405
22405
|
required_arguments = ['maskingPolicyId']
|
@@ -22572,7 +22572,7 @@ class DataSafeClient(object):
|
|
22572
22572
|
:rtype: :class:`~oci.response.Response`
|
22573
22573
|
|
22574
22574
|
:example:
|
22575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
|
22576
22576
|
"""
|
22577
22577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22578
22578
|
required_arguments = ['compartmentId']
|
@@ -22734,7 +22734,7 @@ class DataSafeClient(object):
|
|
22734
22734
|
:rtype: :class:`~oci.response.Response`
|
22735
22735
|
|
22736
22736
|
:example:
|
22737
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
|
22738
22738
|
"""
|
22739
22739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22740
22740
|
required_arguments = ['targetDatabaseId']
|
@@ -22904,7 +22904,7 @@ class DataSafeClient(object):
|
|
22904
22904
|
:rtype: :class:`~oci.response.Response`
|
22905
22905
|
|
22906
22906
|
:example:
|
22907
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
22907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
|
22908
22908
|
"""
|
22909
22909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22910
22910
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -23145,7 +23145,7 @@ class DataSafeClient(object):
|
|
23145
23145
|
:rtype: :class:`~oci.response.Response`
|
23146
23146
|
|
23147
23147
|
:example:
|
23148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
|
23149
23149
|
"""
|
23150
23150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23151
23151
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -23368,7 +23368,7 @@ class DataSafeClient(object):
|
|
23368
23368
|
:rtype: :class:`~oci.response.Response`
|
23369
23369
|
|
23370
23370
|
:example:
|
23371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
|
23372
23372
|
"""
|
23373
23373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23374
23374
|
required_arguments = ['compartmentId']
|
@@ -23573,7 +23573,7 @@ class DataSafeClient(object):
|
|
23573
23573
|
:rtype: :class:`~oci.response.Response`
|
23574
23574
|
|
23575
23575
|
:example:
|
23576
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
|
23577
23577
|
"""
|
23578
23578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23579
23579
|
required_arguments = ['compartmentId']
|
@@ -23739,7 +23739,7 @@ class DataSafeClient(object):
|
|
23739
23739
|
:rtype: :class:`~oci.response.Response`
|
23740
23740
|
|
23741
23741
|
:example:
|
23742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
|
23743
23743
|
"""
|
23744
23744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23745
23745
|
required_arguments = ['securityPolicyReportId', 'grantee', 'grantedRole']
|
@@ -23881,7 +23881,7 @@ class DataSafeClient(object):
|
|
23881
23881
|
:rtype: :class:`~oci.response.Response`
|
23882
23882
|
|
23883
23883
|
:example:
|
23884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
23884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
23885
23885
|
"""
|
23886
23886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23887
23887
|
required_arguments = ['targetDatabaseId']
|
@@ -24044,7 +24044,7 @@ class DataSafeClient(object):
|
|
24044
24044
|
:rtype: :class:`~oci.response.Response`
|
24045
24045
|
|
24046
24046
|
:example:
|
24047
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
24048
24048
|
"""
|
24049
24049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24050
24050
|
required_arguments = ['targetDatabaseId']
|
@@ -24223,7 +24223,7 @@ class DataSafeClient(object):
|
|
24223
24223
|
:rtype: :class:`~oci.response.Response`
|
24224
24224
|
|
24225
24225
|
:example:
|
24226
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24226
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
|
24227
24227
|
"""
|
24228
24228
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24229
24229
|
required_arguments = ['compartmentId']
|
@@ -24457,7 +24457,7 @@ class DataSafeClient(object):
|
|
24457
24457
|
:rtype: :class:`~oci.response.Response`
|
24458
24458
|
|
24459
24459
|
:example:
|
24460
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
|
24461
24461
|
"""
|
24462
24462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24463
24463
|
required_arguments = ['compartmentId']
|
@@ -24646,7 +24646,7 @@ class DataSafeClient(object):
|
|
24646
24646
|
:rtype: :class:`~oci.response.Response`
|
24647
24647
|
|
24648
24648
|
:example:
|
24649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
|
24650
24650
|
"""
|
24651
24651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24652
24652
|
required_arguments = ['compartmentId']
|
@@ -24832,7 +24832,7 @@ class DataSafeClient(object):
|
|
24832
24832
|
:rtype: :class:`~oci.response.Response`
|
24833
24833
|
|
24834
24834
|
:example:
|
24835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
24835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
|
24836
24836
|
"""
|
24837
24837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24838
24838
|
required_arguments = ['compartmentId']
|
@@ -25099,7 +25099,7 @@ class DataSafeClient(object):
|
|
25099
25099
|
:rtype: :class:`~oci.response.Response`
|
25100
25100
|
|
25101
25101
|
:example:
|
25102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
|
25103
25103
|
"""
|
25104
25104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25105
25105
|
required_arguments = ['compartmentId']
|
@@ -25302,7 +25302,7 @@ class DataSafeClient(object):
|
|
25302
25302
|
:rtype: :class:`~oci.response.Response`
|
25303
25303
|
|
25304
25304
|
:example:
|
25305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
|
25306
25306
|
"""
|
25307
25307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25308
25308
|
required_arguments = ['compartmentId']
|
@@ -25465,7 +25465,7 @@ class DataSafeClient(object):
|
|
25465
25465
|
:rtype: :class:`~oci.response.Response`
|
25466
25466
|
|
25467
25467
|
:example:
|
25468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
|
25469
25469
|
"""
|
25470
25470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25471
25471
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -25645,7 +25645,7 @@ class DataSafeClient(object):
|
|
25645
25645
|
:rtype: :class:`~oci.response.Response`
|
25646
25646
|
|
25647
25647
|
:example:
|
25648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
|
25649
25649
|
"""
|
25650
25650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25651
25651
|
required_arguments = ['compartmentId']
|
@@ -25887,7 +25887,7 @@ class DataSafeClient(object):
|
|
25887
25887
|
:rtype: :class:`~oci.response.Response`
|
25888
25888
|
|
25889
25889
|
:example:
|
25890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
25890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
|
25891
25891
|
"""
|
25892
25892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25893
25893
|
required_arguments = ['sensitiveDataModelId']
|
@@ -26140,7 +26140,7 @@ class DataSafeClient(object):
|
|
26140
26140
|
:rtype: :class:`~oci.response.Response`
|
26141
26141
|
|
26142
26142
|
:example:
|
26143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
|
26144
26144
|
"""
|
26145
26145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26146
26146
|
required_arguments = ['compartmentId']
|
@@ -26317,7 +26317,7 @@ class DataSafeClient(object):
|
|
26317
26317
|
:rtype: :class:`~oci.response.Response`
|
26318
26318
|
|
26319
26319
|
:example:
|
26320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
|
26321
26321
|
"""
|
26322
26322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26323
26323
|
required_arguments = ['sensitiveDataModelId']
|
@@ -26481,7 +26481,7 @@ class DataSafeClient(object):
|
|
26481
26481
|
:rtype: :class:`~oci.response.Response`
|
26482
26482
|
|
26483
26483
|
:example:
|
26484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
|
26485
26485
|
"""
|
26486
26486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26487
26487
|
required_arguments = ['sensitiveDataModelId']
|
@@ -26690,7 +26690,7 @@ class DataSafeClient(object):
|
|
26690
26690
|
:rtype: :class:`~oci.response.Response`
|
26691
26691
|
|
26692
26692
|
:example:
|
26693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
|
26694
26694
|
"""
|
26695
26695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26696
26696
|
required_arguments = ['compartmentId']
|
@@ -26917,7 +26917,7 @@ class DataSafeClient(object):
|
|
26917
26917
|
:rtype: :class:`~oci.response.Response`
|
26918
26918
|
|
26919
26919
|
:example:
|
26920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
26920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
|
26921
26921
|
"""
|
26922
26922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26923
26923
|
required_arguments = ['compartmentId']
|
@@ -27077,7 +27077,7 @@ class DataSafeClient(object):
|
|
27077
27077
|
:rtype: :class:`~oci.response.Response`
|
27078
27078
|
|
27079
27079
|
:example:
|
27080
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
|
27081
27081
|
"""
|
27082
27082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27083
27083
|
required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
|
@@ -27276,7 +27276,7 @@ class DataSafeClient(object):
|
|
27276
27276
|
:rtype: :class:`~oci.response.Response`
|
27277
27277
|
|
27278
27278
|
:example:
|
27279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
|
27280
27280
|
"""
|
27281
27281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27282
27282
|
required_arguments = ['compartmentId']
|
@@ -27474,7 +27474,7 @@ class DataSafeClient(object):
|
|
27474
27474
|
:rtype: :class:`~oci.response.Response`
|
27475
27475
|
|
27476
27476
|
:example:
|
27477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
|
27478
27478
|
"""
|
27479
27479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27480
27480
|
required_arguments = ['compartmentId']
|
@@ -27650,7 +27650,7 @@ class DataSafeClient(object):
|
|
27650
27650
|
:rtype: :class:`~oci.response.Response`
|
27651
27651
|
|
27652
27652
|
:example:
|
27653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
|
27654
27654
|
"""
|
27655
27655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27656
27656
|
required_arguments = ['compartmentId']
|
@@ -27864,7 +27864,7 @@ class DataSafeClient(object):
|
|
27864
27864
|
:rtype: :class:`~oci.response.Response`
|
27865
27865
|
|
27866
27866
|
:example:
|
27867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
27867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
|
27868
27868
|
"""
|
27869
27869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27870
27870
|
required_arguments = ['compartmentId']
|
@@ -28078,7 +28078,7 @@ class DataSafeClient(object):
|
|
28078
28078
|
:rtype: :class:`~oci.response.Response`
|
28079
28079
|
|
28080
28080
|
:example:
|
28081
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
|
28082
28082
|
"""
|
28083
28083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28084
28084
|
required_arguments = ['compartmentId']
|
@@ -28286,7 +28286,7 @@ class DataSafeClient(object):
|
|
28286
28286
|
:rtype: :class:`~oci.response.Response`
|
28287
28287
|
|
28288
28288
|
:example:
|
28289
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
|
28290
28290
|
"""
|
28291
28291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28292
28292
|
required_arguments = ['compartmentId']
|
@@ -28486,7 +28486,7 @@ class DataSafeClient(object):
|
|
28486
28486
|
:rtype: :class:`~oci.response.Response`
|
28487
28487
|
|
28488
28488
|
:example:
|
28489
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
|
28490
28490
|
"""
|
28491
28491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28492
28492
|
required_arguments = ['compartmentId']
|
@@ -28646,7 +28646,7 @@ class DataSafeClient(object):
|
|
28646
28646
|
:rtype: :class:`~oci.response.Response`
|
28647
28647
|
|
28648
28648
|
:example:
|
28649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
|
28650
28650
|
"""
|
28651
28651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28652
28652
|
required_arguments = ['targetDatabaseId']
|
@@ -28843,7 +28843,7 @@ class DataSafeClient(object):
|
|
28843
28843
|
:rtype: :class:`~oci.response.Response`
|
28844
28844
|
|
28845
28845
|
:example:
|
28846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
28846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
|
28847
28847
|
"""
|
28848
28848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28849
28849
|
required_arguments = ['compartmentId']
|
@@ -29046,7 +29046,7 @@ class DataSafeClient(object):
|
|
29046
29046
|
:rtype: :class:`~oci.response.Response`
|
29047
29047
|
|
29048
29048
|
:example:
|
29049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
|
29050
29050
|
"""
|
29051
29051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29052
29052
|
required_arguments = ['compartmentId']
|
@@ -29225,7 +29225,7 @@ class DataSafeClient(object):
|
|
29225
29225
|
:rtype: :class:`~oci.response.Response`
|
29226
29226
|
|
29227
29227
|
:example:
|
29228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
|
29229
29229
|
"""
|
29230
29230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29231
29231
|
required_arguments = ['userAssessmentId']
|
@@ -29454,7 +29454,7 @@ class DataSafeClient(object):
|
|
29454
29454
|
:rtype: :class:`~oci.response.Response`
|
29455
29455
|
|
29456
29456
|
:example:
|
29457
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
|
29458
29458
|
"""
|
29459
29459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29460
29460
|
required_arguments = ['userAssessmentId']
|
@@ -29708,7 +29708,7 @@ class DataSafeClient(object):
|
|
29708
29708
|
:rtype: :class:`~oci.response.Response`
|
29709
29709
|
|
29710
29710
|
:example:
|
29711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
|
29712
29712
|
"""
|
29713
29713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29714
29714
|
required_arguments = ['compartmentId']
|
@@ -29988,7 +29988,7 @@ class DataSafeClient(object):
|
|
29988
29988
|
:rtype: :class:`~oci.response.Response`
|
29989
29989
|
|
29990
29990
|
:example:
|
29991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
29991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
|
29992
29992
|
"""
|
29993
29993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29994
29994
|
required_arguments = ['userAssessmentId']
|
@@ -30169,7 +30169,7 @@ class DataSafeClient(object):
|
|
30169
30169
|
:rtype: :class:`~oci.response.Response`
|
30170
30170
|
|
30171
30171
|
:example:
|
30172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
30173
30173
|
"""
|
30174
30174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30175
30175
|
required_arguments = ['workRequestId']
|
@@ -30287,7 +30287,7 @@ class DataSafeClient(object):
|
|
30287
30287
|
:rtype: :class:`~oci.response.Response`
|
30288
30288
|
|
30289
30289
|
:example:
|
30290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
30291
30291
|
"""
|
30292
30292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30293
30293
|
required_arguments = ['workRequestId']
|
@@ -30437,7 +30437,7 @@ class DataSafeClient(object):
|
|
30437
30437
|
:rtype: :class:`~oci.response.Response`
|
30438
30438
|
|
30439
30439
|
:example:
|
30440
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
30441
30441
|
"""
|
30442
30442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30443
30443
|
required_arguments = ['compartmentId']
|
@@ -30572,7 +30572,7 @@ class DataSafeClient(object):
|
|
30572
30572
|
:rtype: :class:`~oci.response.Response`
|
30573
30573
|
|
30574
30574
|
:example:
|
30575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
|
30576
30576
|
"""
|
30577
30577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30578
30578
|
required_arguments = ['maskingPolicyId']
|
@@ -30686,7 +30686,7 @@ class DataSafeClient(object):
|
|
30686
30686
|
:rtype: :class:`~oci.response.Response`
|
30687
30687
|
|
30688
30688
|
:example:
|
30689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
|
30690
30690
|
"""
|
30691
30691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30692
30692
|
required_arguments = ['compartmentId']
|
@@ -30808,7 +30808,7 @@ class DataSafeClient(object):
|
|
30808
30808
|
:rtype: :class:`~oci.response.Response`
|
30809
30809
|
|
30810
30810
|
:example:
|
30811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
|
30812
30812
|
"""
|
30813
30813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30814
30814
|
required_arguments = []
|
@@ -30924,7 +30924,7 @@ class DataSafeClient(object):
|
|
30924
30924
|
:rtype: :class:`~oci.response.Response`
|
30925
30925
|
|
30926
30926
|
:example:
|
30927
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
30927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
|
30928
30928
|
"""
|
30929
30929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30930
30930
|
required_arguments = ['discoveryJobId']
|
@@ -31036,7 +31036,7 @@ class DataSafeClient(object):
|
|
31036
31036
|
:rtype: :class:`~oci.response.Response`
|
31037
31037
|
|
31038
31038
|
:example:
|
31039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
|
31040
31040
|
"""
|
31041
31041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31042
31042
|
required_arguments = ['maskingPolicyId']
|
@@ -31147,7 +31147,7 @@ class DataSafeClient(object):
|
|
31147
31147
|
:rtype: :class:`~oci.response.Response`
|
31148
31148
|
|
31149
31149
|
:example:
|
31150
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
|
31151
31151
|
"""
|
31152
31152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31153
31153
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -31259,7 +31259,7 @@ class DataSafeClient(object):
|
|
31259
31259
|
:rtype: :class:`~oci.response.Response`
|
31260
31260
|
|
31261
31261
|
:example:
|
31262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
|
31263
31263
|
"""
|
31264
31264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31265
31265
|
required_arguments = ['sensitiveDataModelId']
|
@@ -31366,7 +31366,7 @@ class DataSafeClient(object):
|
|
31366
31366
|
:rtype: :class:`~oci.response.Response`
|
31367
31367
|
|
31368
31368
|
:example:
|
31369
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
|
31370
31370
|
"""
|
31371
31371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31372
31372
|
required_arguments = []
|
@@ -31470,7 +31470,7 @@ class DataSafeClient(object):
|
|
31470
31470
|
:rtype: :class:`~oci.response.Response`
|
31471
31471
|
|
31472
31472
|
:example:
|
31473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
|
31474
31474
|
"""
|
31475
31475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31476
31476
|
required_arguments = ['auditPolicyId']
|
@@ -31586,7 +31586,7 @@ class DataSafeClient(object):
|
|
31586
31586
|
:rtype: :class:`~oci.response.Response`
|
31587
31587
|
|
31588
31588
|
:example:
|
31589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
|
31590
31590
|
"""
|
31591
31591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31592
31592
|
required_arguments = ['sqlCollectionId']
|
@@ -31700,7 +31700,7 @@ class DataSafeClient(object):
|
|
31700
31700
|
:rtype: :class:`~oci.response.Response`
|
31701
31701
|
|
31702
31702
|
:example:
|
31703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
|
31704
31704
|
"""
|
31705
31705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31706
31706
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -31818,7 +31818,7 @@ class DataSafeClient(object):
|
|
31818
31818
|
:rtype: :class:`~oci.response.Response`
|
31819
31819
|
|
31820
31820
|
:example:
|
31821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
|
31822
31822
|
"""
|
31823
31823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31824
31824
|
required_arguments = ['securityAssessmentId']
|
@@ -31934,7 +31934,7 @@ class DataSafeClient(object):
|
|
31934
31934
|
:rtype: :class:`~oci.response.Response`
|
31935
31935
|
|
31936
31936
|
:example:
|
31937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
31937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
|
31938
31938
|
"""
|
31939
31939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31940
31940
|
required_arguments = ['sqlCollectionId']
|
@@ -32048,7 +32048,7 @@ class DataSafeClient(object):
|
|
32048
32048
|
:rtype: :class:`~oci.response.Response`
|
32049
32049
|
|
32050
32050
|
:example:
|
32051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
|
32052
32052
|
"""
|
32053
32053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32054
32054
|
required_arguments = ['targetDatabaseId']
|
@@ -32167,7 +32167,7 @@ class DataSafeClient(object):
|
|
32167
32167
|
:rtype: :class:`~oci.response.Response`
|
32168
32168
|
|
32169
32169
|
:example:
|
32170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
|
32171
32171
|
"""
|
32172
32172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32173
32173
|
required_arguments = ['userAssessmentId']
|
@@ -32283,7 +32283,7 @@ class DataSafeClient(object):
|
|
32283
32283
|
:rtype: :class:`~oci.response.Response`
|
32284
32284
|
|
32285
32285
|
:example:
|
32286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
|
32287
32287
|
"""
|
32288
32288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32289
32289
|
required_arguments = ['reportDefinitionId']
|
@@ -32391,7 +32391,7 @@ class DataSafeClient(object):
|
|
32391
32391
|
:rtype: :class:`~oci.response.Response`
|
32392
32392
|
|
32393
32393
|
:example:
|
32394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
|
32395
32395
|
"""
|
32396
32396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32397
32397
|
required_arguments = ['auditTrailId']
|
@@ -32502,7 +32502,7 @@ class DataSafeClient(object):
|
|
32502
32502
|
:rtype: :class:`~oci.response.Response`
|
32503
32503
|
|
32504
32504
|
:example:
|
32505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
|
32506
32506
|
"""
|
32507
32507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32508
32508
|
required_arguments = ['workRequestId']
|
@@ -32616,7 +32616,7 @@ class DataSafeClient(object):
|
|
32616
32616
|
:rtype: :class:`~oci.response.Response`
|
32617
32617
|
|
32618
32618
|
:example:
|
32619
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
|
32620
32620
|
"""
|
32621
32621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32622
32622
|
required_arguments = ['auditPolicyId']
|
@@ -32733,7 +32733,7 @@ class DataSafeClient(object):
|
|
32733
32733
|
:rtype: :class:`~oci.response.Response`
|
32734
32734
|
|
32735
32735
|
:example:
|
32736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
|
32737
32737
|
"""
|
32738
32738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32739
32739
|
required_arguments = ['reportDefinitionId']
|
@@ -32852,7 +32852,7 @@ class DataSafeClient(object):
|
|
32852
32852
|
:rtype: :class:`~oci.response.Response`
|
32853
32853
|
|
32854
32854
|
:example:
|
32855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
|
32856
32856
|
"""
|
32857
32857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32858
32858
|
required_arguments = ['securityAssessmentId']
|
@@ -32972,7 +32972,7 @@ class DataSafeClient(object):
|
|
32972
32972
|
:rtype: :class:`~oci.response.Response`
|
32973
32973
|
|
32974
32974
|
:example:
|
32975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
32975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
|
32976
32976
|
"""
|
32977
32977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32978
32978
|
required_arguments = ['userAssessmentId']
|
@@ -33092,7 +33092,7 @@ class DataSafeClient(object):
|
|
33092
33092
|
:rtype: :class:`~oci.response.Response`
|
33093
33093
|
|
33094
33094
|
:example:
|
33095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
|
33096
33096
|
"""
|
33097
33097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33098
33098
|
required_arguments = ['auditTrailId']
|
@@ -33208,7 +33208,7 @@ class DataSafeClient(object):
|
|
33208
33208
|
:rtype: :class:`~oci.response.Response`
|
33209
33209
|
|
33210
33210
|
:example:
|
33211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
|
33212
33212
|
"""
|
33213
33213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33214
33214
|
required_arguments = ['sqlCollectionId']
|
@@ -33316,7 +33316,7 @@ class DataSafeClient(object):
|
|
33316
33316
|
:rtype: :class:`~oci.response.Response`
|
33317
33317
|
|
33318
33318
|
:example:
|
33319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
|
33320
33320
|
"""
|
33321
33321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33322
33322
|
required_arguments = ['auditTrailId']
|
@@ -33427,7 +33427,7 @@ class DataSafeClient(object):
|
|
33427
33427
|
:rtype: :class:`~oci.response.Response`
|
33428
33428
|
|
33429
33429
|
:example:
|
33430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
|
33431
33431
|
"""
|
33432
33432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33433
33433
|
required_arguments = ['sqlCollectionId']
|
@@ -33541,7 +33541,7 @@ class DataSafeClient(object):
|
|
33541
33541
|
:rtype: :class:`~oci.response.Response`
|
33542
33542
|
|
33543
33543
|
:example:
|
33544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
|
33545
33545
|
"""
|
33546
33546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33547
33547
|
required_arguments = ['workRequestId']
|
@@ -33656,7 +33656,7 @@ class DataSafeClient(object):
|
|
33656
33656
|
:rtype: :class:`~oci.response.Response`
|
33657
33657
|
|
33658
33658
|
:example:
|
33659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
|
33660
33660
|
"""
|
33661
33661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33662
33662
|
required_arguments = ['securityAssessmentId']
|
@@ -33771,7 +33771,7 @@ class DataSafeClient(object):
|
|
33771
33771
|
:rtype: :class:`~oci.response.Response`
|
33772
33772
|
|
33773
33773
|
:example:
|
33774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
|
33775
33775
|
"""
|
33776
33776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33777
33777
|
required_arguments = ['userAssessmentId']
|
@@ -33882,7 +33882,7 @@ class DataSafeClient(object):
|
|
33882
33882
|
:rtype: :class:`~oci.response.Response`
|
33883
33883
|
|
33884
33884
|
:example:
|
33885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
|
33886
33886
|
"""
|
33887
33887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33888
33888
|
required_arguments = ['alertId']
|
@@ -33994,7 +33994,7 @@ class DataSafeClient(object):
|
|
33994
33994
|
:rtype: :class:`~oci.response.Response`
|
33995
33995
|
|
33996
33996
|
:example:
|
33997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
33997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
|
33998
33998
|
"""
|
33999
33999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34000
34000
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -34104,7 +34104,7 @@ class DataSafeClient(object):
|
|
34104
34104
|
:rtype: :class:`~oci.response.Response`
|
34105
34105
|
|
34106
34106
|
:example:
|
34107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
|
34108
34108
|
"""
|
34109
34109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34110
34110
|
required_arguments = ['auditPolicyId']
|
@@ -34214,7 +34214,7 @@ class DataSafeClient(object):
|
|
34214
34214
|
:rtype: :class:`~oci.response.Response`
|
34215
34215
|
|
34216
34216
|
:example:
|
34217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
|
34218
34218
|
"""
|
34219
34219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34220
34220
|
required_arguments = ['auditProfileId']
|
@@ -34324,7 +34324,7 @@ class DataSafeClient(object):
|
|
34324
34324
|
:rtype: :class:`~oci.response.Response`
|
34325
34325
|
|
34326
34326
|
:example:
|
34327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
|
34328
34328
|
"""
|
34329
34329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34330
34330
|
required_arguments = ['auditTrailId']
|
@@ -34434,7 +34434,7 @@ class DataSafeClient(object):
|
|
34434
34434
|
:rtype: :class:`~oci.response.Response`
|
34435
34435
|
|
34436
34436
|
:example:
|
34437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
|
34438
34438
|
"""
|
34439
34439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34440
34440
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -34544,7 +34544,7 @@ class DataSafeClient(object):
|
|
34544
34544
|
:rtype: :class:`~oci.response.Response`
|
34545
34545
|
|
34546
34546
|
:example:
|
34547
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
|
34548
34548
|
"""
|
34549
34549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34550
34550
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -34663,7 +34663,7 @@ class DataSafeClient(object):
|
|
34663
34663
|
:rtype: :class:`~oci.response.Response`
|
34664
34664
|
|
34665
34665
|
:example:
|
34666
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
|
34667
34667
|
"""
|
34668
34668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34669
34669
|
required_arguments = ['securityAssessmentId', 'findingKey']
|
@@ -34777,7 +34777,7 @@ class DataSafeClient(object):
|
|
34777
34777
|
:rtype: :class:`~oci.response.Response`
|
34778
34778
|
|
34779
34779
|
:example:
|
34780
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
|
34781
34781
|
"""
|
34782
34782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34783
34783
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -34891,7 +34891,7 @@ class DataSafeClient(object):
|
|
34891
34891
|
:rtype: :class:`~oci.response.Response`
|
34892
34892
|
|
34893
34893
|
:example:
|
34894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
34894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
|
34895
34895
|
"""
|
34896
34896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34897
34897
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -35002,7 +35002,7 @@ class DataSafeClient(object):
|
|
35002
35002
|
:rtype: :class:`~oci.response.Response`
|
35003
35003
|
|
35004
35004
|
:example:
|
35005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
|
35006
35006
|
"""
|
35007
35007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35008
35008
|
required_arguments = ['maskingPolicyId']
|
@@ -35112,7 +35112,7 @@ class DataSafeClient(object):
|
|
35112
35112
|
:rtype: :class:`~oci.response.Response`
|
35113
35113
|
|
35114
35114
|
:example:
|
35115
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
|
35116
35116
|
"""
|
35117
35117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35118
35118
|
required_arguments = ['onPremConnectorId']
|
@@ -35228,7 +35228,7 @@ class DataSafeClient(object):
|
|
35228
35228
|
:rtype: :class:`~oci.response.Response`
|
35229
35229
|
|
35230
35230
|
:example:
|
35231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
|
35232
35232
|
"""
|
35233
35233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35234
35234
|
required_arguments = ['onPremConnectorId']
|
@@ -35350,7 +35350,7 @@ class DataSafeClient(object):
|
|
35350
35350
|
:rtype: :class:`~oci.response.Response`
|
35351
35351
|
|
35352
35352
|
:example:
|
35353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
|
35354
35354
|
"""
|
35355
35355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35356
35356
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -35470,7 +35470,7 @@ class DataSafeClient(object):
|
|
35470
35470
|
:rtype: :class:`~oci.response.Response`
|
35471
35471
|
|
35472
35472
|
:example:
|
35473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
|
35474
35474
|
"""
|
35475
35475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35476
35476
|
required_arguments = ['reportId']
|
@@ -35589,7 +35589,7 @@ class DataSafeClient(object):
|
|
35589
35589
|
:rtype: :class:`~oci.response.Response`
|
35590
35590
|
|
35591
35591
|
:example:
|
35592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
|
35593
35593
|
"""
|
35594
35594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35595
35595
|
required_arguments = ['reportDefinitionId']
|
@@ -35702,7 +35702,7 @@ class DataSafeClient(object):
|
|
35702
35702
|
:rtype: :class:`~oci.response.Response`
|
35703
35703
|
|
35704
35704
|
:example:
|
35705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
|
35706
35706
|
"""
|
35707
35707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35708
35708
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -35812,7 +35812,7 @@ class DataSafeClient(object):
|
|
35812
35812
|
:rtype: :class:`~oci.response.Response`
|
35813
35813
|
|
35814
35814
|
:example:
|
35815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
|
35816
35816
|
"""
|
35817
35817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35818
35818
|
required_arguments = ['securityAssessmentId']
|
@@ -35922,7 +35922,7 @@ class DataSafeClient(object):
|
|
35922
35922
|
:rtype: :class:`~oci.response.Response`
|
35923
35923
|
|
35924
35924
|
:example:
|
35925
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
35925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
|
35926
35926
|
"""
|
35927
35927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35928
35928
|
required_arguments = ['securityPolicyId']
|
@@ -36032,7 +36032,7 @@ class DataSafeClient(object):
|
|
36032
36032
|
:rtype: :class:`~oci.response.Response`
|
36033
36033
|
|
36034
36034
|
:example:
|
36035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
|
36036
36036
|
"""
|
36037
36037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36038
36038
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -36145,7 +36145,7 @@ class DataSafeClient(object):
|
|
36145
36145
|
:rtype: :class:`~oci.response.Response`
|
36146
36146
|
|
36147
36147
|
:example:
|
36148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
|
36149
36149
|
"""
|
36150
36150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36151
36151
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -36257,7 +36257,7 @@ class DataSafeClient(object):
|
|
36257
36257
|
:rtype: :class:`~oci.response.Response`
|
36258
36258
|
|
36259
36259
|
:example:
|
36260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
|
36261
36261
|
"""
|
36262
36262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36263
36263
|
required_arguments = ['sensitiveDataModelId']
|
@@ -36367,7 +36367,7 @@ class DataSafeClient(object):
|
|
36367
36367
|
:rtype: :class:`~oci.response.Response`
|
36368
36368
|
|
36369
36369
|
:example:
|
36370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
|
36371
36371
|
"""
|
36372
36372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36373
36373
|
required_arguments = ['sensitiveTypeId']
|
@@ -36477,7 +36477,7 @@ class DataSafeClient(object):
|
|
36477
36477
|
:rtype: :class:`~oci.response.Response`
|
36478
36478
|
|
36479
36479
|
:example:
|
36480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
|
36481
36481
|
"""
|
36482
36482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36483
36483
|
required_arguments = ['sqlCollectionId']
|
@@ -36587,7 +36587,7 @@ class DataSafeClient(object):
|
|
36587
36587
|
:rtype: :class:`~oci.response.Response`
|
36588
36588
|
|
36589
36589
|
:example:
|
36590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
|
36591
36591
|
"""
|
36592
36592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36593
36593
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -36697,7 +36697,7 @@ class DataSafeClient(object):
|
|
36697
36697
|
:rtype: :class:`~oci.response.Response`
|
36698
36698
|
|
36699
36699
|
:example:
|
36700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
|
36701
36701
|
"""
|
36702
36702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36703
36703
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -36813,7 +36813,7 @@ class DataSafeClient(object):
|
|
36813
36813
|
:rtype: :class:`~oci.response.Response`
|
36814
36814
|
|
36815
36815
|
:example:
|
36816
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
|
36817
36817
|
"""
|
36818
36818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36819
36819
|
required_arguments = ['targetDatabaseId']
|
@@ -36926,7 +36926,7 @@ class DataSafeClient(object):
|
|
36926
36926
|
:rtype: :class:`~oci.response.Response`
|
36927
36927
|
|
36928
36928
|
:example:
|
36929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
36929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
|
36930
36930
|
"""
|
36931
36931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36932
36932
|
required_arguments = ['userAssessmentId']
|
@@ -37047,7 +37047,7 @@ class DataSafeClient(object):
|
|
37047
37047
|
:rtype: :class:`~oci.response.Response`
|
37048
37048
|
|
37049
37049
|
:example:
|
37050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
|
37051
37051
|
"""
|
37052
37052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37053
37053
|
required_arguments = ['maskingPolicyId']
|
@@ -37188,7 +37188,7 @@ class DataSafeClient(object):
|
|
37188
37188
|
:rtype: :class:`~oci.response.Response`
|
37189
37189
|
|
37190
37190
|
:example:
|
37191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.
|
37191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.128.9/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
|
37192
37192
|
"""
|
37193
37193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37194
37194
|
required_arguments = ['sensitiveDataModelId']
|