oci 2.145.0__py3-none-any.whl → 2.146.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/__init__.py +2 -2
- 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 +26 -26
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- 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 +84 -84
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- 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_engine/models/open_id_connect_token_authentication_config.py +37 -2
- oci/container_instances/container_instance_client.py +18 -18
- oci/container_instances/models/__init__.py +0 -4
- oci/container_instances/models/container_health_check.py +3 -11
- oci/container_instances/models/container_http_health_check.py +1 -1
- oci/container_instances/models/container_tcp_health_check.py +1 -1
- oci/container_instances/models/create_container_details.py +2 -2
- oci/container_instances/models/create_container_health_check_details.py +3 -11
- oci/container_instances/models/create_container_http_health_check_details.py +1 -1
- oci/container_instances/models/create_container_tcp_health_check_details.py +1 -1
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/models/create_byoip_range_details.py +66 -0
- oci/core/models/create_ipv6_details.py +97 -3
- oci/core/models/create_private_ip_details.py +96 -2
- oci/core/models/create_vnic_details.py +18 -18
- oci/core/models/ipv6.py +107 -3
- oci/core/models/launch_attach_volume_details.py +2 -2
- oci/core/models/network_security_group.py +7 -7
- oci/core/models/private_ip.py +107 -3
- oci/core/models/update_byoip_range_details.py +68 -2
- oci/core/models/update_ipv6_details.py +61 -4
- oci/core/models/update_private_ip_details.py +59 -2
- oci/core/models/update_vnic_details.py +8 -4
- oci/core/models/vnic.py +6 -2
- oci/core/virtual_network_client.py +519 -257
- oci/core/virtual_network_client_composite_operations.py +44 -0
- 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 +45 -45
- 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 +306 -306
- oci/data_science/data_science_client.py +101 -101
- oci/data_science/models/__init__.py +8 -0
- oci/data_science/models/create_pipeline_details.py +31 -0
- oci/data_science/models/pipeline.py +31 -0
- oci/data_science/models/pipeline_container_step_details.py +32 -1
- oci/data_science/models/pipeline_container_step_run.py +1 -1
- oci/data_science/models/pipeline_container_step_update_details.py +34 -3
- oci/data_science/models/pipeline_custom_script_step_details.py +32 -1
- oci/data_science/models/pipeline_custom_script_step_run.py +1 -1
- oci/data_science/models/pipeline_custom_script_step_update_details.py +34 -3
- oci/data_science/models/pipeline_dataflow_configuration_details.py +281 -0
- oci/data_science/models/pipeline_dataflow_step_details.py +141 -0
- oci/data_science/models/pipeline_dataflow_step_run.py +122 -0
- oci/data_science/models/pipeline_dataflow_step_update_details.py +99 -0
- oci/data_science/models/pipeline_ml_job_step_details.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_run.py +1 -1
- oci/data_science/models/pipeline_ml_job_step_update_details.py +1 -1
- oci/data_science/models/pipeline_step_details.py +11 -3
- oci/data_science/models/pipeline_step_override_details.py +29 -2
- oci/data_science/models/pipeline_step_run.py +11 -3
- oci/data_science/models/pipeline_step_update_details.py +11 -3
- oci/data_science/models/update_pipeline_details.py +31 -0
- oci/database/database_client.py +404 -404
- oci/database_management/db_management_client.py +228 -228
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +9 -9
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +42 -42
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/__init__.py +14 -0
- oci/dblm/db_life_cycle_management_client.py +1762 -0
- oci/dblm/db_life_cycle_management_client_composite_operations.py +65 -0
- oci/dblm/models/__init__.py +70 -0
- oci/dblm/models/aggregated_vulnerability_collection.py +72 -0
- oci/dblm/models/aggregated_vulnerability_summary.py +134 -0
- oci/dblm/models/child_pdb.py +227 -0
- oci/dblm/models/create_vulnerability_scan_details.py +103 -0
- oci/dblm/models/dblm_vulnerability.py +393 -0
- oci/dblm/models/host_info.py +103 -0
- oci/dblm/models/metric_error.py +227 -0
- oci/dblm/models/notification_collection.py +72 -0
- oci/dblm/models/notification_summary.py +185 -0
- oci/dblm/models/patch_recommendation_summary.py +134 -0
- oci/dblm/models/patch_recommendations_details_summary.py +227 -0
- oci/dblm/models/resource_info.py +382 -0
- oci/dblm/models/resource_summary.py +227 -0
- oci/dblm/models/vulnerabilities_summary.py +227 -0
- oci/dblm/models/vulnerability_collection.py +72 -0
- oci/dblm/models/vulnerability_resource_collection.py +72 -0
- oci/dblm/models/vulnerability_resource_summary.py +475 -0
- oci/dblm/models/vulnerability_scan.py +525 -0
- oci/dblm/models/vulnerability_scan_collection.py +72 -0
- oci/dblm/models/vulnerability_scan_summary.py +443 -0
- oci/dblm/models/vulnerability_summary.py +196 -0
- oci/dblm/models/work_request.py +426 -0
- oci/dblm/models/work_request_error.py +136 -0
- oci/dblm/models/work_request_error_collection.py +72 -0
- oci/dblm/models/work_request_log_entry.py +103 -0
- oci/dblm/models/work_request_log_entry_collection.py +72 -0
- oci/dblm/models/work_request_resource.py +234 -0
- oci/dblm/models/work_request_summary.py +426 -0
- oci/dblm/models/work_request_summary_collection.py +72 -0
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/dns/dns_client.py +54 -54
- 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_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email/models/create_dkim_details.py +31 -0
- oci/email/models/dkim.py +62 -0
- oci/email/models/dkim_summary.py +62 -0
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +68 -68
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +25 -25
- oci/fleet_apps_management/fleet_apps_management_client.py +35 -35
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +26 -26
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +12 -12
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +33 -33
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +5 -5
- oci/generative_ai_inference/generative_ai_inference_client.py +5 -5
- 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 +84 -84
- 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 +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- 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/load_balancer/models/create_load_balancer_details.py +15 -15
- oci/load_balancer/models/load_balancer.py +15 -15
- oci/load_balancer/models/update_load_balancer_details.py +15 -15
- 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 +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/backup.py +33 -0
- oci/mysql/models/backup_summary.py +33 -0
- oci/mysql/models/channel.py +35 -2
- oci/mysql/models/channel_summary.py +35 -2
- oci/mysql/models/configuration.py +35 -2
- oci/mysql/models/configuration_summary.py +35 -2
- oci/mysql/models/configuration_variables.py +4949 -1858
- oci/mysql/models/db_system.py +33 -0
- oci/mysql/models/db_system_summary.py +33 -0
- 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 +86 -86
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +55 -55
- 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 +16 -16
- 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/operations_insights_client.py +181 -181
- 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 +10 -10
- oci/os_management_hub/lifecycle_environment_client.py +138 -16
- oci/os_management_hub/lifecycle_environment_client_composite_operations.py +44 -0
- oci/os_management_hub/managed_instance_client.py +309 -35
- oci/os_management_hub/managed_instance_client_composite_operations.py +91 -0
- oci/os_management_hub/managed_instance_group_client.py +149 -27
- oci/os_management_hub/managed_instance_group_client_composite_operations.py +44 -0
- oci/os_management_hub/management_station_client.py +59 -16
- oci/os_management_hub/models/__init__.py +54 -0
- oci/os_management_hub/models/add_packages_to_software_source_details.py +35 -4
- oci/os_management_hub/models/agent_event.py +1 -1
- oci/os_management_hub/models/associate_managed_instances_with_management_station_details.py +103 -0
- oci/os_management_hub/models/attach_lifecycle_stage_to_profile_details.py +76 -0
- oci/os_management_hub/models/attach_managed_instance_group_to_profile_details.py +76 -0
- oci/os_management_hub/models/attach_managed_instances_to_lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/attach_management_station_to_profile_details.py +76 -0
- oci/os_management_hub/models/attach_software_sources_to_profile_details.py +76 -0
- oci/os_management_hub/models/available_package_summary.py +1 -1
- oci/os_management_hub/models/create_custom_software_source_details.py +54 -3
- oci/os_management_hub/models/create_lifecycle_environment_details.py +7 -3
- oci/os_management_hub/models/create_managed_instance_group_details.py +7 -3
- oci/os_management_hub/models/create_management_station_details.py +31 -0
- oci/os_management_hub/models/create_mirror_configuration_details.py +33 -2
- oci/os_management_hub/models/create_private_software_source_details.py +406 -0
- oci/os_management_hub/models/create_profile_details.py +12 -4
- oci/os_management_hub/models/create_scheduled_job_details.py +37 -2
- oci/os_management_hub/models/create_software_source_details.py +19 -3
- oci/os_management_hub/models/create_software_source_profile_details.py +7 -3
- oci/os_management_hub/models/create_station_profile_details.py +7 -3
- oci/os_management_hub/models/create_third_party_software_source_details.py +406 -0
- oci/os_management_hub/models/create_vendor_software_source_details.py +1 -1
- oci/os_management_hub/models/create_versioned_custom_software_source_details.py +54 -3
- oci/os_management_hub/models/create_windows_stand_alone_profile_details.py +288 -0
- oci/os_management_hub/models/custom_software_source.py +102 -9
- oci/os_management_hub/models/custom_software_source_summary.py +64 -8
- oci/os_management_hub/models/detach_managed_instances_from_lifecycle_stage_details.py +1 -1
- oci/os_management_hub/models/detach_software_sources_from_profile_details.py +76 -0
- oci/os_management_hub/models/event.py +23 -3
- oci/os_management_hub/models/event_summary.py +11 -3
- oci/os_management_hub/models/exploit_attempt_event.py +1 -1
- oci/os_management_hub/models/group_profile.py +16 -2
- oci/os_management_hub/models/install_packages_on_managed_instance_group_details.py +33 -2
- oci/os_management_hub/models/installed_package_summary.py +1 -1
- oci/os_management_hub/models/kernel_crash_event.py +1 -1
- oci/os_management_hub/models/kernel_oops_event.py +1 -1
- oci/os_management_hub/models/ksplice_update_event.py +1 -1
- oci/os_management_hub/models/lifecycle_environment.py +7 -3
- oci/os_management_hub/models/lifecycle_environment_summary.py +7 -3
- oci/os_management_hub/models/lifecycle_profile.py +16 -2
- oci/os_management_hub/models/lifecycle_stage.py +7 -3
- oci/os_management_hub/models/lifecycle_stage_summary.py +7 -3
- oci/os_management_hub/models/managed_instance.py +80 -10
- oci/os_management_hub/models/managed_instance_analytic_summary.py +11 -3
- oci/os_management_hub/models/managed_instance_group.py +7 -3
- oci/os_management_hub/models/managed_instance_group_available_package_summary.py +7 -3
- oci/os_management_hub/models/managed_instance_group_summary.py +7 -3
- oci/os_management_hub/models/managed_instance_summary.py +47 -8
- oci/os_management_hub/models/management_station.py +276 -0
- oci/os_management_hub/models/management_station_event.py +1 -1
- oci/os_management_hub/models/management_station_event_data.py +58 -3
- oci/os_management_hub/models/management_station_summary.py +67 -4
- oci/os_management_hub/models/mirror_configuration.py +33 -2
- oci/os_management_hub/models/mirror_summary.py +107 -25
- oci/os_management_hub/models/mirrors_collection.py +2 -1
- oci/os_management_hub/models/module_stream.py +7 -3
- oci/os_management_hub/models/package_name_summary.py +7 -3
- oci/os_management_hub/models/package_summary.py +7 -3
- oci/os_management_hub/models/peer_management_station.py +108 -0
- oci/os_management_hub/models/private_software_source.py +330 -0
- oci/os_management_hub/models/private_software_source_summary.py +212 -0
- oci/os_management_hub/models/profile.py +84 -8
- oci/os_management_hub/models/profile_collection.py +1 -1
- oci/os_management_hub/models/profile_summary.py +17 -7
- oci/os_management_hub/models/profile_version.py +811 -0
- oci/os_management_hub/models/reboot_event.py +184 -0
- oci/os_management_hub/models/reboot_event_data.py +123 -0
- oci/os_management_hub/models/reboot_lifecycle_stage_details.py +101 -0
- oci/os_management_hub/models/reboot_managed_instance_details.py +101 -0
- oci/os_management_hub/models/reboot_managed_instance_group_details.py +101 -0
- oci/os_management_hub/models/remove_packages_from_software_source_details.py +72 -0
- oci/os_management_hub/models/replace_packages_in_software_source_details.py +72 -0
- oci/os_management_hub/models/rerun_work_request_details.py +103 -0
- oci/os_management_hub/models/scheduled_job.py +37 -2
- oci/os_management_hub/models/scheduled_job_operation.py +46 -5
- oci/os_management_hub/models/scheduled_job_summary.py +37 -2
- oci/os_management_hub/models/software_source.py +39 -15
- oci/os_management_hub/models/software_source_details.py +11 -3
- oci/os_management_hub/models/software_source_event.py +1 -1
- oci/os_management_hub/models/software_source_profile.py +16 -2
- oci/os_management_hub/models/software_source_summary.py +30 -10
- oci/os_management_hub/models/software_source_vendor_summary.py +7 -3
- oci/os_management_hub/models/software_update_event.py +1 -1
- oci/os_management_hub/models/station_health.py +7 -3
- oci/os_management_hub/models/station_profile.py +16 -2
- oci/os_management_hub/models/synchronize_mirrors_details.py +7 -3
- oci/os_management_hub/models/sysadmin_event.py +184 -0
- oci/os_management_hub/models/sysadmin_event_data.py +239 -0
- oci/os_management_hub/models/system_details.py +7 -3
- oci/os_management_hub/models/third_party_software_source.py +330 -0
- oci/os_management_hub/models/third_party_software_source_summary.py +212 -0
- oci/os_management_hub/models/updatable_package_summary.py +1 -1
- oci/os_management_hub/models/update_custom_software_source_details.py +1 -1
- oci/os_management_hub/models/update_management_station_details.py +31 -0
- oci/os_management_hub/models/update_mirror_configuration_details.py +33 -2
- oci/os_management_hub/models/update_private_software_source_details.py +272 -0
- oci/os_management_hub/models/update_profile_details.py +1 -1
- oci/os_management_hub/models/update_scheduled_job_details.py +2 -2
- oci/os_management_hub/models/update_software_source_details.py +19 -3
- oci/os_management_hub/models/update_third_party_software_source_details.py +272 -0
- oci/os_management_hub/models/update_vendor_software_source_details.py +1 -1
- oci/os_management_hub/models/update_versioned_custom_software_source_details.py +1 -1
- oci/os_management_hub/models/update_work_request_details.py +9 -5
- oci/os_management_hub/models/vendor_software_source.py +5 -5
- oci/os_management_hub/models/vendor_software_source_summary.py +2 -2
- oci/os_management_hub/models/versioned_custom_software_source.py +102 -9
- oci/os_management_hub/models/versioned_custom_software_source_summary.py +63 -7
- oci/os_management_hub/models/windows_standalone_profile.py +17 -3
- oci/os_management_hub/models/work_request.py +102 -14
- oci/os_management_hub/models/work_request_error.py +4 -4
- oci/os_management_hub/models/work_request_error_collection.py +1 -1
- oci/os_management_hub/models/work_request_log_entry_collection.py +1 -1
- oci/os_management_hub/models/work_request_summary.py +47 -8
- oci/os_management_hub/models/work_request_summary_collection.py +1 -1
- oci/os_management_hub/onboarding_client.py +991 -75
- oci/os_management_hub/reporting_managed_instance_client.py +9 -9
- oci/os_management_hub/scheduled_job_client.py +9 -9
- oci/os_management_hub/software_source_client.py +848 -47
- oci/os_management_hub/software_source_client_composite_operations.py +132 -0
- oci/os_management_hub/work_request_client.py +144 -11
- oci/os_management_hub/work_request_client_composite_operations.py +46 -0
- 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 +26 -26
- oci/redis/models/redis_cluster.py +7 -3
- oci/redis/models/update_redis_cluster_details.py +31 -0
- oci/redis/redis_cluster_client.py +12 -12
- 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/security_attribute/security_attribute_client.py +18 -18
- 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 +87 -87
- 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/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 +14 -14
- 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/zpr/zpr_client.py +15 -15
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/METADATA +1 -1
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/RECORD +473 -411
- oci/container_instances/models/container_command_health_check.py +0 -147
- oci/container_instances/models/create_container_command_health_check_details.py +0 -132
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/WHEEL +0 -0
- {oci-2.145.0.dist-info → oci-2.146.0.dist-info}/top_level.txt +0 -0
@@ -160,7 +160,7 @@ class DataSafeClient(object):
|
|
160
160
|
:rtype: :class:`~oci.response.Response`
|
161
161
|
|
162
162
|
:example:
|
163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/activate_target_database.py.html>`__ to see an example of how to use activate_target_database API.
|
164
164
|
"""
|
165
165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
166
166
|
required_arguments = ['targetDatabaseId']
|
@@ -273,7 +273,7 @@ class DataSafeClient(object):
|
|
273
273
|
:rtype: :class:`~oci.response.Response`
|
274
274
|
|
275
275
|
:example:
|
276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/add_masking_columns_from_sdm.py.html>`__ to see an example of how to use add_masking_columns_from_sdm API.
|
277
277
|
"""
|
278
278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
279
279
|
required_arguments = ['maskingPolicyId']
|
@@ -396,7 +396,7 @@ class DataSafeClient(object):
|
|
396
396
|
:rtype: :class:`~oci.response.Response`
|
397
397
|
|
398
398
|
:example:
|
399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/alerts_update.py.html>`__ to see an example of how to use alerts_update API.
|
400
400
|
"""
|
401
401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
402
402
|
required_arguments = []
|
@@ -517,7 +517,7 @@ class DataSafeClient(object):
|
|
517
517
|
:rtype: :class:`~oci.response.Response`
|
518
518
|
|
519
519
|
:example:
|
520
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/apply_discovery_job_results.py.html>`__ to see an example of how to use apply_discovery_job_results API.
|
521
521
|
"""
|
522
522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
523
523
|
required_arguments = ['sensitiveDataModelId']
|
@@ -638,7 +638,7 @@ class DataSafeClient(object):
|
|
638
638
|
:rtype: :class:`~oci.response.Response`
|
639
639
|
|
640
640
|
:example:
|
641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
|
642
642
|
"""
|
643
643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
644
644
|
required_arguments = ['maskingPolicyId']
|
@@ -751,7 +751,7 @@ class DataSafeClient(object):
|
|
751
751
|
:rtype: :class:`~oci.response.Response`
|
752
752
|
|
753
753
|
:example:
|
754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/bulk_create_sensitive_types.py.html>`__ to see an example of how to use bulk_create_sensitive_types API.
|
755
755
|
"""
|
756
756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
757
757
|
required_arguments = []
|
@@ -865,7 +865,7 @@ class DataSafeClient(object):
|
|
865
865
|
:rtype: :class:`~oci.response.Response`
|
866
866
|
|
867
867
|
:example:
|
868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/bulk_create_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use bulk_create_sql_firewall_allowed_sqls API.
|
869
869
|
"""
|
870
870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
871
871
|
required_arguments = []
|
@@ -954,7 +954,7 @@ class DataSafeClient(object):
|
|
954
954
|
:rtype: :class:`~oci.response.Response`
|
955
955
|
|
956
956
|
:example:
|
957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/bulk_delete_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use bulk_delete_sql_firewall_allowed_sqls API.
|
958
958
|
"""
|
959
959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
960
960
|
required_arguments = []
|
@@ -1056,7 +1056,7 @@ class DataSafeClient(object):
|
|
1056
1056
|
:rtype: :class:`~oci.response.Response`
|
1057
1057
|
|
1058
1058
|
:example:
|
1059
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1059
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
|
1060
1060
|
"""
|
1061
1061
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1062
1062
|
required_arguments = ['auditProfileId']
|
@@ -1175,7 +1175,7 @@ class DataSafeClient(object):
|
|
1175
1175
|
:rtype: :class:`~oci.response.Response`
|
1176
1176
|
|
1177
1177
|
:example:
|
1178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
|
1179
1179
|
"""
|
1180
1180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1181
1181
|
required_arguments = ['auditProfileId']
|
@@ -1291,7 +1291,7 @@ class DataSafeClient(object):
|
|
1291
1291
|
:rtype: :class:`~oci.response.Response`
|
1292
1292
|
|
1293
1293
|
:example:
|
1294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
1295
1295
|
"""
|
1296
1296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1297
1297
|
required_arguments = ['workRequestId']
|
@@ -1408,7 +1408,7 @@ class DataSafeClient(object):
|
|
1408
1408
|
:rtype: :class:`~oci.response.Response`
|
1409
1409
|
|
1410
1410
|
:example:
|
1411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
|
1412
1412
|
"""
|
1413
1413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1414
1414
|
required_arguments = ['alertId']
|
@@ -1527,7 +1527,7 @@ class DataSafeClient(object):
|
|
1527
1527
|
:rtype: :class:`~oci.response.Response`
|
1528
1528
|
|
1529
1529
|
:example:
|
1530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_alert_policy_compartment.py.html>`__ to see an example of how to use change_alert_policy_compartment API.
|
1531
1531
|
"""
|
1532
1532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1533
1533
|
required_arguments = ['alertPolicyId']
|
@@ -1646,7 +1646,7 @@ class DataSafeClient(object):
|
|
1646
1646
|
:rtype: :class:`~oci.response.Response`
|
1647
1647
|
|
1648
1648
|
:example:
|
1649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
|
1650
1650
|
"""
|
1651
1651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1652
1652
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -1765,7 +1765,7 @@ class DataSafeClient(object):
|
|
1765
1765
|
:rtype: :class:`~oci.response.Response`
|
1766
1766
|
|
1767
1767
|
:example:
|
1768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
|
1769
1769
|
"""
|
1770
1770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1771
1771
|
required_arguments = ['auditPolicyId']
|
@@ -1884,7 +1884,7 @@ class DataSafeClient(object):
|
|
1884
1884
|
:rtype: :class:`~oci.response.Response`
|
1885
1885
|
|
1886
1886
|
:example:
|
1887
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
|
1888
1888
|
"""
|
1889
1889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1890
1890
|
required_arguments = ['auditProfileId']
|
@@ -1997,7 +1997,7 @@ class DataSafeClient(object):
|
|
1997
1997
|
:rtype: :class:`~oci.response.Response`
|
1998
1998
|
|
1999
1999
|
:example:
|
2000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_data_safe_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_safe_private_endpoint_compartment API.
|
2001
2001
|
"""
|
2002
2002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2003
2003
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -2113,7 +2113,7 @@ class DataSafeClient(object):
|
|
2113
2113
|
:rtype: :class:`~oci.response.Response`
|
2114
2114
|
|
2115
2115
|
:example:
|
2116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
|
2117
2117
|
"""
|
2118
2118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2119
2119
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -2232,7 +2232,7 @@ class DataSafeClient(object):
|
|
2232
2232
|
:rtype: :class:`~oci.response.Response`
|
2233
2233
|
|
2234
2234
|
:example:
|
2235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
|
2236
2236
|
"""
|
2237
2237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2238
2238
|
required_arguments = ['discoveryJobId']
|
@@ -2351,7 +2351,7 @@ class DataSafeClient(object):
|
|
2351
2351
|
:rtype: :class:`~oci.response.Response`
|
2352
2352
|
|
2353
2353
|
:example:
|
2354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
|
2355
2355
|
"""
|
2356
2356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2357
2357
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -2470,7 +2470,7 @@ class DataSafeClient(object):
|
|
2470
2470
|
:rtype: :class:`~oci.response.Response`
|
2471
2471
|
|
2472
2472
|
:example:
|
2473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
|
2474
2474
|
"""
|
2475
2475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2476
2476
|
required_arguments = ['maskingPolicyId']
|
@@ -2589,7 +2589,7 @@ class DataSafeClient(object):
|
|
2589
2589
|
:rtype: :class:`~oci.response.Response`
|
2590
2590
|
|
2591
2591
|
:example:
|
2592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_masking_policy_health_report_compartment.py.html>`__ to see an example of how to use change_masking_policy_health_report_compartment API.
|
2593
2593
|
"""
|
2594
2594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2595
2595
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -2708,7 +2708,7 @@ class DataSafeClient(object):
|
|
2708
2708
|
:rtype: :class:`~oci.response.Response`
|
2709
2709
|
|
2710
2710
|
:example:
|
2711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
|
2712
2712
|
"""
|
2713
2713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2714
2714
|
required_arguments = ['onPremConnectorId']
|
@@ -2827,7 +2827,7 @@ class DataSafeClient(object):
|
|
2827
2827
|
:rtype: :class:`~oci.response.Response`
|
2828
2828
|
|
2829
2829
|
:example:
|
2830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
|
2831
2831
|
"""
|
2832
2832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2833
2833
|
required_arguments = ['reportId']
|
@@ -2946,7 +2946,7 @@ class DataSafeClient(object):
|
|
2946
2946
|
:rtype: :class:`~oci.response.Response`
|
2947
2947
|
|
2948
2948
|
:example:
|
2949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
|
2950
2950
|
"""
|
2951
2951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2952
2952
|
required_arguments = ['reportDefinitionId']
|
@@ -3065,7 +3065,7 @@ class DataSafeClient(object):
|
|
3065
3065
|
:rtype: :class:`~oci.response.Response`
|
3066
3066
|
|
3067
3067
|
:example:
|
3068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
|
3069
3069
|
"""
|
3070
3070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3071
3071
|
required_arguments = ['auditProfileId']
|
@@ -3184,7 +3184,7 @@ class DataSafeClient(object):
|
|
3184
3184
|
:rtype: :class:`~oci.response.Response`
|
3185
3185
|
|
3186
3186
|
:example:
|
3187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
|
3188
3188
|
"""
|
3189
3189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3190
3190
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -3307,7 +3307,7 @@ class DataSafeClient(object):
|
|
3307
3307
|
:rtype: :class:`~oci.response.Response`
|
3308
3308
|
|
3309
3309
|
:example:
|
3310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
|
3311
3311
|
"""
|
3312
3312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3313
3313
|
required_arguments = ['securityAssessmentId']
|
@@ -3426,7 +3426,7 @@ class DataSafeClient(object):
|
|
3426
3426
|
:rtype: :class:`~oci.response.Response`
|
3427
3427
|
|
3428
3428
|
:example:
|
3429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
|
3430
3430
|
"""
|
3431
3431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3432
3432
|
required_arguments = ['securityPolicyId']
|
@@ -3545,7 +3545,7 @@ class DataSafeClient(object):
|
|
3545
3545
|
:rtype: :class:`~oci.response.Response`
|
3546
3546
|
|
3547
3547
|
:example:
|
3548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
|
3549
3549
|
"""
|
3550
3550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3551
3551
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -3664,7 +3664,7 @@ class DataSafeClient(object):
|
|
3664
3664
|
:rtype: :class:`~oci.response.Response`
|
3665
3665
|
|
3666
3666
|
:example:
|
3667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
|
3668
3668
|
"""
|
3669
3669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3670
3670
|
required_arguments = ['sensitiveDataModelId']
|
@@ -3783,7 +3783,7 @@ class DataSafeClient(object):
|
|
3783
3783
|
:rtype: :class:`~oci.response.Response`
|
3784
3784
|
|
3785
3785
|
:example:
|
3786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
|
3787
3787
|
"""
|
3788
3788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3789
3789
|
required_arguments = ['sensitiveTypeId']
|
@@ -3902,7 +3902,7 @@ class DataSafeClient(object):
|
|
3902
3902
|
:rtype: :class:`~oci.response.Response`
|
3903
3903
|
|
3904
3904
|
:example:
|
3905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_sensitive_types_export_compartment.py.html>`__ to see an example of how to use change_sensitive_types_export_compartment API.
|
3906
3906
|
"""
|
3907
3907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3908
3908
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -4021,7 +4021,7 @@ class DataSafeClient(object):
|
|
4021
4021
|
:rtype: :class:`~oci.response.Response`
|
4022
4022
|
|
4023
4023
|
:example:
|
4024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
|
4025
4025
|
"""
|
4026
4026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4027
4027
|
required_arguments = ['sqlCollectionId']
|
@@ -4140,7 +4140,7 @@ class DataSafeClient(object):
|
|
4140
4140
|
:rtype: :class:`~oci.response.Response`
|
4141
4141
|
|
4142
4142
|
:example:
|
4143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
|
4144
4144
|
"""
|
4145
4145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4146
4146
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -4259,7 +4259,7 @@ class DataSafeClient(object):
|
|
4259
4259
|
:rtype: :class:`~oci.response.Response`
|
4260
4260
|
|
4261
4261
|
:example:
|
4262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_compartment API.
|
4263
4263
|
"""
|
4264
4264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4265
4265
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -4378,7 +4378,7 @@ class DataSafeClient(object):
|
|
4378
4378
|
:rtype: :class:`~oci.response.Response`
|
4379
4379
|
|
4380
4380
|
:example:
|
4381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
|
4382
4382
|
"""
|
4383
4383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4384
4384
|
required_arguments = ['targetDatabaseId']
|
@@ -4501,7 +4501,7 @@ class DataSafeClient(object):
|
|
4501
4501
|
:rtype: :class:`~oci.response.Response`
|
4502
4502
|
|
4503
4503
|
:example:
|
4504
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
|
4505
4505
|
"""
|
4506
4506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4507
4507
|
required_arguments = ['userAssessmentId']
|
@@ -4621,7 +4621,7 @@ class DataSafeClient(object):
|
|
4621
4621
|
:rtype: :class:`~oci.response.Response`
|
4622
4622
|
|
4623
4623
|
:example:
|
4624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
|
4625
4625
|
"""
|
4626
4626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4627
4627
|
required_arguments = ['securityAssessmentId']
|
@@ -4741,7 +4741,7 @@ class DataSafeClient(object):
|
|
4741
4741
|
:rtype: :class:`~oci.response.Response`
|
4742
4742
|
|
4743
4743
|
:example:
|
4744
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
|
4745
4745
|
"""
|
4746
4746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4747
4747
|
required_arguments = ['userAssessmentId']
|
@@ -4850,7 +4850,7 @@ class DataSafeClient(object):
|
|
4850
4850
|
:rtype: :class:`~oci.response.Response`
|
4851
4851
|
|
4852
4852
|
:example:
|
4853
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4853
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_alert_policy.py.html>`__ to see an example of how to use create_alert_policy API.
|
4854
4854
|
"""
|
4855
4855
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4856
4856
|
required_arguments = []
|
@@ -4950,7 +4950,7 @@ class DataSafeClient(object):
|
|
4950
4950
|
:rtype: :class:`~oci.response.Response`
|
4951
4951
|
|
4952
4952
|
:example:
|
4953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4953
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_alert_policy_rule.py.html>`__ to see an example of how to use create_alert_policy_rule API.
|
4954
4954
|
"""
|
4955
4955
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4956
4956
|
required_arguments = ['alertPolicyId']
|
@@ -5061,7 +5061,7 @@ class DataSafeClient(object):
|
|
5061
5061
|
:rtype: :class:`~oci.response.Response`
|
5062
5062
|
|
5063
5063
|
:example:
|
5064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
|
5065
5065
|
"""
|
5066
5066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5067
5067
|
required_arguments = []
|
@@ -5158,7 +5158,7 @@ class DataSafeClient(object):
|
|
5158
5158
|
:rtype: :class:`~oci.response.Response`
|
5159
5159
|
|
5160
5160
|
:example:
|
5161
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
|
5162
5162
|
"""
|
5163
5163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5164
5164
|
required_arguments = []
|
@@ -5259,7 +5259,7 @@ class DataSafeClient(object):
|
|
5259
5259
|
:rtype: :class:`~oci.response.Response`
|
5260
5260
|
|
5261
5261
|
:example:
|
5262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
|
5263
5263
|
"""
|
5264
5264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5265
5265
|
required_arguments = []
|
@@ -5360,7 +5360,7 @@ class DataSafeClient(object):
|
|
5360
5360
|
:rtype: :class:`~oci.response.Response`
|
5361
5361
|
|
5362
5362
|
:example:
|
5363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
|
5364
5364
|
"""
|
5365
5365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5366
5366
|
required_arguments = []
|
@@ -5479,7 +5479,7 @@ class DataSafeClient(object):
|
|
5479
5479
|
:rtype: :class:`~oci.response.Response`
|
5480
5480
|
|
5481
5481
|
:example:
|
5482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
|
5483
5483
|
"""
|
5484
5484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5485
5485
|
required_arguments = ['maskingPolicyId']
|
@@ -5602,7 +5602,7 @@ class DataSafeClient(object):
|
|
5602
5602
|
:rtype: :class:`~oci.response.Response`
|
5603
5603
|
|
5604
5604
|
:example:
|
5605
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5605
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
|
5606
5606
|
"""
|
5607
5607
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5608
5608
|
required_arguments = []
|
@@ -5699,7 +5699,7 @@ class DataSafeClient(object):
|
|
5699
5699
|
:rtype: :class:`~oci.response.Response`
|
5700
5700
|
|
5701
5701
|
:example:
|
5702
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5702
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
|
5703
5703
|
"""
|
5704
5704
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5705
5705
|
required_arguments = []
|
@@ -5806,7 +5806,7 @@ class DataSafeClient(object):
|
|
5806
5806
|
:rtype: :class:`~oci.response.Response`
|
5807
5807
|
|
5808
5808
|
:example:
|
5809
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
|
5810
5810
|
"""
|
5811
5811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5812
5812
|
required_arguments = ['targetDatabaseId']
|
@@ -5920,7 +5920,7 @@ class DataSafeClient(object):
|
|
5920
5920
|
:rtype: :class:`~oci.response.Response`
|
5921
5921
|
|
5922
5922
|
:example:
|
5923
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5923
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_referential_relation.py.html>`__ to see an example of how to use create_referential_relation API.
|
5924
5924
|
"""
|
5925
5925
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5926
5926
|
required_arguments = ['sensitiveDataModelId']
|
@@ -6027,7 +6027,7 @@ class DataSafeClient(object):
|
|
6027
6027
|
:rtype: :class:`~oci.response.Response`
|
6028
6028
|
|
6029
6029
|
:example:
|
6030
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6030
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
|
6031
6031
|
"""
|
6032
6032
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6033
6033
|
required_arguments = []
|
@@ -6128,7 +6128,7 @@ class DataSafeClient(object):
|
|
6128
6128
|
:rtype: :class:`~oci.response.Response`
|
6129
6129
|
|
6130
6130
|
:example:
|
6131
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
|
6132
6132
|
"""
|
6133
6133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6134
6134
|
required_arguments = []
|
@@ -6229,7 +6229,7 @@ class DataSafeClient(object):
|
|
6229
6229
|
:rtype: :class:`~oci.response.Response`
|
6230
6230
|
|
6231
6231
|
:example:
|
6232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
|
6233
6233
|
"""
|
6234
6234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6235
6235
|
required_arguments = []
|
@@ -6329,7 +6329,7 @@ class DataSafeClient(object):
|
|
6329
6329
|
:rtype: :class:`~oci.response.Response`
|
6330
6330
|
|
6331
6331
|
:example:
|
6332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
|
6333
6333
|
"""
|
6334
6334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6335
6335
|
required_arguments = ['sensitiveDataModelId']
|
@@ -6438,7 +6438,7 @@ class DataSafeClient(object):
|
|
6438
6438
|
:rtype: :class:`~oci.response.Response`
|
6439
6439
|
|
6440
6440
|
:example:
|
6441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
|
6442
6442
|
"""
|
6443
6443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6444
6444
|
required_arguments = []
|
@@ -6537,7 +6537,7 @@ class DataSafeClient(object):
|
|
6537
6537
|
:rtype: :class:`~oci.response.Response`
|
6538
6538
|
|
6539
6539
|
:example:
|
6540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
|
6541
6541
|
"""
|
6542
6542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6543
6543
|
required_arguments = []
|
@@ -6636,7 +6636,7 @@ class DataSafeClient(object):
|
|
6636
6636
|
:rtype: :class:`~oci.response.Response`
|
6637
6637
|
|
6638
6638
|
:example:
|
6639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_sensitive_types_export.py.html>`__ to see an example of how to use create_sensitive_types_export API.
|
6640
6640
|
"""
|
6641
6641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6642
6642
|
required_arguments = []
|
@@ -6733,7 +6733,7 @@ class DataSafeClient(object):
|
|
6733
6733
|
:rtype: :class:`~oci.response.Response`
|
6734
6734
|
|
6735
6735
|
:example:
|
6736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
|
6737
6737
|
"""
|
6738
6738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6739
6739
|
required_arguments = []
|
@@ -6830,7 +6830,7 @@ class DataSafeClient(object):
|
|
6830
6830
|
:rtype: :class:`~oci.response.Response`
|
6831
6831
|
|
6832
6832
|
:example:
|
6833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
|
6834
6834
|
"""
|
6835
6835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6836
6836
|
required_arguments = []
|
@@ -6927,7 +6927,7 @@ class DataSafeClient(object):
|
|
6927
6927
|
:rtype: :class:`~oci.response.Response`
|
6928
6928
|
|
6929
6929
|
:example:
|
6930
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6930
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
|
6931
6931
|
"""
|
6932
6932
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6933
6933
|
required_arguments = []
|
@@ -7028,7 +7028,7 @@ class DataSafeClient(object):
|
|
7028
7028
|
:rtype: :class:`~oci.response.Response`
|
7029
7029
|
|
7030
7030
|
:example:
|
7031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
|
7032
7032
|
"""
|
7033
7033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7034
7034
|
required_arguments = []
|
@@ -7132,7 +7132,7 @@ class DataSafeClient(object):
|
|
7132
7132
|
:rtype: :class:`~oci.response.Response`
|
7133
7133
|
|
7134
7134
|
:example:
|
7135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
|
7136
7136
|
"""
|
7137
7137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7138
7138
|
required_arguments = ['targetDatabaseId']
|
@@ -7240,7 +7240,7 @@ class DataSafeClient(object):
|
|
7240
7240
|
:rtype: :class:`~oci.response.Response`
|
7241
7241
|
|
7242
7242
|
:example:
|
7243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_alert_policy.py.html>`__ to see an example of how to use delete_alert_policy API.
|
7244
7244
|
"""
|
7245
7245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7246
7246
|
required_arguments = ['alertPolicyId']
|
@@ -7348,7 +7348,7 @@ class DataSafeClient(object):
|
|
7348
7348
|
:rtype: :class:`~oci.response.Response`
|
7349
7349
|
|
7350
7350
|
:example:
|
7351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_alert_policy_rule.py.html>`__ to see an example of how to use delete_alert_policy_rule API.
|
7352
7352
|
"""
|
7353
7353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7354
7354
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -7455,7 +7455,7 @@ class DataSafeClient(object):
|
|
7455
7455
|
:rtype: :class:`~oci.response.Response`
|
7456
7456
|
|
7457
7457
|
:example:
|
7458
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
|
7459
7459
|
"""
|
7460
7460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7461
7461
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -7560,7 +7560,7 @@ class DataSafeClient(object):
|
|
7560
7560
|
:rtype: :class:`~oci.response.Response`
|
7561
7561
|
|
7562
7562
|
:example:
|
7563
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7563
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
|
7564
7564
|
"""
|
7565
7565
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7566
7566
|
required_arguments = ['auditTrailId']
|
@@ -7665,7 +7665,7 @@ class DataSafeClient(object):
|
|
7665
7665
|
:rtype: :class:`~oci.response.Response`
|
7666
7666
|
|
7667
7667
|
:example:
|
7668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
|
7669
7669
|
"""
|
7670
7670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7671
7671
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -7770,7 +7770,7 @@ class DataSafeClient(object):
|
|
7770
7770
|
:rtype: :class:`~oci.response.Response`
|
7771
7771
|
|
7772
7772
|
:example:
|
7773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
|
7774
7774
|
"""
|
7775
7775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7776
7776
|
required_arguments = ['discoveryJobId']
|
@@ -7878,7 +7878,7 @@ class DataSafeClient(object):
|
|
7878
7878
|
:rtype: :class:`~oci.response.Response`
|
7879
7879
|
|
7880
7880
|
:example:
|
7881
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
|
7882
7882
|
"""
|
7883
7883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7884
7884
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -7984,7 +7984,7 @@ class DataSafeClient(object):
|
|
7984
7984
|
:rtype: :class:`~oci.response.Response`
|
7985
7985
|
|
7986
7986
|
:example:
|
7987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
|
7988
7988
|
"""
|
7989
7989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7990
7990
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -8092,7 +8092,7 @@ class DataSafeClient(object):
|
|
8092
8092
|
:rtype: :class:`~oci.response.Response`
|
8093
8093
|
|
8094
8094
|
:example:
|
8095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
|
8096
8096
|
"""
|
8097
8097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8098
8098
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -8198,7 +8198,7 @@ class DataSafeClient(object):
|
|
8198
8198
|
:rtype: :class:`~oci.response.Response`
|
8199
8199
|
|
8200
8200
|
:example:
|
8201
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8201
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
|
8202
8202
|
"""
|
8203
8203
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8204
8204
|
required_arguments = ['maskingPolicyId']
|
@@ -8303,7 +8303,7 @@ class DataSafeClient(object):
|
|
8303
8303
|
:rtype: :class:`~oci.response.Response`
|
8304
8304
|
|
8305
8305
|
:example:
|
8306
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8306
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
|
8307
8307
|
"""
|
8308
8308
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8309
8309
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -8408,7 +8408,7 @@ class DataSafeClient(object):
|
|
8408
8408
|
:rtype: :class:`~oci.response.Response`
|
8409
8409
|
|
8410
8410
|
:example:
|
8411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
|
8412
8412
|
"""
|
8413
8413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8414
8414
|
required_arguments = ['onPremConnectorId']
|
@@ -8516,7 +8516,7 @@ class DataSafeClient(object):
|
|
8516
8516
|
:rtype: :class:`~oci.response.Response`
|
8517
8517
|
|
8518
8518
|
:example:
|
8519
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
|
8520
8520
|
"""
|
8521
8521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8522
8522
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -8625,7 +8625,7 @@ class DataSafeClient(object):
|
|
8625
8625
|
:rtype: :class:`~oci.response.Response`
|
8626
8626
|
|
8627
8627
|
:example:
|
8628
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8628
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_referential_relation.py.html>`__ to see an example of how to use delete_referential_relation API.
|
8629
8629
|
"""
|
8630
8630
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8631
8631
|
required_arguments = ['sensitiveDataModelId', 'referentialRelationKey']
|
@@ -8731,7 +8731,7 @@ class DataSafeClient(object):
|
|
8731
8731
|
:rtype: :class:`~oci.response.Response`
|
8732
8732
|
|
8733
8733
|
:example:
|
8734
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8734
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
|
8735
8735
|
"""
|
8736
8736
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8737
8737
|
required_arguments = ['reportDefinitionId']
|
@@ -8836,7 +8836,7 @@ class DataSafeClient(object):
|
|
8836
8836
|
:rtype: :class:`~oci.response.Response`
|
8837
8837
|
|
8838
8838
|
:example:
|
8839
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
|
8840
8840
|
"""
|
8841
8841
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8842
8842
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -8944,7 +8944,7 @@ class DataSafeClient(object):
|
|
8944
8944
|
:rtype: :class:`~oci.response.Response`
|
8945
8945
|
|
8946
8946
|
:example:
|
8947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
|
8948
8948
|
"""
|
8949
8949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8950
8950
|
required_arguments = ['securityAssessmentId']
|
@@ -9052,7 +9052,7 @@ class DataSafeClient(object):
|
|
9052
9052
|
:rtype: :class:`~oci.response.Response`
|
9053
9053
|
|
9054
9054
|
:example:
|
9055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
|
9056
9056
|
"""
|
9057
9057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9058
9058
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -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.
|
9161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
|
9162
9162
|
"""
|
9163
9163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9164
9164
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9263,7 +9263,7 @@ class DataSafeClient(object):
|
|
9263
9263
|
:rtype: :class:`~oci.response.Response`
|
9264
9264
|
|
9265
9265
|
:example:
|
9266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9266
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
|
9267
9267
|
"""
|
9268
9268
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9269
9269
|
required_arguments = ['sensitiveTypeId']
|
@@ -9368,7 +9368,7 @@ class DataSafeClient(object):
|
|
9368
9368
|
:rtype: :class:`~oci.response.Response`
|
9369
9369
|
|
9370
9370
|
:example:
|
9371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_sensitive_types_export.py.html>`__ to see an example of how to use delete_sensitive_types_export API.
|
9372
9372
|
"""
|
9373
9373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9374
9374
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -9473,7 +9473,7 @@ class DataSafeClient(object):
|
|
9473
9473
|
:rtype: :class:`~oci.response.Response`
|
9474
9474
|
|
9475
9475
|
:example:
|
9476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
|
9477
9477
|
"""
|
9478
9478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9479
9479
|
required_arguments = ['sqlCollectionId']
|
@@ -9578,7 +9578,7 @@ class DataSafeClient(object):
|
|
9578
9578
|
:rtype: :class:`~oci.response.Response`
|
9579
9579
|
|
9580
9580
|
:example:
|
9581
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9581
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use delete_sql_firewall_allowed_sql API.
|
9582
9582
|
"""
|
9583
9583
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9584
9584
|
required_arguments = ['sqlFirewallAllowedSqlId']
|
@@ -9683,7 +9683,7 @@ class DataSafeClient(object):
|
|
9683
9683
|
:rtype: :class:`~oci.response.Response`
|
9684
9684
|
|
9685
9685
|
:example:
|
9686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
|
9687
9687
|
"""
|
9688
9688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9689
9689
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -9788,7 +9788,7 @@ class DataSafeClient(object):
|
|
9788
9788
|
:rtype: :class:`~oci.response.Response`
|
9789
9789
|
|
9790
9790
|
:example:
|
9791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9791
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
|
9792
9792
|
"""
|
9793
9793
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9794
9794
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -9893,7 +9893,7 @@ class DataSafeClient(object):
|
|
9893
9893
|
:rtype: :class:`~oci.response.Response`
|
9894
9894
|
|
9895
9895
|
:example:
|
9896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
|
9897
9897
|
"""
|
9898
9898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9899
9899
|
required_arguments = ['targetDatabaseId']
|
@@ -10001,7 +10001,7 @@ class DataSafeClient(object):
|
|
10001
10001
|
:rtype: :class:`~oci.response.Response`
|
10002
10002
|
|
10003
10003
|
:example:
|
10004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
|
10005
10005
|
"""
|
10006
10006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10007
10007
|
required_arguments = ['userAssessmentId']
|
@@ -10115,7 +10115,7 @@ class DataSafeClient(object):
|
|
10115
10115
|
:rtype: :class:`~oci.response.Response`
|
10116
10116
|
|
10117
10117
|
:example:
|
10118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
|
10119
10119
|
"""
|
10120
10120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10121
10121
|
required_arguments = ['auditProfileId']
|
@@ -10222,7 +10222,7 @@ class DataSafeClient(object):
|
|
10222
10222
|
:rtype: :class:`~oci.response.Response`
|
10223
10223
|
|
10224
10224
|
:example:
|
10225
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10225
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
|
10226
10226
|
"""
|
10227
10227
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10228
10228
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10325,7 +10325,7 @@ class DataSafeClient(object):
|
|
10325
10325
|
:rtype: :class:`~oci.response.Response`
|
10326
10326
|
|
10327
10327
|
:example:
|
10328
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
|
10329
10329
|
"""
|
10330
10330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10331
10331
|
required_arguments = ['maskingPolicyId']
|
@@ -10431,7 +10431,7 @@ class DataSafeClient(object):
|
|
10431
10431
|
:rtype: :class:`~oci.response.Response`
|
10432
10432
|
|
10433
10433
|
:example:
|
10434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
|
10435
10435
|
"""
|
10436
10436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10437
10437
|
required_arguments = ['maskingPolicyId']
|
@@ -10536,7 +10536,7 @@ class DataSafeClient(object):
|
|
10536
10536
|
:rtype: :class:`~oci.response.Response`
|
10537
10537
|
|
10538
10538
|
:example:
|
10539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
|
10540
10540
|
"""
|
10541
10541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10542
10542
|
required_arguments = ['maskingPolicyId']
|
@@ -10646,7 +10646,7 @@ class DataSafeClient(object):
|
|
10646
10646
|
:rtype: :class:`~oci.response.Response`
|
10647
10647
|
|
10648
10648
|
:example:
|
10649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
|
10650
10650
|
"""
|
10651
10651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10652
10652
|
required_arguments = []
|
@@ -10754,7 +10754,7 @@ class DataSafeClient(object):
|
|
10754
10754
|
:rtype: :class:`~oci.response.Response`
|
10755
10755
|
|
10756
10756
|
:example:
|
10757
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10757
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
|
10758
10758
|
"""
|
10759
10759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10760
10760
|
required_arguments = ['securityAssessmentId']
|
@@ -10865,7 +10865,7 @@ class DataSafeClient(object):
|
|
10865
10865
|
:rtype: :class:`~oci.response.Response`
|
10866
10866
|
|
10867
10867
|
:example:
|
10868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
|
10869
10869
|
"""
|
10870
10870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10871
10871
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10970,7 +10970,7 @@ class DataSafeClient(object):
|
|
10970
10970
|
:rtype: :class:`~oci.response.Response`
|
10971
10971
|
|
10972
10972
|
:example:
|
10973
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10973
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/download_sensitive_types_export.py.html>`__ to see an example of how to use download_sensitive_types_export API.
|
10974
10974
|
"""
|
10975
10975
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10976
10976
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -11087,7 +11087,7 @@ class DataSafeClient(object):
|
|
11087
11087
|
:rtype: :class:`~oci.response.Response`
|
11088
11088
|
|
11089
11089
|
:example:
|
11090
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11090
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
|
11091
11091
|
"""
|
11092
11092
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11093
11093
|
required_arguments = ['userAssessmentId']
|
@@ -11202,7 +11202,7 @@ class DataSafeClient(object):
|
|
11202
11202
|
:rtype: :class:`~oci.response.Response`
|
11203
11203
|
|
11204
11204
|
:example:
|
11205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
|
11206
11206
|
"""
|
11207
11207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11208
11208
|
required_arguments = []
|
@@ -11304,7 +11304,7 @@ class DataSafeClient(object):
|
|
11304
11304
|
:rtype: :class:`~oci.response.Response`
|
11305
11305
|
|
11306
11306
|
:example:
|
11307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
|
11308
11308
|
"""
|
11309
11309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11310
11310
|
required_arguments = ['sensitiveDataModelId']
|
@@ -11411,7 +11411,7 @@ class DataSafeClient(object):
|
|
11411
11411
|
:rtype: :class:`~oci.response.Response`
|
11412
11412
|
|
11413
11413
|
:example:
|
11414
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11414
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
|
11415
11415
|
"""
|
11416
11416
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11417
11417
|
required_arguments = ['maskingPolicyId']
|
@@ -11519,7 +11519,7 @@ class DataSafeClient(object):
|
|
11519
11519
|
:rtype: :class:`~oci.response.Response`
|
11520
11520
|
|
11521
11521
|
:example:
|
11522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
|
11523
11523
|
"""
|
11524
11524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11525
11525
|
required_arguments = ['maskingPolicyId']
|
@@ -11623,7 +11623,7 @@ class DataSafeClient(object):
|
|
11623
11623
|
:rtype: :class:`~oci.response.Response`
|
11624
11624
|
|
11625
11625
|
:example:
|
11626
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
|
11627
11627
|
"""
|
11628
11628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11629
11629
|
required_arguments = ['maskingPolicyId']
|
@@ -11737,7 +11737,7 @@ class DataSafeClient(object):
|
|
11737
11737
|
:rtype: :class:`~oci.response.Response`
|
11738
11738
|
|
11739
11739
|
:example:
|
11740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
|
11741
11741
|
"""
|
11742
11742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11743
11743
|
required_arguments = ['onPremConnectorId']
|
@@ -11869,7 +11869,7 @@ class DataSafeClient(object):
|
|
11869
11869
|
:rtype: :class:`~oci.response.Response`
|
11870
11870
|
|
11871
11871
|
:example:
|
11872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
|
11873
11873
|
"""
|
11874
11874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11875
11875
|
required_arguments = ['reportDefinitionId']
|
@@ -11997,7 +11997,7 @@ class DataSafeClient(object):
|
|
11997
11997
|
:rtype: :class:`~oci.response.Response`
|
11998
11998
|
|
11999
11999
|
:example:
|
12000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
|
12001
12001
|
"""
|
12002
12002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12003
12003
|
required_arguments = ['securityAssessmentId']
|
@@ -12106,7 +12106,7 @@ class DataSafeClient(object):
|
|
12106
12106
|
:rtype: :class:`~oci.response.Response`
|
12107
12107
|
|
12108
12108
|
:example:
|
12109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
|
12110
12110
|
"""
|
12111
12111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12112
12112
|
required_arguments = ['sensitiveDataModelId']
|
@@ -12217,7 +12217,7 @@ class DataSafeClient(object):
|
|
12217
12217
|
:rtype: :class:`~oci.response.Response`
|
12218
12218
|
|
12219
12219
|
:example:
|
12220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
|
12221
12221
|
"""
|
12222
12222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12223
12223
|
required_arguments = ['sqlCollectionId']
|
@@ -12335,7 +12335,7 @@ class DataSafeClient(object):
|
|
12335
12335
|
:rtype: :class:`~oci.response.Response`
|
12336
12336
|
|
12337
12337
|
:example:
|
12338
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12338
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
|
12339
12339
|
"""
|
12340
12340
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12341
12341
|
required_arguments = ['userAssessmentId']
|
@@ -12438,7 +12438,7 @@ class DataSafeClient(object):
|
|
12438
12438
|
:rtype: :class:`~oci.response.Response`
|
12439
12439
|
|
12440
12440
|
:example:
|
12441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
|
12442
12442
|
"""
|
12443
12443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12444
12444
|
required_arguments = ['alertId']
|
@@ -12536,7 +12536,7 @@ class DataSafeClient(object):
|
|
12536
12536
|
:rtype: :class:`~oci.response.Response`
|
12537
12537
|
|
12538
12538
|
:example:
|
12539
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12539
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
|
12540
12540
|
"""
|
12541
12541
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12542
12542
|
required_arguments = ['alertPolicyId']
|
@@ -12637,7 +12637,7 @@ class DataSafeClient(object):
|
|
12637
12637
|
:rtype: :class:`~oci.response.Response`
|
12638
12638
|
|
12639
12639
|
:example:
|
12640
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12640
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_alert_policy_rule.py.html>`__ to see an example of how to use get_alert_policy_rule API.
|
12641
12641
|
"""
|
12642
12642
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12643
12643
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -12743,7 +12743,7 @@ class DataSafeClient(object):
|
|
12743
12743
|
:rtype: :class:`~oci.response.Response`
|
12744
12744
|
|
12745
12745
|
:example:
|
12746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
|
12747
12747
|
"""
|
12748
12748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12749
12749
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -12843,7 +12843,7 @@ class DataSafeClient(object):
|
|
12843
12843
|
:rtype: :class:`~oci.response.Response`
|
12844
12844
|
|
12845
12845
|
:example:
|
12846
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
|
12847
12847
|
"""
|
12848
12848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12849
12849
|
required_arguments = ['auditPolicyId']
|
@@ -12941,7 +12941,7 @@ class DataSafeClient(object):
|
|
12941
12941
|
:rtype: :class:`~oci.response.Response`
|
12942
12942
|
|
12943
12943
|
:example:
|
12944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
|
12945
12945
|
"""
|
12946
12946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12947
12947
|
required_arguments = ['auditProfileId']
|
@@ -13039,7 +13039,7 @@ class DataSafeClient(object):
|
|
13039
13039
|
:rtype: :class:`~oci.response.Response`
|
13040
13040
|
|
13041
13041
|
:example:
|
13042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
|
13043
13043
|
"""
|
13044
13044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13045
13045
|
required_arguments = ['auditTrailId']
|
@@ -13150,7 +13150,7 @@ class DataSafeClient(object):
|
|
13150
13150
|
:rtype: :class:`~oci.response.Response`
|
13151
13151
|
|
13152
13152
|
:example:
|
13153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
|
13154
13154
|
"""
|
13155
13155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13156
13156
|
required_arguments = []
|
@@ -13271,7 +13271,7 @@ class DataSafeClient(object):
|
|
13271
13271
|
:rtype: :class:`~oci.response.Response`
|
13272
13272
|
|
13273
13273
|
:example:
|
13274
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13274
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
|
13275
13275
|
"""
|
13276
13276
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13277
13277
|
required_arguments = ['compartmentId']
|
@@ -13379,7 +13379,7 @@ class DataSafeClient(object):
|
|
13379
13379
|
:rtype: :class:`~oci.response.Response`
|
13380
13380
|
|
13381
13381
|
:example:
|
13382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
|
13383
13383
|
"""
|
13384
13384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13385
13385
|
required_arguments = []
|
@@ -13473,7 +13473,7 @@ class DataSafeClient(object):
|
|
13473
13473
|
:rtype: :class:`~oci.response.Response`
|
13474
13474
|
|
13475
13475
|
:example:
|
13476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
|
13477
13477
|
"""
|
13478
13478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13479
13479
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -13571,7 +13571,7 @@ class DataSafeClient(object):
|
|
13571
13571
|
:rtype: :class:`~oci.response.Response`
|
13572
13572
|
|
13573
13573
|
:example:
|
13574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
|
13575
13575
|
"""
|
13576
13576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13577
13577
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -13672,7 +13672,7 @@ class DataSafeClient(object):
|
|
13672
13672
|
:rtype: :class:`~oci.response.Response`
|
13673
13673
|
|
13674
13674
|
:example:
|
13675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
|
13676
13676
|
"""
|
13677
13677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13678
13678
|
required_arguments = ['securityPolicyReportId', 'databaseTableAccessEntryKey']
|
@@ -13774,7 +13774,7 @@ class DataSafeClient(object):
|
|
13774
13774
|
:rtype: :class:`~oci.response.Response`
|
13775
13775
|
|
13776
13776
|
:example:
|
13777
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
|
13778
13778
|
"""
|
13779
13779
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13780
13780
|
required_arguments = ['securityPolicyReportId', 'databaseViewAccessEntryKey']
|
@@ -13876,7 +13876,7 @@ class DataSafeClient(object):
|
|
13876
13876
|
:rtype: :class:`~oci.response.Response`
|
13877
13877
|
|
13878
13878
|
:example:
|
13879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
|
13880
13880
|
"""
|
13881
13881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13882
13882
|
required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
|
@@ -13975,7 +13975,7 @@ class DataSafeClient(object):
|
|
13975
13975
|
:rtype: :class:`~oci.response.Response`
|
13976
13976
|
|
13977
13977
|
:example:
|
13978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
|
13979
13979
|
"""
|
13980
13980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13981
13981
|
required_arguments = ['discoveryJobId']
|
@@ -14076,7 +14076,7 @@ class DataSafeClient(object):
|
|
14076
14076
|
:rtype: :class:`~oci.response.Response`
|
14077
14077
|
|
14078
14078
|
:example:
|
14079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
|
14080
14080
|
"""
|
14081
14081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14082
14082
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -14175,7 +14175,7 @@ class DataSafeClient(object):
|
|
14175
14175
|
:rtype: :class:`~oci.response.Response`
|
14176
14176
|
|
14177
14177
|
:example:
|
14178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
|
14179
14179
|
"""
|
14180
14180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14181
14181
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -14276,7 +14276,7 @@ class DataSafeClient(object):
|
|
14276
14276
|
:rtype: :class:`~oci.response.Response`
|
14277
14277
|
|
14278
14278
|
:example:
|
14279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
|
14280
14280
|
"""
|
14281
14281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14282
14282
|
required_arguments = ['maskingPolicyId', 'maskingColumnKey']
|
@@ -14375,7 +14375,7 @@ class DataSafeClient(object):
|
|
14375
14375
|
:rtype: :class:`~oci.response.Response`
|
14376
14376
|
|
14377
14377
|
:example:
|
14378
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14378
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
|
14379
14379
|
"""
|
14380
14380
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14381
14381
|
required_arguments = ['maskingPolicyId']
|
@@ -14473,7 +14473,7 @@ class DataSafeClient(object):
|
|
14473
14473
|
:rtype: :class:`~oci.response.Response`
|
14474
14474
|
|
14475
14475
|
:example:
|
14476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
|
14477
14477
|
"""
|
14478
14478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14479
14479
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -14571,7 +14571,7 @@ class DataSafeClient(object):
|
|
14571
14571
|
:rtype: :class:`~oci.response.Response`
|
14572
14572
|
|
14573
14573
|
:example:
|
14574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
|
14575
14575
|
"""
|
14576
14576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14577
14577
|
required_arguments = ['maskingReportId']
|
@@ -14669,7 +14669,7 @@ class DataSafeClient(object):
|
|
14669
14669
|
:rtype: :class:`~oci.response.Response`
|
14670
14670
|
|
14671
14671
|
:example:
|
14672
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14672
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
|
14673
14673
|
"""
|
14674
14674
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14675
14675
|
required_arguments = ['onPremConnectorId']
|
@@ -14770,7 +14770,7 @@ class DataSafeClient(object):
|
|
14770
14770
|
:rtype: :class:`~oci.response.Response`
|
14771
14771
|
|
14772
14772
|
:example:
|
14773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
|
14774
14774
|
"""
|
14775
14775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14776
14776
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -14875,7 +14875,7 @@ class DataSafeClient(object):
|
|
14875
14875
|
:rtype: :class:`~oci.response.Response`
|
14876
14876
|
|
14877
14877
|
:example:
|
14878
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
|
14879
14879
|
"""
|
14880
14880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14881
14881
|
required_arguments = ['userAssessmentId', 'profileName']
|
@@ -14977,7 +14977,7 @@ class DataSafeClient(object):
|
|
14977
14977
|
:rtype: :class:`~oci.response.Response`
|
14978
14978
|
|
14979
14979
|
:example:
|
14980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_referential_relation.py.html>`__ to see an example of how to use get_referential_relation API.
|
14981
14981
|
"""
|
14982
14982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14983
14983
|
required_arguments = ['sensitiveDataModelId', 'referentialRelationKey']
|
@@ -15076,7 +15076,7 @@ class DataSafeClient(object):
|
|
15076
15076
|
:rtype: :class:`~oci.response.Response`
|
15077
15077
|
|
15078
15078
|
:example:
|
15079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15079
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
|
15080
15080
|
"""
|
15081
15081
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15082
15082
|
required_arguments = ['reportId']
|
@@ -15174,7 +15174,7 @@ class DataSafeClient(object):
|
|
15174
15174
|
:rtype: :class:`~oci.response.Response`
|
15175
15175
|
|
15176
15176
|
:example:
|
15177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
|
15178
15178
|
"""
|
15179
15179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15180
15180
|
required_arguments = ['reportId']
|
@@ -15272,7 +15272,7 @@ class DataSafeClient(object):
|
|
15272
15272
|
:rtype: :class:`~oci.response.Response`
|
15273
15273
|
|
15274
15274
|
:example:
|
15275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
|
15276
15276
|
"""
|
15277
15277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15278
15278
|
required_arguments = ['reportDefinitionId']
|
@@ -15370,7 +15370,7 @@ class DataSafeClient(object):
|
|
15370
15370
|
:rtype: :class:`~oci.response.Response`
|
15371
15371
|
|
15372
15372
|
:example:
|
15373
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
|
15374
15374
|
"""
|
15375
15375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15376
15376
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -15468,7 +15468,7 @@ class DataSafeClient(object):
|
|
15468
15468
|
:rtype: :class:`~oci.response.Response`
|
15469
15469
|
|
15470
15470
|
:example:
|
15471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
|
15472
15472
|
"""
|
15473
15473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15474
15474
|
required_arguments = ['securityAssessmentId']
|
@@ -15569,7 +15569,7 @@ class DataSafeClient(object):
|
|
15569
15569
|
:rtype: :class:`~oci.response.Response`
|
15570
15570
|
|
15571
15571
|
:example:
|
15572
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
|
15573
15573
|
"""
|
15574
15574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15575
15575
|
required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
|
@@ -15668,7 +15668,7 @@ class DataSafeClient(object):
|
|
15668
15668
|
:rtype: :class:`~oci.response.Response`
|
15669
15669
|
|
15670
15670
|
:example:
|
15671
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15671
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
|
15672
15672
|
"""
|
15673
15673
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15674
15674
|
required_arguments = ['securityPolicyId']
|
@@ -15766,7 +15766,7 @@ class DataSafeClient(object):
|
|
15766
15766
|
:rtype: :class:`~oci.response.Response`
|
15767
15767
|
|
15768
15768
|
:example:
|
15769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
|
15770
15770
|
"""
|
15771
15771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15772
15772
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -15870,7 +15870,7 @@ class DataSafeClient(object):
|
|
15870
15870
|
:rtype: :class:`~oci.response.Response`
|
15871
15871
|
|
15872
15872
|
:example:
|
15873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
|
15874
15874
|
"""
|
15875
15875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15876
15876
|
required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
|
@@ -15969,7 +15969,7 @@ class DataSafeClient(object):
|
|
15969
15969
|
:rtype: :class:`~oci.response.Response`
|
15970
15970
|
|
15971
15971
|
:example:
|
15972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
|
15973
15973
|
"""
|
15974
15974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15975
15975
|
required_arguments = ['securityPolicyReportId']
|
@@ -16070,7 +16070,7 @@ class DataSafeClient(object):
|
|
16070
16070
|
:rtype: :class:`~oci.response.Response`
|
16071
16071
|
|
16072
16072
|
:example:
|
16073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
|
16074
16074
|
"""
|
16075
16075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16076
16076
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -16169,7 +16169,7 @@ class DataSafeClient(object):
|
|
16169
16169
|
:rtype: :class:`~oci.response.Response`
|
16170
16170
|
|
16171
16171
|
:example:
|
16172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
|
16173
16173
|
"""
|
16174
16174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16175
16175
|
required_arguments = ['sensitiveDataModelId']
|
@@ -16267,7 +16267,7 @@ class DataSafeClient(object):
|
|
16267
16267
|
:rtype: :class:`~oci.response.Response`
|
16268
16268
|
|
16269
16269
|
:example:
|
16270
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16270
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
|
16271
16271
|
"""
|
16272
16272
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16273
16273
|
required_arguments = ['sensitiveTypeId']
|
@@ -16365,7 +16365,7 @@ class DataSafeClient(object):
|
|
16365
16365
|
:rtype: :class:`~oci.response.Response`
|
16366
16366
|
|
16367
16367
|
:example:
|
16368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_sensitive_types_export.py.html>`__ to see an example of how to use get_sensitive_types_export API.
|
16369
16369
|
"""
|
16370
16370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16371
16371
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -16463,7 +16463,7 @@ class DataSafeClient(object):
|
|
16463
16463
|
:rtype: :class:`~oci.response.Response`
|
16464
16464
|
|
16465
16465
|
:example:
|
16466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16466
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
|
16467
16467
|
"""
|
16468
16468
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16469
16469
|
required_arguments = ['sqlCollectionId']
|
@@ -16561,7 +16561,7 @@ class DataSafeClient(object):
|
|
16561
16561
|
:rtype: :class:`~oci.response.Response`
|
16562
16562
|
|
16563
16563
|
:example:
|
16564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use get_sql_firewall_allowed_sql API.
|
16565
16565
|
"""
|
16566
16566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16567
16567
|
required_arguments = ['sqlFirewallAllowedSqlId']
|
@@ -16659,7 +16659,7 @@ class DataSafeClient(object):
|
|
16659
16659
|
:rtype: :class:`~oci.response.Response`
|
16660
16660
|
|
16661
16661
|
:example:
|
16662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
|
16663
16663
|
"""
|
16664
16664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16665
16665
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -16757,7 +16757,7 @@ class DataSafeClient(object):
|
|
16757
16757
|
:rtype: :class:`~oci.response.Response`
|
16758
16758
|
|
16759
16759
|
:example:
|
16760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
|
16761
16761
|
"""
|
16762
16762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16763
16763
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -16855,7 +16855,7 @@ class DataSafeClient(object):
|
|
16855
16855
|
:rtype: :class:`~oci.response.Response`
|
16856
16856
|
|
16857
16857
|
:example:
|
16858
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16858
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
|
16859
16859
|
"""
|
16860
16860
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16861
16861
|
required_arguments = ['targetDatabaseId']
|
@@ -16953,7 +16953,7 @@ class DataSafeClient(object):
|
|
16953
16953
|
:rtype: :class:`~oci.response.Response`
|
16954
16954
|
|
16955
16955
|
:example:
|
16956
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
|
16957
16957
|
"""
|
16958
16958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16959
16959
|
required_arguments = ['userAssessmentId']
|
@@ -17054,7 +17054,7 @@ class DataSafeClient(object):
|
|
17054
17054
|
:rtype: :class:`~oci.response.Response`
|
17055
17055
|
|
17056
17056
|
:example:
|
17057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
|
17058
17058
|
"""
|
17059
17059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17060
17060
|
required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
|
@@ -17153,7 +17153,7 @@ class DataSafeClient(object):
|
|
17153
17153
|
:rtype: :class:`~oci.response.Response`
|
17154
17154
|
|
17155
17155
|
:example:
|
17156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
17157
17157
|
"""
|
17158
17158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17159
17159
|
required_arguments = ['workRequestId']
|
@@ -17348,7 +17348,7 @@ class DataSafeClient(object):
|
|
17348
17348
|
:rtype: :class:`~oci.response.Response`
|
17349
17349
|
|
17350
17350
|
:example:
|
17351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
|
17352
17352
|
"""
|
17353
17353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17354
17354
|
required_arguments = ['compartmentId']
|
@@ -17575,7 +17575,7 @@ class DataSafeClient(object):
|
|
17575
17575
|
:rtype: :class:`~oci.response.Response`
|
17576
17576
|
|
17577
17577
|
:example:
|
17578
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17578
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
|
17579
17579
|
"""
|
17580
17580
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17581
17581
|
required_arguments = ['compartmentId']
|
@@ -17740,7 +17740,7 @@ class DataSafeClient(object):
|
|
17740
17740
|
:rtype: :class:`~oci.response.Response`
|
17741
17741
|
|
17742
17742
|
:example:
|
17743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
|
17744
17744
|
"""
|
17745
17745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17746
17746
|
required_arguments = ['alertPolicyId']
|
@@ -17914,7 +17914,7 @@ class DataSafeClient(object):
|
|
17914
17914
|
:rtype: :class:`~oci.response.Response`
|
17915
17915
|
|
17916
17916
|
:example:
|
17917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
|
17918
17918
|
"""
|
17919
17919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17920
17920
|
required_arguments = ['compartmentId']
|
@@ -18105,7 +18105,7 @@ class DataSafeClient(object):
|
|
18105
18105
|
:rtype: :class:`~oci.response.Response`
|
18106
18106
|
|
18107
18107
|
:example:
|
18108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
|
18109
18109
|
"""
|
18110
18110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18111
18111
|
required_arguments = ['compartmentId']
|
@@ -18347,7 +18347,7 @@ class DataSafeClient(object):
|
|
18347
18347
|
:rtype: :class:`~oci.response.Response`
|
18348
18348
|
|
18349
18349
|
:example:
|
18350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
|
18351
18351
|
"""
|
18352
18352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18353
18353
|
required_arguments = ['compartmentId']
|
@@ -18566,7 +18566,7 @@ class DataSafeClient(object):
|
|
18566
18566
|
:rtype: :class:`~oci.response.Response`
|
18567
18567
|
|
18568
18568
|
:example:
|
18569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18569
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
|
18570
18570
|
"""
|
18571
18571
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18572
18572
|
required_arguments = ['compartmentId']
|
@@ -18756,7 +18756,7 @@ class DataSafeClient(object):
|
|
18756
18756
|
:rtype: :class:`~oci.response.Response`
|
18757
18757
|
|
18758
18758
|
:example:
|
18759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
|
18760
18760
|
"""
|
18761
18761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18762
18762
|
required_arguments = ['compartmentId']
|
@@ -18957,7 +18957,7 @@ class DataSafeClient(object):
|
|
18957
18957
|
:rtype: :class:`~oci.response.Response`
|
18958
18958
|
|
18959
18959
|
:example:
|
18960
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18960
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
|
18961
18961
|
"""
|
18962
18962
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18963
18963
|
required_arguments = ['compartmentId']
|
@@ -19136,7 +19136,7 @@ class DataSafeClient(object):
|
|
19136
19136
|
:rtype: :class:`~oci.response.Response`
|
19137
19137
|
|
19138
19138
|
:example:
|
19139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
|
19140
19140
|
"""
|
19141
19141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19142
19142
|
required_arguments = ['compartmentId']
|
@@ -19328,7 +19328,7 @@ class DataSafeClient(object):
|
|
19328
19328
|
:rtype: :class:`~oci.response.Response`
|
19329
19329
|
|
19330
19330
|
:example:
|
19331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
|
19332
19332
|
"""
|
19333
19333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19334
19334
|
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.
|
19520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
|
19521
19521
|
"""
|
19522
19522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19523
19523
|
required_arguments = ['compartmentId']
|
@@ -19703,7 +19703,7 @@ class DataSafeClient(object):
|
|
19703
19703
|
:rtype: :class:`~oci.response.Response`
|
19704
19704
|
|
19705
19705
|
:example:
|
19706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
|
19707
19707
|
"""
|
19708
19708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19709
19709
|
required_arguments = ['compartmentId']
|
@@ -19899,7 +19899,7 @@ class DataSafeClient(object):
|
|
19899
19899
|
:rtype: :class:`~oci.response.Response`
|
19900
19900
|
|
19901
19901
|
:example:
|
19902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
|
19903
19903
|
"""
|
19904
19904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19905
19905
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -20075,7 +20075,7 @@ class DataSafeClient(object):
|
|
20075
20075
|
:rtype: :class:`~oci.response.Response`
|
20076
20076
|
|
20077
20077
|
:example:
|
20078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
|
20079
20079
|
"""
|
20080
20080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20081
20081
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -20247,7 +20247,7 @@ class DataSafeClient(object):
|
|
20247
20247
|
:rtype: :class:`~oci.response.Response`
|
20248
20248
|
|
20249
20249
|
:example:
|
20250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
|
20251
20251
|
"""
|
20252
20252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20253
20253
|
required_arguments = ['targetDatabaseId']
|
@@ -20432,7 +20432,7 @@ class DataSafeClient(object):
|
|
20432
20432
|
:rtype: :class:`~oci.response.Response`
|
20433
20433
|
|
20434
20434
|
:example:
|
20435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
|
20436
20436
|
"""
|
20437
20437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20438
20438
|
required_arguments = ['compartmentId']
|
@@ -20649,7 +20649,7 @@ class DataSafeClient(object):
|
|
20649
20649
|
:rtype: :class:`~oci.response.Response`
|
20650
20650
|
|
20651
20651
|
:example:
|
20652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
|
20653
20653
|
"""
|
20654
20654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20655
20655
|
required_arguments = ['compartmentId']
|
@@ -20827,7 +20827,7 @@ class DataSafeClient(object):
|
|
20827
20827
|
:rtype: :class:`~oci.response.Response`
|
20828
20828
|
|
20829
20829
|
:example:
|
20830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
|
20831
20831
|
"""
|
20832
20832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20833
20833
|
required_arguments = ['securityPolicyReportId']
|
@@ -20991,7 +20991,7 @@ class DataSafeClient(object):
|
|
20991
20991
|
:rtype: :class:`~oci.response.Response`
|
20992
20992
|
|
20993
20993
|
:example:
|
20994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
|
20995
20995
|
"""
|
20996
20996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20997
20997
|
required_arguments = ['securityPolicyReportId']
|
@@ -21166,7 +21166,7 @@ class DataSafeClient(object):
|
|
21166
21166
|
:rtype: :class:`~oci.response.Response`
|
21167
21167
|
|
21168
21168
|
:example:
|
21169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
|
21170
21170
|
"""
|
21171
21171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21172
21172
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -21359,7 +21359,7 @@ class DataSafeClient(object):
|
|
21359
21359
|
:rtype: :class:`~oci.response.Response`
|
21360
21360
|
|
21361
21361
|
:example:
|
21362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
|
21363
21363
|
"""
|
21364
21364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21365
21365
|
required_arguments = ['compartmentId']
|
@@ -21518,7 +21518,7 @@ class DataSafeClient(object):
|
|
21518
21518
|
:rtype: :class:`~oci.response.Response`
|
21519
21519
|
|
21520
21520
|
:example:
|
21521
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21521
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
|
21522
21522
|
"""
|
21523
21523
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21524
21524
|
required_arguments = ['discoveryJobId']
|
@@ -21720,7 +21720,7 @@ class DataSafeClient(object):
|
|
21720
21720
|
:rtype: :class:`~oci.response.Response`
|
21721
21721
|
|
21722
21722
|
:example:
|
21723
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21723
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
|
21724
21724
|
"""
|
21725
21725
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21726
21726
|
required_arguments = ['compartmentId']
|
@@ -21915,7 +21915,7 @@ class DataSafeClient(object):
|
|
21915
21915
|
:rtype: :class:`~oci.response.Response`
|
21916
21916
|
|
21917
21917
|
:example:
|
21918
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
|
21919
21919
|
"""
|
21920
21920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21921
21921
|
required_arguments = ['compartmentId']
|
@@ -22101,7 +22101,7 @@ class DataSafeClient(object):
|
|
22101
22101
|
:rtype: :class:`~oci.response.Response`
|
22102
22102
|
|
22103
22103
|
:example:
|
22104
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22104
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
|
22105
22105
|
"""
|
22106
22106
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22107
22107
|
required_arguments = ['securityAssessmentId']
|
@@ -22324,7 +22324,7 @@ class DataSafeClient(object):
|
|
22324
22324
|
:rtype: :class:`~oci.response.Response`
|
22325
22325
|
|
22326
22326
|
:example:
|
22327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
|
22328
22328
|
"""
|
22329
22329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22330
22330
|
required_arguments = ['securityAssessmentId']
|
@@ -22522,7 +22522,7 @@ class DataSafeClient(object):
|
|
22522
22522
|
:rtype: :class:`~oci.response.Response`
|
22523
22523
|
|
22524
22524
|
:example:
|
22525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
22526
22526
|
"""
|
22527
22527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22528
22528
|
required_arguments = ['userAssessmentId', 'userKey']
|
@@ -22729,7 +22729,7 @@ class DataSafeClient(object):
|
|
22729
22729
|
:rtype: :class:`~oci.response.Response`
|
22730
22730
|
|
22731
22731
|
:example:
|
22732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
|
22733
22733
|
"""
|
22734
22734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22735
22735
|
required_arguments = ['compartmentId']
|
@@ -22921,7 +22921,7 @@ class DataSafeClient(object):
|
|
22921
22921
|
:rtype: :class:`~oci.response.Response`
|
22922
22922
|
|
22923
22923
|
:example:
|
22924
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
|
22925
22925
|
"""
|
22926
22926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22927
22927
|
required_arguments = ['maskingReportId']
|
@@ -23094,7 +23094,7 @@ class DataSafeClient(object):
|
|
23094
23094
|
:rtype: :class:`~oci.response.Response`
|
23095
23095
|
|
23096
23096
|
:example:
|
23097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
|
23098
23098
|
"""
|
23099
23099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23100
23100
|
required_arguments = ['compartmentId']
|
@@ -23298,7 +23298,7 @@ class DataSafeClient(object):
|
|
23298
23298
|
:rtype: :class:`~oci.response.Response`
|
23299
23299
|
|
23300
23300
|
:example:
|
23301
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
|
23302
23302
|
"""
|
23303
23303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23304
23304
|
required_arguments = ['maskingPolicyId']
|
@@ -23507,7 +23507,7 @@ class DataSafeClient(object):
|
|
23507
23507
|
:rtype: :class:`~oci.response.Response`
|
23508
23508
|
|
23509
23509
|
:example:
|
23510
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
|
23511
23511
|
"""
|
23512
23512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23513
23513
|
required_arguments = ['maskingPolicyId']
|
@@ -23714,7 +23714,7 @@ class DataSafeClient(object):
|
|
23714
23714
|
:rtype: :class:`~oci.response.Response`
|
23715
23715
|
|
23716
23716
|
:example:
|
23717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
|
23718
23718
|
"""
|
23719
23719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23720
23720
|
required_arguments = ['compartmentId']
|
@@ -23886,7 +23886,7 @@ class DataSafeClient(object):
|
|
23886
23886
|
:rtype: :class:`~oci.response.Response`
|
23887
23887
|
|
23888
23888
|
:example:
|
23889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23889
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masking_policy_health_report_logs.py.html>`__ to see an example of how to use list_masking_policy_health_report_logs API.
|
23890
23890
|
"""
|
23891
23891
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23892
23892
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -24070,7 +24070,7 @@ class DataSafeClient(object):
|
|
24070
24070
|
:rtype: :class:`~oci.response.Response`
|
24071
24071
|
|
24072
24072
|
:example:
|
24073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
|
24074
24074
|
"""
|
24075
24075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24076
24076
|
required_arguments = ['compartmentId']
|
@@ -24251,7 +24251,7 @@ class DataSafeClient(object):
|
|
24251
24251
|
:rtype: :class:`~oci.response.Response`
|
24252
24252
|
|
24253
24253
|
:example:
|
24254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masking_policy_referential_relations.py.html>`__ to see an example of how to use list_masking_policy_referential_relations API.
|
24255
24255
|
"""
|
24256
24256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24257
24257
|
required_arguments = ['maskingPolicyId']
|
@@ -24431,7 +24431,7 @@ class DataSafeClient(object):
|
|
24431
24431
|
:rtype: :class:`~oci.response.Response`
|
24432
24432
|
|
24433
24433
|
:example:
|
24434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
|
24435
24435
|
"""
|
24436
24436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24437
24437
|
required_arguments = ['compartmentId']
|
@@ -24585,7 +24585,7 @@ class DataSafeClient(object):
|
|
24585
24585
|
:rtype: :class:`~oci.response.Response`
|
24586
24586
|
|
24587
24587
|
:example:
|
24588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
|
24589
24589
|
"""
|
24590
24590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24591
24591
|
required_arguments = ['maskingPolicyId']
|
@@ -24758,7 +24758,7 @@ class DataSafeClient(object):
|
|
24758
24758
|
:rtype: :class:`~oci.response.Response`
|
24759
24759
|
|
24760
24760
|
:example:
|
24761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
|
24762
24762
|
"""
|
24763
24763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24764
24764
|
required_arguments = ['compartmentId']
|
@@ -24928,7 +24928,7 @@ class DataSafeClient(object):
|
|
24928
24928
|
:rtype: :class:`~oci.response.Response`
|
24929
24929
|
|
24930
24930
|
:example:
|
24931
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_password_expiry_date_analytics.py.html>`__ to see an example of how to use list_password_expiry_date_analytics API.
|
24932
24932
|
"""
|
24933
24933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24934
24934
|
required_arguments = ['userAssessmentId']
|
@@ -25070,7 +25070,7 @@ class DataSafeClient(object):
|
|
25070
25070
|
:rtype: :class:`~oci.response.Response`
|
25071
25071
|
|
25072
25072
|
:example:
|
25073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
|
25074
25074
|
"""
|
25075
25075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25076
25076
|
required_arguments = ['targetDatabaseId']
|
@@ -25240,7 +25240,7 @@ class DataSafeClient(object):
|
|
25240
25240
|
:rtype: :class:`~oci.response.Response`
|
25241
25241
|
|
25242
25242
|
:example:
|
25243
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25243
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
|
25244
25244
|
"""
|
25245
25245
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25246
25246
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -25481,7 +25481,7 @@ class DataSafeClient(object):
|
|
25481
25481
|
:rtype: :class:`~oci.response.Response`
|
25482
25482
|
|
25483
25483
|
:example:
|
25484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
|
25485
25485
|
"""
|
25486
25486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25487
25487
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -25689,7 +25689,7 @@ class DataSafeClient(object):
|
|
25689
25689
|
:rtype: :class:`~oci.response.Response`
|
25690
25690
|
|
25691
25691
|
:example:
|
25692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_referential_relations.py.html>`__ to see an example of how to use list_referential_relations API.
|
25693
25693
|
"""
|
25694
25694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25695
25695
|
required_arguments = ['sensitiveDataModelId']
|
@@ -25890,7 +25890,7 @@ class DataSafeClient(object):
|
|
25890
25890
|
:rtype: :class:`~oci.response.Response`
|
25891
25891
|
|
25892
25892
|
:example:
|
25893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
|
25894
25894
|
"""
|
25895
25895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25896
25896
|
required_arguments = ['compartmentId']
|
@@ -26117,7 +26117,7 @@ class DataSafeClient(object):
|
|
26117
26117
|
:rtype: :class:`~oci.response.Response`
|
26118
26118
|
|
26119
26119
|
:example:
|
26120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
|
26121
26121
|
"""
|
26122
26122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26123
26123
|
required_arguments = ['compartmentId']
|
@@ -26296,7 +26296,7 @@ class DataSafeClient(object):
|
|
26296
26296
|
:rtype: :class:`~oci.response.Response`
|
26297
26297
|
|
26298
26298
|
:example:
|
26299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
|
26300
26300
|
"""
|
26301
26301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26302
26302
|
required_arguments = ['securityPolicyReportId', 'grantee', 'grantedRole']
|
@@ -26438,7 +26438,7 @@ class DataSafeClient(object):
|
|
26438
26438
|
:rtype: :class:`~oci.response.Response`
|
26439
26439
|
|
26440
26440
|
:example:
|
26441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
26442
26442
|
"""
|
26443
26443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26444
26444
|
required_arguments = ['targetDatabaseId']
|
@@ -26601,7 +26601,7 @@ class DataSafeClient(object):
|
|
26601
26601
|
:rtype: :class:`~oci.response.Response`
|
26602
26602
|
|
26603
26603
|
:example:
|
26604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
26605
26605
|
"""
|
26606
26606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26607
26607
|
required_arguments = ['targetDatabaseId']
|
@@ -26780,7 +26780,7 @@ class DataSafeClient(object):
|
|
26780
26780
|
:rtype: :class:`~oci.response.Response`
|
26781
26781
|
|
26782
26782
|
:example:
|
26783
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26783
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
|
26784
26784
|
"""
|
26785
26785
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26786
26786
|
required_arguments = ['compartmentId']
|
@@ -27014,7 +27014,7 @@ class DataSafeClient(object):
|
|
27014
27014
|
:rtype: :class:`~oci.response.Response`
|
27015
27015
|
|
27016
27016
|
:example:
|
27017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
|
27018
27018
|
"""
|
27019
27019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27020
27020
|
required_arguments = ['compartmentId']
|
@@ -27203,7 +27203,7 @@ class DataSafeClient(object):
|
|
27203
27203
|
:rtype: :class:`~oci.response.Response`
|
27204
27204
|
|
27205
27205
|
:example:
|
27206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
|
27207
27207
|
"""
|
27208
27208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27209
27209
|
required_arguments = ['compartmentId']
|
@@ -27389,7 +27389,7 @@ class DataSafeClient(object):
|
|
27389
27389
|
:rtype: :class:`~oci.response.Response`
|
27390
27390
|
|
27391
27391
|
:example:
|
27392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
|
27393
27393
|
"""
|
27394
27394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27395
27395
|
required_arguments = ['compartmentId']
|
@@ -27656,7 +27656,7 @@ class DataSafeClient(object):
|
|
27656
27656
|
:rtype: :class:`~oci.response.Response`
|
27657
27657
|
|
27658
27658
|
:example:
|
27659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
|
27660
27660
|
"""
|
27661
27661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27662
27662
|
required_arguments = ['compartmentId']
|
@@ -27859,7 +27859,7 @@ class DataSafeClient(object):
|
|
27859
27859
|
:rtype: :class:`~oci.response.Response`
|
27860
27860
|
|
27861
27861
|
:example:
|
27862
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27862
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
|
27863
27863
|
"""
|
27864
27864
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27865
27865
|
required_arguments = ['compartmentId']
|
@@ -28022,7 +28022,7 @@ class DataSafeClient(object):
|
|
28022
28022
|
:rtype: :class:`~oci.response.Response`
|
28023
28023
|
|
28024
28024
|
:example:
|
28025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
|
28026
28026
|
"""
|
28027
28027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28028
28028
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -28202,7 +28202,7 @@ class DataSafeClient(object):
|
|
28202
28202
|
:rtype: :class:`~oci.response.Response`
|
28203
28203
|
|
28204
28204
|
:example:
|
28205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
|
28206
28206
|
"""
|
28207
28207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28208
28208
|
required_arguments = ['compartmentId']
|
@@ -28444,7 +28444,7 @@ class DataSafeClient(object):
|
|
28444
28444
|
:rtype: :class:`~oci.response.Response`
|
28445
28445
|
|
28446
28446
|
:example:
|
28447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28447
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
|
28448
28448
|
"""
|
28449
28449
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28450
28450
|
required_arguments = ['sensitiveDataModelId']
|
@@ -28657,7 +28657,7 @@ class DataSafeClient(object):
|
|
28657
28657
|
:rtype: :class:`~oci.response.Response`
|
28658
28658
|
|
28659
28659
|
:example:
|
28660
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sensitive_data_model_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_data_model_sensitive_types API.
|
28661
28661
|
"""
|
28662
28662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28663
28663
|
required_arguments = ['sensitiveDataModelId']
|
@@ -28849,7 +28849,7 @@ class DataSafeClient(object):
|
|
28849
28849
|
:rtype: :class:`~oci.response.Response`
|
28850
28850
|
|
28851
28851
|
:example:
|
28852
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28852
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
|
28853
28853
|
"""
|
28854
28854
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28855
28855
|
required_arguments = ['compartmentId']
|
@@ -29026,7 +29026,7 @@ class DataSafeClient(object):
|
|
29026
29026
|
:rtype: :class:`~oci.response.Response`
|
29027
29027
|
|
29028
29028
|
:example:
|
29029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
|
29030
29030
|
"""
|
29031
29031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29032
29032
|
required_arguments = ['sensitiveDataModelId']
|
@@ -29190,7 +29190,7 @@ class DataSafeClient(object):
|
|
29190
29190
|
:rtype: :class:`~oci.response.Response`
|
29191
29191
|
|
29192
29192
|
:example:
|
29193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
|
29194
29194
|
"""
|
29195
29195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29196
29196
|
required_arguments = ['sensitiveDataModelId']
|
@@ -29399,7 +29399,7 @@ class DataSafeClient(object):
|
|
29399
29399
|
:rtype: :class:`~oci.response.Response`
|
29400
29400
|
|
29401
29401
|
:example:
|
29402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
|
29403
29403
|
"""
|
29404
29404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29405
29405
|
required_arguments = ['compartmentId']
|
@@ -29629,7 +29629,7 @@ class DataSafeClient(object):
|
|
29629
29629
|
:rtype: :class:`~oci.response.Response`
|
29630
29630
|
|
29631
29631
|
:example:
|
29632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sensitive_types_exports.py.html>`__ to see an example of how to use list_sensitive_types_exports API.
|
29633
29633
|
"""
|
29634
29634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29635
29635
|
required_arguments = ['compartmentId']
|
@@ -29832,7 +29832,7 @@ class DataSafeClient(object):
|
|
29832
29832
|
:rtype: :class:`~oci.response.Response`
|
29833
29833
|
|
29834
29834
|
:example:
|
29835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
|
29836
29836
|
"""
|
29837
29837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29838
29838
|
required_arguments = ['compartmentId']
|
@@ -29992,7 +29992,7 @@ class DataSafeClient(object):
|
|
29992
29992
|
:rtype: :class:`~oci.response.Response`
|
29993
29993
|
|
29994
29994
|
:example:
|
29995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
|
29996
29996
|
"""
|
29997
29997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29998
29998
|
required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
|
@@ -30191,7 +30191,7 @@ class DataSafeClient(object):
|
|
30191
30191
|
:rtype: :class:`~oci.response.Response`
|
30192
30192
|
|
30193
30193
|
:example:
|
30194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
|
30195
30195
|
"""
|
30196
30196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30197
30197
|
required_arguments = ['compartmentId']
|
@@ -30389,7 +30389,7 @@ class DataSafeClient(object):
|
|
30389
30389
|
:rtype: :class:`~oci.response.Response`
|
30390
30390
|
|
30391
30391
|
:example:
|
30392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
|
30393
30393
|
"""
|
30394
30394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30395
30395
|
required_arguments = ['compartmentId']
|
@@ -30565,7 +30565,7 @@ class DataSafeClient(object):
|
|
30565
30565
|
:rtype: :class:`~oci.response.Response`
|
30566
30566
|
|
30567
30567
|
:example:
|
30568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
|
30569
30569
|
"""
|
30570
30570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30571
30571
|
required_arguments = ['compartmentId']
|
@@ -30779,7 +30779,7 @@ class DataSafeClient(object):
|
|
30779
30779
|
:rtype: :class:`~oci.response.Response`
|
30780
30780
|
|
30781
30781
|
:example:
|
30782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
|
30783
30783
|
"""
|
30784
30784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30785
30785
|
required_arguments = ['compartmentId']
|
@@ -30993,7 +30993,7 @@ class DataSafeClient(object):
|
|
30993
30993
|
:rtype: :class:`~oci.response.Response`
|
30994
30994
|
|
30995
30995
|
:example:
|
30996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30996
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
|
30997
30997
|
"""
|
30998
30998
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30999
30999
|
required_arguments = ['compartmentId']
|
@@ -31201,7 +31201,7 @@ class DataSafeClient(object):
|
|
31201
31201
|
:rtype: :class:`~oci.response.Response`
|
31202
31202
|
|
31203
31203
|
:example:
|
31204
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31204
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
|
31205
31205
|
"""
|
31206
31206
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31207
31207
|
required_arguments = ['compartmentId']
|
@@ -31401,7 +31401,7 @@ class DataSafeClient(object):
|
|
31401
31401
|
:rtype: :class:`~oci.response.Response`
|
31402
31402
|
|
31403
31403
|
:example:
|
31404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
|
31405
31405
|
"""
|
31406
31406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31407
31407
|
required_arguments = ['compartmentId']
|
@@ -31561,7 +31561,7 @@ class DataSafeClient(object):
|
|
31561
31561
|
:rtype: :class:`~oci.response.Response`
|
31562
31562
|
|
31563
31563
|
:example:
|
31564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
|
31565
31565
|
"""
|
31566
31566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31567
31567
|
required_arguments = ['targetDatabaseId']
|
@@ -31758,7 +31758,7 @@ class DataSafeClient(object):
|
|
31758
31758
|
:rtype: :class:`~oci.response.Response`
|
31759
31759
|
|
31760
31760
|
:example:
|
31761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
|
31762
31762
|
"""
|
31763
31763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31764
31764
|
required_arguments = ['compartmentId']
|
@@ -31961,7 +31961,7 @@ class DataSafeClient(object):
|
|
31961
31961
|
:rtype: :class:`~oci.response.Response`
|
31962
31962
|
|
31963
31963
|
:example:
|
31964
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31964
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
|
31965
31965
|
"""
|
31966
31966
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31967
31967
|
required_arguments = ['compartmentId']
|
@@ -32140,7 +32140,7 @@ class DataSafeClient(object):
|
|
32140
32140
|
:rtype: :class:`~oci.response.Response`
|
32141
32141
|
|
32142
32142
|
:example:
|
32143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
|
32144
32144
|
"""
|
32145
32145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32146
32146
|
required_arguments = ['userAssessmentId']
|
@@ -32381,7 +32381,7 @@ class DataSafeClient(object):
|
|
32381
32381
|
:rtype: :class:`~oci.response.Response`
|
32382
32382
|
|
32383
32383
|
:example:
|
32384
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
|
32385
32385
|
"""
|
32386
32386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32387
32387
|
required_arguments = ['userAssessmentId']
|
@@ -32639,7 +32639,7 @@ class DataSafeClient(object):
|
|
32639
32639
|
:rtype: :class:`~oci.response.Response`
|
32640
32640
|
|
32641
32641
|
:example:
|
32642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
|
32643
32643
|
"""
|
32644
32644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32645
32645
|
required_arguments = ['compartmentId']
|
@@ -32931,7 +32931,7 @@ class DataSafeClient(object):
|
|
32931
32931
|
:rtype: :class:`~oci.response.Response`
|
32932
32932
|
|
32933
32933
|
:example:
|
32934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
|
32935
32935
|
"""
|
32936
32936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32937
32937
|
required_arguments = ['userAssessmentId']
|
@@ -33116,7 +33116,7 @@ class DataSafeClient(object):
|
|
33116
33116
|
:rtype: :class:`~oci.response.Response`
|
33117
33117
|
|
33118
33118
|
:example:
|
33119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
33120
33120
|
"""
|
33121
33121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33122
33122
|
required_arguments = ['workRequestId']
|
@@ -33234,7 +33234,7 @@ class DataSafeClient(object):
|
|
33234
33234
|
:rtype: :class:`~oci.response.Response`
|
33235
33235
|
|
33236
33236
|
:example:
|
33237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33237
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
33238
33238
|
"""
|
33239
33239
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33240
33240
|
required_arguments = ['workRequestId']
|
@@ -33384,7 +33384,7 @@ class DataSafeClient(object):
|
|
33384
33384
|
:rtype: :class:`~oci.response.Response`
|
33385
33385
|
|
33386
33386
|
:example:
|
33387
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
33388
33388
|
"""
|
33389
33389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33390
33390
|
required_arguments = ['compartmentId']
|
@@ -33519,7 +33519,7 @@ class DataSafeClient(object):
|
|
33519
33519
|
:rtype: :class:`~oci.response.Response`
|
33520
33520
|
|
33521
33521
|
:example:
|
33522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
|
33523
33523
|
"""
|
33524
33524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33525
33525
|
required_arguments = ['maskingPolicyId']
|
@@ -33633,7 +33633,7 @@ class DataSafeClient(object):
|
|
33633
33633
|
:rtype: :class:`~oci.response.Response`
|
33634
33634
|
|
33635
33635
|
:example:
|
33636
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33636
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
|
33637
33637
|
"""
|
33638
33638
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33639
33639
|
required_arguments = ['compartmentId']
|
@@ -33755,7 +33755,7 @@ class DataSafeClient(object):
|
|
33755
33755
|
:rtype: :class:`~oci.response.Response`
|
33756
33756
|
|
33757
33757
|
:example:
|
33758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
|
33759
33759
|
"""
|
33760
33760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33761
33761
|
required_arguments = []
|
@@ -33871,7 +33871,7 @@ class DataSafeClient(object):
|
|
33871
33871
|
:rtype: :class:`~oci.response.Response`
|
33872
33872
|
|
33873
33873
|
:example:
|
33874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
|
33875
33875
|
"""
|
33876
33876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33877
33877
|
required_arguments = ['discoveryJobId']
|
@@ -33983,7 +33983,7 @@ class DataSafeClient(object):
|
|
33983
33983
|
:rtype: :class:`~oci.response.Response`
|
33984
33984
|
|
33985
33985
|
:example:
|
33986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33986
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
|
33987
33987
|
"""
|
33988
33988
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33989
33989
|
required_arguments = ['maskingPolicyId']
|
@@ -34094,7 +34094,7 @@ class DataSafeClient(object):
|
|
34094
34094
|
:rtype: :class:`~oci.response.Response`
|
34095
34095
|
|
34096
34096
|
:example:
|
34097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
|
34098
34098
|
"""
|
34099
34099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34100
34100
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -34206,7 +34206,7 @@ class DataSafeClient(object):
|
|
34206
34206
|
:rtype: :class:`~oci.response.Response`
|
34207
34207
|
|
34208
34208
|
:example:
|
34209
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34209
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
|
34210
34210
|
"""
|
34211
34211
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34212
34212
|
required_arguments = ['sensitiveDataModelId']
|
@@ -34314,7 +34314,7 @@ class DataSafeClient(object):
|
|
34314
34314
|
:rtype: :class:`~oci.response.Response`
|
34315
34315
|
|
34316
34316
|
:example:
|
34317
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34317
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/patch_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use patch_sql_firewall_allowed_sql API.
|
34318
34318
|
"""
|
34319
34319
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34320
34320
|
required_arguments = []
|
@@ -34409,7 +34409,7 @@ class DataSafeClient(object):
|
|
34409
34409
|
:rtype: :class:`~oci.response.Response`
|
34410
34410
|
|
34411
34411
|
:example:
|
34412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
|
34413
34413
|
"""
|
34414
34414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34415
34415
|
required_arguments = []
|
@@ -34513,7 +34513,7 @@ class DataSafeClient(object):
|
|
34513
34513
|
:rtype: :class:`~oci.response.Response`
|
34514
34514
|
|
34515
34515
|
:example:
|
34516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
|
34517
34517
|
"""
|
34518
34518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34519
34519
|
required_arguments = ['auditPolicyId']
|
@@ -34629,7 +34629,7 @@ class DataSafeClient(object):
|
|
34629
34629
|
:rtype: :class:`~oci.response.Response`
|
34630
34630
|
|
34631
34631
|
:example:
|
34632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
|
34633
34633
|
"""
|
34634
34634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34635
34635
|
required_arguments = ['sqlCollectionId']
|
@@ -34743,7 +34743,7 @@ class DataSafeClient(object):
|
|
34743
34743
|
:rtype: :class:`~oci.response.Response`
|
34744
34744
|
|
34745
34745
|
:example:
|
34746
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34746
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
|
34747
34747
|
"""
|
34748
34748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34749
34749
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -34861,7 +34861,7 @@ class DataSafeClient(object):
|
|
34861
34861
|
:rtype: :class:`~oci.response.Response`
|
34862
34862
|
|
34863
34863
|
:example:
|
34864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
|
34865
34865
|
"""
|
34866
34866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34867
34867
|
required_arguments = ['securityAssessmentId']
|
@@ -34977,7 +34977,7 @@ class DataSafeClient(object):
|
|
34977
34977
|
:rtype: :class:`~oci.response.Response`
|
34978
34978
|
|
34979
34979
|
:example:
|
34980
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
|
34981
34981
|
"""
|
34982
34982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34983
34983
|
required_arguments = ['sqlCollectionId']
|
@@ -35091,7 +35091,7 @@ class DataSafeClient(object):
|
|
35091
35091
|
:rtype: :class:`~oci.response.Response`
|
35092
35092
|
|
35093
35093
|
:example:
|
35094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
|
35095
35095
|
"""
|
35096
35096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35097
35097
|
required_arguments = ['targetDatabaseId']
|
@@ -35210,7 +35210,7 @@ class DataSafeClient(object):
|
|
35210
35210
|
:rtype: :class:`~oci.response.Response`
|
35211
35211
|
|
35212
35212
|
:example:
|
35213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
|
35214
35214
|
"""
|
35215
35215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35216
35216
|
required_arguments = ['userAssessmentId']
|
@@ -35326,7 +35326,7 @@ class DataSafeClient(object):
|
|
35326
35326
|
:rtype: :class:`~oci.response.Response`
|
35327
35327
|
|
35328
35328
|
:example:
|
35329
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35329
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
|
35330
35330
|
"""
|
35331
35331
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35332
35332
|
required_arguments = ['reportDefinitionId']
|
@@ -35434,7 +35434,7 @@ class DataSafeClient(object):
|
|
35434
35434
|
:rtype: :class:`~oci.response.Response`
|
35435
35435
|
|
35436
35436
|
:example:
|
35437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
|
35438
35438
|
"""
|
35439
35439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35440
35440
|
required_arguments = ['auditTrailId']
|
@@ -35545,7 +35545,7 @@ class DataSafeClient(object):
|
|
35545
35545
|
:rtype: :class:`~oci.response.Response`
|
35546
35546
|
|
35547
35547
|
:example:
|
35548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
|
35549
35549
|
"""
|
35550
35550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35551
35551
|
required_arguments = ['workRequestId']
|
@@ -35659,7 +35659,7 @@ class DataSafeClient(object):
|
|
35659
35659
|
:rtype: :class:`~oci.response.Response`
|
35660
35660
|
|
35661
35661
|
:example:
|
35662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
|
35663
35663
|
"""
|
35664
35664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35665
35665
|
required_arguments = ['auditPolicyId']
|
@@ -35776,7 +35776,7 @@ class DataSafeClient(object):
|
|
35776
35776
|
:rtype: :class:`~oci.response.Response`
|
35777
35777
|
|
35778
35778
|
:example:
|
35779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
|
35780
35780
|
"""
|
35781
35781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35782
35782
|
required_arguments = ['reportDefinitionId']
|
@@ -35895,7 +35895,7 @@ class DataSafeClient(object):
|
|
35895
35895
|
:rtype: :class:`~oci.response.Response`
|
35896
35896
|
|
35897
35897
|
:example:
|
35898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
|
35899
35899
|
"""
|
35900
35900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35901
35901
|
required_arguments = ['securityAssessmentId']
|
@@ -36015,7 +36015,7 @@ class DataSafeClient(object):
|
|
36015
36015
|
:rtype: :class:`~oci.response.Response`
|
36016
36016
|
|
36017
36017
|
:example:
|
36018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36018
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
|
36019
36019
|
"""
|
36020
36020
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36021
36021
|
required_arguments = ['userAssessmentId']
|
@@ -36135,7 +36135,7 @@ class DataSafeClient(object):
|
|
36135
36135
|
:rtype: :class:`~oci.response.Response`
|
36136
36136
|
|
36137
36137
|
:example:
|
36138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
|
36139
36139
|
"""
|
36140
36140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36141
36141
|
required_arguments = ['auditTrailId']
|
@@ -36251,7 +36251,7 @@ class DataSafeClient(object):
|
|
36251
36251
|
:rtype: :class:`~oci.response.Response`
|
36252
36252
|
|
36253
36253
|
:example:
|
36254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
|
36255
36255
|
"""
|
36256
36256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36257
36257
|
required_arguments = ['sqlCollectionId']
|
@@ -36359,7 +36359,7 @@ class DataSafeClient(object):
|
|
36359
36359
|
:rtype: :class:`~oci.response.Response`
|
36360
36360
|
|
36361
36361
|
:example:
|
36362
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36362
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
|
36363
36363
|
"""
|
36364
36364
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36365
36365
|
required_arguments = ['auditTrailId']
|
@@ -36470,7 +36470,7 @@ class DataSafeClient(object):
|
|
36470
36470
|
:rtype: :class:`~oci.response.Response`
|
36471
36471
|
|
36472
36472
|
:example:
|
36473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
|
36474
36474
|
"""
|
36475
36475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36476
36476
|
required_arguments = ['sqlCollectionId']
|
@@ -36584,7 +36584,7 @@ class DataSafeClient(object):
|
|
36584
36584
|
:rtype: :class:`~oci.response.Response`
|
36585
36585
|
|
36586
36586
|
:example:
|
36587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
|
36588
36588
|
"""
|
36589
36589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36590
36590
|
required_arguments = ['workRequestId']
|
@@ -36703,7 +36703,7 @@ class DataSafeClient(object):
|
|
36703
36703
|
:rtype: :class:`~oci.response.Response`
|
36704
36704
|
|
36705
36705
|
:example:
|
36706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36706
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
|
36707
36707
|
"""
|
36708
36708
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36709
36709
|
required_arguments = ['securityAssessmentId']
|
@@ -36825,7 +36825,7 @@ class DataSafeClient(object):
|
|
36825
36825
|
:rtype: :class:`~oci.response.Response`
|
36826
36826
|
|
36827
36827
|
:example:
|
36828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
|
36829
36829
|
"""
|
36830
36830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36831
36831
|
required_arguments = ['userAssessmentId']
|
@@ -36939,7 +36939,7 @@ class DataSafeClient(object):
|
|
36939
36939
|
:rtype: :class:`~oci.response.Response`
|
36940
36940
|
|
36941
36941
|
:example:
|
36942
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36942
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
|
36943
36943
|
"""
|
36944
36944
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36945
36945
|
required_arguments = ['alertId']
|
@@ -37051,7 +37051,7 @@ class DataSafeClient(object):
|
|
37051
37051
|
:rtype: :class:`~oci.response.Response`
|
37052
37052
|
|
37053
37053
|
:example:
|
37054
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37054
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_alert_policy.py.html>`__ to see an example of how to use update_alert_policy API.
|
37055
37055
|
"""
|
37056
37056
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37057
37057
|
required_arguments = ['alertPolicyId']
|
@@ -37164,7 +37164,7 @@ class DataSafeClient(object):
|
|
37164
37164
|
:rtype: :class:`~oci.response.Response`
|
37165
37165
|
|
37166
37166
|
:example:
|
37167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_alert_policy_rule.py.html>`__ to see an example of how to use update_alert_policy_rule API.
|
37168
37168
|
"""
|
37169
37169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37170
37170
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -37275,7 +37275,7 @@ class DataSafeClient(object):
|
|
37275
37275
|
:rtype: :class:`~oci.response.Response`
|
37276
37276
|
|
37277
37277
|
:example:
|
37278
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37278
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
|
37279
37279
|
"""
|
37280
37280
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37281
37281
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -37385,7 +37385,7 @@ class DataSafeClient(object):
|
|
37385
37385
|
:rtype: :class:`~oci.response.Response`
|
37386
37386
|
|
37387
37387
|
:example:
|
37388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
|
37389
37389
|
"""
|
37390
37390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37391
37391
|
required_arguments = ['auditPolicyId']
|
@@ -37495,7 +37495,7 @@ class DataSafeClient(object):
|
|
37495
37495
|
:rtype: :class:`~oci.response.Response`
|
37496
37496
|
|
37497
37497
|
:example:
|
37498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37498
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
|
37499
37499
|
"""
|
37500
37500
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37501
37501
|
required_arguments = ['auditProfileId']
|
@@ -37605,7 +37605,7 @@ class DataSafeClient(object):
|
|
37605
37605
|
:rtype: :class:`~oci.response.Response`
|
37606
37606
|
|
37607
37607
|
:example:
|
37608
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
|
37609
37609
|
"""
|
37610
37610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37611
37611
|
required_arguments = ['auditTrailId']
|
@@ -37715,7 +37715,7 @@ class DataSafeClient(object):
|
|
37715
37715
|
:rtype: :class:`~oci.response.Response`
|
37716
37716
|
|
37717
37717
|
:example:
|
37718
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37718
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
|
37719
37719
|
"""
|
37720
37720
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37721
37721
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -37825,7 +37825,7 @@ class DataSafeClient(object):
|
|
37825
37825
|
:rtype: :class:`~oci.response.Response`
|
37826
37826
|
|
37827
37827
|
:example:
|
37828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
|
37829
37829
|
"""
|
37830
37830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37831
37831
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -37944,7 +37944,7 @@ class DataSafeClient(object):
|
|
37944
37944
|
:rtype: :class:`~oci.response.Response`
|
37945
37945
|
|
37946
37946
|
:example:
|
37947
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37947
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
|
37948
37948
|
"""
|
37949
37949
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37950
37950
|
required_arguments = ['securityAssessmentId', 'findingKey']
|
@@ -38058,7 +38058,7 @@ class DataSafeClient(object):
|
|
38058
38058
|
:rtype: :class:`~oci.response.Response`
|
38059
38059
|
|
38060
38060
|
:example:
|
38061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38061
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
|
38062
38062
|
"""
|
38063
38063
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38064
38064
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -38172,7 +38172,7 @@ class DataSafeClient(object):
|
|
38172
38172
|
:rtype: :class:`~oci.response.Response`
|
38173
38173
|
|
38174
38174
|
:example:
|
38175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
|
38176
38176
|
"""
|
38177
38177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38178
38178
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -38283,7 +38283,7 @@ class DataSafeClient(object):
|
|
38283
38283
|
:rtype: :class:`~oci.response.Response`
|
38284
38284
|
|
38285
38285
|
:example:
|
38286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
|
38287
38287
|
"""
|
38288
38288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38289
38289
|
required_arguments = ['maskingPolicyId']
|
@@ -38393,7 +38393,7 @@ class DataSafeClient(object):
|
|
38393
38393
|
:rtype: :class:`~oci.response.Response`
|
38394
38394
|
|
38395
38395
|
:example:
|
38396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
|
38397
38397
|
"""
|
38398
38398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38399
38399
|
required_arguments = ['onPremConnectorId']
|
@@ -38509,7 +38509,7 @@ class DataSafeClient(object):
|
|
38509
38509
|
:rtype: :class:`~oci.response.Response`
|
38510
38510
|
|
38511
38511
|
:example:
|
38512
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38512
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
|
38513
38513
|
"""
|
38514
38514
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38515
38515
|
required_arguments = ['onPremConnectorId']
|
@@ -38631,7 +38631,7 @@ class DataSafeClient(object):
|
|
38631
38631
|
:rtype: :class:`~oci.response.Response`
|
38632
38632
|
|
38633
38633
|
:example:
|
38634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
|
38635
38635
|
"""
|
38636
38636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38637
38637
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -38751,7 +38751,7 @@ class DataSafeClient(object):
|
|
38751
38751
|
:rtype: :class:`~oci.response.Response`
|
38752
38752
|
|
38753
38753
|
:example:
|
38754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
|
38755
38755
|
"""
|
38756
38756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38757
38757
|
required_arguments = ['reportId']
|
@@ -38870,7 +38870,7 @@ class DataSafeClient(object):
|
|
38870
38870
|
:rtype: :class:`~oci.response.Response`
|
38871
38871
|
|
38872
38872
|
:example:
|
38873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
|
38874
38874
|
"""
|
38875
38875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38876
38876
|
required_arguments = ['reportDefinitionId']
|
@@ -38983,7 +38983,7 @@ class DataSafeClient(object):
|
|
38983
38983
|
:rtype: :class:`~oci.response.Response`
|
38984
38984
|
|
38985
38985
|
:example:
|
38986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38986
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
|
38987
38987
|
"""
|
38988
38988
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38989
38989
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -39093,7 +39093,7 @@ class DataSafeClient(object):
|
|
39093
39093
|
:rtype: :class:`~oci.response.Response`
|
39094
39094
|
|
39095
39095
|
:example:
|
39096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
|
39097
39097
|
"""
|
39098
39098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39099
39099
|
required_arguments = ['securityAssessmentId']
|
@@ -39203,7 +39203,7 @@ class DataSafeClient(object):
|
|
39203
39203
|
:rtype: :class:`~oci.response.Response`
|
39204
39204
|
|
39205
39205
|
:example:
|
39206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
|
39207
39207
|
"""
|
39208
39208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39209
39209
|
required_arguments = ['securityPolicyId']
|
@@ -39313,7 +39313,7 @@ class DataSafeClient(object):
|
|
39313
39313
|
:rtype: :class:`~oci.response.Response`
|
39314
39314
|
|
39315
39315
|
:example:
|
39316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
|
39317
39317
|
"""
|
39318
39318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39319
39319
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -39426,7 +39426,7 @@ class DataSafeClient(object):
|
|
39426
39426
|
:rtype: :class:`~oci.response.Response`
|
39427
39427
|
|
39428
39428
|
:example:
|
39429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
|
39430
39430
|
"""
|
39431
39431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39432
39432
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -39538,7 +39538,7 @@ class DataSafeClient(object):
|
|
39538
39538
|
:rtype: :class:`~oci.response.Response`
|
39539
39539
|
|
39540
39540
|
:example:
|
39541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
|
39542
39542
|
"""
|
39543
39543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39544
39544
|
required_arguments = ['sensitiveDataModelId']
|
@@ -39648,7 +39648,7 @@ class DataSafeClient(object):
|
|
39648
39648
|
:rtype: :class:`~oci.response.Response`
|
39649
39649
|
|
39650
39650
|
:example:
|
39651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
|
39652
39652
|
"""
|
39653
39653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39654
39654
|
required_arguments = ['sensitiveTypeId']
|
@@ -39758,7 +39758,7 @@ class DataSafeClient(object):
|
|
39758
39758
|
:rtype: :class:`~oci.response.Response`
|
39759
39759
|
|
39760
39760
|
:example:
|
39761
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39761
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_sensitive_types_export.py.html>`__ to see an example of how to use update_sensitive_types_export API.
|
39762
39762
|
"""
|
39763
39763
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39764
39764
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -39868,7 +39868,7 @@ class DataSafeClient(object):
|
|
39868
39868
|
:rtype: :class:`~oci.response.Response`
|
39869
39869
|
|
39870
39870
|
:example:
|
39871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
|
39872
39872
|
"""
|
39873
39873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39874
39874
|
required_arguments = ['sqlCollectionId']
|
@@ -39978,7 +39978,7 @@ class DataSafeClient(object):
|
|
39978
39978
|
:rtype: :class:`~oci.response.Response`
|
39979
39979
|
|
39980
39980
|
:example:
|
39981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
39981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
|
39982
39982
|
"""
|
39983
39983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39984
39984
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -40088,7 +40088,7 @@ class DataSafeClient(object):
|
|
40088
40088
|
:rtype: :class:`~oci.response.Response`
|
40089
40089
|
|
40090
40090
|
:example:
|
40091
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
|
40092
40092
|
"""
|
40093
40093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40094
40094
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -40204,7 +40204,7 @@ class DataSafeClient(object):
|
|
40204
40204
|
:rtype: :class:`~oci.response.Response`
|
40205
40205
|
|
40206
40206
|
:example:
|
40207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
|
40208
40208
|
"""
|
40209
40209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40210
40210
|
required_arguments = ['targetDatabaseId']
|
@@ -40317,7 +40317,7 @@ class DataSafeClient(object):
|
|
40317
40317
|
:rtype: :class:`~oci.response.Response`
|
40318
40318
|
|
40319
40319
|
:example:
|
40320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
|
40321
40321
|
"""
|
40322
40322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40323
40323
|
required_arguments = ['userAssessmentId']
|
@@ -40438,7 +40438,7 @@ class DataSafeClient(object):
|
|
40438
40438
|
:rtype: :class:`~oci.response.Response`
|
40439
40439
|
|
40440
40440
|
:example:
|
40441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
|
40442
40442
|
"""
|
40443
40443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40444
40444
|
required_arguments = ['maskingPolicyId']
|
@@ -40579,7 +40579,7 @@ class DataSafeClient(object):
|
|
40579
40579
|
:rtype: :class:`~oci.response.Response`
|
40580
40580
|
|
40581
40581
|
:example:
|
40582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
40582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.146.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
|
40583
40583
|
"""
|
40584
40584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40585
40585
|
required_arguments = ['sensitiveDataModelId']
|