oci 2.134.0__py3-none-any.whl → 2.135.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 +25 -25
- oci/analytics/analytics_client.py +24 -24
- oci/analytics/models/analytics_instance.py +55 -0
- oci/analytics/models/create_analytics_instance_details.py +55 -0
- oci/analytics/models/update_analytics_instance_details.py +57 -2
- 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/models/base_announcement.py +25 -25
- oci/announcements_service/models/base_create_announcements_preferences_details.py +5 -5
- oci/announcements_service/models/base_service.py +15 -15
- 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/models/body_validation_request_policy.py +5 -5
- oci/apigateway/models/header_validation_request_policy.py +5 -5
- oci/apigateway/models/validation_request_policy.py +5 -5
- 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_control_plane/models/base_domain_details.py +5 -5
- oci/apm_control_plane/models/base_key_details.py +5 -5
- 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 +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/blockchain/models/availability_domain.py +5 -5
- oci/blockchain/models/peer_role.py +5 -5
- 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 +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +102 -102
- oci/core/compute_management_client.py +32 -32
- oci/core/models/compute_bare_metal_host.py +10 -10
- oci/core/models/compute_hpc_island.py +5 -5
- oci/core/models/compute_network_block.py +5 -5
- oci/core/models/topology.py +5 -5
- oci/core/virtual_network_client.py +250 -250
- 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_catalog/models/base_tag.py +5 -5
- oci/data_catalog/models/base_tag_summary.py +5 -5
- oci/data_catalog/models/object_lineage.py +5 -5
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/abstract_call_attribute.py +5 -5
- oci/data_integration/models/abstract_data_operation_config.py +5 -5
- oci/data_integration/models/cancel_rest_call_config.py +5 -5
- oci/data_integration/models/composite_type.py +2 -1
- oci/data_integration/models/conditional_composite_field_map.py +2 -1
- oci/data_integration/models/connection_details.py +5 -5
- oci/data_integration/models/connection_from_adwc_details.py +2 -1
- oci/data_integration/models/connection_from_atp_details.py +2 -1
- oci/data_integration/models/connection_from_hdfs_details.py +2 -1
- oci/data_integration/models/connection_from_jdbc_details.py +2 -1
- oci/data_integration/models/connection_from_lake_details.py +2 -1
- oci/data_integration/models/connection_from_my_sql_details.py +2 -1
- oci/data_integration/models/connection_from_my_sql_heat_wave_details.py +2 -1
- oci/data_integration/models/connection_from_o_auth2_details.py +7 -6
- oci/data_integration/models/connection_from_object_storage_details.py +2 -1
- oci/data_integration/models/connection_from_oracle_ebs_details.py +2 -1
- oci/data_integration/models/connection_from_oracle_people_soft_details.py +2 -1
- oci/data_integration/models/connection_from_oracle_siebel_details.py +2 -1
- oci/data_integration/models/connection_summary_from_adwc.py +2 -1
- oci/data_integration/models/connection_summary_from_atp.py +2 -1
- oci/data_integration/models/connection_summary_from_hdfs.py +2 -1
- oci/data_integration/models/connection_summary_from_jdbc.py +2 -1
- oci/data_integration/models/connection_summary_from_lake.py +2 -1
- oci/data_integration/models/connection_summary_from_my_sql.py +2 -1
- oci/data_integration/models/connection_summary_from_my_sql_heat_wave.py +2 -1
- oci/data_integration/models/connection_summary_from_oracle_ebs.py +2 -1
- oci/data_integration/models/connection_summary_from_oracle_people_soft.py +2 -1
- oci/data_integration/models/connection_summary_from_oracle_siebel.py +2 -1
- oci/data_integration/models/connector_attribute.py +5 -5
- oci/data_integration/models/derived_type.py +2 -1
- oci/data_integration/models/dynamic_proxy_field.py +2 -1
- oci/data_integration/models/flow_port_link.py +5 -5
- oci/data_integration/models/key.py +5 -5
- oci/data_integration/models/materialized_composite_type.py +2 -1
- oci/data_integration/models/materialized_dynamic_field.py +2 -1
- oci/data_integration/models/output_link.py +2 -1
- oci/data_integration/models/poll_rest_call_config.py +5 -5
- oci/data_integration/models/rest_call_config.py +5 -5
- oci/data_integration/models/shape_field.py +2 -1
- oci/data_integration/models/task_run_lineage_details.py +5 -5
- oci/data_integration/models/typed_expression.py +2 -1
- 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 +781 -287
- oci/data_safe/data_safe_client_composite_operations.py +164 -0
- oci/data_safe/models/__init__.py +12 -0
- oci/data_safe/models/bulk_create_sql_firewall_allowed_sqls_details.py +142 -0
- oci/data_safe/models/bulk_delete_sql_firewall_allowed_sqls_details.py +99 -0
- oci/data_safe/models/generate_report_details.py +7 -3
- oci/data_safe/models/list_selection_mode.py +84 -0
- oci/data_safe/models/patch_sql_firewall_allowed_sql_details.py +103 -0
- oci/data_safe/models/report.py +7 -3
- oci/data_safe/models/report_definition.py +7 -3
- oci/data_safe/models/report_summary.py +7 -3
- oci/data_safe/models/schedule_report_details.py +7 -3
- oci/data_safe/models/scim_query_selection_mode.py +98 -0
- oci/data_safe/models/selection_details.py +113 -0
- oci/data_safe/models/sql_firewall_allowed_sql.py +10 -10
- oci/data_safe/models/work_request.py +15 -3
- oci/data_safe/models/work_request_summary.py +15 -3
- oci/data_science/data_science_client.py +91 -91
- oci/data_science/models/custom_expression_query_scaling_configuration.py +2 -1
- oci/data_science/models/scaling_configuration.py +5 -5
- oci/database/database_client.py +652 -394
- oci/database/database_client_composite_operations.py +176 -0
- oci/database/models/__init__.py +6 -0
- oci/database/models/autonomous_database.py +31 -0
- oci/database/models/autonomous_database_summary.py +31 -0
- oci/database/models/create_autonomous_database_base.py +11 -3
- oci/database/models/create_autonomous_database_clone_details.py +1 -1
- oci/database/models/create_autonomous_database_details.py +1 -1
- oci/database/models/create_autonomous_database_from_backup_details.py +1 -1
- oci/database/models/create_autonomous_database_from_backup_timestamp_details.py +1 -1
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +1 -1
- oci/database/models/create_cross_region_disaster_recovery_details.py +1 -1
- oci/database/models/create_cross_tenancy_disaster_recovery_details.py +1 -1
- oci/database/models/create_refreshable_autonomous_database_clone_details.py +1 -1
- oci/database/models/external_database_base.py +15 -15
- oci/database/models/infrastructure_target_version_summary.py +5 -5
- oci/database/models/oci_provider_set_key_version_details.py +82 -0
- oci/database/models/pluggable_database.py +62 -0
- oci/database/models/pluggable_database_summary.py +62 -0
- oci/database/models/set_key_version_details.py +101 -0
- oci/database/models/undelete_autonomous_database_details.py +440 -0
- oci/database_management/db_management_client.py +211 -211
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/awr_query_result.py +5 -5
- oci/database_management/models/dbm_resource.py +10 -10
- oci/database_management/models/discovered_external_asm_instance.py +4 -2
- oci/database_management/models/discovered_external_pluggable_database.py +4 -2
- oci/database_management/models/entity_discovered.py +10 -10
- oci/database_management/models/external_exadata_infrastructure_discovery_summary.py +9 -7
- oci/database_management/models/external_exadata_storage_grid_summary.py +4 -2
- oci/database_management/models/external_serviced_database.py +10 -10
- oci/database_management/models/external_storage_grid_discovery_summary.py +4 -2
- oci/database_management/models/external_storage_server_discovery_summary.py +4 -2
- 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_migration/models/migration_parameter_base.py +5 -5
- oci/database_tools/database_tools_client.py +23 -23
- 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/devops/models/build_run_snapshot.py +5 -5
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +54 -54
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +8 -8
- 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 +13 -13
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +4 -4
- oci/fleet_apps_management/models/fleet_target.py +10 -10
- 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/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/allow_rule.py +1 -1
- oci/fusion_apps/models/create_refresh_activity_details.py +31 -0
- oci/fusion_apps/models/maintenance_policy.py +10 -10
- oci/fusion_apps/models/refresh_activity.py +31 -0
- oci/fusion_apps/models/refresh_activity_summary.py +31 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/__init__.py +14 -0
- oci/generative_ai_agent/generative_ai_agent_client.py +4245 -0
- oci/generative_ai_agent/generative_ai_agent_client_composite_operations.py +774 -0
- oci/generative_ai_agent/models/__init__.py +118 -0
- oci/generative_ai_agent/models/agent.py +536 -0
- oci/generative_ai_agent/models/agent_collection.py +74 -0
- oci/generative_ai_agent/models/agent_endpoint.py +648 -0
- oci/generative_ai_agent/models/agent_endpoint_collection.py +74 -0
- oci/generative_ai_agent/models/agent_endpoint_summary.py +612 -0
- oci/generative_ai_agent/models/agent_summary.py +500 -0
- oci/generative_ai_agent/models/basic_auth_secret.py +88 -0
- oci/generative_ai_agent/models/change_agent_compartment_details.py +78 -0
- oci/generative_ai_agent/models/change_agent_endpoint_compartment_details.py +78 -0
- oci/generative_ai_agent/models/change_knowledge_base_compartment_details.py +78 -0
- oci/generative_ai_agent/models/content_moderation_config.py +103 -0
- oci/generative_ai_agent/models/create_agent_details.py +288 -0
- oci/generative_ai_agent/models/create_agent_endpoint_details.py +400 -0
- oci/generative_ai_agent/models/create_data_ingestion_job_details.py +257 -0
- oci/generative_ai_agent/models/create_data_source_details.py +284 -0
- oci/generative_ai_agent/models/create_knowledge_base_details.py +249 -0
- oci/generative_ai_agent/models/data_ingestion_job.py +536 -0
- oci/generative_ai_agent/models/data_ingestion_job_collection.py +74 -0
- oci/generative_ai_agent/models/data_ingestion_job_statistics.py +136 -0
- oci/generative_ai_agent/models/data_ingestion_job_summary.py +469 -0
- oci/generative_ai_agent/models/data_source.py +536 -0
- oci/generative_ai_agent/models/data_source_collection.py +74 -0
- oci/generative_ai_agent/models/data_source_config.py +107 -0
- oci/generative_ai_agent/models/data_source_summary.py +469 -0
- oci/generative_ai_agent/models/database_connection.py +107 -0
- oci/generative_ai_agent/models/database_function.py +74 -0
- oci/generative_ai_agent/models/database_tool_connection.py +88 -0
- oci/generative_ai_agent/models/default_index_config.py +84 -0
- oci/generative_ai_agent/models/idcs_secret.py +181 -0
- oci/generative_ai_agent/models/index.py +101 -0
- oci/generative_ai_agent/models/index_config.py +127 -0
- oci/generative_ai_agent/models/index_schema.py +167 -0
- oci/generative_ai_agent/models/knowledge_base.py +501 -0
- oci/generative_ai_agent/models/knowledge_base_collection.py +74 -0
- oci/generative_ai_agent/models/knowledge_base_summary.py +434 -0
- oci/generative_ai_agent/models/object_storage_prefix.py +136 -0
- oci/generative_ai_agent/models/oci_database_config.py +111 -0
- oci/generative_ai_agent/models/oci_object_storage_data_source_config.py +84 -0
- oci/generative_ai_agent/models/oci_open_search_index_config.py +146 -0
- oci/generative_ai_agent/models/secret_detail.py +117 -0
- oci/generative_ai_agent/models/session_config.py +74 -0
- oci/generative_ai_agent/models/update_agent_details.py +253 -0
- oci/generative_ai_agent/models/update_agent_endpoint_details.py +303 -0
- oci/generative_ai_agent/models/update_data_source_details.py +214 -0
- oci/generative_ai_agent/models/update_knowledge_base_details.py +214 -0
- oci/generative_ai_agent/models/work_request.py +505 -0
- oci/generative_ai_agent/models/work_request_error.py +148 -0
- oci/generative_ai_agent/models/work_request_error_collection.py +74 -0
- oci/generative_ai_agent/models/work_request_log_entry.py +111 -0
- oci/generative_ai_agent/models/work_request_log_entry_collection.py +74 -0
- oci/generative_ai_agent/models/work_request_resource.py +240 -0
- oci/generative_ai_agent/models/work_request_summary.py +503 -0
- oci/generative_ai_agent/models/work_request_summary_collection.py +74 -0
- oci/generative_ai_agent_runtime/__init__.py +14 -0
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +689 -0
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client_composite_operations.py +26 -0
- oci/generative_ai_agent_runtime/models/__init__.py +44 -0
- oci/generative_ai_agent_runtime/models/chat_details.py +134 -0
- oci/generative_ai_agent_runtime/models/chat_result.py +99 -0
- oci/generative_ai_agent_runtime/models/citation.py +99 -0
- oci/generative_ai_agent_runtime/models/create_session_details.py +103 -0
- oci/generative_ai_agent_runtime/models/error_trace.py +89 -0
- oci/generative_ai_agent_runtime/models/generation_trace.py +89 -0
- oci/generative_ai_agent_runtime/models/message.py +146 -0
- oci/generative_ai_agent_runtime/models/message_content.py +103 -0
- oci/generative_ai_agent_runtime/models/oci_database_source_location.py +148 -0
- oci/generative_ai_agent_runtime/models/oci_object_storage_source_location.py +82 -0
- oci/generative_ai_agent_runtime/models/oci_open_search_source_location.py +144 -0
- oci/generative_ai_agent_runtime/models/retrieval_trace.py +120 -0
- oci/generative_ai_agent_runtime/models/session.py +227 -0
- oci/generative_ai_agent_runtime/models/source_location.py +117 -0
- oci/generative_ai_agent_runtime/models/trace.py +148 -0
- oci/generative_ai_agent_runtime/models/update_session_details.py +103 -0
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +307 -307
- oci/integration/integration_instance_client.py +255 -18
- oci/integration/integration_instance_client_composite_operations.py +81 -0
- oci/integration/models/__init__.py +2 -0
- oci/integration/models/add_oracle_managed_custom_endpoint_details.py +146 -0
- oci/integration/models/custom_endpoint_details.py +121 -0
- oci/integration/models/integration_instance.py +34 -7
- oci/integration/models/integration_instance_summary.py +34 -7
- oci/integration/models/work_request.py +11 -3
- oci/integration/models/work_request_summary.py +11 -3
- oci/jms/java_management_service_client.py +75 -75
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/log_analytics/models/chart_data_column.py +6 -3
- oci/log_analytics/models/function_field.py +4 -2
- oci/log_analytics/models/time_cluster_data_column.py +6 -3
- oci/log_analytics/models/time_stats_data_column.py +6 -3
- oci/logging/logging_management_client.py +30 -30
- oci/logging/models/unified_agent_monitoring_filter.py +5 -5
- oci/logging/models/unified_agent_tail_log_source.py +2 -1
- oci/logging/models/unified_agent_url_filter.py +2 -1
- 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/models/__init__.py +6 -0
- oci/monitoring/models/alarm_status_summary.py +2 -0
- oci/monitoring/models/alarm_suppression.py +94 -2
- oci/monitoring/models/alarm_suppression_alarm_target.py +1 -1
- oci/monitoring/models/alarm_suppression_collection.py +3 -3
- oci/monitoring/models/alarm_suppression_compartment_target.py +127 -0
- oci/monitoring/models/alarm_suppression_history_item.py +43 -2
- oci/monitoring/models/alarm_suppression_summary.py +78 -2
- oci/monitoring/models/alarm_suppression_target.py +11 -3
- oci/monitoring/models/create_alarm_suppression_details.py +86 -6
- oci/monitoring/models/recurrence.py +127 -0
- oci/monitoring/models/suppression.py +1 -0
- oci/monitoring/models/suppression_condition.py +101 -0
- oci/monitoring/monitoring_client.py +115 -33
- 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/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 +34 -34
- 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/models/bot.py +15 -15
- oci/oda/models/parameter.py +10 -10
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +50 -0
- oci/opsi/models/add_em_managed_external_exadata_insight_members_details.py +1 -1
- oci/opsi/models/add_exadata_insight_members_details.py +11 -3
- oci/opsi/models/add_macs_managed_cloud_exadata_insight_members_details.py +78 -0
- oci/opsi/models/add_pe_comanaged_exadata_insight_members_details.py +1 -1
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/awr_query_result.py +5 -5
- oci/opsi/models/change_macs_managed_cloud_database_insight_connection_details.py +130 -0
- oci/opsi/models/create_database_insight_details.py +11 -3
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_em_managed_external_exadata_insight_details.py +1 -1
- oci/opsi/models/create_em_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/create_exadata_insight_details.py +11 -3
- oci/opsi/models/create_host_insight_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +315 -0
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +171 -0
- oci/opsi/models/create_macs_managed_cloud_exadata_insight_details.py +134 -0
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +96 -0
- oci/opsi/models/create_macs_managed_cloud_host_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_insight_details.py +1 -1
- oci/opsi/models/database_configuration_metric_group.py +35 -3
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/db_connection_status.py +58 -0
- oci/opsi/models/db_external_instance.py +1 -1
- oci/opsi/models/db_external_properties.py +1 -1
- oci/opsi/models/db_parameters.py +1 -1
- oci/opsi/models/dbos_config_instance.py +1 -1
- oci/opsi/models/em_managed_external_database_configuration_summary.py +127 -3
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +2 -2
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +2 -2
- oci/opsi/models/em_managed_external_host_configuration_summary.py +127 -3
- oci/opsi/models/em_managed_external_host_insight.py +1 -1
- oci/opsi/models/em_managed_external_host_insight_summary.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_em_managed_external_exadata_insight_details.py +1 -1
- oci/opsi/models/enable_em_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/enable_exadata_insight_details.py +11 -3
- oci/opsi/models/enable_host_insight_details.py +7 -3
- oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +274 -0
- oci/opsi/models/enable_macs_managed_cloud_exadata_insight_details.py +51 -0
- oci/opsi/models/enable_macs_managed_cloud_host_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_exadata_insight_details.py +1 -1
- oci/opsi/models/exadata_asm_entity.py +151 -0
- oci/opsi/models/exadata_cell_config.py +213 -0
- oci/opsi/models/exadata_configuration_summary.py +30 -6
- oci/opsi/models/exadata_database_machine_configuration_summary.py +128 -4
- oci/opsi/models/exadata_exacc_configuration_summary.py +186 -0
- oci/opsi/models/exadata_exacs_configuration_summary.py +2 -2
- oci/opsi/models/exadata_insight.py +30 -6
- oci/opsi/models/exadata_insight_summary.py +30 -6
- oci/opsi/models/exadata_member_collection.py +19 -3
- oci/opsi/models/host_allocation.py +120 -0
- oci/opsi/models/host_configuration_summary.py +11 -3
- oci/opsi/models/host_containers.py +2 -2
- oci/opsi/models/host_insight.py +11 -3
- oci/opsi/models/host_insight_summary.py +11 -3
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +253 -0
- oci/opsi/models/macs_managed_cloud_database_host_insight.py +394 -0
- oci/opsi/models/macs_managed_cloud_database_host_insight_summary.py +339 -0
- oci/opsi/models/macs_managed_cloud_database_insight.py +469 -0
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +315 -0
- oci/opsi/models/macs_managed_cloud_db_host_configuration_summary.py +282 -0
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +278 -0
- oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +271 -0
- oci/opsi/models/macs_managed_cloud_host_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_host_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_host_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_host_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_host_insight.py +1 -1
- oci/opsi/models/macs_managed_external_host_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
- oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight.py +9 -5
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +9 -5
- oci/opsi/models/pe_comanaged_host_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_host_insight.py +1 -1
- oci/opsi/models/pe_comanaged_host_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/test_macs_managed_cloud_database_insight_connection_details.py +130 -0
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_em_managed_external_exadata_insight_details.py +1 -1
- oci/opsi/models/update_em_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/update_exadata_insight_details.py +11 -3
- oci/opsi/models/update_host_insight_details.py +11 -3
- oci/opsi/models/update_macs_managed_cloud_database_host_insight_details.py +65 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +65 -0
- oci/opsi/models/update_macs_managed_cloud_exadata_insight_details.py +65 -0
- oci/opsi/models/update_macs_managed_cloud_host_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_host_insight_details.py +1 -1
- oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/update_pe_comanaged_exadata_insight_details.py +1 -1
- oci/opsi/models/update_pe_comanaged_host_insight_details.py +1 -1
- oci/opsi/models/work_request.py +11 -3
- oci/opsi/operations_insights_client.py +482 -214
- oci/opsi/operations_insights_client_composite_operations.py +81 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/models/event_content.py +5 -5
- oci/os_management_hub/models/exploit_attempt_event_content.py +2 -1
- oci/os_management_hub/models/package_summary.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- 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/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/models/traffic_rule_target.py +5 -5
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/models/topology.py +5 -5
- 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/models/protection_rule.py +4 -2
- oci/waf/models/request_rate_limiting_rule.py +4 -2
- oci/waf/models/web_app_firewall_policy_rule.py +10 -10
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.134.0.dist-info → oci-2.135.0.dist-info}/METADATA +1 -1
- {oci-2.134.0.dist-info → oci-2.135.0.dist-info}/RECORD +612 -497
- {oci-2.134.0.dist-info → oci-2.135.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.134.0.dist-info → oci-2.135.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.134.0.dist-info → oci-2.135.0.dist-info}/WHEEL +0 -0
- {oci-2.134.0.dist-info → oci-2.135.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.135.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.135.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.135.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.135.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.135.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']
|
@@ -714,6 +714,187 @@ class DataSafeClient(object):
|
|
714
714
|
api_reference_link=api_reference_link,
|
715
715
|
required_arguments=required_arguments)
|
716
716
|
|
717
|
+
def bulk_create_sql_firewall_allowed_sqls(self, bulk_create_sql_firewall_allowed_sqls_details, **kwargs):
|
718
|
+
"""
|
719
|
+
Appends the allowedSqls with entries from the logs.
|
720
|
+
|
721
|
+
|
722
|
+
:param oci.data_safe.models.BulkCreateSqlFirewallAllowedSqlsDetails bulk_create_sql_firewall_allowed_sqls_details: (required)
|
723
|
+
Details of the allowed sql.
|
724
|
+
|
725
|
+
:param str opc_request_id: (optional)
|
726
|
+
Unique identifier for the request.
|
727
|
+
|
728
|
+
:param str opc_retry_token: (optional)
|
729
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
730
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
731
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
732
|
+
has been deleted and purged from the system, then a retry of the original creation request might be rejected.
|
733
|
+
|
734
|
+
:param obj retry_strategy: (optional)
|
735
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
736
|
+
|
737
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
738
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
739
|
+
|
740
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
741
|
+
|
742
|
+
:param bool allow_control_chars: (optional)
|
743
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
744
|
+
By default, the response will not allow control characters in strings
|
745
|
+
|
746
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
747
|
+
:rtype: :class:`~oci.response.Response`
|
748
|
+
|
749
|
+
:example:
|
750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
751
|
+
"""
|
752
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
753
|
+
required_arguments = []
|
754
|
+
resource_path = "/sqlFirewallAllowedSqls/actions/bulkCreate"
|
755
|
+
method = "POST"
|
756
|
+
operation_name = "bulk_create_sql_firewall_allowed_sqls"
|
757
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/SqlFirewallAllowedSql/BulkCreateSqlFirewallAllowedSqls"
|
758
|
+
|
759
|
+
# Don't accept unknown kwargs
|
760
|
+
expected_kwargs = [
|
761
|
+
"allow_control_chars",
|
762
|
+
"retry_strategy",
|
763
|
+
"opc_request_id",
|
764
|
+
"opc_retry_token"
|
765
|
+
]
|
766
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
767
|
+
if extra_kwargs:
|
768
|
+
raise ValueError(
|
769
|
+
f"bulk_create_sql_firewall_allowed_sqls got unknown kwargs: {extra_kwargs!r}")
|
770
|
+
|
771
|
+
header_params = {
|
772
|
+
"accept": "application/json",
|
773
|
+
"content-type": "application/json",
|
774
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
775
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
776
|
+
}
|
777
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
778
|
+
|
779
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
780
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
781
|
+
client_retry_strategy=self.retry_strategy
|
782
|
+
)
|
783
|
+
if retry_strategy is None:
|
784
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
785
|
+
|
786
|
+
if retry_strategy:
|
787
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
788
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
789
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
790
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
791
|
+
return retry_strategy.make_retrying_call(
|
792
|
+
self.base_client.call_api,
|
793
|
+
resource_path=resource_path,
|
794
|
+
method=method,
|
795
|
+
header_params=header_params,
|
796
|
+
body=bulk_create_sql_firewall_allowed_sqls_details,
|
797
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
798
|
+
operation_name=operation_name,
|
799
|
+
api_reference_link=api_reference_link,
|
800
|
+
required_arguments=required_arguments)
|
801
|
+
else:
|
802
|
+
return self.base_client.call_api(
|
803
|
+
resource_path=resource_path,
|
804
|
+
method=method,
|
805
|
+
header_params=header_params,
|
806
|
+
body=bulk_create_sql_firewall_allowed_sqls_details,
|
807
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
808
|
+
operation_name=operation_name,
|
809
|
+
api_reference_link=api_reference_link,
|
810
|
+
required_arguments=required_arguments)
|
811
|
+
|
812
|
+
def bulk_delete_sql_firewall_allowed_sqls(self, bulk_delete_sql_firewall_allowed_sqls_details, **kwargs):
|
813
|
+
"""
|
814
|
+
Delete multiple allowed sqls from the SQL firewall policy.
|
815
|
+
|
816
|
+
|
817
|
+
:param oci.data_safe.models.BulkDeleteSqlFirewallAllowedSqlsDetails bulk_delete_sql_firewall_allowed_sqls_details: (required)
|
818
|
+
Details of the allowed sql to be deleted from the SQL firewall policy.
|
819
|
+
|
820
|
+
:param str opc_request_id: (optional)
|
821
|
+
Unique identifier for the request.
|
822
|
+
|
823
|
+
:param obj retry_strategy: (optional)
|
824
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
825
|
+
|
826
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
827
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
828
|
+
|
829
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
830
|
+
|
831
|
+
:param bool allow_control_chars: (optional)
|
832
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
833
|
+
By default, the response will not allow control characters in strings
|
834
|
+
|
835
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
836
|
+
:rtype: :class:`~oci.response.Response`
|
837
|
+
|
838
|
+
:example:
|
839
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
840
|
+
"""
|
841
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
842
|
+
required_arguments = []
|
843
|
+
resource_path = "/sqlFirewallAllowedSqls/actions/bulkDelete"
|
844
|
+
method = "POST"
|
845
|
+
operation_name = "bulk_delete_sql_firewall_allowed_sqls"
|
846
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/SqlFirewallAllowedSql/BulkDeleteSqlFirewallAllowedSqls"
|
847
|
+
|
848
|
+
# Don't accept unknown kwargs
|
849
|
+
expected_kwargs = [
|
850
|
+
"allow_control_chars",
|
851
|
+
"retry_strategy",
|
852
|
+
"opc_request_id"
|
853
|
+
]
|
854
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
855
|
+
if extra_kwargs:
|
856
|
+
raise ValueError(
|
857
|
+
f"bulk_delete_sql_firewall_allowed_sqls got unknown kwargs: {extra_kwargs!r}")
|
858
|
+
|
859
|
+
header_params = {
|
860
|
+
"accept": "application/json",
|
861
|
+
"content-type": "application/json",
|
862
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
863
|
+
}
|
864
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
865
|
+
|
866
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
867
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
868
|
+
client_retry_strategy=self.retry_strategy
|
869
|
+
)
|
870
|
+
if retry_strategy is None:
|
871
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
872
|
+
|
873
|
+
if retry_strategy:
|
874
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
875
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
876
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
877
|
+
return retry_strategy.make_retrying_call(
|
878
|
+
self.base_client.call_api,
|
879
|
+
resource_path=resource_path,
|
880
|
+
method=method,
|
881
|
+
header_params=header_params,
|
882
|
+
body=bulk_delete_sql_firewall_allowed_sqls_details,
|
883
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
884
|
+
operation_name=operation_name,
|
885
|
+
api_reference_link=api_reference_link,
|
886
|
+
required_arguments=required_arguments)
|
887
|
+
else:
|
888
|
+
return self.base_client.call_api(
|
889
|
+
resource_path=resource_path,
|
890
|
+
method=method,
|
891
|
+
header_params=header_params,
|
892
|
+
body=bulk_delete_sql_firewall_allowed_sqls_details,
|
893
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
894
|
+
operation_name=operation_name,
|
895
|
+
api_reference_link=api_reference_link,
|
896
|
+
required_arguments=required_arguments)
|
897
|
+
|
717
898
|
def calculate_audit_volume_available(self, audit_profile_id, calculate_audit_volume_available_details, **kwargs):
|
718
899
|
"""
|
719
900
|
Calculates the volume of audit events available on the target database to be collected. Measurable up to the defined retention period of the audit target resource.
|
@@ -757,7 +938,7 @@ class DataSafeClient(object):
|
|
757
938
|
:rtype: :class:`~oci.response.Response`
|
758
939
|
|
759
940
|
:example:
|
760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
941
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
|
761
942
|
"""
|
762
943
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
763
944
|
required_arguments = ['auditProfileId']
|
@@ -876,7 +1057,7 @@ class DataSafeClient(object):
|
|
876
1057
|
:rtype: :class:`~oci.response.Response`
|
877
1058
|
|
878
1059
|
:example:
|
879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1060
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
|
880
1061
|
"""
|
881
1062
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
882
1063
|
required_arguments = ['auditProfileId']
|
@@ -992,7 +1173,7 @@ class DataSafeClient(object):
|
|
992
1173
|
:rtype: :class:`~oci.response.Response`
|
993
1174
|
|
994
1175
|
:example:
|
995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
996
1177
|
"""
|
997
1178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
1179
|
required_arguments = ['workRequestId']
|
@@ -1109,7 +1290,7 @@ class DataSafeClient(object):
|
|
1109
1290
|
:rtype: :class:`~oci.response.Response`
|
1110
1291
|
|
1111
1292
|
:example:
|
1112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
|
1113
1294
|
"""
|
1114
1295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1115
1296
|
required_arguments = ['alertId']
|
@@ -1228,7 +1409,7 @@ class DataSafeClient(object):
|
|
1228
1409
|
:rtype: :class:`~oci.response.Response`
|
1229
1410
|
|
1230
1411
|
:example:
|
1231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_alert_policy_compartment.py.html>`__ to see an example of how to use change_alert_policy_compartment API.
|
1232
1413
|
"""
|
1233
1414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1234
1415
|
required_arguments = ['alertPolicyId']
|
@@ -1347,7 +1528,7 @@ class DataSafeClient(object):
|
|
1347
1528
|
:rtype: :class:`~oci.response.Response`
|
1348
1529
|
|
1349
1530
|
:example:
|
1350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
|
1351
1532
|
"""
|
1352
1533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1353
1534
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -1466,7 +1647,7 @@ class DataSafeClient(object):
|
|
1466
1647
|
:rtype: :class:`~oci.response.Response`
|
1467
1648
|
|
1468
1649
|
:example:
|
1469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
|
1470
1651
|
"""
|
1471
1652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1472
1653
|
required_arguments = ['auditPolicyId']
|
@@ -1585,7 +1766,7 @@ class DataSafeClient(object):
|
|
1585
1766
|
:rtype: :class:`~oci.response.Response`
|
1586
1767
|
|
1587
1768
|
:example:
|
1588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
|
1589
1770
|
"""
|
1590
1771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1591
1772
|
required_arguments = ['auditProfileId']
|
@@ -1698,7 +1879,7 @@ class DataSafeClient(object):
|
|
1698
1879
|
:rtype: :class:`~oci.response.Response`
|
1699
1880
|
|
1700
1881
|
:example:
|
1701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1882
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
1702
1883
|
"""
|
1703
1884
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1704
1885
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -1814,7 +1995,7 @@ class DataSafeClient(object):
|
|
1814
1995
|
:rtype: :class:`~oci.response.Response`
|
1815
1996
|
|
1816
1997
|
:example:
|
1817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
|
1818
1999
|
"""
|
1819
2000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1820
2001
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -1933,7 +2114,7 @@ class DataSafeClient(object):
|
|
1933
2114
|
:rtype: :class:`~oci.response.Response`
|
1934
2115
|
|
1935
2116
|
:example:
|
1936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
|
1937
2118
|
"""
|
1938
2119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1939
2120
|
required_arguments = ['discoveryJobId']
|
@@ -2052,7 +2233,7 @@ class DataSafeClient(object):
|
|
2052
2233
|
:rtype: :class:`~oci.response.Response`
|
2053
2234
|
|
2054
2235
|
:example:
|
2055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
|
2056
2237
|
"""
|
2057
2238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2058
2239
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -2171,7 +2352,7 @@ class DataSafeClient(object):
|
|
2171
2352
|
:rtype: :class:`~oci.response.Response`
|
2172
2353
|
|
2173
2354
|
:example:
|
2174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
|
2175
2356
|
"""
|
2176
2357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2177
2358
|
required_arguments = ['maskingPolicyId']
|
@@ -2290,7 +2471,7 @@ class DataSafeClient(object):
|
|
2290
2471
|
:rtype: :class:`~oci.response.Response`
|
2291
2472
|
|
2292
2473
|
:example:
|
2293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
2294
2475
|
"""
|
2295
2476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2296
2477
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -2409,7 +2590,7 @@ class DataSafeClient(object):
|
|
2409
2590
|
:rtype: :class:`~oci.response.Response`
|
2410
2591
|
|
2411
2592
|
:example:
|
2412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
|
2413
2594
|
"""
|
2414
2595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2415
2596
|
required_arguments = ['onPremConnectorId']
|
@@ -2528,7 +2709,7 @@ class DataSafeClient(object):
|
|
2528
2709
|
:rtype: :class:`~oci.response.Response`
|
2529
2710
|
|
2530
2711
|
:example:
|
2531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
|
2532
2713
|
"""
|
2533
2714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2534
2715
|
required_arguments = ['reportId']
|
@@ -2647,7 +2828,7 @@ class DataSafeClient(object):
|
|
2647
2828
|
:rtype: :class:`~oci.response.Response`
|
2648
2829
|
|
2649
2830
|
:example:
|
2650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2831
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
|
2651
2832
|
"""
|
2652
2833
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2653
2834
|
required_arguments = ['reportDefinitionId']
|
@@ -2766,7 +2947,7 @@ class DataSafeClient(object):
|
|
2766
2947
|
:rtype: :class:`~oci.response.Response`
|
2767
2948
|
|
2768
2949
|
:example:
|
2769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
|
2770
2951
|
"""
|
2771
2952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2772
2953
|
required_arguments = ['auditProfileId']
|
@@ -2885,7 +3066,7 @@ class DataSafeClient(object):
|
|
2885
3066
|
:rtype: :class:`~oci.response.Response`
|
2886
3067
|
|
2887
3068
|
:example:
|
2888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3069
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
2889
3070
|
"""
|
2890
3071
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2891
3072
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -3008,7 +3189,7 @@ class DataSafeClient(object):
|
|
3008
3189
|
:rtype: :class:`~oci.response.Response`
|
3009
3190
|
|
3010
3191
|
:example:
|
3011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
|
3012
3193
|
"""
|
3013
3194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3014
3195
|
required_arguments = ['securityAssessmentId']
|
@@ -3127,7 +3308,7 @@ class DataSafeClient(object):
|
|
3127
3308
|
:rtype: :class:`~oci.response.Response`
|
3128
3309
|
|
3129
3310
|
:example:
|
3130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
|
3131
3312
|
"""
|
3132
3313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3133
3314
|
required_arguments = ['securityPolicyId']
|
@@ -3246,7 +3427,7 @@ class DataSafeClient(object):
|
|
3246
3427
|
:rtype: :class:`~oci.response.Response`
|
3247
3428
|
|
3248
3429
|
:example:
|
3249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
|
3250
3431
|
"""
|
3251
3432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3252
3433
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -3365,7 +3546,7 @@ class DataSafeClient(object):
|
|
3365
3546
|
:rtype: :class:`~oci.response.Response`
|
3366
3547
|
|
3367
3548
|
:example:
|
3368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3549
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
|
3369
3550
|
"""
|
3370
3551
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3371
3552
|
required_arguments = ['sensitiveDataModelId']
|
@@ -3484,7 +3665,7 @@ class DataSafeClient(object):
|
|
3484
3665
|
:rtype: :class:`~oci.response.Response`
|
3485
3666
|
|
3486
3667
|
:example:
|
3487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
|
3488
3669
|
"""
|
3489
3670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3490
3671
|
required_arguments = ['sensitiveTypeId']
|
@@ -3603,7 +3784,7 @@ class DataSafeClient(object):
|
|
3603
3784
|
:rtype: :class:`~oci.response.Response`
|
3604
3785
|
|
3605
3786
|
:example:
|
3606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3787
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
|
3607
3788
|
"""
|
3608
3789
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3609
3790
|
required_arguments = ['sqlCollectionId']
|
@@ -3722,7 +3903,7 @@ class DataSafeClient(object):
|
|
3722
3903
|
:rtype: :class:`~oci.response.Response`
|
3723
3904
|
|
3724
3905
|
:example:
|
3725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
|
3726
3907
|
"""
|
3727
3908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3728
3909
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -3841,7 +4022,7 @@ class DataSafeClient(object):
|
|
3841
4022
|
:rtype: :class:`~oci.response.Response`
|
3842
4023
|
|
3843
4024
|
:example:
|
3844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
3845
4026
|
"""
|
3846
4027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3847
4028
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -3960,7 +4141,7 @@ class DataSafeClient(object):
|
|
3960
4141
|
:rtype: :class:`~oci.response.Response`
|
3961
4142
|
|
3962
4143
|
:example:
|
3963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
|
3964
4145
|
"""
|
3965
4146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3966
4147
|
required_arguments = ['targetDatabaseId']
|
@@ -4083,7 +4264,7 @@ class DataSafeClient(object):
|
|
4083
4264
|
:rtype: :class:`~oci.response.Response`
|
4084
4265
|
|
4085
4266
|
:example:
|
4086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
|
4087
4268
|
"""
|
4088
4269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4089
4270
|
required_arguments = ['userAssessmentId']
|
@@ -4203,7 +4384,7 @@ class DataSafeClient(object):
|
|
4203
4384
|
:rtype: :class:`~oci.response.Response`
|
4204
4385
|
|
4205
4386
|
:example:
|
4206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
|
4207
4388
|
"""
|
4208
4389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4209
4390
|
required_arguments = ['securityAssessmentId']
|
@@ -4323,7 +4504,7 @@ class DataSafeClient(object):
|
|
4323
4504
|
:rtype: :class:`~oci.response.Response`
|
4324
4505
|
|
4325
4506
|
:example:
|
4326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4507
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
|
4327
4508
|
"""
|
4328
4509
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4329
4510
|
required_arguments = ['userAssessmentId']
|
@@ -4432,7 +4613,7 @@ class DataSafeClient(object):
|
|
4432
4613
|
:rtype: :class:`~oci.response.Response`
|
4433
4614
|
|
4434
4615
|
:example:
|
4435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_alert_policy.py.html>`__ to see an example of how to use create_alert_policy API.
|
4436
4617
|
"""
|
4437
4618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4438
4619
|
required_arguments = []
|
@@ -4532,7 +4713,7 @@ class DataSafeClient(object):
|
|
4532
4713
|
:rtype: :class:`~oci.response.Response`
|
4533
4714
|
|
4534
4715
|
:example:
|
4535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_alert_policy_rule.py.html>`__ to see an example of how to use create_alert_policy_rule API.
|
4536
4717
|
"""
|
4537
4718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4538
4719
|
required_arguments = ['alertPolicyId']
|
@@ -4643,7 +4824,7 @@ class DataSafeClient(object):
|
|
4643
4824
|
:rtype: :class:`~oci.response.Response`
|
4644
4825
|
|
4645
4826
|
:example:
|
4646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
|
4647
4828
|
"""
|
4648
4829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4649
4830
|
required_arguments = []
|
@@ -4740,7 +4921,7 @@ class DataSafeClient(object):
|
|
4740
4921
|
:rtype: :class:`~oci.response.Response`
|
4741
4922
|
|
4742
4923
|
:example:
|
4743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
|
4744
4925
|
"""
|
4745
4926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4746
4927
|
required_arguments = []
|
@@ -4841,7 +5022,7 @@ class DataSafeClient(object):
|
|
4841
5022
|
:rtype: :class:`~oci.response.Response`
|
4842
5023
|
|
4843
5024
|
:example:
|
4844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
|
4845
5026
|
"""
|
4846
5027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4847
5028
|
required_arguments = []
|
@@ -4942,7 +5123,7 @@ class DataSafeClient(object):
|
|
4942
5123
|
:rtype: :class:`~oci.response.Response`
|
4943
5124
|
|
4944
5125
|
:example:
|
4945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
|
4946
5127
|
"""
|
4947
5128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4948
5129
|
required_arguments = []
|
@@ -5061,7 +5242,7 @@ class DataSafeClient(object):
|
|
5061
5242
|
:rtype: :class:`~oci.response.Response`
|
5062
5243
|
|
5063
5244
|
:example:
|
5064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
|
5065
5246
|
"""
|
5066
5247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5067
5248
|
required_arguments = ['maskingPolicyId']
|
@@ -5184,7 +5365,7 @@ class DataSafeClient(object):
|
|
5184
5365
|
:rtype: :class:`~oci.response.Response`
|
5185
5366
|
|
5186
5367
|
:example:
|
5187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
|
5188
5369
|
"""
|
5189
5370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5190
5371
|
required_arguments = []
|
@@ -5281,7 +5462,7 @@ class DataSafeClient(object):
|
|
5281
5462
|
:rtype: :class:`~oci.response.Response`
|
5282
5463
|
|
5283
5464
|
:example:
|
5284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
|
5285
5466
|
"""
|
5286
5467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5287
5468
|
required_arguments = []
|
@@ -5388,7 +5569,7 @@ class DataSafeClient(object):
|
|
5388
5569
|
:rtype: :class:`~oci.response.Response`
|
5389
5570
|
|
5390
5571
|
:example:
|
5391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5572
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
|
5392
5573
|
"""
|
5393
5574
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5394
5575
|
required_arguments = ['targetDatabaseId']
|
@@ -5499,7 +5680,7 @@ class DataSafeClient(object):
|
|
5499
5680
|
:rtype: :class:`~oci.response.Response`
|
5500
5681
|
|
5501
5682
|
:example:
|
5502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
|
5503
5684
|
"""
|
5504
5685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5505
5686
|
required_arguments = []
|
@@ -5600,7 +5781,7 @@ class DataSafeClient(object):
|
|
5600
5781
|
:rtype: :class:`~oci.response.Response`
|
5601
5782
|
|
5602
5783
|
:example:
|
5603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
|
5604
5785
|
"""
|
5605
5786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5606
5787
|
required_arguments = []
|
@@ -5701,7 +5882,7 @@ class DataSafeClient(object):
|
|
5701
5882
|
:rtype: :class:`~oci.response.Response`
|
5702
5883
|
|
5703
5884
|
:example:
|
5704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
|
5705
5886
|
"""
|
5706
5887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5707
5888
|
required_arguments = []
|
@@ -5801,7 +5982,7 @@ class DataSafeClient(object):
|
|
5801
5982
|
:rtype: :class:`~oci.response.Response`
|
5802
5983
|
|
5803
5984
|
:example:
|
5804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
|
5805
5986
|
"""
|
5806
5987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5807
5988
|
required_arguments = ['sensitiveDataModelId']
|
@@ -5910,7 +6091,7 @@ class DataSafeClient(object):
|
|
5910
6091
|
:rtype: :class:`~oci.response.Response`
|
5911
6092
|
|
5912
6093
|
:example:
|
5913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
|
5914
6095
|
"""
|
5915
6096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5916
6097
|
required_arguments = []
|
@@ -6009,7 +6190,7 @@ class DataSafeClient(object):
|
|
6009
6190
|
:rtype: :class:`~oci.response.Response`
|
6010
6191
|
|
6011
6192
|
:example:
|
6012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
|
6013
6194
|
"""
|
6014
6195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6015
6196
|
required_arguments = []
|
@@ -6106,7 +6287,7 @@ class DataSafeClient(object):
|
|
6106
6287
|
:rtype: :class:`~oci.response.Response`
|
6107
6288
|
|
6108
6289
|
:example:
|
6109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
|
6110
6291
|
"""
|
6111
6292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6112
6293
|
required_arguments = []
|
@@ -6203,7 +6384,7 @@ class DataSafeClient(object):
|
|
6203
6384
|
:rtype: :class:`~oci.response.Response`
|
6204
6385
|
|
6205
6386
|
:example:
|
6206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
|
6207
6388
|
"""
|
6208
6389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6209
6390
|
required_arguments = []
|
@@ -6300,7 +6481,7 @@ class DataSafeClient(object):
|
|
6300
6481
|
:rtype: :class:`~oci.response.Response`
|
6301
6482
|
|
6302
6483
|
:example:
|
6303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
|
6304
6485
|
"""
|
6305
6486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6306
6487
|
required_arguments = []
|
@@ -6401,7 +6582,7 @@ class DataSafeClient(object):
|
|
6401
6582
|
:rtype: :class:`~oci.response.Response`
|
6402
6583
|
|
6403
6584
|
:example:
|
6404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
|
6405
6586
|
"""
|
6406
6587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6407
6588
|
required_arguments = []
|
@@ -6505,7 +6686,7 @@ class DataSafeClient(object):
|
|
6505
6686
|
:rtype: :class:`~oci.response.Response`
|
6506
6687
|
|
6507
6688
|
:example:
|
6508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
|
6509
6690
|
"""
|
6510
6691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6511
6692
|
required_arguments = ['targetDatabaseId']
|
@@ -6613,7 +6794,7 @@ class DataSafeClient(object):
|
|
6613
6794
|
:rtype: :class:`~oci.response.Response`
|
6614
6795
|
|
6615
6796
|
:example:
|
6616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_alert_policy.py.html>`__ to see an example of how to use delete_alert_policy API.
|
6617
6798
|
"""
|
6618
6799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6619
6800
|
required_arguments = ['alertPolicyId']
|
@@ -6721,7 +6902,7 @@ class DataSafeClient(object):
|
|
6721
6902
|
:rtype: :class:`~oci.response.Response`
|
6722
6903
|
|
6723
6904
|
:example:
|
6724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_alert_policy_rule.py.html>`__ to see an example of how to use delete_alert_policy_rule API.
|
6725
6906
|
"""
|
6726
6907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6727
6908
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -6828,7 +7009,7 @@ class DataSafeClient(object):
|
|
6828
7009
|
:rtype: :class:`~oci.response.Response`
|
6829
7010
|
|
6830
7011
|
:example:
|
6831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
|
6832
7013
|
"""
|
6833
7014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6834
7015
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -6933,7 +7114,7 @@ class DataSafeClient(object):
|
|
6933
7114
|
:rtype: :class:`~oci.response.Response`
|
6934
7115
|
|
6935
7116
|
:example:
|
6936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
|
6937
7118
|
"""
|
6938
7119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6939
7120
|
required_arguments = ['auditTrailId']
|
@@ -7038,7 +7219,7 @@ class DataSafeClient(object):
|
|
7038
7219
|
:rtype: :class:`~oci.response.Response`
|
7039
7220
|
|
7040
7221
|
:example:
|
7041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
|
7042
7223
|
"""
|
7043
7224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7044
7225
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -7143,7 +7324,7 @@ class DataSafeClient(object):
|
|
7143
7324
|
:rtype: :class:`~oci.response.Response`
|
7144
7325
|
|
7145
7326
|
:example:
|
7146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
|
7147
7328
|
"""
|
7148
7329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7149
7330
|
required_arguments = ['discoveryJobId']
|
@@ -7251,7 +7432,7 @@ class DataSafeClient(object):
|
|
7251
7432
|
:rtype: :class:`~oci.response.Response`
|
7252
7433
|
|
7253
7434
|
:example:
|
7254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
|
7255
7436
|
"""
|
7256
7437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7257
7438
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -7357,7 +7538,7 @@ class DataSafeClient(object):
|
|
7357
7538
|
:rtype: :class:`~oci.response.Response`
|
7358
7539
|
|
7359
7540
|
:example:
|
7360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
|
7361
7542
|
"""
|
7362
7543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7363
7544
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -7465,7 +7646,7 @@ class DataSafeClient(object):
|
|
7465
7646
|
:rtype: :class:`~oci.response.Response`
|
7466
7647
|
|
7467
7648
|
:example:
|
7468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
|
7469
7650
|
"""
|
7470
7651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7471
7652
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -7571,7 +7752,7 @@ class DataSafeClient(object):
|
|
7571
7752
|
:rtype: :class:`~oci.response.Response`
|
7572
7753
|
|
7573
7754
|
:example:
|
7574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7755
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
|
7575
7756
|
"""
|
7576
7757
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7577
7758
|
required_arguments = ['maskingPolicyId']
|
@@ -7676,7 +7857,7 @@ class DataSafeClient(object):
|
|
7676
7857
|
:rtype: :class:`~oci.response.Response`
|
7677
7858
|
|
7678
7859
|
:example:
|
7679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
|
7680
7861
|
"""
|
7681
7862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7682
7863
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -7781,7 +7962,7 @@ class DataSafeClient(object):
|
|
7781
7962
|
:rtype: :class:`~oci.response.Response`
|
7782
7963
|
|
7783
7964
|
:example:
|
7784
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
|
7785
7966
|
"""
|
7786
7967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7787
7968
|
required_arguments = ['onPremConnectorId']
|
@@ -7889,7 +8070,7 @@ class DataSafeClient(object):
|
|
7889
8070
|
:rtype: :class:`~oci.response.Response`
|
7890
8071
|
|
7891
8072
|
:example:
|
7892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8073
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
|
7893
8074
|
"""
|
7894
8075
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7895
8076
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -7995,7 +8176,7 @@ class DataSafeClient(object):
|
|
7995
8176
|
:rtype: :class:`~oci.response.Response`
|
7996
8177
|
|
7997
8178
|
:example:
|
7998
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
|
7999
8180
|
"""
|
8000
8181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8001
8182
|
required_arguments = ['reportDefinitionId']
|
@@ -8100,7 +8281,7 @@ class DataSafeClient(object):
|
|
8100
8281
|
:rtype: :class:`~oci.response.Response`
|
8101
8282
|
|
8102
8283
|
:example:
|
8103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
|
8104
8285
|
"""
|
8105
8286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8106
8287
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -8208,7 +8389,7 @@ class DataSafeClient(object):
|
|
8208
8389
|
:rtype: :class:`~oci.response.Response`
|
8209
8390
|
|
8210
8391
|
:example:
|
8211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
|
8212
8393
|
"""
|
8213
8394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8214
8395
|
required_arguments = ['securityAssessmentId']
|
@@ -8316,7 +8497,7 @@ class DataSafeClient(object):
|
|
8316
8497
|
:rtype: :class:`~oci.response.Response`
|
8317
8498
|
|
8318
8499
|
:example:
|
8319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
|
8320
8501
|
"""
|
8321
8502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8322
8503
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -8422,7 +8603,7 @@ class DataSafeClient(object):
|
|
8422
8603
|
:rtype: :class:`~oci.response.Response`
|
8423
8604
|
|
8424
8605
|
:example:
|
8425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
|
8426
8607
|
"""
|
8427
8608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8428
8609
|
required_arguments = ['sensitiveDataModelId']
|
@@ -8527,7 +8708,7 @@ class DataSafeClient(object):
|
|
8527
8708
|
:rtype: :class:`~oci.response.Response`
|
8528
8709
|
|
8529
8710
|
:example:
|
8530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
|
8531
8712
|
"""
|
8532
8713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8533
8714
|
required_arguments = ['sensitiveTypeId']
|
@@ -8632,7 +8813,7 @@ class DataSafeClient(object):
|
|
8632
8813
|
:rtype: :class:`~oci.response.Response`
|
8633
8814
|
|
8634
8815
|
:example:
|
8635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
|
8636
8817
|
"""
|
8637
8818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8638
8819
|
required_arguments = ['sqlCollectionId']
|
@@ -8703,6 +8884,111 @@ class DataSafeClient(object):
|
|
8703
8884
|
api_reference_link=api_reference_link,
|
8704
8885
|
required_arguments=required_arguments)
|
8705
8886
|
|
8887
|
+
def delete_sql_firewall_allowed_sql(self, sql_firewall_allowed_sql_id, **kwargs):
|
8888
|
+
"""
|
8889
|
+
Deletes the specified allowed sql.
|
8890
|
+
|
8891
|
+
|
8892
|
+
:param str sql_firewall_allowed_sql_id: (required)
|
8893
|
+
The OCID of the sqlFirewallAllowedSql resource.
|
8894
|
+
|
8895
|
+
:param str if_match: (optional)
|
8896
|
+
For optimistic concurrency control. In the PUT or DELETE call
|
8897
|
+
for a resource, set the if-match parameter to the value of the
|
8898
|
+
etag from a previous GET or POST response for that resource.
|
8899
|
+
The resource will be updated or deleted only if the etag you
|
8900
|
+
provide matches the resource's current etag value.
|
8901
|
+
|
8902
|
+
:param str opc_request_id: (optional)
|
8903
|
+
Unique identifier for the request.
|
8904
|
+
|
8905
|
+
:param obj retry_strategy: (optional)
|
8906
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
8907
|
+
|
8908
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
8909
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
8910
|
+
|
8911
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
8912
|
+
|
8913
|
+
:param bool allow_control_chars: (optional)
|
8914
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
8915
|
+
By default, the response will not allow control characters in strings
|
8916
|
+
|
8917
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
8918
|
+
:rtype: :class:`~oci.response.Response`
|
8919
|
+
|
8920
|
+
:example:
|
8921
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use delete_sql_firewall_allowed_sql API.
|
8922
|
+
"""
|
8923
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8924
|
+
required_arguments = ['sqlFirewallAllowedSqlId']
|
8925
|
+
resource_path = "/sqlFirewallAllowedSqls/{sqlFirewallAllowedSqlId}"
|
8926
|
+
method = "DELETE"
|
8927
|
+
operation_name = "delete_sql_firewall_allowed_sql"
|
8928
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/SqlFirewallAllowedSql/DeleteSqlFirewallAllowedSql"
|
8929
|
+
|
8930
|
+
# Don't accept unknown kwargs
|
8931
|
+
expected_kwargs = [
|
8932
|
+
"allow_control_chars",
|
8933
|
+
"retry_strategy",
|
8934
|
+
"if_match",
|
8935
|
+
"opc_request_id"
|
8936
|
+
]
|
8937
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
8938
|
+
if extra_kwargs:
|
8939
|
+
raise ValueError(
|
8940
|
+
f"delete_sql_firewall_allowed_sql got unknown kwargs: {extra_kwargs!r}")
|
8941
|
+
|
8942
|
+
path_params = {
|
8943
|
+
"sqlFirewallAllowedSqlId": sql_firewall_allowed_sql_id
|
8944
|
+
}
|
8945
|
+
|
8946
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
8947
|
+
|
8948
|
+
for (k, v) in six.iteritems(path_params):
|
8949
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
8950
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
8951
|
+
|
8952
|
+
header_params = {
|
8953
|
+
"accept": "application/json",
|
8954
|
+
"content-type": "application/json",
|
8955
|
+
"if-match": kwargs.get("if_match", missing),
|
8956
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
8957
|
+
}
|
8958
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
8959
|
+
|
8960
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
8961
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
8962
|
+
client_retry_strategy=self.retry_strategy
|
8963
|
+
)
|
8964
|
+
if retry_strategy is None:
|
8965
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
8966
|
+
|
8967
|
+
if retry_strategy:
|
8968
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
8969
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
8970
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
8971
|
+
return retry_strategy.make_retrying_call(
|
8972
|
+
self.base_client.call_api,
|
8973
|
+
resource_path=resource_path,
|
8974
|
+
method=method,
|
8975
|
+
path_params=path_params,
|
8976
|
+
header_params=header_params,
|
8977
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
8978
|
+
operation_name=operation_name,
|
8979
|
+
api_reference_link=api_reference_link,
|
8980
|
+
required_arguments=required_arguments)
|
8981
|
+
else:
|
8982
|
+
return self.base_client.call_api(
|
8983
|
+
resource_path=resource_path,
|
8984
|
+
method=method,
|
8985
|
+
path_params=path_params,
|
8986
|
+
header_params=header_params,
|
8987
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
8988
|
+
operation_name=operation_name,
|
8989
|
+
api_reference_link=api_reference_link,
|
8990
|
+
required_arguments=required_arguments)
|
8991
|
+
|
8706
8992
|
def delete_sql_firewall_policy(self, sql_firewall_policy_id, **kwargs):
|
8707
8993
|
"""
|
8708
8994
|
Deletes the SQL Firewall policy resource.
|
@@ -8737,7 +9023,7 @@ class DataSafeClient(object):
|
|
8737
9023
|
:rtype: :class:`~oci.response.Response`
|
8738
9024
|
|
8739
9025
|
:example:
|
8740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9026
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
|
8741
9027
|
"""
|
8742
9028
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8743
9029
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -8842,7 +9128,7 @@ class DataSafeClient(object):
|
|
8842
9128
|
:rtype: :class:`~oci.response.Response`
|
8843
9129
|
|
8844
9130
|
:example:
|
8845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
|
8846
9132
|
"""
|
8847
9133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8848
9134
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -8947,7 +9233,7 @@ class DataSafeClient(object):
|
|
8947
9233
|
:rtype: :class:`~oci.response.Response`
|
8948
9234
|
|
8949
9235
|
:example:
|
8950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9236
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
|
8951
9237
|
"""
|
8952
9238
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8953
9239
|
required_arguments = ['targetDatabaseId']
|
@@ -9055,7 +9341,7 @@ class DataSafeClient(object):
|
|
9055
9341
|
:rtype: :class:`~oci.response.Response`
|
9056
9342
|
|
9057
9343
|
:example:
|
9058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
|
9059
9345
|
"""
|
9060
9346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9061
9347
|
required_arguments = ['userAssessmentId']
|
@@ -9169,7 +9455,7 @@ class DataSafeClient(object):
|
|
9169
9455
|
:rtype: :class:`~oci.response.Response`
|
9170
9456
|
|
9171
9457
|
:example:
|
9172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
|
9173
9459
|
"""
|
9174
9460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9175
9461
|
required_arguments = ['auditProfileId']
|
@@ -9276,7 +9562,7 @@ class DataSafeClient(object):
|
|
9276
9562
|
:rtype: :class:`~oci.response.Response`
|
9277
9563
|
|
9278
9564
|
:example:
|
9279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
|
9280
9566
|
"""
|
9281
9567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9282
9568
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9379,7 +9665,7 @@ class DataSafeClient(object):
|
|
9379
9665
|
:rtype: :class:`~oci.response.Response`
|
9380
9666
|
|
9381
9667
|
:example:
|
9382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
|
9383
9669
|
"""
|
9384
9670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9385
9671
|
required_arguments = ['maskingPolicyId']
|
@@ -9485,7 +9771,7 @@ class DataSafeClient(object):
|
|
9485
9771
|
:rtype: :class:`~oci.response.Response`
|
9486
9772
|
|
9487
9773
|
:example:
|
9488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
|
9489
9775
|
"""
|
9490
9776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9491
9777
|
required_arguments = ['maskingPolicyId']
|
@@ -9590,7 +9876,7 @@ class DataSafeClient(object):
|
|
9590
9876
|
:rtype: :class:`~oci.response.Response`
|
9591
9877
|
|
9592
9878
|
:example:
|
9593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
|
9594
9880
|
"""
|
9595
9881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9596
9882
|
required_arguments = ['maskingPolicyId']
|
@@ -9700,7 +9986,7 @@ class DataSafeClient(object):
|
|
9700
9986
|
:rtype: :class:`~oci.response.Response`
|
9701
9987
|
|
9702
9988
|
:example:
|
9703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
|
9704
9990
|
"""
|
9705
9991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9706
9992
|
required_arguments = []
|
@@ -9808,7 +10094,7 @@ class DataSafeClient(object):
|
|
9808
10094
|
:rtype: :class:`~oci.response.Response`
|
9809
10095
|
|
9810
10096
|
:example:
|
9811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
|
9812
10098
|
"""
|
9813
10099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9814
10100
|
required_arguments = ['securityAssessmentId']
|
@@ -9919,7 +10205,7 @@ class DataSafeClient(object):
|
|
9919
10205
|
:rtype: :class:`~oci.response.Response`
|
9920
10206
|
|
9921
10207
|
:example:
|
9922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10208
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
|
9923
10209
|
"""
|
9924
10210
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9925
10211
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10036,7 +10322,7 @@ class DataSafeClient(object):
|
|
10036
10322
|
:rtype: :class:`~oci.response.Response`
|
10037
10323
|
|
10038
10324
|
:example:
|
10039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
|
10040
10326
|
"""
|
10041
10327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10042
10328
|
required_arguments = ['userAssessmentId']
|
@@ -10151,7 +10437,7 @@ class DataSafeClient(object):
|
|
10151
10437
|
:rtype: :class:`~oci.response.Response`
|
10152
10438
|
|
10153
10439
|
:example:
|
10154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
|
10155
10441
|
"""
|
10156
10442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10157
10443
|
required_arguments = []
|
@@ -10253,7 +10539,7 @@ class DataSafeClient(object):
|
|
10253
10539
|
:rtype: :class:`~oci.response.Response`
|
10254
10540
|
|
10255
10541
|
:example:
|
10256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10542
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
|
10257
10543
|
"""
|
10258
10544
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10259
10545
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10360,7 +10646,7 @@ class DataSafeClient(object):
|
|
10360
10646
|
:rtype: :class:`~oci.response.Response`
|
10361
10647
|
|
10362
10648
|
:example:
|
10363
|
-
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.135.0/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
|
10364
10650
|
"""
|
10365
10651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10366
10652
|
required_arguments = ['maskingPolicyId']
|
@@ -10468,7 +10754,7 @@ class DataSafeClient(object):
|
|
10468
10754
|
:rtype: :class:`~oci.response.Response`
|
10469
10755
|
|
10470
10756
|
:example:
|
10471
|
-
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.135.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
|
10472
10758
|
"""
|
10473
10759
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10474
10760
|
required_arguments = ['maskingPolicyId']
|
@@ -10572,7 +10858,7 @@ class DataSafeClient(object):
|
|
10572
10858
|
:rtype: :class:`~oci.response.Response`
|
10573
10859
|
|
10574
10860
|
:example:
|
10575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
|
10576
10862
|
"""
|
10577
10863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10578
10864
|
required_arguments = ['maskingPolicyId']
|
@@ -10686,7 +10972,7 @@ class DataSafeClient(object):
|
|
10686
10972
|
:rtype: :class:`~oci.response.Response`
|
10687
10973
|
|
10688
10974
|
:example:
|
10689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
|
10690
10976
|
"""
|
10691
10977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10692
10978
|
required_arguments = ['onPremConnectorId']
|
@@ -10818,7 +11104,7 @@ class DataSafeClient(object):
|
|
10818
11104
|
:rtype: :class:`~oci.response.Response`
|
10819
11105
|
|
10820
11106
|
:example:
|
10821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
|
10822
11108
|
"""
|
10823
11109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10824
11110
|
required_arguments = ['reportDefinitionId']
|
@@ -10946,7 +11232,7 @@ class DataSafeClient(object):
|
|
10946
11232
|
:rtype: :class:`~oci.response.Response`
|
10947
11233
|
|
10948
11234
|
:example:
|
10949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
|
10950
11236
|
"""
|
10951
11237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10952
11238
|
required_arguments = ['securityAssessmentId']
|
@@ -11055,7 +11341,7 @@ class DataSafeClient(object):
|
|
11055
11341
|
:rtype: :class:`~oci.response.Response`
|
11056
11342
|
|
11057
11343
|
:example:
|
11058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11344
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
11059
11345
|
"""
|
11060
11346
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11061
11347
|
required_arguments = ['sensitiveDataModelId']
|
@@ -11166,7 +11452,7 @@ class DataSafeClient(object):
|
|
11166
11452
|
:rtype: :class:`~oci.response.Response`
|
11167
11453
|
|
11168
11454
|
:example:
|
11169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
|
11170
11456
|
"""
|
11171
11457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11172
11458
|
required_arguments = ['sqlCollectionId']
|
@@ -11284,7 +11570,7 @@ class DataSafeClient(object):
|
|
11284
11570
|
:rtype: :class:`~oci.response.Response`
|
11285
11571
|
|
11286
11572
|
:example:
|
11287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11573
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
|
11288
11574
|
"""
|
11289
11575
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11290
11576
|
required_arguments = ['userAssessmentId']
|
@@ -11387,7 +11673,7 @@ class DataSafeClient(object):
|
|
11387
11673
|
:rtype: :class:`~oci.response.Response`
|
11388
11674
|
|
11389
11675
|
:example:
|
11390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11676
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
|
11391
11677
|
"""
|
11392
11678
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11393
11679
|
required_arguments = ['alertId']
|
@@ -11485,7 +11771,7 @@ class DataSafeClient(object):
|
|
11485
11771
|
:rtype: :class:`~oci.response.Response`
|
11486
11772
|
|
11487
11773
|
:example:
|
11488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
|
11489
11775
|
"""
|
11490
11776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11491
11777
|
required_arguments = ['alertPolicyId']
|
@@ -11586,7 +11872,7 @@ class DataSafeClient(object):
|
|
11586
11872
|
:rtype: :class:`~oci.response.Response`
|
11587
11873
|
|
11588
11874
|
:example:
|
11589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_alert_policy_rule.py.html>`__ to see an example of how to use get_alert_policy_rule API.
|
11590
11876
|
"""
|
11591
11877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11592
11878
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -11692,7 +11978,7 @@ class DataSafeClient(object):
|
|
11692
11978
|
:rtype: :class:`~oci.response.Response`
|
11693
11979
|
|
11694
11980
|
:example:
|
11695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
|
11696
11982
|
"""
|
11697
11983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11698
11984
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -11792,7 +12078,7 @@ class DataSafeClient(object):
|
|
11792
12078
|
:rtype: :class:`~oci.response.Response`
|
11793
12079
|
|
11794
12080
|
:example:
|
11795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
|
11796
12082
|
"""
|
11797
12083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11798
12084
|
required_arguments = ['auditPolicyId']
|
@@ -11890,7 +12176,7 @@ class DataSafeClient(object):
|
|
11890
12176
|
:rtype: :class:`~oci.response.Response`
|
11891
12177
|
|
11892
12178
|
:example:
|
11893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12179
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
|
11894
12180
|
"""
|
11895
12181
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11896
12182
|
required_arguments = ['auditProfileId']
|
@@ -11988,7 +12274,7 @@ class DataSafeClient(object):
|
|
11988
12274
|
:rtype: :class:`~oci.response.Response`
|
11989
12275
|
|
11990
12276
|
:example:
|
11991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
|
11992
12278
|
"""
|
11993
12279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11994
12280
|
required_arguments = ['auditTrailId']
|
@@ -12099,7 +12385,7 @@ class DataSafeClient(object):
|
|
12099
12385
|
:rtype: :class:`~oci.response.Response`
|
12100
12386
|
|
12101
12387
|
:example:
|
12102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
12103
12389
|
"""
|
12104
12390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12105
12391
|
required_arguments = []
|
@@ -12220,7 +12506,7 @@ class DataSafeClient(object):
|
|
12220
12506
|
:rtype: :class:`~oci.response.Response`
|
12221
12507
|
|
12222
12508
|
:example:
|
12223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
12224
12510
|
"""
|
12225
12511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12226
12512
|
required_arguments = ['compartmentId']
|
@@ -12328,7 +12614,7 @@ class DataSafeClient(object):
|
|
12328
12614
|
:rtype: :class:`~oci.response.Response`
|
12329
12615
|
|
12330
12616
|
:example:
|
12331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
|
12332
12618
|
"""
|
12333
12619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12334
12620
|
required_arguments = []
|
@@ -12422,7 +12708,7 @@ class DataSafeClient(object):
|
|
12422
12708
|
:rtype: :class:`~oci.response.Response`
|
12423
12709
|
|
12424
12710
|
:example:
|
12425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
|
12426
12712
|
"""
|
12427
12713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12428
12714
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -12520,7 +12806,7 @@ class DataSafeClient(object):
|
|
12520
12806
|
:rtype: :class:`~oci.response.Response`
|
12521
12807
|
|
12522
12808
|
:example:
|
12523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
|
12524
12810
|
"""
|
12525
12811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12526
12812
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -12621,7 +12907,7 @@ class DataSafeClient(object):
|
|
12621
12907
|
:rtype: :class:`~oci.response.Response`
|
12622
12908
|
|
12623
12909
|
:example:
|
12624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12910
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
|
12625
12911
|
"""
|
12626
12912
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12627
12913
|
required_arguments = ['securityPolicyReportId', 'databaseTableAccessEntryKey']
|
@@ -12723,7 +13009,7 @@ class DataSafeClient(object):
|
|
12723
13009
|
:rtype: :class:`~oci.response.Response`
|
12724
13010
|
|
12725
13011
|
:example:
|
12726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
|
12727
13013
|
"""
|
12728
13014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12729
13015
|
required_arguments = ['securityPolicyReportId', 'databaseViewAccessEntryKey']
|
@@ -12825,7 +13111,7 @@ class DataSafeClient(object):
|
|
12825
13111
|
:rtype: :class:`~oci.response.Response`
|
12826
13112
|
|
12827
13113
|
:example:
|
12828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13114
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
|
12829
13115
|
"""
|
12830
13116
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12831
13117
|
required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
|
@@ -12924,7 +13210,7 @@ class DataSafeClient(object):
|
|
12924
13210
|
:rtype: :class:`~oci.response.Response`
|
12925
13211
|
|
12926
13212
|
:example:
|
12927
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13213
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
|
12928
13214
|
"""
|
12929
13215
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12930
13216
|
required_arguments = ['discoveryJobId']
|
@@ -13025,7 +13311,7 @@ class DataSafeClient(object):
|
|
13025
13311
|
:rtype: :class:`~oci.response.Response`
|
13026
13312
|
|
13027
13313
|
:example:
|
13028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13314
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
|
13029
13315
|
"""
|
13030
13316
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13031
13317
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -13124,7 +13410,7 @@ class DataSafeClient(object):
|
|
13124
13410
|
:rtype: :class:`~oci.response.Response`
|
13125
13411
|
|
13126
13412
|
:example:
|
13127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
|
13128
13414
|
"""
|
13129
13415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13130
13416
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -13225,7 +13511,7 @@ class DataSafeClient(object):
|
|
13225
13511
|
:rtype: :class:`~oci.response.Response`
|
13226
13512
|
|
13227
13513
|
:example:
|
13228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13514
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
|
13229
13515
|
"""
|
13230
13516
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13231
13517
|
required_arguments = ['maskingPolicyId', 'maskingColumnKey']
|
@@ -13324,7 +13610,7 @@ class DataSafeClient(object):
|
|
13324
13610
|
:rtype: :class:`~oci.response.Response`
|
13325
13611
|
|
13326
13612
|
:example:
|
13327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13613
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
|
13328
13614
|
"""
|
13329
13615
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13330
13616
|
required_arguments = ['maskingPolicyId']
|
@@ -13422,7 +13708,7 @@ class DataSafeClient(object):
|
|
13422
13708
|
:rtype: :class:`~oci.response.Response`
|
13423
13709
|
|
13424
13710
|
:example:
|
13425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
|
13426
13712
|
"""
|
13427
13713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13428
13714
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -13520,7 +13806,7 @@ class DataSafeClient(object):
|
|
13520
13806
|
:rtype: :class:`~oci.response.Response`
|
13521
13807
|
|
13522
13808
|
:example:
|
13523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13809
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
|
13524
13810
|
"""
|
13525
13811
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13526
13812
|
required_arguments = ['maskingReportId']
|
@@ -13618,7 +13904,7 @@ class DataSafeClient(object):
|
|
13618
13904
|
:rtype: :class:`~oci.response.Response`
|
13619
13905
|
|
13620
13906
|
:example:
|
13621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
|
13622
13908
|
"""
|
13623
13909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13624
13910
|
required_arguments = ['onPremConnectorId']
|
@@ -13719,7 +14005,7 @@ class DataSafeClient(object):
|
|
13719
14005
|
:rtype: :class:`~oci.response.Response`
|
13720
14006
|
|
13721
14007
|
:example:
|
13722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14008
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
|
13723
14009
|
"""
|
13724
14010
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13725
14011
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -13824,7 +14110,7 @@ class DataSafeClient(object):
|
|
13824
14110
|
:rtype: :class:`~oci.response.Response`
|
13825
14111
|
|
13826
14112
|
:example:
|
13827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14113
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
|
13828
14114
|
"""
|
13829
14115
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13830
14116
|
required_arguments = ['userAssessmentId', 'profileName']
|
@@ -13923,7 +14209,7 @@ class DataSafeClient(object):
|
|
13923
14209
|
:rtype: :class:`~oci.response.Response`
|
13924
14210
|
|
13925
14211
|
:example:
|
13926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
|
13927
14213
|
"""
|
13928
14214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13929
14215
|
required_arguments = ['reportId']
|
@@ -14021,7 +14307,7 @@ class DataSafeClient(object):
|
|
14021
14307
|
:rtype: :class:`~oci.response.Response`
|
14022
14308
|
|
14023
14309
|
:example:
|
14024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
|
14025
14311
|
"""
|
14026
14312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14027
14313
|
required_arguments = ['reportId']
|
@@ -14119,7 +14405,7 @@ class DataSafeClient(object):
|
|
14119
14405
|
:rtype: :class:`~oci.response.Response`
|
14120
14406
|
|
14121
14407
|
:example:
|
14122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
|
14123
14409
|
"""
|
14124
14410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14125
14411
|
required_arguments = ['reportDefinitionId']
|
@@ -14217,7 +14503,7 @@ class DataSafeClient(object):
|
|
14217
14503
|
:rtype: :class:`~oci.response.Response`
|
14218
14504
|
|
14219
14505
|
:example:
|
14220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
|
14221
14507
|
"""
|
14222
14508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14223
14509
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -14315,7 +14601,7 @@ class DataSafeClient(object):
|
|
14315
14601
|
:rtype: :class:`~oci.response.Response`
|
14316
14602
|
|
14317
14603
|
:example:
|
14318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
|
14319
14605
|
"""
|
14320
14606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14321
14607
|
required_arguments = ['securityAssessmentId']
|
@@ -14416,7 +14702,7 @@ class DataSafeClient(object):
|
|
14416
14702
|
:rtype: :class:`~oci.response.Response`
|
14417
14703
|
|
14418
14704
|
:example:
|
14419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
|
14420
14706
|
"""
|
14421
14707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14422
14708
|
required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
|
@@ -14515,7 +14801,7 @@ class DataSafeClient(object):
|
|
14515
14801
|
:rtype: :class:`~oci.response.Response`
|
14516
14802
|
|
14517
14803
|
:example:
|
14518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
|
14519
14805
|
"""
|
14520
14806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14521
14807
|
required_arguments = ['securityPolicyId']
|
@@ -14613,7 +14899,7 @@ class DataSafeClient(object):
|
|
14613
14899
|
:rtype: :class:`~oci.response.Response`
|
14614
14900
|
|
14615
14901
|
:example:
|
14616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
|
14617
14903
|
"""
|
14618
14904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14619
14905
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -14717,7 +15003,7 @@ class DataSafeClient(object):
|
|
14717
15003
|
:rtype: :class:`~oci.response.Response`
|
14718
15004
|
|
14719
15005
|
:example:
|
14720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15006
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
|
14721
15007
|
"""
|
14722
15008
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14723
15009
|
required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
|
@@ -14816,7 +15102,7 @@ class DataSafeClient(object):
|
|
14816
15102
|
:rtype: :class:`~oci.response.Response`
|
14817
15103
|
|
14818
15104
|
:example:
|
14819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
|
14820
15106
|
"""
|
14821
15107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14822
15108
|
required_arguments = ['securityPolicyReportId']
|
@@ -14917,7 +15203,7 @@ class DataSafeClient(object):
|
|
14917
15203
|
:rtype: :class:`~oci.response.Response`
|
14918
15204
|
|
14919
15205
|
:example:
|
14920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
|
14921
15207
|
"""
|
14922
15208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14923
15209
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -15016,7 +15302,7 @@ class DataSafeClient(object):
|
|
15016
15302
|
:rtype: :class:`~oci.response.Response`
|
15017
15303
|
|
15018
15304
|
:example:
|
15019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
|
15020
15306
|
"""
|
15021
15307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15022
15308
|
required_arguments = ['sensitiveDataModelId']
|
@@ -15114,7 +15400,7 @@ class DataSafeClient(object):
|
|
15114
15400
|
:rtype: :class:`~oci.response.Response`
|
15115
15401
|
|
15116
15402
|
:example:
|
15117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15403
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
|
15118
15404
|
"""
|
15119
15405
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15120
15406
|
required_arguments = ['sensitiveTypeId']
|
@@ -15212,7 +15498,7 @@ class DataSafeClient(object):
|
|
15212
15498
|
:rtype: :class:`~oci.response.Response`
|
15213
15499
|
|
15214
15500
|
:example:
|
15215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
|
15216
15502
|
"""
|
15217
15503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15218
15504
|
required_arguments = ['sqlCollectionId']
|
@@ -15283,6 +15569,104 @@ class DataSafeClient(object):
|
|
15283
15569
|
api_reference_link=api_reference_link,
|
15284
15570
|
required_arguments=required_arguments)
|
15285
15571
|
|
15572
|
+
def get_sql_firewall_allowed_sql(self, sql_firewall_allowed_sql_id, **kwargs):
|
15573
|
+
"""
|
15574
|
+
Gets a SQL firewall allowed SQL by identifier.
|
15575
|
+
|
15576
|
+
|
15577
|
+
:param str sql_firewall_allowed_sql_id: (required)
|
15578
|
+
The OCID of the sqlFirewallAllowedSql resource.
|
15579
|
+
|
15580
|
+
:param str opc_request_id: (optional)
|
15581
|
+
Unique identifier for the request.
|
15582
|
+
|
15583
|
+
:param obj retry_strategy: (optional)
|
15584
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
15585
|
+
|
15586
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
15587
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
15588
|
+
|
15589
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
15590
|
+
|
15591
|
+
:param bool allow_control_chars: (optional)
|
15592
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
15593
|
+
By default, the response will not allow control characters in strings
|
15594
|
+
|
15595
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.SqlFirewallAllowedSql`
|
15596
|
+
:rtype: :class:`~oci.response.Response`
|
15597
|
+
|
15598
|
+
:example:
|
15599
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use get_sql_firewall_allowed_sql API.
|
15600
|
+
"""
|
15601
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15602
|
+
required_arguments = ['sqlFirewallAllowedSqlId']
|
15603
|
+
resource_path = "/sqlFirewallAllowedSqls/{sqlFirewallAllowedSqlId}"
|
15604
|
+
method = "GET"
|
15605
|
+
operation_name = "get_sql_firewall_allowed_sql"
|
15606
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/SqlFirewallAllowedSql/GetSqlFirewallAllowedSql"
|
15607
|
+
|
15608
|
+
# Don't accept unknown kwargs
|
15609
|
+
expected_kwargs = [
|
15610
|
+
"allow_control_chars",
|
15611
|
+
"retry_strategy",
|
15612
|
+
"opc_request_id"
|
15613
|
+
]
|
15614
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
15615
|
+
if extra_kwargs:
|
15616
|
+
raise ValueError(
|
15617
|
+
f"get_sql_firewall_allowed_sql got unknown kwargs: {extra_kwargs!r}")
|
15618
|
+
|
15619
|
+
path_params = {
|
15620
|
+
"sqlFirewallAllowedSqlId": sql_firewall_allowed_sql_id
|
15621
|
+
}
|
15622
|
+
|
15623
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
15624
|
+
|
15625
|
+
for (k, v) in six.iteritems(path_params):
|
15626
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
15627
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
15628
|
+
|
15629
|
+
header_params = {
|
15630
|
+
"accept": "application/json",
|
15631
|
+
"content-type": "application/json",
|
15632
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
15633
|
+
}
|
15634
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
15635
|
+
|
15636
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
15637
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
15638
|
+
client_retry_strategy=self.retry_strategy
|
15639
|
+
)
|
15640
|
+
if retry_strategy is None:
|
15641
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
15642
|
+
|
15643
|
+
if retry_strategy:
|
15644
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
15645
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
15646
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
15647
|
+
return retry_strategy.make_retrying_call(
|
15648
|
+
self.base_client.call_api,
|
15649
|
+
resource_path=resource_path,
|
15650
|
+
method=method,
|
15651
|
+
path_params=path_params,
|
15652
|
+
header_params=header_params,
|
15653
|
+
response_type="SqlFirewallAllowedSql",
|
15654
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
15655
|
+
operation_name=operation_name,
|
15656
|
+
api_reference_link=api_reference_link,
|
15657
|
+
required_arguments=required_arguments)
|
15658
|
+
else:
|
15659
|
+
return self.base_client.call_api(
|
15660
|
+
resource_path=resource_path,
|
15661
|
+
method=method,
|
15662
|
+
path_params=path_params,
|
15663
|
+
header_params=header_params,
|
15664
|
+
response_type="SqlFirewallAllowedSql",
|
15665
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
15666
|
+
operation_name=operation_name,
|
15667
|
+
api_reference_link=api_reference_link,
|
15668
|
+
required_arguments=required_arguments)
|
15669
|
+
|
15286
15670
|
def get_sql_firewall_policy(self, sql_firewall_policy_id, **kwargs):
|
15287
15671
|
"""
|
15288
15672
|
Gets a SQL Firewall policy by identifier.
|
@@ -15310,7 +15694,7 @@ class DataSafeClient(object):
|
|
15310
15694
|
:rtype: :class:`~oci.response.Response`
|
15311
15695
|
|
15312
15696
|
:example:
|
15313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
|
15314
15698
|
"""
|
15315
15699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15316
15700
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -15408,7 +15792,7 @@ class DataSafeClient(object):
|
|
15408
15792
|
:rtype: :class:`~oci.response.Response`
|
15409
15793
|
|
15410
15794
|
:example:
|
15411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
|
15412
15796
|
"""
|
15413
15797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15414
15798
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -15506,7 +15890,7 @@ class DataSafeClient(object):
|
|
15506
15890
|
:rtype: :class:`~oci.response.Response`
|
15507
15891
|
|
15508
15892
|
:example:
|
15509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
|
15510
15894
|
"""
|
15511
15895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15512
15896
|
required_arguments = ['targetDatabaseId']
|
@@ -15604,7 +15988,7 @@ class DataSafeClient(object):
|
|
15604
15988
|
:rtype: :class:`~oci.response.Response`
|
15605
15989
|
|
15606
15990
|
:example:
|
15607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
|
15608
15992
|
"""
|
15609
15993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15610
15994
|
required_arguments = ['userAssessmentId']
|
@@ -15705,7 +16089,7 @@ class DataSafeClient(object):
|
|
15705
16089
|
:rtype: :class:`~oci.response.Response`
|
15706
16090
|
|
15707
16091
|
:example:
|
15708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
|
15709
16093
|
"""
|
15710
16094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15711
16095
|
required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
|
@@ -15804,7 +16188,7 @@ class DataSafeClient(object):
|
|
15804
16188
|
:rtype: :class:`~oci.response.Response`
|
15805
16189
|
|
15806
16190
|
:example:
|
15807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
15808
16192
|
"""
|
15809
16193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15810
16194
|
required_arguments = ['workRequestId']
|
@@ -15999,7 +16383,7 @@ class DataSafeClient(object):
|
|
15999
16383
|
:rtype: :class:`~oci.response.Response`
|
16000
16384
|
|
16001
16385
|
:example:
|
16002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
|
16003
16387
|
"""
|
16004
16388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16005
16389
|
required_arguments = ['compartmentId']
|
@@ -16226,7 +16610,7 @@ class DataSafeClient(object):
|
|
16226
16610
|
:rtype: :class:`~oci.response.Response`
|
16227
16611
|
|
16228
16612
|
:example:
|
16229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16613
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
|
16230
16614
|
"""
|
16231
16615
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16232
16616
|
required_arguments = ['compartmentId']
|
@@ -16391,7 +16775,7 @@ class DataSafeClient(object):
|
|
16391
16775
|
:rtype: :class:`~oci.response.Response`
|
16392
16776
|
|
16393
16777
|
:example:
|
16394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16778
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
|
16395
16779
|
"""
|
16396
16780
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16397
16781
|
required_arguments = ['alertPolicyId']
|
@@ -16565,7 +16949,7 @@ class DataSafeClient(object):
|
|
16565
16949
|
:rtype: :class:`~oci.response.Response`
|
16566
16950
|
|
16567
16951
|
:example:
|
16568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
|
16569
16953
|
"""
|
16570
16954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16571
16955
|
required_arguments = ['compartmentId']
|
@@ -16756,7 +17140,7 @@ class DataSafeClient(object):
|
|
16756
17140
|
:rtype: :class:`~oci.response.Response`
|
16757
17141
|
|
16758
17142
|
:example:
|
16759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
|
16760
17144
|
"""
|
16761
17145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16762
17146
|
required_arguments = ['compartmentId']
|
@@ -16994,7 +17378,7 @@ class DataSafeClient(object):
|
|
16994
17378
|
:rtype: :class:`~oci.response.Response`
|
16995
17379
|
|
16996
17380
|
:example:
|
16997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
|
16998
17382
|
"""
|
16999
17383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17000
17384
|
required_arguments = ['compartmentId']
|
@@ -17209,7 +17593,7 @@ class DataSafeClient(object):
|
|
17209
17593
|
:rtype: :class:`~oci.response.Response`
|
17210
17594
|
|
17211
17595
|
:example:
|
17212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17596
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
|
17213
17597
|
"""
|
17214
17598
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17215
17599
|
required_arguments = ['compartmentId']
|
@@ -17399,7 +17783,7 @@ class DataSafeClient(object):
|
|
17399
17783
|
:rtype: :class:`~oci.response.Response`
|
17400
17784
|
|
17401
17785
|
:example:
|
17402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
|
17403
17787
|
"""
|
17404
17788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17405
17789
|
required_arguments = ['compartmentId']
|
@@ -17600,7 +17984,7 @@ class DataSafeClient(object):
|
|
17600
17984
|
:rtype: :class:`~oci.response.Response`
|
17601
17985
|
|
17602
17986
|
:example:
|
17603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
|
17604
17988
|
"""
|
17605
17989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17606
17990
|
required_arguments = ['compartmentId']
|
@@ -17779,7 +18163,7 @@ class DataSafeClient(object):
|
|
17779
18163
|
:rtype: :class:`~oci.response.Response`
|
17780
18164
|
|
17781
18165
|
:example:
|
17782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
|
17783
18167
|
"""
|
17784
18168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17785
18169
|
required_arguments = ['compartmentId']
|
@@ -17971,7 +18355,7 @@ class DataSafeClient(object):
|
|
17971
18355
|
:rtype: :class:`~oci.response.Response`
|
17972
18356
|
|
17973
18357
|
:example:
|
17974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
|
17975
18359
|
"""
|
17976
18360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17977
18361
|
required_arguments = ['compartmentId']
|
@@ -18160,7 +18544,7 @@ class DataSafeClient(object):
|
|
18160
18544
|
:rtype: :class:`~oci.response.Response`
|
18161
18545
|
|
18162
18546
|
:example:
|
18163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
|
18164
18548
|
"""
|
18165
18549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18166
18550
|
required_arguments = ['compartmentId']
|
@@ -18346,7 +18730,7 @@ class DataSafeClient(object):
|
|
18346
18730
|
:rtype: :class:`~oci.response.Response`
|
18347
18731
|
|
18348
18732
|
:example:
|
18349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
|
18350
18734
|
"""
|
18351
18735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18352
18736
|
required_arguments = ['compartmentId']
|
@@ -18542,7 +18926,7 @@ class DataSafeClient(object):
|
|
18542
18926
|
:rtype: :class:`~oci.response.Response`
|
18543
18927
|
|
18544
18928
|
:example:
|
18545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
|
18546
18930
|
"""
|
18547
18931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18548
18932
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -18718,7 +19102,7 @@ class DataSafeClient(object):
|
|
18718
19102
|
:rtype: :class:`~oci.response.Response`
|
18719
19103
|
|
18720
19104
|
:example:
|
18721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
|
18722
19106
|
"""
|
18723
19107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18724
19108
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -18890,7 +19274,7 @@ class DataSafeClient(object):
|
|
18890
19274
|
:rtype: :class:`~oci.response.Response`
|
18891
19275
|
|
18892
19276
|
:example:
|
18893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
|
18894
19278
|
"""
|
18895
19279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18896
19280
|
required_arguments = ['targetDatabaseId']
|
@@ -19075,7 +19459,7 @@ class DataSafeClient(object):
|
|
19075
19459
|
:rtype: :class:`~oci.response.Response`
|
19076
19460
|
|
19077
19461
|
:example:
|
19078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
|
19079
19463
|
"""
|
19080
19464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19081
19465
|
required_arguments = ['compartmentId']
|
@@ -19292,7 +19676,7 @@ class DataSafeClient(object):
|
|
19292
19676
|
:rtype: :class:`~oci.response.Response`
|
19293
19677
|
|
19294
19678
|
:example:
|
19295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
|
19296
19680
|
"""
|
19297
19681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19298
19682
|
required_arguments = ['compartmentId']
|
@@ -19470,7 +19854,7 @@ class DataSafeClient(object):
|
|
19470
19854
|
:rtype: :class:`~oci.response.Response`
|
19471
19855
|
|
19472
19856
|
:example:
|
19473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19857
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
|
19474
19858
|
"""
|
19475
19859
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19476
19860
|
required_arguments = ['securityPolicyReportId']
|
@@ -19634,7 +20018,7 @@ class DataSafeClient(object):
|
|
19634
20018
|
:rtype: :class:`~oci.response.Response`
|
19635
20019
|
|
19636
20020
|
:example:
|
19637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
|
19638
20022
|
"""
|
19639
20023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19640
20024
|
required_arguments = ['securityPolicyReportId']
|
@@ -19809,7 +20193,7 @@ class DataSafeClient(object):
|
|
19809
20193
|
:rtype: :class:`~oci.response.Response`
|
19810
20194
|
|
19811
20195
|
:example:
|
19812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20196
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
|
19813
20197
|
"""
|
19814
20198
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19815
20199
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -20002,7 +20386,7 @@ class DataSafeClient(object):
|
|
20002
20386
|
:rtype: :class:`~oci.response.Response`
|
20003
20387
|
|
20004
20388
|
:example:
|
20005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
|
20006
20390
|
"""
|
20007
20391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20008
20392
|
required_arguments = ['compartmentId']
|
@@ -20161,7 +20545,7 @@ class DataSafeClient(object):
|
|
20161
20545
|
:rtype: :class:`~oci.response.Response`
|
20162
20546
|
|
20163
20547
|
:example:
|
20164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
|
20165
20549
|
"""
|
20166
20550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20167
20551
|
required_arguments = ['discoveryJobId']
|
@@ -20363,7 +20747,7 @@ class DataSafeClient(object):
|
|
20363
20747
|
:rtype: :class:`~oci.response.Response`
|
20364
20748
|
|
20365
20749
|
:example:
|
20366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
|
20367
20751
|
"""
|
20368
20752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20369
20753
|
required_arguments = ['compartmentId']
|
@@ -20558,7 +20942,7 @@ class DataSafeClient(object):
|
|
20558
20942
|
:rtype: :class:`~oci.response.Response`
|
20559
20943
|
|
20560
20944
|
:example:
|
20561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
|
20562
20946
|
"""
|
20563
20947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20564
20948
|
required_arguments = ['compartmentId']
|
@@ -20744,7 +21128,7 @@ class DataSafeClient(object):
|
|
20744
21128
|
:rtype: :class:`~oci.response.Response`
|
20745
21129
|
|
20746
21130
|
:example:
|
20747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21131
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
|
20748
21132
|
"""
|
20749
21133
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20750
21134
|
required_arguments = ['securityAssessmentId']
|
@@ -20967,7 +21351,7 @@ class DataSafeClient(object):
|
|
20967
21351
|
:rtype: :class:`~oci.response.Response`
|
20968
21352
|
|
20969
21353
|
:example:
|
20970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
|
20971
21355
|
"""
|
20972
21356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20973
21357
|
required_arguments = ['securityAssessmentId']
|
@@ -21165,7 +21549,7 @@ class DataSafeClient(object):
|
|
21165
21549
|
:rtype: :class:`~oci.response.Response`
|
21166
21550
|
|
21167
21551
|
:example:
|
21168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21552
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
21169
21553
|
"""
|
21170
21554
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21171
21555
|
required_arguments = ['userAssessmentId', 'userKey']
|
@@ -21372,7 +21756,7 @@ class DataSafeClient(object):
|
|
21372
21756
|
:rtype: :class:`~oci.response.Response`
|
21373
21757
|
|
21374
21758
|
:example:
|
21375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
|
21376
21760
|
"""
|
21377
21761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21378
21762
|
required_arguments = ['compartmentId']
|
@@ -21564,7 +21948,7 @@ class DataSafeClient(object):
|
|
21564
21948
|
:rtype: :class:`~oci.response.Response`
|
21565
21949
|
|
21566
21950
|
:example:
|
21567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21951
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
|
21568
21952
|
"""
|
21569
21953
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21570
21954
|
required_arguments = ['maskingReportId']
|
@@ -21737,7 +22121,7 @@ class DataSafeClient(object):
|
|
21737
22121
|
:rtype: :class:`~oci.response.Response`
|
21738
22122
|
|
21739
22123
|
:example:
|
21740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
|
21741
22125
|
"""
|
21742
22126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21743
22127
|
required_arguments = ['compartmentId']
|
@@ -21941,7 +22325,7 @@ class DataSafeClient(object):
|
|
21941
22325
|
:rtype: :class:`~oci.response.Response`
|
21942
22326
|
|
21943
22327
|
:example:
|
21944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22328
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
|
21945
22329
|
"""
|
21946
22330
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21947
22331
|
required_arguments = ['maskingPolicyId']
|
@@ -22150,7 +22534,7 @@ class DataSafeClient(object):
|
|
22150
22534
|
:rtype: :class:`~oci.response.Response`
|
22151
22535
|
|
22152
22536
|
:example:
|
22153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22537
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
|
22154
22538
|
"""
|
22155
22539
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22156
22540
|
required_arguments = ['maskingPolicyId']
|
@@ -22357,7 +22741,7 @@ class DataSafeClient(object):
|
|
22357
22741
|
:rtype: :class:`~oci.response.Response`
|
22358
22742
|
|
22359
22743
|
:example:
|
22360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22744
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
|
22361
22745
|
"""
|
22362
22746
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22363
22747
|
required_arguments = ['compartmentId']
|
@@ -22529,7 +22913,7 @@ class DataSafeClient(object):
|
|
22529
22913
|
:rtype: :class:`~oci.response.Response`
|
22530
22914
|
|
22531
22915
|
:example:
|
22532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
22533
22917
|
"""
|
22534
22918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22535
22919
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -22713,7 +23097,7 @@ class DataSafeClient(object):
|
|
22713
23097
|
:rtype: :class:`~oci.response.Response`
|
22714
23098
|
|
22715
23099
|
:example:
|
22716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
|
22717
23101
|
"""
|
22718
23102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22719
23103
|
required_arguments = ['compartmentId']
|
@@ -22894,7 +23278,7 @@ class DataSafeClient(object):
|
|
22894
23278
|
:rtype: :class:`~oci.response.Response`
|
22895
23279
|
|
22896
23280
|
:example:
|
22897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23281
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
|
22898
23282
|
"""
|
22899
23283
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22900
23284
|
required_arguments = ['compartmentId']
|
@@ -23048,7 +23432,7 @@ class DataSafeClient(object):
|
|
23048
23432
|
:rtype: :class:`~oci.response.Response`
|
23049
23433
|
|
23050
23434
|
:example:
|
23051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
|
23052
23436
|
"""
|
23053
23437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23054
23438
|
required_arguments = ['maskingPolicyId']
|
@@ -23221,7 +23605,7 @@ class DataSafeClient(object):
|
|
23221
23605
|
:rtype: :class:`~oci.response.Response`
|
23222
23606
|
|
23223
23607
|
:example:
|
23224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23608
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
|
23225
23609
|
"""
|
23226
23610
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23227
23611
|
required_arguments = ['compartmentId']
|
@@ -23383,7 +23767,7 @@ class DataSafeClient(object):
|
|
23383
23767
|
:rtype: :class:`~oci.response.Response`
|
23384
23768
|
|
23385
23769
|
:example:
|
23386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23770
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
|
23387
23771
|
"""
|
23388
23772
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23389
23773
|
required_arguments = ['targetDatabaseId']
|
@@ -23553,7 +23937,7 @@ class DataSafeClient(object):
|
|
23553
23937
|
:rtype: :class:`~oci.response.Response`
|
23554
23938
|
|
23555
23939
|
:example:
|
23556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
|
23557
23941
|
"""
|
23558
23942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23559
23943
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -23794,7 +24178,7 @@ class DataSafeClient(object):
|
|
23794
24178
|
:rtype: :class:`~oci.response.Response`
|
23795
24179
|
|
23796
24180
|
:example:
|
23797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
|
23798
24182
|
"""
|
23799
24183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23800
24184
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -24017,7 +24401,7 @@ class DataSafeClient(object):
|
|
24017
24401
|
:rtype: :class:`~oci.response.Response`
|
24018
24402
|
|
24019
24403
|
:example:
|
24020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
|
24021
24405
|
"""
|
24022
24406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24023
24407
|
required_arguments = ['compartmentId']
|
@@ -24190,6 +24574,11 @@ class DataSafeClient(object):
|
|
24190
24574
|
|
24191
24575
|
Allowed values are: "timeGenerated", "displayName"
|
24192
24576
|
|
24577
|
+
:param str mime_type: (optional)
|
24578
|
+
An optional filter to return only resources that match the specified mime type.
|
24579
|
+
|
24580
|
+
Allowed values are: "PDF", "XLS", "JSON"
|
24581
|
+
|
24193
24582
|
:param str report_definition_id: (optional)
|
24194
24583
|
The ID of the report definition to filter the list of reports
|
24195
24584
|
|
@@ -24239,7 +24628,7 @@ class DataSafeClient(object):
|
|
24239
24628
|
:rtype: :class:`~oci.response.Response`
|
24240
24629
|
|
24241
24630
|
:example:
|
24242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
|
24243
24632
|
"""
|
24244
24633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24245
24634
|
required_arguments = ['compartmentId']
|
@@ -24259,6 +24648,7 @@ class DataSafeClient(object):
|
|
24259
24648
|
"page",
|
24260
24649
|
"sort_order",
|
24261
24650
|
"sort_by",
|
24651
|
+
"mime_type",
|
24262
24652
|
"report_definition_id",
|
24263
24653
|
"time_generated_greater_than_or_equal_to",
|
24264
24654
|
"time_generated_less_than",
|
@@ -24292,6 +24682,13 @@ class DataSafeClient(object):
|
|
24292
24682
|
f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
|
24293
24683
|
)
|
24294
24684
|
|
24685
|
+
if 'mime_type' in kwargs:
|
24686
|
+
mime_type_allowed_values = ["PDF", "XLS", "JSON"]
|
24687
|
+
if kwargs['mime_type'] not in mime_type_allowed_values:
|
24688
|
+
raise ValueError(
|
24689
|
+
f"Invalid value for `mime_type`, must be one of { mime_type_allowed_values }"
|
24690
|
+
)
|
24691
|
+
|
24295
24692
|
if 'lifecycle_state' in kwargs:
|
24296
24693
|
lifecycle_state_allowed_values = ["UPDATING", "ACTIVE", "CREATING", "FAILED"]
|
24297
24694
|
if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
|
@@ -24315,6 +24712,7 @@ class DataSafeClient(object):
|
|
24315
24712
|
"page": kwargs.get("page", missing),
|
24316
24713
|
"sortOrder": kwargs.get("sort_order", missing),
|
24317
24714
|
"sortBy": kwargs.get("sort_by", missing),
|
24715
|
+
"mimeType": kwargs.get("mime_type", missing),
|
24318
24716
|
"reportDefinitionId": kwargs.get("report_definition_id", missing),
|
24319
24717
|
"timeGeneratedGreaterThanOrEqualTo": kwargs.get("time_generated_greater_than_or_equal_to", missing),
|
24320
24718
|
"timeGeneratedLessThan": kwargs.get("time_generated_less_than", missing),
|
@@ -24409,7 +24807,7 @@ class DataSafeClient(object):
|
|
24409
24807
|
:rtype: :class:`~oci.response.Response`
|
24410
24808
|
|
24411
24809
|
:example:
|
24412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
|
24413
24811
|
"""
|
24414
24812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24415
24813
|
required_arguments = ['securityPolicyReportId', 'grantee', 'grantedRole']
|
@@ -24551,7 +24949,7 @@ class DataSafeClient(object):
|
|
24551
24949
|
:rtype: :class:`~oci.response.Response`
|
24552
24950
|
|
24553
24951
|
:example:
|
24554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
24555
24953
|
"""
|
24556
24954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24557
24955
|
required_arguments = ['targetDatabaseId']
|
@@ -24714,7 +25112,7 @@ class DataSafeClient(object):
|
|
24714
25112
|
:rtype: :class:`~oci.response.Response`
|
24715
25113
|
|
24716
25114
|
:example:
|
24717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
24718
25116
|
"""
|
24719
25117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24720
25118
|
required_arguments = ['targetDatabaseId']
|
@@ -24893,7 +25291,7 @@ class DataSafeClient(object):
|
|
24893
25291
|
:rtype: :class:`~oci.response.Response`
|
24894
25292
|
|
24895
25293
|
:example:
|
24896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
|
24897
25295
|
"""
|
24898
25296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24899
25297
|
required_arguments = ['compartmentId']
|
@@ -25127,7 +25525,7 @@ class DataSafeClient(object):
|
|
25127
25525
|
:rtype: :class:`~oci.response.Response`
|
25128
25526
|
|
25129
25527
|
:example:
|
25130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25528
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
|
25131
25529
|
"""
|
25132
25530
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25133
25531
|
required_arguments = ['compartmentId']
|
@@ -25316,7 +25714,7 @@ class DataSafeClient(object):
|
|
25316
25714
|
:rtype: :class:`~oci.response.Response`
|
25317
25715
|
|
25318
25716
|
:example:
|
25319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
|
25320
25718
|
"""
|
25321
25719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25322
25720
|
required_arguments = ['compartmentId']
|
@@ -25502,7 +25900,7 @@ class DataSafeClient(object):
|
|
25502
25900
|
:rtype: :class:`~oci.response.Response`
|
25503
25901
|
|
25504
25902
|
:example:
|
25505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
|
25506
25904
|
"""
|
25507
25905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25508
25906
|
required_arguments = ['compartmentId']
|
@@ -25769,7 +26167,7 @@ class DataSafeClient(object):
|
|
25769
26167
|
:rtype: :class:`~oci.response.Response`
|
25770
26168
|
|
25771
26169
|
:example:
|
25772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
|
25773
26171
|
"""
|
25774
26172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25775
26173
|
required_arguments = ['compartmentId']
|
@@ -25972,7 +26370,7 @@ class DataSafeClient(object):
|
|
25972
26370
|
:rtype: :class:`~oci.response.Response`
|
25973
26371
|
|
25974
26372
|
:example:
|
25975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26373
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
|
25976
26374
|
"""
|
25977
26375
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25978
26376
|
required_arguments = ['compartmentId']
|
@@ -26135,7 +26533,7 @@ class DataSafeClient(object):
|
|
26135
26533
|
:rtype: :class:`~oci.response.Response`
|
26136
26534
|
|
26137
26535
|
:example:
|
26138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26536
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
|
26139
26537
|
"""
|
26140
26538
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26141
26539
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -26315,7 +26713,7 @@ class DataSafeClient(object):
|
|
26315
26713
|
:rtype: :class:`~oci.response.Response`
|
26316
26714
|
|
26317
26715
|
:example:
|
26318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
|
26319
26717
|
"""
|
26320
26718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26321
26719
|
required_arguments = ['compartmentId']
|
@@ -26557,7 +26955,7 @@ class DataSafeClient(object):
|
|
26557
26955
|
:rtype: :class:`~oci.response.Response`
|
26558
26956
|
|
26559
26957
|
:example:
|
26560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26958
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
|
26561
26959
|
"""
|
26562
26960
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26563
26961
|
required_arguments = ['sensitiveDataModelId']
|
@@ -26770,7 +27168,7 @@ class DataSafeClient(object):
|
|
26770
27168
|
:rtype: :class:`~oci.response.Response`
|
26771
27169
|
|
26772
27170
|
:example:
|
26773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
26774
27172
|
"""
|
26775
27173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26776
27174
|
required_arguments = ['sensitiveDataModelId']
|
@@ -26962,7 +27360,7 @@ class DataSafeClient(object):
|
|
26962
27360
|
:rtype: :class:`~oci.response.Response`
|
26963
27361
|
|
26964
27362
|
:example:
|
26965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
|
26966
27364
|
"""
|
26967
27365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26968
27366
|
required_arguments = ['compartmentId']
|
@@ -27139,7 +27537,7 @@ class DataSafeClient(object):
|
|
27139
27537
|
:rtype: :class:`~oci.response.Response`
|
27140
27538
|
|
27141
27539
|
:example:
|
27142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
|
27143
27541
|
"""
|
27144
27542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27145
27543
|
required_arguments = ['sensitiveDataModelId']
|
@@ -27303,7 +27701,7 @@ class DataSafeClient(object):
|
|
27303
27701
|
:rtype: :class:`~oci.response.Response`
|
27304
27702
|
|
27305
27703
|
:example:
|
27306
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
|
27307
27705
|
"""
|
27308
27706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27309
27707
|
required_arguments = ['sensitiveDataModelId']
|
@@ -27512,7 +27910,7 @@ class DataSafeClient(object):
|
|
27512
27910
|
:rtype: :class:`~oci.response.Response`
|
27513
27911
|
|
27514
27912
|
:example:
|
27515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
|
27516
27914
|
"""
|
27517
27915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27518
27916
|
required_arguments = ['compartmentId']
|
@@ -27739,7 +28137,7 @@ class DataSafeClient(object):
|
|
27739
28137
|
:rtype: :class:`~oci.response.Response`
|
27740
28138
|
|
27741
28139
|
:example:
|
27742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28140
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
|
27743
28141
|
"""
|
27744
28142
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27745
28143
|
required_arguments = ['compartmentId']
|
@@ -27899,7 +28297,7 @@ class DataSafeClient(object):
|
|
27899
28297
|
:rtype: :class:`~oci.response.Response`
|
27900
28298
|
|
27901
28299
|
:example:
|
27902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28300
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
|
27903
28301
|
"""
|
27904
28302
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27905
28303
|
required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
|
@@ -28098,7 +28496,7 @@ class DataSafeClient(object):
|
|
28098
28496
|
:rtype: :class:`~oci.response.Response`
|
28099
28497
|
|
28100
28498
|
:example:
|
28101
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
|
28102
28500
|
"""
|
28103
28501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28104
28502
|
required_arguments = ['compartmentId']
|
@@ -28296,7 +28694,7 @@ class DataSafeClient(object):
|
|
28296
28694
|
:rtype: :class:`~oci.response.Response`
|
28297
28695
|
|
28298
28696
|
:example:
|
28299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28697
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
28300
28698
|
"""
|
28301
28699
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28302
28700
|
required_arguments = ['compartmentId']
|
@@ -28472,7 +28870,7 @@ class DataSafeClient(object):
|
|
28472
28870
|
:rtype: :class:`~oci.response.Response`
|
28473
28871
|
|
28474
28872
|
:example:
|
28475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
|
28476
28874
|
"""
|
28477
28875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28478
28876
|
required_arguments = ['compartmentId']
|
@@ -28686,7 +29084,7 @@ class DataSafeClient(object):
|
|
28686
29084
|
:rtype: :class:`~oci.response.Response`
|
28687
29085
|
|
28688
29086
|
:example:
|
28689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
|
28690
29088
|
"""
|
28691
29089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28692
29090
|
required_arguments = ['compartmentId']
|
@@ -28900,7 +29298,7 @@ class DataSafeClient(object):
|
|
28900
29298
|
:rtype: :class:`~oci.response.Response`
|
28901
29299
|
|
28902
29300
|
:example:
|
28903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29301
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
|
28904
29302
|
"""
|
28905
29303
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28906
29304
|
required_arguments = ['compartmentId']
|
@@ -29108,7 +29506,7 @@ class DataSafeClient(object):
|
|
29108
29506
|
:rtype: :class:`~oci.response.Response`
|
29109
29507
|
|
29110
29508
|
:example:
|
29111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
|
29112
29510
|
"""
|
29113
29511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29114
29512
|
required_arguments = ['compartmentId']
|
@@ -29308,7 +29706,7 @@ class DataSafeClient(object):
|
|
29308
29706
|
:rtype: :class:`~oci.response.Response`
|
29309
29707
|
|
29310
29708
|
:example:
|
29311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29709
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
|
29312
29710
|
"""
|
29313
29711
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29314
29712
|
required_arguments = ['compartmentId']
|
@@ -29468,7 +29866,7 @@ class DataSafeClient(object):
|
|
29468
29866
|
:rtype: :class:`~oci.response.Response`
|
29469
29867
|
|
29470
29868
|
:example:
|
29471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29869
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
|
29472
29870
|
"""
|
29473
29871
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29474
29872
|
required_arguments = ['targetDatabaseId']
|
@@ -29665,7 +30063,7 @@ class DataSafeClient(object):
|
|
29665
30063
|
:rtype: :class:`~oci.response.Response`
|
29666
30064
|
|
29667
30065
|
:example:
|
29668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
|
29669
30067
|
"""
|
29670
30068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29671
30069
|
required_arguments = ['compartmentId']
|
@@ -29868,7 +30266,7 @@ class DataSafeClient(object):
|
|
29868
30266
|
:rtype: :class:`~oci.response.Response`
|
29869
30267
|
|
29870
30268
|
:example:
|
29871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
|
29872
30270
|
"""
|
29873
30271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29874
30272
|
required_arguments = ['compartmentId']
|
@@ -30047,7 +30445,7 @@ class DataSafeClient(object):
|
|
30047
30445
|
:rtype: :class:`~oci.response.Response`
|
30048
30446
|
|
30049
30447
|
:example:
|
30050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
|
30051
30449
|
"""
|
30052
30450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30053
30451
|
required_arguments = ['userAssessmentId']
|
@@ -30276,7 +30674,7 @@ class DataSafeClient(object):
|
|
30276
30674
|
:rtype: :class:`~oci.response.Response`
|
30277
30675
|
|
30278
30676
|
:example:
|
30279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
|
30280
30678
|
"""
|
30281
30679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30282
30680
|
required_arguments = ['userAssessmentId']
|
@@ -30530,7 +30928,7 @@ class DataSafeClient(object):
|
|
30530
30928
|
:rtype: :class:`~oci.response.Response`
|
30531
30929
|
|
30532
30930
|
:example:
|
30533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30931
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
|
30534
30932
|
"""
|
30535
30933
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30536
30934
|
required_arguments = ['compartmentId']
|
@@ -30810,7 +31208,7 @@ class DataSafeClient(object):
|
|
30810
31208
|
:rtype: :class:`~oci.response.Response`
|
30811
31209
|
|
30812
31210
|
:example:
|
30813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
|
30814
31212
|
"""
|
30815
31213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30816
31214
|
required_arguments = ['userAssessmentId']
|
@@ -30991,7 +31389,7 @@ class DataSafeClient(object):
|
|
30991
31389
|
:rtype: :class:`~oci.response.Response`
|
30992
31390
|
|
30993
31391
|
:example:
|
30994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
30995
31393
|
"""
|
30996
31394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30997
31395
|
required_arguments = ['workRequestId']
|
@@ -31109,7 +31507,7 @@ class DataSafeClient(object):
|
|
31109
31507
|
:rtype: :class:`~oci.response.Response`
|
31110
31508
|
|
31111
31509
|
:example:
|
31112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31510
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
31113
31511
|
"""
|
31114
31512
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31115
31513
|
required_arguments = ['workRequestId']
|
@@ -31259,7 +31657,7 @@ class DataSafeClient(object):
|
|
31259
31657
|
:rtype: :class:`~oci.response.Response`
|
31260
31658
|
|
31261
31659
|
:example:
|
31262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
31263
31661
|
"""
|
31264
31662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31265
31663
|
required_arguments = ['compartmentId']
|
@@ -31394,7 +31792,7 @@ class DataSafeClient(object):
|
|
31394
31792
|
:rtype: :class:`~oci.response.Response`
|
31395
31793
|
|
31396
31794
|
:example:
|
31397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
|
31398
31796
|
"""
|
31399
31797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31400
31798
|
required_arguments = ['maskingPolicyId']
|
@@ -31508,7 +31906,7 @@ class DataSafeClient(object):
|
|
31508
31906
|
:rtype: :class:`~oci.response.Response`
|
31509
31907
|
|
31510
31908
|
:example:
|
31511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31909
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
|
31512
31910
|
"""
|
31513
31911
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31514
31912
|
required_arguments = ['compartmentId']
|
@@ -31630,7 +32028,7 @@ class DataSafeClient(object):
|
|
31630
32028
|
:rtype: :class:`~oci.response.Response`
|
31631
32029
|
|
31632
32030
|
:example:
|
31633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32031
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
|
31634
32032
|
"""
|
31635
32033
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31636
32034
|
required_arguments = []
|
@@ -31746,7 +32144,7 @@ class DataSafeClient(object):
|
|
31746
32144
|
:rtype: :class:`~oci.response.Response`
|
31747
32145
|
|
31748
32146
|
:example:
|
31749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
|
31750
32148
|
"""
|
31751
32149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31752
32150
|
required_arguments = ['discoveryJobId']
|
@@ -31858,7 +32256,7 @@ class DataSafeClient(object):
|
|
31858
32256
|
:rtype: :class:`~oci.response.Response`
|
31859
32257
|
|
31860
32258
|
:example:
|
31861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
|
31862
32260
|
"""
|
31863
32261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31864
32262
|
required_arguments = ['maskingPolicyId']
|
@@ -31969,7 +32367,7 @@ class DataSafeClient(object):
|
|
31969
32367
|
:rtype: :class:`~oci.response.Response`
|
31970
32368
|
|
31971
32369
|
:example:
|
31972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.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.
|
31973
32371
|
"""
|
31974
32372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31975
32373
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -32081,7 +32479,7 @@ class DataSafeClient(object):
|
|
32081
32479
|
:rtype: :class:`~oci.response.Response`
|
32082
32480
|
|
32083
32481
|
:example:
|
32084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
|
32085
32483
|
"""
|
32086
32484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32087
32485
|
required_arguments = ['sensitiveDataModelId']
|
@@ -32154,6 +32552,102 @@ class DataSafeClient(object):
|
|
32154
32552
|
api_reference_link=api_reference_link,
|
32155
32553
|
required_arguments=required_arguments)
|
32156
32554
|
|
32555
|
+
def patch_sql_firewall_allowed_sql(self, patch_sql_firewall_allowed_sql_details, **kwargs):
|
32556
|
+
"""
|
32557
|
+
Delete multiple allowed sqls. You can use this operation to delete one or more allowed sqls.
|
32558
|
+
Create and update of multiple allowed sqls is not supported.
|
32559
|
+
|
32560
|
+
|
32561
|
+
:param oci.data_safe.models.PatchSqlFirewallAllowedSqlDetails patch_sql_firewall_allowed_sql_details: (required)
|
32562
|
+
The details used to patch the allowed sqls.
|
32563
|
+
|
32564
|
+
:param str opc_request_id: (optional)
|
32565
|
+
Unique identifier for the request.
|
32566
|
+
|
32567
|
+
:param str if_match: (optional)
|
32568
|
+
For optimistic concurrency control. In the PUT or DELETE call
|
32569
|
+
for a resource, set the if-match parameter to the value of the
|
32570
|
+
etag from a previous GET or POST response for that resource.
|
32571
|
+
The resource will be updated or deleted only if the etag you
|
32572
|
+
provide matches the resource's current etag value.
|
32573
|
+
|
32574
|
+
:param obj retry_strategy: (optional)
|
32575
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
32576
|
+
|
32577
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
32578
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
32579
|
+
|
32580
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
32581
|
+
|
32582
|
+
:param bool allow_control_chars: (optional)
|
32583
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
32584
|
+
By default, the response will not allow control characters in strings
|
32585
|
+
|
32586
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
32587
|
+
:rtype: :class:`~oci.response.Response`
|
32588
|
+
|
32589
|
+
:example:
|
32590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/patch_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use patch_sql_firewall_allowed_sql API.
|
32591
|
+
"""
|
32592
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32593
|
+
required_arguments = []
|
32594
|
+
resource_path = "/sqlFirewallAllowedSqls"
|
32595
|
+
method = "PATCH"
|
32596
|
+
operation_name = "patch_sql_firewall_allowed_sql"
|
32597
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/SqlFirewallAllowedSql/PatchSqlFirewallAllowedSql"
|
32598
|
+
|
32599
|
+
# Don't accept unknown kwargs
|
32600
|
+
expected_kwargs = [
|
32601
|
+
"allow_control_chars",
|
32602
|
+
"retry_strategy",
|
32603
|
+
"opc_request_id",
|
32604
|
+
"if_match"
|
32605
|
+
]
|
32606
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
32607
|
+
if extra_kwargs:
|
32608
|
+
raise ValueError(
|
32609
|
+
f"patch_sql_firewall_allowed_sql got unknown kwargs: {extra_kwargs!r}")
|
32610
|
+
|
32611
|
+
header_params = {
|
32612
|
+
"accept": "application/json",
|
32613
|
+
"content-type": "application/json",
|
32614
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
32615
|
+
"if-match": kwargs.get("if_match", missing)
|
32616
|
+
}
|
32617
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
32618
|
+
|
32619
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
32620
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
32621
|
+
client_retry_strategy=self.retry_strategy
|
32622
|
+
)
|
32623
|
+
if retry_strategy is None:
|
32624
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
32625
|
+
|
32626
|
+
if retry_strategy:
|
32627
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
32628
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
32629
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
32630
|
+
return retry_strategy.make_retrying_call(
|
32631
|
+
self.base_client.call_api,
|
32632
|
+
resource_path=resource_path,
|
32633
|
+
method=method,
|
32634
|
+
header_params=header_params,
|
32635
|
+
body=patch_sql_firewall_allowed_sql_details,
|
32636
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
32637
|
+
operation_name=operation_name,
|
32638
|
+
api_reference_link=api_reference_link,
|
32639
|
+
required_arguments=required_arguments)
|
32640
|
+
else:
|
32641
|
+
return self.base_client.call_api(
|
32642
|
+
resource_path=resource_path,
|
32643
|
+
method=method,
|
32644
|
+
header_params=header_params,
|
32645
|
+
body=patch_sql_firewall_allowed_sql_details,
|
32646
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
32647
|
+
operation_name=operation_name,
|
32648
|
+
api_reference_link=api_reference_link,
|
32649
|
+
required_arguments=required_arguments)
|
32650
|
+
|
32157
32651
|
def patch_target_alert_policy_association(self, patch_target_alert_policy_association_details, **kwargs):
|
32158
32652
|
"""
|
32159
32653
|
Creates new target-alert policy associations that will be applied on the target database.
|
@@ -32188,7 +32682,7 @@ class DataSafeClient(object):
|
|
32188
32682
|
:rtype: :class:`~oci.response.Response`
|
32189
32683
|
|
32190
32684
|
:example:
|
32191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32685
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
|
32192
32686
|
"""
|
32193
32687
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32194
32688
|
required_arguments = []
|
@@ -32292,7 +32786,7 @@ class DataSafeClient(object):
|
|
32292
32786
|
:rtype: :class:`~oci.response.Response`
|
32293
32787
|
|
32294
32788
|
:example:
|
32295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
|
32296
32790
|
"""
|
32297
32791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32298
32792
|
required_arguments = ['auditPolicyId']
|
@@ -32408,7 +32902,7 @@ class DataSafeClient(object):
|
|
32408
32902
|
:rtype: :class:`~oci.response.Response`
|
32409
32903
|
|
32410
32904
|
:example:
|
32411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
|
32412
32906
|
"""
|
32413
32907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32414
32908
|
required_arguments = ['sqlCollectionId']
|
@@ -32522,7 +33016,7 @@ class DataSafeClient(object):
|
|
32522
33016
|
:rtype: :class:`~oci.response.Response`
|
32523
33017
|
|
32524
33018
|
:example:
|
32525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
|
32526
33020
|
"""
|
32527
33021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32528
33022
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -32640,7 +33134,7 @@ class DataSafeClient(object):
|
|
32640
33134
|
:rtype: :class:`~oci.response.Response`
|
32641
33135
|
|
32642
33136
|
:example:
|
32643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
|
32644
33138
|
"""
|
32645
33139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32646
33140
|
required_arguments = ['securityAssessmentId']
|
@@ -32756,7 +33250,7 @@ class DataSafeClient(object):
|
|
32756
33250
|
:rtype: :class:`~oci.response.Response`
|
32757
33251
|
|
32758
33252
|
:example:
|
32759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
|
32760
33254
|
"""
|
32761
33255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32762
33256
|
required_arguments = ['sqlCollectionId']
|
@@ -32870,7 +33364,7 @@ class DataSafeClient(object):
|
|
32870
33364
|
:rtype: :class:`~oci.response.Response`
|
32871
33365
|
|
32872
33366
|
:example:
|
32873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
|
32874
33368
|
"""
|
32875
33369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32876
33370
|
required_arguments = ['targetDatabaseId']
|
@@ -32989,7 +33483,7 @@ class DataSafeClient(object):
|
|
32989
33483
|
:rtype: :class:`~oci.response.Response`
|
32990
33484
|
|
32991
33485
|
:example:
|
32992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
|
32993
33487
|
"""
|
32994
33488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32995
33489
|
required_arguments = ['userAssessmentId']
|
@@ -33105,7 +33599,7 @@ class DataSafeClient(object):
|
|
33105
33599
|
:rtype: :class:`~oci.response.Response`
|
33106
33600
|
|
33107
33601
|
:example:
|
33108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
|
33109
33603
|
"""
|
33110
33604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33111
33605
|
required_arguments = ['reportDefinitionId']
|
@@ -33213,7 +33707,7 @@ class DataSafeClient(object):
|
|
33213
33707
|
:rtype: :class:`~oci.response.Response`
|
33214
33708
|
|
33215
33709
|
:example:
|
33216
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33710
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
|
33217
33711
|
"""
|
33218
33712
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33219
33713
|
required_arguments = ['auditTrailId']
|
@@ -33324,7 +33818,7 @@ class DataSafeClient(object):
|
|
33324
33818
|
:rtype: :class:`~oci.response.Response`
|
33325
33819
|
|
33326
33820
|
:example:
|
33327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
|
33328
33822
|
"""
|
33329
33823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33330
33824
|
required_arguments = ['workRequestId']
|
@@ -33438,7 +33932,7 @@ class DataSafeClient(object):
|
|
33438
33932
|
:rtype: :class:`~oci.response.Response`
|
33439
33933
|
|
33440
33934
|
:example:
|
33441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
|
33442
33936
|
"""
|
33443
33937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33444
33938
|
required_arguments = ['auditPolicyId']
|
@@ -33555,7 +34049,7 @@ class DataSafeClient(object):
|
|
33555
34049
|
:rtype: :class:`~oci.response.Response`
|
33556
34050
|
|
33557
34051
|
:example:
|
33558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
|
33559
34053
|
"""
|
33560
34054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33561
34055
|
required_arguments = ['reportDefinitionId']
|
@@ -33674,7 +34168,7 @@ class DataSafeClient(object):
|
|
33674
34168
|
:rtype: :class:`~oci.response.Response`
|
33675
34169
|
|
33676
34170
|
:example:
|
33677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34171
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
|
33678
34172
|
"""
|
33679
34173
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33680
34174
|
required_arguments = ['securityAssessmentId']
|
@@ -33794,7 +34288,7 @@ class DataSafeClient(object):
|
|
33794
34288
|
:rtype: :class:`~oci.response.Response`
|
33795
34289
|
|
33796
34290
|
:example:
|
33797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
|
33798
34292
|
"""
|
33799
34293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33800
34294
|
required_arguments = ['userAssessmentId']
|
@@ -33914,7 +34408,7 @@ class DataSafeClient(object):
|
|
33914
34408
|
:rtype: :class:`~oci.response.Response`
|
33915
34409
|
|
33916
34410
|
:example:
|
33917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
|
33918
34412
|
"""
|
33919
34413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33920
34414
|
required_arguments = ['auditTrailId']
|
@@ -34030,7 +34524,7 @@ class DataSafeClient(object):
|
|
34030
34524
|
:rtype: :class:`~oci.response.Response`
|
34031
34525
|
|
34032
34526
|
:example:
|
34033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34527
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
|
34034
34528
|
"""
|
34035
34529
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34036
34530
|
required_arguments = ['sqlCollectionId']
|
@@ -34138,7 +34632,7 @@ class DataSafeClient(object):
|
|
34138
34632
|
:rtype: :class:`~oci.response.Response`
|
34139
34633
|
|
34140
34634
|
:example:
|
34141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
|
34142
34636
|
"""
|
34143
34637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34144
34638
|
required_arguments = ['auditTrailId']
|
@@ -34249,7 +34743,7 @@ class DataSafeClient(object):
|
|
34249
34743
|
:rtype: :class:`~oci.response.Response`
|
34250
34744
|
|
34251
34745
|
:example:
|
34252
|
-
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.135.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
|
34253
34747
|
"""
|
34254
34748
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34255
34749
|
required_arguments = ['sqlCollectionId']
|
@@ -34363,7 +34857,7 @@ class DataSafeClient(object):
|
|
34363
34857
|
:rtype: :class:`~oci.response.Response`
|
34364
34858
|
|
34365
34859
|
:example:
|
34366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
|
34367
34861
|
"""
|
34368
34862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34369
34863
|
required_arguments = ['workRequestId']
|
@@ -34482,7 +34976,7 @@ class DataSafeClient(object):
|
|
34482
34976
|
:rtype: :class:`~oci.response.Response`
|
34483
34977
|
|
34484
34978
|
:example:
|
34485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34979
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
|
34486
34980
|
"""
|
34487
34981
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34488
34982
|
required_arguments = ['securityAssessmentId']
|
@@ -34604,7 +35098,7 @@ class DataSafeClient(object):
|
|
34604
35098
|
:rtype: :class:`~oci.response.Response`
|
34605
35099
|
|
34606
35100
|
:example:
|
34607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
|
34608
35102
|
"""
|
34609
35103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34610
35104
|
required_arguments = ['userAssessmentId']
|
@@ -34718,7 +35212,7 @@ class DataSafeClient(object):
|
|
34718
35212
|
:rtype: :class:`~oci.response.Response`
|
34719
35213
|
|
34720
35214
|
:example:
|
34721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
|
34722
35216
|
"""
|
34723
35217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34724
35218
|
required_arguments = ['alertId']
|
@@ -34830,7 +35324,7 @@ class DataSafeClient(object):
|
|
34830
35324
|
:rtype: :class:`~oci.response.Response`
|
34831
35325
|
|
34832
35326
|
:example:
|
34833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_alert_policy.py.html>`__ to see an example of how to use update_alert_policy API.
|
34834
35328
|
"""
|
34835
35329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34836
35330
|
required_arguments = ['alertPolicyId']
|
@@ -34943,7 +35437,7 @@ class DataSafeClient(object):
|
|
34943
35437
|
:rtype: :class:`~oci.response.Response`
|
34944
35438
|
|
34945
35439
|
:example:
|
34946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_alert_policy_rule.py.html>`__ to see an example of how to use update_alert_policy_rule API.
|
34947
35441
|
"""
|
34948
35442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34949
35443
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -35054,7 +35548,7 @@ class DataSafeClient(object):
|
|
35054
35548
|
:rtype: :class:`~oci.response.Response`
|
35055
35549
|
|
35056
35550
|
:example:
|
35057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35551
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
|
35058
35552
|
"""
|
35059
35553
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35060
35554
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -35164,7 +35658,7 @@ class DataSafeClient(object):
|
|
35164
35658
|
:rtype: :class:`~oci.response.Response`
|
35165
35659
|
|
35166
35660
|
:example:
|
35167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35661
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
|
35168
35662
|
"""
|
35169
35663
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35170
35664
|
required_arguments = ['auditPolicyId']
|
@@ -35274,7 +35768,7 @@ class DataSafeClient(object):
|
|
35274
35768
|
:rtype: :class:`~oci.response.Response`
|
35275
35769
|
|
35276
35770
|
:example:
|
35277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
|
35278
35772
|
"""
|
35279
35773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35280
35774
|
required_arguments = ['auditProfileId']
|
@@ -35384,7 +35878,7 @@ class DataSafeClient(object):
|
|
35384
35878
|
:rtype: :class:`~oci.response.Response`
|
35385
35879
|
|
35386
35880
|
:example:
|
35387
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35881
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
|
35388
35882
|
"""
|
35389
35883
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35390
35884
|
required_arguments = ['auditTrailId']
|
@@ -35494,7 +35988,7 @@ class DataSafeClient(object):
|
|
35494
35988
|
:rtype: :class:`~oci.response.Response`
|
35495
35989
|
|
35496
35990
|
:example:
|
35497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
|
35498
35992
|
"""
|
35499
35993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35500
35994
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -35604,7 +36098,7 @@ class DataSafeClient(object):
|
|
35604
36098
|
:rtype: :class:`~oci.response.Response`
|
35605
36099
|
|
35606
36100
|
:example:
|
35607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
|
35608
36102
|
"""
|
35609
36103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35610
36104
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -35723,7 +36217,7 @@ class DataSafeClient(object):
|
|
35723
36217
|
:rtype: :class:`~oci.response.Response`
|
35724
36218
|
|
35725
36219
|
:example:
|
35726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
|
35727
36221
|
"""
|
35728
36222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35729
36223
|
required_arguments = ['securityAssessmentId', 'findingKey']
|
@@ -35837,7 +36331,7 @@ class DataSafeClient(object):
|
|
35837
36331
|
:rtype: :class:`~oci.response.Response`
|
35838
36332
|
|
35839
36333
|
:example:
|
35840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36334
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
|
35841
36335
|
"""
|
35842
36336
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35843
36337
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -35951,7 +36445,7 @@ class DataSafeClient(object):
|
|
35951
36445
|
:rtype: :class:`~oci.response.Response`
|
35952
36446
|
|
35953
36447
|
:example:
|
35954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36448
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
|
35955
36449
|
"""
|
35956
36450
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35957
36451
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -36062,7 +36556,7 @@ class DataSafeClient(object):
|
|
36062
36556
|
:rtype: :class:`~oci.response.Response`
|
36063
36557
|
|
36064
36558
|
:example:
|
36065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36559
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
|
36066
36560
|
"""
|
36067
36561
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36068
36562
|
required_arguments = ['maskingPolicyId']
|
@@ -36172,7 +36666,7 @@ class DataSafeClient(object):
|
|
36172
36666
|
:rtype: :class:`~oci.response.Response`
|
36173
36667
|
|
36174
36668
|
:example:
|
36175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
|
36176
36670
|
"""
|
36177
36671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36178
36672
|
required_arguments = ['onPremConnectorId']
|
@@ -36288,7 +36782,7 @@ class DataSafeClient(object):
|
|
36288
36782
|
:rtype: :class:`~oci.response.Response`
|
36289
36783
|
|
36290
36784
|
:example:
|
36291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36785
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
|
36292
36786
|
"""
|
36293
36787
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36294
36788
|
required_arguments = ['onPremConnectorId']
|
@@ -36410,7 +36904,7 @@ class DataSafeClient(object):
|
|
36410
36904
|
:rtype: :class:`~oci.response.Response`
|
36411
36905
|
|
36412
36906
|
:example:
|
36413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
|
36414
36908
|
"""
|
36415
36909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36416
36910
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -36530,7 +37024,7 @@ class DataSafeClient(object):
|
|
36530
37024
|
:rtype: :class:`~oci.response.Response`
|
36531
37025
|
|
36532
37026
|
:example:
|
36533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37027
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
|
36534
37028
|
"""
|
36535
37029
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36536
37030
|
required_arguments = ['reportId']
|
@@ -36649,7 +37143,7 @@ class DataSafeClient(object):
|
|
36649
37143
|
:rtype: :class:`~oci.response.Response`
|
36650
37144
|
|
36651
37145
|
:example:
|
36652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
|
36653
37147
|
"""
|
36654
37148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36655
37149
|
required_arguments = ['reportDefinitionId']
|
@@ -36762,7 +37256,7 @@ class DataSafeClient(object):
|
|
36762
37256
|
:rtype: :class:`~oci.response.Response`
|
36763
37257
|
|
36764
37258
|
:example:
|
36765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37259
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
|
36766
37260
|
"""
|
36767
37261
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36768
37262
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -36872,7 +37366,7 @@ class DataSafeClient(object):
|
|
36872
37366
|
:rtype: :class:`~oci.response.Response`
|
36873
37367
|
|
36874
37368
|
:example:
|
36875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
|
36876
37370
|
"""
|
36877
37371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36878
37372
|
required_arguments = ['securityAssessmentId']
|
@@ -36982,7 +37476,7 @@ class DataSafeClient(object):
|
|
36982
37476
|
:rtype: :class:`~oci.response.Response`
|
36983
37477
|
|
36984
37478
|
:example:
|
36985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
|
36986
37480
|
"""
|
36987
37481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36988
37482
|
required_arguments = ['securityPolicyId']
|
@@ -37092,7 +37586,7 @@ class DataSafeClient(object):
|
|
37092
37586
|
:rtype: :class:`~oci.response.Response`
|
37093
37587
|
|
37094
37588
|
:example:
|
37095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
|
37096
37590
|
"""
|
37097
37591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37098
37592
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -37205,7 +37699,7 @@ class DataSafeClient(object):
|
|
37205
37699
|
:rtype: :class:`~oci.response.Response`
|
37206
37700
|
|
37207
37701
|
:example:
|
37208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37702
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
|
37209
37703
|
"""
|
37210
37704
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37211
37705
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -37317,7 +37811,7 @@ class DataSafeClient(object):
|
|
37317
37811
|
:rtype: :class:`~oci.response.Response`
|
37318
37812
|
|
37319
37813
|
:example:
|
37320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37814
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
|
37321
37815
|
"""
|
37322
37816
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37323
37817
|
required_arguments = ['sensitiveDataModelId']
|
@@ -37427,7 +37921,7 @@ class DataSafeClient(object):
|
|
37427
37921
|
:rtype: :class:`~oci.response.Response`
|
37428
37922
|
|
37429
37923
|
:example:
|
37430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
|
37431
37925
|
"""
|
37432
37926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37433
37927
|
required_arguments = ['sensitiveTypeId']
|
@@ -37537,7 +38031,7 @@ class DataSafeClient(object):
|
|
37537
38031
|
:rtype: :class:`~oci.response.Response`
|
37538
38032
|
|
37539
38033
|
:example:
|
37540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38034
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
|
37541
38035
|
"""
|
37542
38036
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37543
38037
|
required_arguments = ['sqlCollectionId']
|
@@ -37647,7 +38141,7 @@ class DataSafeClient(object):
|
|
37647
38141
|
:rtype: :class:`~oci.response.Response`
|
37648
38142
|
|
37649
38143
|
:example:
|
37650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38144
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
|
37651
38145
|
"""
|
37652
38146
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37653
38147
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -37757,7 +38251,7 @@ class DataSafeClient(object):
|
|
37757
38251
|
:rtype: :class:`~oci.response.Response`
|
37758
38252
|
|
37759
38253
|
:example:
|
37760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
|
37761
38255
|
"""
|
37762
38256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37763
38257
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -37873,7 +38367,7 @@ class DataSafeClient(object):
|
|
37873
38367
|
:rtype: :class:`~oci.response.Response`
|
37874
38368
|
|
37875
38369
|
:example:
|
37876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
|
37877
38371
|
"""
|
37878
38372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37879
38373
|
required_arguments = ['targetDatabaseId']
|
@@ -37986,7 +38480,7 @@ class DataSafeClient(object):
|
|
37986
38480
|
:rtype: :class:`~oci.response.Response`
|
37987
38481
|
|
37988
38482
|
:example:
|
37989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
|
37990
38484
|
"""
|
37991
38485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37992
38486
|
required_arguments = ['userAssessmentId']
|
@@ -38107,7 +38601,7 @@ class DataSafeClient(object):
|
|
38107
38601
|
:rtype: :class:`~oci.response.Response`
|
38108
38602
|
|
38109
38603
|
:example:
|
38110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
|
38111
38605
|
"""
|
38112
38606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38113
38607
|
required_arguments = ['maskingPolicyId']
|
@@ -38248,7 +38742,7 @@ class DataSafeClient(object):
|
|
38248
38742
|
:rtype: :class:`~oci.response.Response`
|
38249
38743
|
|
38250
38744
|
:example:
|
38251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.135.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
|
38252
38746
|
"""
|
38253
38747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38254
38748
|
required_arguments = ['sensitiveDataModelId']
|