oci 2.131.0__py3-none-any.whl → 2.132.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 +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +17 -17
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +142 -23
- oci/analytics/analytics_client_composite_operations.py +42 -0
- oci/analytics/models/__init__.py +2 -0
- oci/analytics/models/analytics_instance.py +123 -8
- oci/analytics/models/analytics_instance_summary.py +115 -0
- oci/analytics/models/capacity.py +8 -4
- oci/analytics/models/create_analytics_instance_details.py +121 -8
- oci/analytics/models/set_feature_bundle_details.py +96 -0
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +9 -9
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +72 -72
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +22 -22
- 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/virtual_network_client.py +247 -247
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +287 -287
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +360 -360
- oci/database/models/autonomous_database_software_image.py +33 -2
- oci/database/models/autonomous_database_software_image_summary.py +33 -2
- oci/database/models/create_maintenance_run_details.py +46 -7
- oci/database/models/maintenance_run.py +44 -5
- oci/database/models/maintenance_run_summary.py +44 -5
- oci/database_management/db_management_client.py +208 -208
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +7 -7
- oci/database_management/models/__init__.py +18 -0
- oci/database_management/models/basic_database_connection_string_details.py +7 -6
- oci/database_management/models/connector_details.py +5 -5
- oci/database_management/models/database_connection_credentails_by_name.py +1 -1
- oci/database_management/models/database_connection_credentials.py +11 -3
- oci/database_management/models/database_connection_credentials_by_details.py +1 -1
- oci/database_management/models/database_connection_string_details.py +5 -5
- oci/database_management/models/database_diagnostics_and_management_feature_configuration.py +9 -7
- oci/database_management/models/database_diagnostics_and_management_feature_details.py +1 -1
- oci/database_management/models/database_feature_configuration.py +27 -11
- oci/database_management/models/database_feature_details.py +19 -3
- oci/database_management/models/database_lifecycle_feature_configuration.py +122 -0
- oci/database_management/models/database_lifecycle_management_feature_details.py +65 -0
- oci/database_management/models/database_named_credential_connection_details.py +88 -0
- oci/database_management/models/database_sql_watch_feature_configuration.py +73 -0
- oci/database_management/models/database_sql_watch_feature_details.py +65 -0
- oci/database_management/models/database_ssl_connection_credentials.py +1 -1
- oci/database_management/models/disable_database_management_feature_details.py +11 -3
- oci/database_management/models/disable_external_container_database_management_feature_details.py +11 -3
- oci/database_management/models/disable_external_non_container_database_management_feature_details.py +11 -3
- oci/database_management/models/disable_external_pluggable_database_management_feature_details.py +11 -3
- oci/database_management/models/disable_pluggable_database_management_feature_details.py +11 -3
- oci/database_management/models/external_database_diagnostics_and_management_feature_details.py +1 -1
- oci/database_management/models/external_database_feature_details.py +19 -3
- oci/database_management/models/external_database_lifecycle_management_feature_details.py +105 -0
- oci/database_management/models/external_database_sql_watch_feature_details.py +58 -0
- oci/database_management/models/external_database_summary.py +95 -2
- oci/database_management/models/external_pluggable_database_diagnostics_and_management_feature_details.py +1 -1
- oci/database_management/models/external_pluggable_database_feature_details.py +19 -3
- oci/database_management/models/external_pluggable_database_lifecycle_management_feature_details.py +58 -0
- oci/database_management/models/external_pluggable_database_sql_watch_feature_details.py +58 -0
- oci/database_management/models/managed_database.py +64 -2
- oci/database_management/models/managed_database_summary.py +64 -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_tools/database_tools_client.py +23 -23
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +29 -43
- oci/disaster_recovery/models/__init__.py +12 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_container_database_details.py +107 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_autonomous_database_details.py +95 -3
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_movable_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_database_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_details.py +19 -3
- oci/disaster_recovery/models/create_dr_protection_group_member_file_system_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_network_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/create_dr_protection_group_member_object_storage_bucket_details.py +128 -0
- oci/disaster_recovery/models/create_dr_protection_group_member_volume_group_details.py +1 -1
- oci/disaster_recovery/models/dr_plan_step.py +99 -3
- oci/disaster_recovery/models/dr_plan_step_execution.py +99 -3
- oci/disaster_recovery/models/dr_protection_group_member.py +19 -3
- oci/disaster_recovery/models/dr_protection_group_member_autonomous_container_database.py +108 -0
- oci/disaster_recovery/models/dr_protection_group_member_autonomous_database.py +96 -3
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance_movable.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_compute_instance_non_movable.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_database.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_file_system.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_load_balancer.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_network_load_balancer.py +1 -1
- oci/disaster_recovery/models/dr_protection_group_member_object_storage_bucket.py +128 -0
- oci/disaster_recovery/models/dr_protection_group_member_volume_group.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_container_database_details.py +107 -0
- oci/disaster_recovery/models/update_dr_protection_group_member_autonomous_database_details.py +95 -3
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_movable_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_compute_instance_non_movable_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_database_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_details.py +19 -3
- oci/disaster_recovery/models/update_dr_protection_group_member_file_system_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_network_load_balancer_details.py +1 -1
- oci/disaster_recovery/models/update_dr_protection_group_member_object_storage_bucket_details.py +128 -0
- oci/disaster_recovery/models/update_dr_protection_group_member_volume_group_details.py +1 -1
- 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 +51 -51
- oci/fleet_apps_management/__init__.py +22 -0
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +1077 -0
- oci/fleet_apps_management/fleet_apps_management_admin_client_composite_operations.py +124 -0
- oci/fleet_apps_management/fleet_apps_management_client.py +4532 -0
- oci/fleet_apps_management/fleet_apps_management_client_composite_operations.py +692 -0
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +685 -0
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client_composite_operations.py +157 -0
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +1730 -0
- oci/fleet_apps_management/fleet_apps_management_operations_client_composite_operations.py +270 -0
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +683 -0
- oci/fleet_apps_management/fleet_apps_management_runbooks_client_composite_operations.py +26 -0
- oci/fleet_apps_management/models/__init__.py +286 -0
- oci/fleet_apps_management/models/action_group.py +309 -0
- oci/fleet_apps_management/models/action_group_details.py +456 -0
- oci/fleet_apps_management/models/activity_resource_target.py +155 -0
- oci/fleet_apps_management/models/announcement_collection.py +72 -0
- oci/fleet_apps_management/models/announcement_summary.py +606 -0
- oci/fleet_apps_management/models/api_based_execution_details.py +82 -0
- oci/fleet_apps_management/models/associated_fleet_credential_details.py +190 -0
- oci/fleet_apps_management/models/associated_fleet_property_details.py +218 -0
- oci/fleet_apps_management/models/associated_fleet_resource_details.py +165 -0
- oci/fleet_apps_management/models/associated_local_task_details.py +281 -0
- oci/fleet_apps_management/models/associated_scheduler_definition.py +171 -0
- oci/fleet_apps_management/models/associated_shared_task_details.py +82 -0
- oci/fleet_apps_management/models/associated_task_details.py +109 -0
- oci/fleet_apps_management/models/associations.py +161 -0
- oci/fleet_apps_management/models/check_resource_tagging_details.py +134 -0
- oci/fleet_apps_management/models/compliance_report.py +189 -0
- oci/fleet_apps_management/models/compliance_report_patch_detail.py +196 -0
- oci/fleet_apps_management/models/compliance_report_product.py +103 -0
- oci/fleet_apps_management/models/compliance_report_resource.py +344 -0
- oci/fleet_apps_management/models/compliance_report_target.py +251 -0
- oci/fleet_apps_management/models/component_properties.py +154 -0
- oci/fleet_apps_management/models/condition.py +134 -0
- oci/fleet_apps_management/models/confirm_targets_details.py +72 -0
- oci/fleet_apps_management/models/content_details.py +101 -0
- oci/fleet_apps_management/models/create_fleet_credential_details.py +190 -0
- oci/fleet_apps_management/models/create_fleet_details.py +510 -0
- oci/fleet_apps_management/models/create_fleet_property_details.py +134 -0
- oci/fleet_apps_management/models/create_fleet_resource_details.py +196 -0
- oci/fleet_apps_management/models/create_maintenance_window_details.py +437 -0
- oci/fleet_apps_management/models/create_onboarding_details.py +134 -0
- oci/fleet_apps_management/models/create_property_details.py +238 -0
- oci/fleet_apps_management/models/create_scheduler_definition_details.py +328 -0
- oci/fleet_apps_management/models/credential_details.py +117 -0
- oci/fleet_apps_management/models/credential_entity_specific_details.py +101 -0
- oci/fleet_apps_management/models/details.py +224 -0
- oci/fleet_apps_management/models/discovered_target.py +196 -0
- oci/fleet_apps_management/models/entity_execution_details.py +341 -0
- oci/fleet_apps_management/models/execution.py +463 -0
- oci/fleet_apps_management/models/execution_collection.py +72 -0
- oci/fleet_apps_management/models/execution_details.py +109 -0
- oci/fleet_apps_management/models/execution_summary.py +405 -0
- oci/fleet_apps_management/models/execution_workflow_details.py +72 -0
- oci/fleet_apps_management/models/fleet.py +887 -0
- oci/fleet_apps_management/models/fleet_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_credential.py +398 -0
- oci/fleet_apps_management/models/fleet_credential_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_credential_summary.py +378 -0
- oci/fleet_apps_management/models/fleet_product_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_product_summary.py +200 -0
- oci/fleet_apps_management/models/fleet_property.py +477 -0
- oci/fleet_apps_management/models/fleet_property_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_property_summary.py +375 -0
- oci/fleet_apps_management/models/fleet_resource.py +717 -0
- oci/fleet_apps_management/models/fleet_resource_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_resource_summary.py +693 -0
- oci/fleet_apps_management/models/fleet_summary.py +456 -0
- oci/fleet_apps_management/models/fleet_target.py +399 -0
- oci/fleet_apps_management/models/fleet_target_collection.py +72 -0
- oci/fleet_apps_management/models/fleet_target_summary.py +348 -0
- oci/fleet_apps_management/models/generate_compliance_report_details.py +72 -0
- oci/fleet_apps_management/models/group.py +150 -0
- oci/fleet_apps_management/models/input_argument.py +171 -0
- oci/fleet_apps_management/models/input_parameter.py +103 -0
- oci/fleet_apps_management/models/inventory_resource_collection.py +72 -0
- oci/fleet_apps_management/models/inventory_resource_summary.py +425 -0
- oci/fleet_apps_management/models/job_activity.py +310 -0
- oci/fleet_apps_management/models/key_encryption_credential_details.py +175 -0
- oci/fleet_apps_management/models/maintenance_window.py +688 -0
- oci/fleet_apps_management/models/maintenance_window_collection.py +72 -0
- oci/fleet_apps_management/models/maintenance_window_summary.py +656 -0
- oci/fleet_apps_management/models/model_property.py +641 -0
- oci/fleet_apps_management/models/notification_preferences.py +130 -0
- oci/fleet_apps_management/models/object_storage_bucket_content_details.py +176 -0
- oci/fleet_apps_management/models/onboarding.py +393 -0
- oci/fleet_apps_management/models/onboarding_collection.py +72 -0
- oci/fleet_apps_management/models/onboarding_policy_collection.py +72 -0
- oci/fleet_apps_management/models/onboarding_policy_summary.py +198 -0
- oci/fleet_apps_management/models/onboarding_summary.py +353 -0
- oci/fleet_apps_management/models/operation_runbook.py +103 -0
- oci/fleet_apps_management/models/outcome.py +134 -0
- oci/fleet_apps_management/models/output_variable_details.py +103 -0
- oci/fleet_apps_management/models/output_variable_input_argument.py +65 -0
- oci/fleet_apps_management/models/output_variable_mapping.py +99 -0
- oci/fleet_apps_management/models/plain_text_credential_details.py +82 -0
- oci/fleet_apps_management/models/preferences.py +134 -0
- oci/fleet_apps_management/models/properties.py +103 -0
- oci/fleet_apps_management/models/property_collection.py +72 -0
- oci/fleet_apps_management/models/property_summary.py +601 -0
- oci/fleet_apps_management/models/request_resource_validation_details.py +103 -0
- oci/fleet_apps_management/models/request_target_discovery_details.py +103 -0
- oci/fleet_apps_management/models/resource_tag_check_details.py +72 -0
- oci/fleet_apps_management/models/resource_tag_enablement_info.py +103 -0
- oci/fleet_apps_management/models/rule.py +165 -0
- oci/fleet_apps_management/models/runbook.py +747 -0
- oci/fleet_apps_management/models/runbook_collection.py +72 -0
- oci/fleet_apps_management/models/runbook_summary.py +664 -0
- oci/fleet_apps_management/models/schedule.py +212 -0
- oci/fleet_apps_management/models/scheduled_fleet_collection.py +72 -0
- oci/fleet_apps_management/models/scheduled_fleet_summary.py +313 -0
- oci/fleet_apps_management/models/scheduler_definition.py +847 -0
- oci/fleet_apps_management/models/scheduler_definition_collection.py +72 -0
- oci/fleet_apps_management/models/scheduler_definition_summary.py +718 -0
- oci/fleet_apps_management/models/scheduler_job.py +767 -0
- oci/fleet_apps_management/models/scheduler_job_collection.py +72 -0
- oci/fleet_apps_management/models/scheduler_job_summary.py +685 -0
- oci/fleet_apps_management/models/script_based_execution_details.py +136 -0
- oci/fleet_apps_management/models/selection_criteria.py +119 -0
- oci/fleet_apps_management/models/string_input_argument.py +65 -0
- oci/fleet_apps_management/models/target_credential_entity_specific_details.py +113 -0
- oci/fleet_apps_management/models/target_resource.py +109 -0
- oci/fleet_apps_management/models/task.py +200 -0
- oci/fleet_apps_management/models/task_argument.py +103 -0
- oci/fleet_apps_management/models/task_record.py +568 -0
- oci/fleet_apps_management/models/task_record_collection.py +72 -0
- oci/fleet_apps_management/models/task_record_summary.py +516 -0
- oci/fleet_apps_management/models/task_variable.py +103 -0
- oci/fleet_apps_management/models/update_fleet_credential_details.py +159 -0
- oci/fleet_apps_management/models/update_fleet_details.py +262 -0
- oci/fleet_apps_management/models/update_fleet_property_details.py +72 -0
- oci/fleet_apps_management/models/update_fleet_resource_details.py +103 -0
- oci/fleet_apps_management/models/update_maintenance_window_details.py +406 -0
- oci/fleet_apps_management/models/update_property_details.py +207 -0
- oci/fleet_apps_management/models/update_scheduler_definition_details.py +297 -0
- oci/fleet_apps_management/models/update_scheduler_job_details.py +138 -0
- oci/fleet_apps_management/models/vault_secret_credential_details.py +117 -0
- oci/fleet_apps_management/models/work_request.py +497 -0
- oci/fleet_apps_management/models/work_request_error.py +136 -0
- oci/fleet_apps_management/models/work_request_error_collection.py +72 -0
- oci/fleet_apps_management/models/work_request_log_entry.py +103 -0
- oci/fleet_apps_management/models/work_request_log_entry_collection.py +72 -0
- oci/fleet_apps_management/models/work_request_resource.py +234 -0
- oci/fleet_apps_management/models/work_request_summary.py +497 -0
- oci/fleet_apps_management/models/work_request_summary_collection.py +72 -0
- oci/fleet_apps_management/models/workflow_component.py +109 -0
- oci/fleet_apps_management/models/workflow_group.py +150 -0
- oci/fleet_apps_management/models/workflow_group_component.py +115 -0
- oci/fleet_apps_management/models/workflow_task_component.py +82 -0
- 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/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +30 -30
- oci/golden_gate/golden_gate_client.py +68 -68
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +307 -307
- oci/integration/integration_instance_client.py +138 -17
- oci/integration/integration_instance_client_composite_operations.py +42 -0
- oci/integration/models/__init__.py +2 -0
- oci/integration/models/create_integration_instance_details.py +7 -3
- oci/integration/models/extend_data_retention_details.py +92 -0
- oci/integration/models/integration_instance.py +100 -8
- oci/integration/models/integration_instance_summary.py +100 -8
- oci/integration/models/update_integration_instance_details.py +7 -3
- oci/integration/models/work_request.py +7 -3
- oci/integration/models/work_request_summary.py +7 -3
- oci/jms/java_management_service_client.py +150 -150
- oci/jms_java_downloads/java_download_client.py +50 -50
- 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 +33 -12
- oci/limits/models/limit_definition_summary.py +64 -2
- oci/limits/models/service_summary.py +33 -2
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_private_offer/attachment_client.py +5 -5
- oci/marketplace_private_offer/offer_client.py +6 -6
- oci/marketplace_publisher/attachment_client.py +5 -5
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/marketplace_publisher/offer_client.py +6 -6
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +7 -7
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/models/__init__.py +4 -0
- oci/mysql/models/create_db_system_details.py +27 -0
- oci/mysql/models/data_storage.py +232 -0
- oci/mysql/models/data_storage_details.py +123 -0
- oci/mysql/models/db_system.py +31 -2
- oci/mysql/models/db_system_snapshot.py +31 -2
- oci/mysql/models/update_db_system_details.py +27 -0
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +86 -86
- oci/network_load_balancer/models/backend.py +3 -3
- oci/network_load_balancer/models/backend_details.py +2 -2
- oci/network_load_balancer/models/backend_set.py +7 -3
- oci/network_load_balancer/models/backend_set_details.py +5 -1
- oci/network_load_balancer/models/backend_set_summary.py +5 -7
- oci/network_load_balancer/models/backend_summary.py +3 -3
- oci/network_load_balancer/models/create_backend_details.py +3 -3
- oci/network_load_balancer/models/create_backend_set_details.py +1 -1
- oci/network_load_balancer/models/create_listener_details.py +71 -5
- oci/network_load_balancer/models/create_network_load_balancer_details.py +3 -3
- oci/network_load_balancer/models/health_checker.py +1 -1
- oci/network_load_balancer/models/health_checker_details.py +1 -1
- oci/network_load_balancer/models/listener.py +70 -4
- oci/network_load_balancer/models/listener_details.py +70 -4
- oci/network_load_balancer/models/listener_summary.py +70 -4
- oci/network_load_balancer/models/network_load_balancer.py +5 -5
- oci/network_load_balancer/models/network_load_balancer_summary.py +4 -4
- oci/network_load_balancer/models/update_backend_details.py +4 -4
- oci/network_load_balancer/models/update_backend_set_details.py +1 -1
- oci/network_load_balancer/models/update_listener_details.py +69 -3
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +177 -177
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +25 -25
- oci/redis/models/__init__.py +4 -0
- oci/redis/models/change_redis_cluster_compartment_details.py +2 -2
- oci/redis/models/create_redis_cluster_details.py +78 -16
- oci/redis/models/node.py +3 -3
- oci/redis/models/node_collection.py +1 -1
- oci/redis/models/node_summary.py +196 -0
- oci/redis/models/redis_cluster.py +110 -32
- oci/redis/models/redis_cluster_collection.py +4 -4
- oci/redis/models/redis_cluster_summary.py +94 -32
- oci/redis/models/redis_node_collection.py +72 -0
- oci/redis/models/update_redis_cluster_details.py +40 -9
- oci/redis/redis_cluster_client.py +190 -41
- oci/redis/redis_cluster_client_composite_operations.py +4 -4
- oci/regions_definitions.py +6 -3
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +13 -13
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/METADATA +3 -2
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/RECORD +539 -369
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.131.0.dist-info → oci-2.132.0.dist-info}/WHEEL +0 -0
- {oci-2.131.0.dist-info → oci-2.132.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.132.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.132.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.132.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.132.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.132.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
|
642
642
|
"""
|
643
643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
644
644
|
required_arguments = ['maskingPolicyId']
|
@@ -757,7 +757,7 @@ class DataSafeClient(object):
|
|
757
757
|
:rtype: :class:`~oci.response.Response`
|
758
758
|
|
759
759
|
:example:
|
760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
|
761
761
|
"""
|
762
762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
763
763
|
required_arguments = ['auditProfileId']
|
@@ -876,7 +876,7 @@ class DataSafeClient(object):
|
|
876
876
|
:rtype: :class:`~oci.response.Response`
|
877
877
|
|
878
878
|
:example:
|
879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
|
880
880
|
"""
|
881
881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
882
882
|
required_arguments = ['auditProfileId']
|
@@ -992,7 +992,7 @@ class DataSafeClient(object):
|
|
992
992
|
:rtype: :class:`~oci.response.Response`
|
993
993
|
|
994
994
|
:example:
|
995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
996
996
|
"""
|
997
997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
998
|
required_arguments = ['workRequestId']
|
@@ -1109,7 +1109,7 @@ class DataSafeClient(object):
|
|
1109
1109
|
:rtype: :class:`~oci.response.Response`
|
1110
1110
|
|
1111
1111
|
:example:
|
1112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
|
1113
1113
|
"""
|
1114
1114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1115
1115
|
required_arguments = ['alertId']
|
@@ -1228,7 +1228,7 @@ class DataSafeClient(object):
|
|
1228
1228
|
:rtype: :class:`~oci.response.Response`
|
1229
1229
|
|
1230
1230
|
:example:
|
1231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_alert_policy_compartment.py.html>`__ to see an example of how to use change_alert_policy_compartment API.
|
1232
1232
|
"""
|
1233
1233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1234
1234
|
required_arguments = ['alertPolicyId']
|
@@ -1347,7 +1347,7 @@ class DataSafeClient(object):
|
|
1347
1347
|
:rtype: :class:`~oci.response.Response`
|
1348
1348
|
|
1349
1349
|
:example:
|
1350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
|
1351
1351
|
"""
|
1352
1352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1353
1353
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -1466,7 +1466,7 @@ class DataSafeClient(object):
|
|
1466
1466
|
:rtype: :class:`~oci.response.Response`
|
1467
1467
|
|
1468
1468
|
:example:
|
1469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
|
1470
1470
|
"""
|
1471
1471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1472
1472
|
required_arguments = ['auditPolicyId']
|
@@ -1585,7 +1585,7 @@ class DataSafeClient(object):
|
|
1585
1585
|
:rtype: :class:`~oci.response.Response`
|
1586
1586
|
|
1587
1587
|
:example:
|
1588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
|
1589
1589
|
"""
|
1590
1590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1591
1591
|
required_arguments = ['auditProfileId']
|
@@ -1698,7 +1698,7 @@ class DataSafeClient(object):
|
|
1698
1698
|
:rtype: :class:`~oci.response.Response`
|
1699
1699
|
|
1700
1700
|
:example:
|
1701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
1702
|
"""
|
1703
1703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1704
1704
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -1814,7 +1814,7 @@ class DataSafeClient(object):
|
|
1814
1814
|
:rtype: :class:`~oci.response.Response`
|
1815
1815
|
|
1816
1816
|
:example:
|
1817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
|
1818
1818
|
"""
|
1819
1819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1820
1820
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -1933,7 +1933,7 @@ class DataSafeClient(object):
|
|
1933
1933
|
:rtype: :class:`~oci.response.Response`
|
1934
1934
|
|
1935
1935
|
:example:
|
1936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
|
1937
1937
|
"""
|
1938
1938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1939
1939
|
required_arguments = ['discoveryJobId']
|
@@ -2052,7 +2052,7 @@ class DataSafeClient(object):
|
|
2052
2052
|
:rtype: :class:`~oci.response.Response`
|
2053
2053
|
|
2054
2054
|
:example:
|
2055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
|
2056
2056
|
"""
|
2057
2057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2058
2058
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -2171,7 +2171,7 @@ class DataSafeClient(object):
|
|
2171
2171
|
:rtype: :class:`~oci.response.Response`
|
2172
2172
|
|
2173
2173
|
:example:
|
2174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
|
2175
2175
|
"""
|
2176
2176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2177
2177
|
required_arguments = ['maskingPolicyId']
|
@@ -2290,7 +2290,7 @@ class DataSafeClient(object):
|
|
2290
2290
|
:rtype: :class:`~oci.response.Response`
|
2291
2291
|
|
2292
2292
|
:example:
|
2293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
2294
|
"""
|
2295
2295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2296
2296
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -2409,7 +2409,7 @@ class DataSafeClient(object):
|
|
2409
2409
|
:rtype: :class:`~oci.response.Response`
|
2410
2410
|
|
2411
2411
|
:example:
|
2412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
|
2413
2413
|
"""
|
2414
2414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2415
2415
|
required_arguments = ['onPremConnectorId']
|
@@ -2528,7 +2528,7 @@ class DataSafeClient(object):
|
|
2528
2528
|
:rtype: :class:`~oci.response.Response`
|
2529
2529
|
|
2530
2530
|
:example:
|
2531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
|
2532
2532
|
"""
|
2533
2533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2534
2534
|
required_arguments = ['reportId']
|
@@ -2647,7 +2647,7 @@ class DataSafeClient(object):
|
|
2647
2647
|
:rtype: :class:`~oci.response.Response`
|
2648
2648
|
|
2649
2649
|
:example:
|
2650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
|
2651
2651
|
"""
|
2652
2652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2653
2653
|
required_arguments = ['reportDefinitionId']
|
@@ -2766,7 +2766,7 @@ class DataSafeClient(object):
|
|
2766
2766
|
:rtype: :class:`~oci.response.Response`
|
2767
2767
|
|
2768
2768
|
:example:
|
2769
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
|
2770
2770
|
"""
|
2771
2771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2772
2772
|
required_arguments = ['auditProfileId']
|
@@ -2885,7 +2885,7 @@ class DataSafeClient(object):
|
|
2885
2885
|
:rtype: :class:`~oci.response.Response`
|
2886
2886
|
|
2887
2887
|
:example:
|
2888
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2888
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
2889
|
"""
|
2890
2890
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2891
2891
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -3008,7 +3008,7 @@ class DataSafeClient(object):
|
|
3008
3008
|
:rtype: :class:`~oci.response.Response`
|
3009
3009
|
|
3010
3010
|
:example:
|
3011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
|
3012
3012
|
"""
|
3013
3013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3014
3014
|
required_arguments = ['securityAssessmentId']
|
@@ -3127,7 +3127,7 @@ class DataSafeClient(object):
|
|
3127
3127
|
:rtype: :class:`~oci.response.Response`
|
3128
3128
|
|
3129
3129
|
:example:
|
3130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
|
3131
3131
|
"""
|
3132
3132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3133
3133
|
required_arguments = ['securityPolicyId']
|
@@ -3246,7 +3246,7 @@ class DataSafeClient(object):
|
|
3246
3246
|
:rtype: :class:`~oci.response.Response`
|
3247
3247
|
|
3248
3248
|
:example:
|
3249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
|
3250
3250
|
"""
|
3251
3251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3252
3252
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -3365,7 +3365,7 @@ class DataSafeClient(object):
|
|
3365
3365
|
:rtype: :class:`~oci.response.Response`
|
3366
3366
|
|
3367
3367
|
:example:
|
3368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
|
3369
3369
|
"""
|
3370
3370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3371
3371
|
required_arguments = ['sensitiveDataModelId']
|
@@ -3484,7 +3484,7 @@ class DataSafeClient(object):
|
|
3484
3484
|
:rtype: :class:`~oci.response.Response`
|
3485
3485
|
|
3486
3486
|
:example:
|
3487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
|
3488
3488
|
"""
|
3489
3489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3490
3490
|
required_arguments = ['sensitiveTypeId']
|
@@ -3603,7 +3603,7 @@ class DataSafeClient(object):
|
|
3603
3603
|
:rtype: :class:`~oci.response.Response`
|
3604
3604
|
|
3605
3605
|
:example:
|
3606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
|
3607
3607
|
"""
|
3608
3608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3609
3609
|
required_arguments = ['sqlCollectionId']
|
@@ -3722,7 +3722,7 @@ class DataSafeClient(object):
|
|
3722
3722
|
:rtype: :class:`~oci.response.Response`
|
3723
3723
|
|
3724
3724
|
:example:
|
3725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
|
3726
3726
|
"""
|
3727
3727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3728
3728
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -3841,7 +3841,7 @@ class DataSafeClient(object):
|
|
3841
3841
|
:rtype: :class:`~oci.response.Response`
|
3842
3842
|
|
3843
3843
|
:example:
|
3844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
3845
|
"""
|
3846
3846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3847
3847
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -3960,7 +3960,7 @@ class DataSafeClient(object):
|
|
3960
3960
|
:rtype: :class:`~oci.response.Response`
|
3961
3961
|
|
3962
3962
|
:example:
|
3963
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
|
3964
3964
|
"""
|
3965
3965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3966
3966
|
required_arguments = ['targetDatabaseId']
|
@@ -4083,7 +4083,7 @@ class DataSafeClient(object):
|
|
4083
4083
|
:rtype: :class:`~oci.response.Response`
|
4084
4084
|
|
4085
4085
|
:example:
|
4086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
|
4087
4087
|
"""
|
4088
4088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4089
4089
|
required_arguments = ['userAssessmentId']
|
@@ -4203,7 +4203,7 @@ class DataSafeClient(object):
|
|
4203
4203
|
:rtype: :class:`~oci.response.Response`
|
4204
4204
|
|
4205
4205
|
:example:
|
4206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
|
4207
4207
|
"""
|
4208
4208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4209
4209
|
required_arguments = ['securityAssessmentId']
|
@@ -4323,7 +4323,7 @@ class DataSafeClient(object):
|
|
4323
4323
|
:rtype: :class:`~oci.response.Response`
|
4324
4324
|
|
4325
4325
|
:example:
|
4326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4326
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
|
4327
4327
|
"""
|
4328
4328
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4329
4329
|
required_arguments = ['userAssessmentId']
|
@@ -4432,7 +4432,7 @@ class DataSafeClient(object):
|
|
4432
4432
|
:rtype: :class:`~oci.response.Response`
|
4433
4433
|
|
4434
4434
|
:example:
|
4435
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4435
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_alert_policy.py.html>`__ to see an example of how to use create_alert_policy API.
|
4436
4436
|
"""
|
4437
4437
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4438
4438
|
required_arguments = []
|
@@ -4532,7 +4532,7 @@ class DataSafeClient(object):
|
|
4532
4532
|
:rtype: :class:`~oci.response.Response`
|
4533
4533
|
|
4534
4534
|
:example:
|
4535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_alert_policy_rule.py.html>`__ to see an example of how to use create_alert_policy_rule API.
|
4536
4536
|
"""
|
4537
4537
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4538
4538
|
required_arguments = ['alertPolicyId']
|
@@ -4643,7 +4643,7 @@ class DataSafeClient(object):
|
|
4643
4643
|
:rtype: :class:`~oci.response.Response`
|
4644
4644
|
|
4645
4645
|
:example:
|
4646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
|
4647
4647
|
"""
|
4648
4648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4649
4649
|
required_arguments = []
|
@@ -4740,7 +4740,7 @@ class DataSafeClient(object):
|
|
4740
4740
|
:rtype: :class:`~oci.response.Response`
|
4741
4741
|
|
4742
4742
|
:example:
|
4743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
|
4744
4744
|
"""
|
4745
4745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4746
4746
|
required_arguments = []
|
@@ -4841,7 +4841,7 @@ class DataSafeClient(object):
|
|
4841
4841
|
:rtype: :class:`~oci.response.Response`
|
4842
4842
|
|
4843
4843
|
:example:
|
4844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
|
4845
4845
|
"""
|
4846
4846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4847
4847
|
required_arguments = []
|
@@ -4942,7 +4942,7 @@ class DataSafeClient(object):
|
|
4942
4942
|
:rtype: :class:`~oci.response.Response`
|
4943
4943
|
|
4944
4944
|
:example:
|
4945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4945
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
|
4946
4946
|
"""
|
4947
4947
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4948
4948
|
required_arguments = []
|
@@ -5061,7 +5061,7 @@ class DataSafeClient(object):
|
|
5061
5061
|
:rtype: :class:`~oci.response.Response`
|
5062
5062
|
|
5063
5063
|
:example:
|
5064
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
|
5065
5065
|
"""
|
5066
5066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5067
5067
|
required_arguments = ['maskingPolicyId']
|
@@ -5184,7 +5184,7 @@ class DataSafeClient(object):
|
|
5184
5184
|
:rtype: :class:`~oci.response.Response`
|
5185
5185
|
|
5186
5186
|
:example:
|
5187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
|
5188
5188
|
"""
|
5189
5189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5190
5190
|
required_arguments = []
|
@@ -5281,7 +5281,7 @@ class DataSafeClient(object):
|
|
5281
5281
|
:rtype: :class:`~oci.response.Response`
|
5282
5282
|
|
5283
5283
|
:example:
|
5284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
|
5285
5285
|
"""
|
5286
5286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5287
5287
|
required_arguments = []
|
@@ -5388,7 +5388,7 @@ class DataSafeClient(object):
|
|
5388
5388
|
:rtype: :class:`~oci.response.Response`
|
5389
5389
|
|
5390
5390
|
:example:
|
5391
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5391
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
|
5392
5392
|
"""
|
5393
5393
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5394
5394
|
required_arguments = ['targetDatabaseId']
|
@@ -5499,7 +5499,7 @@ class DataSafeClient(object):
|
|
5499
5499
|
:rtype: :class:`~oci.response.Response`
|
5500
5500
|
|
5501
5501
|
:example:
|
5502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5502
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
|
5503
5503
|
"""
|
5504
5504
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5505
5505
|
required_arguments = []
|
@@ -5600,7 +5600,7 @@ class DataSafeClient(object):
|
|
5600
5600
|
:rtype: :class:`~oci.response.Response`
|
5601
5601
|
|
5602
5602
|
:example:
|
5603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
|
5604
5604
|
"""
|
5605
5605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5606
5606
|
required_arguments = []
|
@@ -5701,7 +5701,7 @@ class DataSafeClient(object):
|
|
5701
5701
|
:rtype: :class:`~oci.response.Response`
|
5702
5702
|
|
5703
5703
|
:example:
|
5704
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5704
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
|
5705
5705
|
"""
|
5706
5706
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5707
5707
|
required_arguments = []
|
@@ -5801,7 +5801,7 @@ class DataSafeClient(object):
|
|
5801
5801
|
:rtype: :class:`~oci.response.Response`
|
5802
5802
|
|
5803
5803
|
:example:
|
5804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
|
5805
5805
|
"""
|
5806
5806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5807
5807
|
required_arguments = ['sensitiveDataModelId']
|
@@ -5910,7 +5910,7 @@ class DataSafeClient(object):
|
|
5910
5910
|
:rtype: :class:`~oci.response.Response`
|
5911
5911
|
|
5912
5912
|
:example:
|
5913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5913
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
|
5914
5914
|
"""
|
5915
5915
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5916
5916
|
required_arguments = []
|
@@ -6009,7 +6009,7 @@ class DataSafeClient(object):
|
|
6009
6009
|
:rtype: :class:`~oci.response.Response`
|
6010
6010
|
|
6011
6011
|
:example:
|
6012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
|
6013
6013
|
"""
|
6014
6014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6015
6015
|
required_arguments = []
|
@@ -6106,7 +6106,7 @@ class DataSafeClient(object):
|
|
6106
6106
|
:rtype: :class:`~oci.response.Response`
|
6107
6107
|
|
6108
6108
|
:example:
|
6109
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6109
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
|
6110
6110
|
"""
|
6111
6111
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6112
6112
|
required_arguments = []
|
@@ -6203,7 +6203,7 @@ class DataSafeClient(object):
|
|
6203
6203
|
:rtype: :class:`~oci.response.Response`
|
6204
6204
|
|
6205
6205
|
:example:
|
6206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
|
6207
6207
|
"""
|
6208
6208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6209
6209
|
required_arguments = []
|
@@ -6300,7 +6300,7 @@ class DataSafeClient(object):
|
|
6300
6300
|
:rtype: :class:`~oci.response.Response`
|
6301
6301
|
|
6302
6302
|
:example:
|
6303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
|
6304
6304
|
"""
|
6305
6305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6306
6306
|
required_arguments = []
|
@@ -6401,7 +6401,7 @@ class DataSafeClient(object):
|
|
6401
6401
|
:rtype: :class:`~oci.response.Response`
|
6402
6402
|
|
6403
6403
|
:example:
|
6404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
|
6405
6405
|
"""
|
6406
6406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6407
6407
|
required_arguments = []
|
@@ -6505,7 +6505,7 @@ class DataSafeClient(object):
|
|
6505
6505
|
:rtype: :class:`~oci.response.Response`
|
6506
6506
|
|
6507
6507
|
:example:
|
6508
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6508
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
|
6509
6509
|
"""
|
6510
6510
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6511
6511
|
required_arguments = ['targetDatabaseId']
|
@@ -6613,7 +6613,7 @@ class DataSafeClient(object):
|
|
6613
6613
|
:rtype: :class:`~oci.response.Response`
|
6614
6614
|
|
6615
6615
|
:example:
|
6616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_alert_policy.py.html>`__ to see an example of how to use delete_alert_policy API.
|
6617
6617
|
"""
|
6618
6618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6619
6619
|
required_arguments = ['alertPolicyId']
|
@@ -6721,7 +6721,7 @@ class DataSafeClient(object):
|
|
6721
6721
|
:rtype: :class:`~oci.response.Response`
|
6722
6722
|
|
6723
6723
|
:example:
|
6724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_alert_policy_rule.py.html>`__ to see an example of how to use delete_alert_policy_rule API.
|
6725
6725
|
"""
|
6726
6726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6727
6727
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -6828,7 +6828,7 @@ class DataSafeClient(object):
|
|
6828
6828
|
:rtype: :class:`~oci.response.Response`
|
6829
6829
|
|
6830
6830
|
:example:
|
6831
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6831
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
|
6832
6832
|
"""
|
6833
6833
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6834
6834
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -6933,7 +6933,7 @@ class DataSafeClient(object):
|
|
6933
6933
|
:rtype: :class:`~oci.response.Response`
|
6934
6934
|
|
6935
6935
|
:example:
|
6936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
|
6937
6937
|
"""
|
6938
6938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6939
6939
|
required_arguments = ['auditTrailId']
|
@@ -7038,7 +7038,7 @@ class DataSafeClient(object):
|
|
7038
7038
|
:rtype: :class:`~oci.response.Response`
|
7039
7039
|
|
7040
7040
|
:example:
|
7041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
|
7042
7042
|
"""
|
7043
7043
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7044
7044
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -7143,7 +7143,7 @@ class DataSafeClient(object):
|
|
7143
7143
|
:rtype: :class:`~oci.response.Response`
|
7144
7144
|
|
7145
7145
|
:example:
|
7146
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
|
7147
7147
|
"""
|
7148
7148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7149
7149
|
required_arguments = ['discoveryJobId']
|
@@ -7251,7 +7251,7 @@ class DataSafeClient(object):
|
|
7251
7251
|
:rtype: :class:`~oci.response.Response`
|
7252
7252
|
|
7253
7253
|
:example:
|
7254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
|
7255
7255
|
"""
|
7256
7256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7257
7257
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -7357,7 +7357,7 @@ class DataSafeClient(object):
|
|
7357
7357
|
:rtype: :class:`~oci.response.Response`
|
7358
7358
|
|
7359
7359
|
:example:
|
7360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
|
7361
7361
|
"""
|
7362
7362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7363
7363
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -7465,7 +7465,7 @@ class DataSafeClient(object):
|
|
7465
7465
|
:rtype: :class:`~oci.response.Response`
|
7466
7466
|
|
7467
7467
|
:example:
|
7468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
|
7469
7469
|
"""
|
7470
7470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7471
7471
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -7571,7 +7571,7 @@ class DataSafeClient(object):
|
|
7571
7571
|
:rtype: :class:`~oci.response.Response`
|
7572
7572
|
|
7573
7573
|
:example:
|
7574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
|
7575
7575
|
"""
|
7576
7576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7577
7577
|
required_arguments = ['maskingPolicyId']
|
@@ -7676,7 +7676,7 @@ class DataSafeClient(object):
|
|
7676
7676
|
:rtype: :class:`~oci.response.Response`
|
7677
7677
|
|
7678
7678
|
:example:
|
7679
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7679
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
|
7680
7680
|
"""
|
7681
7681
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7682
7682
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -7781,7 +7781,7 @@ class DataSafeClient(object):
|
|
7781
7781
|
:rtype: :class:`~oci.response.Response`
|
7782
7782
|
|
7783
7783
|
:example:
|
7784
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7784
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
|
7785
7785
|
"""
|
7786
7786
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7787
7787
|
required_arguments = ['onPremConnectorId']
|
@@ -7889,7 +7889,7 @@ class DataSafeClient(object):
|
|
7889
7889
|
:rtype: :class:`~oci.response.Response`
|
7890
7890
|
|
7891
7891
|
:example:
|
7892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
|
7893
7893
|
"""
|
7894
7894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7895
7895
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -7995,7 +7995,7 @@ class DataSafeClient(object):
|
|
7995
7995
|
:rtype: :class:`~oci.response.Response`
|
7996
7996
|
|
7997
7997
|
:example:
|
7998
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
|
7999
7999
|
"""
|
8000
8000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8001
8001
|
required_arguments = ['reportDefinitionId']
|
@@ -8100,7 +8100,7 @@ class DataSafeClient(object):
|
|
8100
8100
|
:rtype: :class:`~oci.response.Response`
|
8101
8101
|
|
8102
8102
|
:example:
|
8103
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8103
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
|
8104
8104
|
"""
|
8105
8105
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8106
8106
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -8208,7 +8208,7 @@ class DataSafeClient(object):
|
|
8208
8208
|
:rtype: :class:`~oci.response.Response`
|
8209
8209
|
|
8210
8210
|
:example:
|
8211
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
|
8212
8212
|
"""
|
8213
8213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8214
8214
|
required_arguments = ['securityAssessmentId']
|
@@ -8316,7 +8316,7 @@ class DataSafeClient(object):
|
|
8316
8316
|
:rtype: :class:`~oci.response.Response`
|
8317
8317
|
|
8318
8318
|
:example:
|
8319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
|
8320
8320
|
"""
|
8321
8321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8322
8322
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -8422,7 +8422,7 @@ class DataSafeClient(object):
|
|
8422
8422
|
:rtype: :class:`~oci.response.Response`
|
8423
8423
|
|
8424
8424
|
:example:
|
8425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
|
8426
8426
|
"""
|
8427
8427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8428
8428
|
required_arguments = ['sensitiveDataModelId']
|
@@ -8527,7 +8527,7 @@ class DataSafeClient(object):
|
|
8527
8527
|
:rtype: :class:`~oci.response.Response`
|
8528
8528
|
|
8529
8529
|
:example:
|
8530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
|
8531
8531
|
"""
|
8532
8532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8533
8533
|
required_arguments = ['sensitiveTypeId']
|
@@ -8632,7 +8632,7 @@ class DataSafeClient(object):
|
|
8632
8632
|
:rtype: :class:`~oci.response.Response`
|
8633
8633
|
|
8634
8634
|
:example:
|
8635
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8635
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
|
8636
8636
|
"""
|
8637
8637
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8638
8638
|
required_arguments = ['sqlCollectionId']
|
@@ -8737,7 +8737,7 @@ class DataSafeClient(object):
|
|
8737
8737
|
:rtype: :class:`~oci.response.Response`
|
8738
8738
|
|
8739
8739
|
:example:
|
8740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
|
8741
8741
|
"""
|
8742
8742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8743
8743
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -8842,7 +8842,7 @@ class DataSafeClient(object):
|
|
8842
8842
|
:rtype: :class:`~oci.response.Response`
|
8843
8843
|
|
8844
8844
|
:example:
|
8845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
|
8846
8846
|
"""
|
8847
8847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8848
8848
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -8947,7 +8947,7 @@ class DataSafeClient(object):
|
|
8947
8947
|
:rtype: :class:`~oci.response.Response`
|
8948
8948
|
|
8949
8949
|
:example:
|
8950
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8950
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
|
8951
8951
|
"""
|
8952
8952
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8953
8953
|
required_arguments = ['targetDatabaseId']
|
@@ -9055,7 +9055,7 @@ class DataSafeClient(object):
|
|
9055
9055
|
:rtype: :class:`~oci.response.Response`
|
9056
9056
|
|
9057
9057
|
:example:
|
9058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
|
9059
9059
|
"""
|
9060
9060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9061
9061
|
required_arguments = ['userAssessmentId']
|
@@ -9169,7 +9169,7 @@ class DataSafeClient(object):
|
|
9169
9169
|
:rtype: :class:`~oci.response.Response`
|
9170
9170
|
|
9171
9171
|
:example:
|
9172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
|
9173
9173
|
"""
|
9174
9174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9175
9175
|
required_arguments = ['auditProfileId']
|
@@ -9276,7 +9276,7 @@ class DataSafeClient(object):
|
|
9276
9276
|
:rtype: :class:`~oci.response.Response`
|
9277
9277
|
|
9278
9278
|
:example:
|
9279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
|
9280
9280
|
"""
|
9281
9281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9282
9282
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9379,7 +9379,7 @@ class DataSafeClient(object):
|
|
9379
9379
|
:rtype: :class:`~oci.response.Response`
|
9380
9380
|
|
9381
9381
|
:example:
|
9382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
|
9383
9383
|
"""
|
9384
9384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9385
9385
|
required_arguments = ['maskingPolicyId']
|
@@ -9485,7 +9485,7 @@ class DataSafeClient(object):
|
|
9485
9485
|
:rtype: :class:`~oci.response.Response`
|
9486
9486
|
|
9487
9487
|
:example:
|
9488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
|
9489
9489
|
"""
|
9490
9490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9491
9491
|
required_arguments = ['maskingPolicyId']
|
@@ -9590,7 +9590,7 @@ class DataSafeClient(object):
|
|
9590
9590
|
:rtype: :class:`~oci.response.Response`
|
9591
9591
|
|
9592
9592
|
:example:
|
9593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
|
9594
9594
|
"""
|
9595
9595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9596
9596
|
required_arguments = ['maskingPolicyId']
|
@@ -9700,7 +9700,7 @@ class DataSafeClient(object):
|
|
9700
9700
|
:rtype: :class:`~oci.response.Response`
|
9701
9701
|
|
9702
9702
|
:example:
|
9703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
|
9704
9704
|
"""
|
9705
9705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9706
9706
|
required_arguments = []
|
@@ -9808,7 +9808,7 @@ class DataSafeClient(object):
|
|
9808
9808
|
:rtype: :class:`~oci.response.Response`
|
9809
9809
|
|
9810
9810
|
:example:
|
9811
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
|
9812
9812
|
"""
|
9813
9813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9814
9814
|
required_arguments = ['securityAssessmentId']
|
@@ -9919,7 +9919,7 @@ class DataSafeClient(object):
|
|
9919
9919
|
:rtype: :class:`~oci.response.Response`
|
9920
9920
|
|
9921
9921
|
:example:
|
9922
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9922
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
|
9923
9923
|
"""
|
9924
9924
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9925
9925
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10036,7 +10036,7 @@ class DataSafeClient(object):
|
|
10036
10036
|
:rtype: :class:`~oci.response.Response`
|
10037
10037
|
|
10038
10038
|
:example:
|
10039
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
|
10040
10040
|
"""
|
10041
10041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10042
10042
|
required_arguments = ['userAssessmentId']
|
@@ -10151,7 +10151,7 @@ class DataSafeClient(object):
|
|
10151
10151
|
:rtype: :class:`~oci.response.Response`
|
10152
10152
|
|
10153
10153
|
:example:
|
10154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
|
10155
10155
|
"""
|
10156
10156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10157
10157
|
required_arguments = []
|
@@ -10253,7 +10253,7 @@ class DataSafeClient(object):
|
|
10253
10253
|
:rtype: :class:`~oci.response.Response`
|
10254
10254
|
|
10255
10255
|
:example:
|
10256
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10256
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
|
10257
10257
|
"""
|
10258
10258
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10259
10259
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10360,7 +10360,7 @@ class DataSafeClient(object):
|
|
10360
10360
|
:rtype: :class:`~oci.response.Response`
|
10361
10361
|
|
10362
10362
|
:example:
|
10363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
|
10364
10364
|
"""
|
10365
10365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10366
10366
|
required_arguments = ['maskingPolicyId']
|
@@ -10468,7 +10468,7 @@ class DataSafeClient(object):
|
|
10468
10468
|
:rtype: :class:`~oci.response.Response`
|
10469
10469
|
|
10470
10470
|
:example:
|
10471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
|
10472
10472
|
"""
|
10473
10473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10474
10474
|
required_arguments = ['maskingPolicyId']
|
@@ -10572,7 +10572,7 @@ class DataSafeClient(object):
|
|
10572
10572
|
:rtype: :class:`~oci.response.Response`
|
10573
10573
|
|
10574
10574
|
:example:
|
10575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
|
10576
10576
|
"""
|
10577
10577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10578
10578
|
required_arguments = ['maskingPolicyId']
|
@@ -10686,7 +10686,7 @@ class DataSafeClient(object):
|
|
10686
10686
|
:rtype: :class:`~oci.response.Response`
|
10687
10687
|
|
10688
10688
|
:example:
|
10689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
|
10690
10690
|
"""
|
10691
10691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10692
10692
|
required_arguments = ['onPremConnectorId']
|
@@ -10818,7 +10818,7 @@ class DataSafeClient(object):
|
|
10818
10818
|
:rtype: :class:`~oci.response.Response`
|
10819
10819
|
|
10820
10820
|
:example:
|
10821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
|
10822
10822
|
"""
|
10823
10823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10824
10824
|
required_arguments = ['reportDefinitionId']
|
@@ -10946,7 +10946,7 @@ class DataSafeClient(object):
|
|
10946
10946
|
:rtype: :class:`~oci.response.Response`
|
10947
10947
|
|
10948
10948
|
:example:
|
10949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
|
10950
10950
|
"""
|
10951
10951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10952
10952
|
required_arguments = ['securityAssessmentId']
|
@@ -11055,7 +11055,7 @@ class DataSafeClient(object):
|
|
11055
11055
|
:rtype: :class:`~oci.response.Response`
|
11056
11056
|
|
11057
11057
|
:example:
|
11058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
11059
|
"""
|
11060
11060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11061
11061
|
required_arguments = ['sensitiveDataModelId']
|
@@ -11166,7 +11166,7 @@ class DataSafeClient(object):
|
|
11166
11166
|
:rtype: :class:`~oci.response.Response`
|
11167
11167
|
|
11168
11168
|
:example:
|
11169
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11169
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
|
11170
11170
|
"""
|
11171
11171
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11172
11172
|
required_arguments = ['sqlCollectionId']
|
@@ -11284,7 +11284,7 @@ class DataSafeClient(object):
|
|
11284
11284
|
:rtype: :class:`~oci.response.Response`
|
11285
11285
|
|
11286
11286
|
:example:
|
11287
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11287
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
|
11288
11288
|
"""
|
11289
11289
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11290
11290
|
required_arguments = ['userAssessmentId']
|
@@ -11387,7 +11387,7 @@ class DataSafeClient(object):
|
|
11387
11387
|
:rtype: :class:`~oci.response.Response`
|
11388
11388
|
|
11389
11389
|
:example:
|
11390
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11390
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
|
11391
11391
|
"""
|
11392
11392
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11393
11393
|
required_arguments = ['alertId']
|
@@ -11485,7 +11485,7 @@ class DataSafeClient(object):
|
|
11485
11485
|
:rtype: :class:`~oci.response.Response`
|
11486
11486
|
|
11487
11487
|
:example:
|
11488
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11488
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
|
11489
11489
|
"""
|
11490
11490
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11491
11491
|
required_arguments = ['alertPolicyId']
|
@@ -11586,7 +11586,7 @@ class DataSafeClient(object):
|
|
11586
11586
|
:rtype: :class:`~oci.response.Response`
|
11587
11587
|
|
11588
11588
|
:example:
|
11589
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_alert_policy_rule.py.html>`__ to see an example of how to use get_alert_policy_rule API.
|
11590
11590
|
"""
|
11591
11591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11592
11592
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -11692,7 +11692,7 @@ class DataSafeClient(object):
|
|
11692
11692
|
:rtype: :class:`~oci.response.Response`
|
11693
11693
|
|
11694
11694
|
:example:
|
11695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
|
11696
11696
|
"""
|
11697
11697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11698
11698
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -11792,7 +11792,7 @@ class DataSafeClient(object):
|
|
11792
11792
|
:rtype: :class:`~oci.response.Response`
|
11793
11793
|
|
11794
11794
|
:example:
|
11795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
|
11796
11796
|
"""
|
11797
11797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11798
11798
|
required_arguments = ['auditPolicyId']
|
@@ -11890,7 +11890,7 @@ class DataSafeClient(object):
|
|
11890
11890
|
:rtype: :class:`~oci.response.Response`
|
11891
11891
|
|
11892
11892
|
:example:
|
11893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
|
11894
11894
|
"""
|
11895
11895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11896
11896
|
required_arguments = ['auditProfileId']
|
@@ -11988,7 +11988,7 @@ class DataSafeClient(object):
|
|
11988
11988
|
:rtype: :class:`~oci.response.Response`
|
11989
11989
|
|
11990
11990
|
:example:
|
11991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
|
11992
11992
|
"""
|
11993
11993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11994
11994
|
required_arguments = ['auditTrailId']
|
@@ -12099,7 +12099,7 @@ class DataSafeClient(object):
|
|
12099
12099
|
:rtype: :class:`~oci.response.Response`
|
12100
12100
|
|
12101
12101
|
:example:
|
12102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
12103
|
"""
|
12104
12104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12105
12105
|
required_arguments = []
|
@@ -12220,7 +12220,7 @@ class DataSafeClient(object):
|
|
12220
12220
|
:rtype: :class:`~oci.response.Response`
|
12221
12221
|
|
12222
12222
|
:example:
|
12223
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12223
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
12224
|
"""
|
12225
12225
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12226
12226
|
required_arguments = ['compartmentId']
|
@@ -12328,7 +12328,7 @@ class DataSafeClient(object):
|
|
12328
12328
|
:rtype: :class:`~oci.response.Response`
|
12329
12329
|
|
12330
12330
|
:example:
|
12331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12331
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
|
12332
12332
|
"""
|
12333
12333
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12334
12334
|
required_arguments = []
|
@@ -12422,7 +12422,7 @@ class DataSafeClient(object):
|
|
12422
12422
|
:rtype: :class:`~oci.response.Response`
|
12423
12423
|
|
12424
12424
|
:example:
|
12425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
|
12426
12426
|
"""
|
12427
12427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12428
12428
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -12520,7 +12520,7 @@ class DataSafeClient(object):
|
|
12520
12520
|
:rtype: :class:`~oci.response.Response`
|
12521
12521
|
|
12522
12522
|
:example:
|
12523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
|
12524
12524
|
"""
|
12525
12525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12526
12526
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -12621,7 +12621,7 @@ class DataSafeClient(object):
|
|
12621
12621
|
:rtype: :class:`~oci.response.Response`
|
12622
12622
|
|
12623
12623
|
:example:
|
12624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
|
12625
12625
|
"""
|
12626
12626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12627
12627
|
required_arguments = ['securityPolicyReportId', 'databaseTableAccessEntryKey']
|
@@ -12723,7 +12723,7 @@ class DataSafeClient(object):
|
|
12723
12723
|
:rtype: :class:`~oci.response.Response`
|
12724
12724
|
|
12725
12725
|
:example:
|
12726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
|
12727
12727
|
"""
|
12728
12728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12729
12729
|
required_arguments = ['securityPolicyReportId', 'databaseViewAccessEntryKey']
|
@@ -12825,7 +12825,7 @@ class DataSafeClient(object):
|
|
12825
12825
|
:rtype: :class:`~oci.response.Response`
|
12826
12826
|
|
12827
12827
|
:example:
|
12828
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12828
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
|
12829
12829
|
"""
|
12830
12830
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12831
12831
|
required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
|
@@ -12924,7 +12924,7 @@ class DataSafeClient(object):
|
|
12924
12924
|
:rtype: :class:`~oci.response.Response`
|
12925
12925
|
|
12926
12926
|
:example:
|
12927
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
|
12928
12928
|
"""
|
12929
12929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12930
12930
|
required_arguments = ['discoveryJobId']
|
@@ -13025,7 +13025,7 @@ class DataSafeClient(object):
|
|
13025
13025
|
:rtype: :class:`~oci.response.Response`
|
13026
13026
|
|
13027
13027
|
:example:
|
13028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
|
13029
13029
|
"""
|
13030
13030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13031
13031
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -13124,7 +13124,7 @@ class DataSafeClient(object):
|
|
13124
13124
|
:rtype: :class:`~oci.response.Response`
|
13125
13125
|
|
13126
13126
|
:example:
|
13127
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13127
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
|
13128
13128
|
"""
|
13129
13129
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13130
13130
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -13225,7 +13225,7 @@ class DataSafeClient(object):
|
|
13225
13225
|
:rtype: :class:`~oci.response.Response`
|
13226
13226
|
|
13227
13227
|
:example:
|
13228
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
|
13229
13229
|
"""
|
13230
13230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13231
13231
|
required_arguments = ['maskingPolicyId', 'maskingColumnKey']
|
@@ -13324,7 +13324,7 @@ class DataSafeClient(object):
|
|
13324
13324
|
:rtype: :class:`~oci.response.Response`
|
13325
13325
|
|
13326
13326
|
:example:
|
13327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
|
13328
13328
|
"""
|
13329
13329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13330
13330
|
required_arguments = ['maskingPolicyId']
|
@@ -13422,7 +13422,7 @@ class DataSafeClient(object):
|
|
13422
13422
|
:rtype: :class:`~oci.response.Response`
|
13423
13423
|
|
13424
13424
|
:example:
|
13425
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13425
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
|
13426
13426
|
"""
|
13427
13427
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13428
13428
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -13520,7 +13520,7 @@ class DataSafeClient(object):
|
|
13520
13520
|
:rtype: :class:`~oci.response.Response`
|
13521
13521
|
|
13522
13522
|
:example:
|
13523
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13523
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
|
13524
13524
|
"""
|
13525
13525
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13526
13526
|
required_arguments = ['maskingReportId']
|
@@ -13618,7 +13618,7 @@ class DataSafeClient(object):
|
|
13618
13618
|
:rtype: :class:`~oci.response.Response`
|
13619
13619
|
|
13620
13620
|
:example:
|
13621
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13621
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
|
13622
13622
|
"""
|
13623
13623
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13624
13624
|
required_arguments = ['onPremConnectorId']
|
@@ -13719,7 +13719,7 @@ class DataSafeClient(object):
|
|
13719
13719
|
:rtype: :class:`~oci.response.Response`
|
13720
13720
|
|
13721
13721
|
:example:
|
13722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
|
13723
13723
|
"""
|
13724
13724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13725
13725
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -13824,7 +13824,7 @@ class DataSafeClient(object):
|
|
13824
13824
|
:rtype: :class:`~oci.response.Response`
|
13825
13825
|
|
13826
13826
|
:example:
|
13827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13827
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
|
13828
13828
|
"""
|
13829
13829
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13830
13830
|
required_arguments = ['userAssessmentId', 'profileName']
|
@@ -13923,7 +13923,7 @@ class DataSafeClient(object):
|
|
13923
13923
|
:rtype: :class:`~oci.response.Response`
|
13924
13924
|
|
13925
13925
|
:example:
|
13926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
|
13927
13927
|
"""
|
13928
13928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13929
13929
|
required_arguments = ['reportId']
|
@@ -14021,7 +14021,7 @@ class DataSafeClient(object):
|
|
14021
14021
|
:rtype: :class:`~oci.response.Response`
|
14022
14022
|
|
14023
14023
|
:example:
|
14024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
|
14025
14025
|
"""
|
14026
14026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14027
14027
|
required_arguments = ['reportId']
|
@@ -14119,7 +14119,7 @@ class DataSafeClient(object):
|
|
14119
14119
|
:rtype: :class:`~oci.response.Response`
|
14120
14120
|
|
14121
14121
|
:example:
|
14122
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14122
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
|
14123
14123
|
"""
|
14124
14124
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14125
14125
|
required_arguments = ['reportDefinitionId']
|
@@ -14217,7 +14217,7 @@ class DataSafeClient(object):
|
|
14217
14217
|
:rtype: :class:`~oci.response.Response`
|
14218
14218
|
|
14219
14219
|
:example:
|
14220
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14220
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
|
14221
14221
|
"""
|
14222
14222
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14223
14223
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -14315,7 +14315,7 @@ class DataSafeClient(object):
|
|
14315
14315
|
:rtype: :class:`~oci.response.Response`
|
14316
14316
|
|
14317
14317
|
:example:
|
14318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
|
14319
14319
|
"""
|
14320
14320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14321
14321
|
required_arguments = ['securityAssessmentId']
|
@@ -14416,7 +14416,7 @@ class DataSafeClient(object):
|
|
14416
14416
|
:rtype: :class:`~oci.response.Response`
|
14417
14417
|
|
14418
14418
|
:example:
|
14419
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14419
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
|
14420
14420
|
"""
|
14421
14421
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14422
14422
|
required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
|
@@ -14515,7 +14515,7 @@ class DataSafeClient(object):
|
|
14515
14515
|
:rtype: :class:`~oci.response.Response`
|
14516
14516
|
|
14517
14517
|
:example:
|
14518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
|
14519
14519
|
"""
|
14520
14520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14521
14521
|
required_arguments = ['securityPolicyId']
|
@@ -14613,7 +14613,7 @@ class DataSafeClient(object):
|
|
14613
14613
|
:rtype: :class:`~oci.response.Response`
|
14614
14614
|
|
14615
14615
|
:example:
|
14616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14616
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
|
14617
14617
|
"""
|
14618
14618
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14619
14619
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -14717,7 +14717,7 @@ class DataSafeClient(object):
|
|
14717
14717
|
:rtype: :class:`~oci.response.Response`
|
14718
14718
|
|
14719
14719
|
:example:
|
14720
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14720
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
|
14721
14721
|
"""
|
14722
14722
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14723
14723
|
required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
|
@@ -14816,7 +14816,7 @@ class DataSafeClient(object):
|
|
14816
14816
|
:rtype: :class:`~oci.response.Response`
|
14817
14817
|
|
14818
14818
|
:example:
|
14819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
|
14820
14820
|
"""
|
14821
14821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14822
14822
|
required_arguments = ['securityPolicyReportId']
|
@@ -14917,7 +14917,7 @@ class DataSafeClient(object):
|
|
14917
14917
|
:rtype: :class:`~oci.response.Response`
|
14918
14918
|
|
14919
14919
|
:example:
|
14920
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
|
14921
14921
|
"""
|
14922
14922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14923
14923
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -15016,7 +15016,7 @@ class DataSafeClient(object):
|
|
15016
15016
|
:rtype: :class:`~oci.response.Response`
|
15017
15017
|
|
15018
15018
|
:example:
|
15019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
|
15020
15020
|
"""
|
15021
15021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15022
15022
|
required_arguments = ['sensitiveDataModelId']
|
@@ -15114,7 +15114,7 @@ class DataSafeClient(object):
|
|
15114
15114
|
:rtype: :class:`~oci.response.Response`
|
15115
15115
|
|
15116
15116
|
:example:
|
15117
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15117
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
|
15118
15118
|
"""
|
15119
15119
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15120
15120
|
required_arguments = ['sensitiveTypeId']
|
@@ -15212,7 +15212,7 @@ class DataSafeClient(object):
|
|
15212
15212
|
:rtype: :class:`~oci.response.Response`
|
15213
15213
|
|
15214
15214
|
:example:
|
15215
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15215
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
|
15216
15216
|
"""
|
15217
15217
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15218
15218
|
required_arguments = ['sqlCollectionId']
|
@@ -15310,7 +15310,7 @@ class DataSafeClient(object):
|
|
15310
15310
|
:rtype: :class:`~oci.response.Response`
|
15311
15311
|
|
15312
15312
|
:example:
|
15313
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15313
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
|
15314
15314
|
"""
|
15315
15315
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15316
15316
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -15408,7 +15408,7 @@ class DataSafeClient(object):
|
|
15408
15408
|
:rtype: :class:`~oci.response.Response`
|
15409
15409
|
|
15410
15410
|
:example:
|
15411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
|
15412
15412
|
"""
|
15413
15413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15414
15414
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -15506,7 +15506,7 @@ class DataSafeClient(object):
|
|
15506
15506
|
:rtype: :class:`~oci.response.Response`
|
15507
15507
|
|
15508
15508
|
:example:
|
15509
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15509
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
|
15510
15510
|
"""
|
15511
15511
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15512
15512
|
required_arguments = ['targetDatabaseId']
|
@@ -15604,7 +15604,7 @@ class DataSafeClient(object):
|
|
15604
15604
|
:rtype: :class:`~oci.response.Response`
|
15605
15605
|
|
15606
15606
|
:example:
|
15607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
|
15608
15608
|
"""
|
15609
15609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15610
15610
|
required_arguments = ['userAssessmentId']
|
@@ -15705,7 +15705,7 @@ class DataSafeClient(object):
|
|
15705
15705
|
:rtype: :class:`~oci.response.Response`
|
15706
15706
|
|
15707
15707
|
:example:
|
15708
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15708
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
|
15709
15709
|
"""
|
15710
15710
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15711
15711
|
required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
|
@@ -15804,7 +15804,7 @@ class DataSafeClient(object):
|
|
15804
15804
|
:rtype: :class:`~oci.response.Response`
|
15805
15805
|
|
15806
15806
|
:example:
|
15807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
15808
15808
|
"""
|
15809
15809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15810
15810
|
required_arguments = ['workRequestId']
|
@@ -15999,7 +15999,7 @@ class DataSafeClient(object):
|
|
15999
15999
|
:rtype: :class:`~oci.response.Response`
|
16000
16000
|
|
16001
16001
|
:example:
|
16002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16002
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
|
16003
16003
|
"""
|
16004
16004
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16005
16005
|
required_arguments = ['compartmentId']
|
@@ -16226,7 +16226,7 @@ class DataSafeClient(object):
|
|
16226
16226
|
:rtype: :class:`~oci.response.Response`
|
16227
16227
|
|
16228
16228
|
:example:
|
16229
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16229
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
|
16230
16230
|
"""
|
16231
16231
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16232
16232
|
required_arguments = ['compartmentId']
|
@@ -16391,7 +16391,7 @@ class DataSafeClient(object):
|
|
16391
16391
|
:rtype: :class:`~oci.response.Response`
|
16392
16392
|
|
16393
16393
|
:example:
|
16394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
|
16395
16395
|
"""
|
16396
16396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16397
16397
|
required_arguments = ['alertPolicyId']
|
@@ -16565,7 +16565,7 @@ class DataSafeClient(object):
|
|
16565
16565
|
:rtype: :class:`~oci.response.Response`
|
16566
16566
|
|
16567
16567
|
:example:
|
16568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
|
16569
16569
|
"""
|
16570
16570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16571
16571
|
required_arguments = ['compartmentId']
|
@@ -16756,7 +16756,7 @@ class DataSafeClient(object):
|
|
16756
16756
|
:rtype: :class:`~oci.response.Response`
|
16757
16757
|
|
16758
16758
|
:example:
|
16759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
|
16760
16760
|
"""
|
16761
16761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16762
16762
|
required_arguments = ['compartmentId']
|
@@ -16994,7 +16994,7 @@ class DataSafeClient(object):
|
|
16994
16994
|
:rtype: :class:`~oci.response.Response`
|
16995
16995
|
|
16996
16996
|
:example:
|
16997
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
|
16998
16998
|
"""
|
16999
16999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17000
17000
|
required_arguments = ['compartmentId']
|
@@ -17209,7 +17209,7 @@ class DataSafeClient(object):
|
|
17209
17209
|
:rtype: :class:`~oci.response.Response`
|
17210
17210
|
|
17211
17211
|
:example:
|
17212
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17212
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
|
17213
17213
|
"""
|
17214
17214
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17215
17215
|
required_arguments = ['compartmentId']
|
@@ -17399,7 +17399,7 @@ class DataSafeClient(object):
|
|
17399
17399
|
:rtype: :class:`~oci.response.Response`
|
17400
17400
|
|
17401
17401
|
:example:
|
17402
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
|
17403
17403
|
"""
|
17404
17404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17405
17405
|
required_arguments = ['compartmentId']
|
@@ -17600,7 +17600,7 @@ class DataSafeClient(object):
|
|
17600
17600
|
:rtype: :class:`~oci.response.Response`
|
17601
17601
|
|
17602
17602
|
:example:
|
17603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
|
17604
17604
|
"""
|
17605
17605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17606
17606
|
required_arguments = ['compartmentId']
|
@@ -17779,7 +17779,7 @@ class DataSafeClient(object):
|
|
17779
17779
|
:rtype: :class:`~oci.response.Response`
|
17780
17780
|
|
17781
17781
|
:example:
|
17782
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17782
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
|
17783
17783
|
"""
|
17784
17784
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17785
17785
|
required_arguments = ['compartmentId']
|
@@ -17971,7 +17971,7 @@ class DataSafeClient(object):
|
|
17971
17971
|
:rtype: :class:`~oci.response.Response`
|
17972
17972
|
|
17973
17973
|
:example:
|
17974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17974
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
|
17975
17975
|
"""
|
17976
17976
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17977
17977
|
required_arguments = ['compartmentId']
|
@@ -18160,7 +18160,7 @@ class DataSafeClient(object):
|
|
18160
18160
|
:rtype: :class:`~oci.response.Response`
|
18161
18161
|
|
18162
18162
|
:example:
|
18163
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
|
18164
18164
|
"""
|
18165
18165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18166
18166
|
required_arguments = ['compartmentId']
|
@@ -18346,7 +18346,7 @@ class DataSafeClient(object):
|
|
18346
18346
|
:rtype: :class:`~oci.response.Response`
|
18347
18347
|
|
18348
18348
|
:example:
|
18349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
|
18350
18350
|
"""
|
18351
18351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18352
18352
|
required_arguments = ['compartmentId']
|
@@ -18542,7 +18542,7 @@ class DataSafeClient(object):
|
|
18542
18542
|
:rtype: :class:`~oci.response.Response`
|
18543
18543
|
|
18544
18544
|
:example:
|
18545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
|
18546
18546
|
"""
|
18547
18547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18548
18548
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -18718,7 +18718,7 @@ class DataSafeClient(object):
|
|
18718
18718
|
:rtype: :class:`~oci.response.Response`
|
18719
18719
|
|
18720
18720
|
:example:
|
18721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
|
18722
18722
|
"""
|
18723
18723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18724
18724
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -18890,7 +18890,7 @@ class DataSafeClient(object):
|
|
18890
18890
|
:rtype: :class:`~oci.response.Response`
|
18891
18891
|
|
18892
18892
|
:example:
|
18893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
|
18894
18894
|
"""
|
18895
18895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18896
18896
|
required_arguments = ['targetDatabaseId']
|
@@ -19075,7 +19075,7 @@ class DataSafeClient(object):
|
|
19075
19075
|
:rtype: :class:`~oci.response.Response`
|
19076
19076
|
|
19077
19077
|
:example:
|
19078
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
|
19079
19079
|
"""
|
19080
19080
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19081
19081
|
required_arguments = ['compartmentId']
|
@@ -19292,7 +19292,7 @@ class DataSafeClient(object):
|
|
19292
19292
|
:rtype: :class:`~oci.response.Response`
|
19293
19293
|
|
19294
19294
|
:example:
|
19295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
|
19296
19296
|
"""
|
19297
19297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19298
19298
|
required_arguments = ['compartmentId']
|
@@ -19470,7 +19470,7 @@ class DataSafeClient(object):
|
|
19470
19470
|
:rtype: :class:`~oci.response.Response`
|
19471
19471
|
|
19472
19472
|
:example:
|
19473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
|
19474
19474
|
"""
|
19475
19475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19476
19476
|
required_arguments = ['securityPolicyReportId']
|
@@ -19634,7 +19634,7 @@ class DataSafeClient(object):
|
|
19634
19634
|
:rtype: :class:`~oci.response.Response`
|
19635
19635
|
|
19636
19636
|
:example:
|
19637
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19637
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
|
19638
19638
|
"""
|
19639
19639
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19640
19640
|
required_arguments = ['securityPolicyReportId']
|
@@ -19809,7 +19809,7 @@ class DataSafeClient(object):
|
|
19809
19809
|
:rtype: :class:`~oci.response.Response`
|
19810
19810
|
|
19811
19811
|
:example:
|
19812
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19812
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
|
19813
19813
|
"""
|
19814
19814
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19815
19815
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -20002,7 +20002,7 @@ class DataSafeClient(object):
|
|
20002
20002
|
:rtype: :class:`~oci.response.Response`
|
20003
20003
|
|
20004
20004
|
:example:
|
20005
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
|
20006
20006
|
"""
|
20007
20007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20008
20008
|
required_arguments = ['compartmentId']
|
@@ -20161,7 +20161,7 @@ class DataSafeClient(object):
|
|
20161
20161
|
:rtype: :class:`~oci.response.Response`
|
20162
20162
|
|
20163
20163
|
:example:
|
20164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
|
20165
20165
|
"""
|
20166
20166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20167
20167
|
required_arguments = ['discoveryJobId']
|
@@ -20363,7 +20363,7 @@ class DataSafeClient(object):
|
|
20363
20363
|
:rtype: :class:`~oci.response.Response`
|
20364
20364
|
|
20365
20365
|
:example:
|
20366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
|
20367
20367
|
"""
|
20368
20368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20369
20369
|
required_arguments = ['compartmentId']
|
@@ -20558,7 +20558,7 @@ class DataSafeClient(object):
|
|
20558
20558
|
:rtype: :class:`~oci.response.Response`
|
20559
20559
|
|
20560
20560
|
:example:
|
20561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
|
20562
20562
|
"""
|
20563
20563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20564
20564
|
required_arguments = ['compartmentId']
|
@@ -20744,7 +20744,7 @@ class DataSafeClient(object):
|
|
20744
20744
|
:rtype: :class:`~oci.response.Response`
|
20745
20745
|
|
20746
20746
|
:example:
|
20747
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20747
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
|
20748
20748
|
"""
|
20749
20749
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20750
20750
|
required_arguments = ['securityAssessmentId']
|
@@ -20967,7 +20967,7 @@ class DataSafeClient(object):
|
|
20967
20967
|
:rtype: :class:`~oci.response.Response`
|
20968
20968
|
|
20969
20969
|
:example:
|
20970
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20970
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
|
20971
20971
|
"""
|
20972
20972
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20973
20973
|
required_arguments = ['securityAssessmentId']
|
@@ -21165,7 +21165,7 @@ class DataSafeClient(object):
|
|
21165
21165
|
:rtype: :class:`~oci.response.Response`
|
21166
21166
|
|
21167
21167
|
:example:
|
21168
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
21169
21169
|
"""
|
21170
21170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21171
21171
|
required_arguments = ['userAssessmentId', 'userKey']
|
@@ -21372,7 +21372,7 @@ class DataSafeClient(object):
|
|
21372
21372
|
:rtype: :class:`~oci.response.Response`
|
21373
21373
|
|
21374
21374
|
:example:
|
21375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
|
21376
21376
|
"""
|
21377
21377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21378
21378
|
required_arguments = ['compartmentId']
|
@@ -21564,7 +21564,7 @@ class DataSafeClient(object):
|
|
21564
21564
|
:rtype: :class:`~oci.response.Response`
|
21565
21565
|
|
21566
21566
|
:example:
|
21567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
|
21568
21568
|
"""
|
21569
21569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21570
21570
|
required_arguments = ['maskingReportId']
|
@@ -21737,7 +21737,7 @@ class DataSafeClient(object):
|
|
21737
21737
|
:rtype: :class:`~oci.response.Response`
|
21738
21738
|
|
21739
21739
|
:example:
|
21740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
|
21741
21741
|
"""
|
21742
21742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21743
21743
|
required_arguments = ['compartmentId']
|
@@ -21941,7 +21941,7 @@ class DataSafeClient(object):
|
|
21941
21941
|
:rtype: :class:`~oci.response.Response`
|
21942
21942
|
|
21943
21943
|
:example:
|
21944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
|
21945
21945
|
"""
|
21946
21946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21947
21947
|
required_arguments = ['maskingPolicyId']
|
@@ -22150,7 +22150,7 @@ class DataSafeClient(object):
|
|
22150
22150
|
:rtype: :class:`~oci.response.Response`
|
22151
22151
|
|
22152
22152
|
:example:
|
22153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
|
22154
22154
|
"""
|
22155
22155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22156
22156
|
required_arguments = ['maskingPolicyId']
|
@@ -22357,7 +22357,7 @@ class DataSafeClient(object):
|
|
22357
22357
|
:rtype: :class:`~oci.response.Response`
|
22358
22358
|
|
22359
22359
|
:example:
|
22360
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22360
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
|
22361
22361
|
"""
|
22362
22362
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22363
22363
|
required_arguments = ['compartmentId']
|
@@ -22529,7 +22529,7 @@ class DataSafeClient(object):
|
|
22529
22529
|
:rtype: :class:`~oci.response.Response`
|
22530
22530
|
|
22531
22531
|
:example:
|
22532
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22532
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
22533
|
"""
|
22534
22534
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22535
22535
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -22713,7 +22713,7 @@ class DataSafeClient(object):
|
|
22713
22713
|
:rtype: :class:`~oci.response.Response`
|
22714
22714
|
|
22715
22715
|
:example:
|
22716
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22716
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
|
22717
22717
|
"""
|
22718
22718
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22719
22719
|
required_arguments = ['compartmentId']
|
@@ -22894,7 +22894,7 @@ class DataSafeClient(object):
|
|
22894
22894
|
:rtype: :class:`~oci.response.Response`
|
22895
22895
|
|
22896
22896
|
:example:
|
22897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
|
22898
22898
|
"""
|
22899
22899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22900
22900
|
required_arguments = ['compartmentId']
|
@@ -23048,7 +23048,7 @@ class DataSafeClient(object):
|
|
23048
23048
|
:rtype: :class:`~oci.response.Response`
|
23049
23049
|
|
23050
23050
|
:example:
|
23051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
|
23052
23052
|
"""
|
23053
23053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23054
23054
|
required_arguments = ['maskingPolicyId']
|
@@ -23221,7 +23221,7 @@ class DataSafeClient(object):
|
|
23221
23221
|
:rtype: :class:`~oci.response.Response`
|
23222
23222
|
|
23223
23223
|
:example:
|
23224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
|
23225
23225
|
"""
|
23226
23226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23227
23227
|
required_arguments = ['compartmentId']
|
@@ -23383,7 +23383,7 @@ class DataSafeClient(object):
|
|
23383
23383
|
:rtype: :class:`~oci.response.Response`
|
23384
23384
|
|
23385
23385
|
:example:
|
23386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23386
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
|
23387
23387
|
"""
|
23388
23388
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23389
23389
|
required_arguments = ['targetDatabaseId']
|
@@ -23553,7 +23553,7 @@ class DataSafeClient(object):
|
|
23553
23553
|
:rtype: :class:`~oci.response.Response`
|
23554
23554
|
|
23555
23555
|
:example:
|
23556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
|
23557
23557
|
"""
|
23558
23558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23559
23559
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -23794,7 +23794,7 @@ class DataSafeClient(object):
|
|
23794
23794
|
:rtype: :class:`~oci.response.Response`
|
23795
23795
|
|
23796
23796
|
:example:
|
23797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
|
23798
23798
|
"""
|
23799
23799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23800
23800
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -24017,7 +24017,7 @@ class DataSafeClient(object):
|
|
24017
24017
|
:rtype: :class:`~oci.response.Response`
|
24018
24018
|
|
24019
24019
|
:example:
|
24020
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24020
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
|
24021
24021
|
"""
|
24022
24022
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24023
24023
|
required_arguments = ['compartmentId']
|
@@ -24239,7 +24239,7 @@ class DataSafeClient(object):
|
|
24239
24239
|
:rtype: :class:`~oci.response.Response`
|
24240
24240
|
|
24241
24241
|
:example:
|
24242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
|
24243
24243
|
"""
|
24244
24244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24245
24245
|
required_arguments = ['compartmentId']
|
@@ -24409,7 +24409,7 @@ class DataSafeClient(object):
|
|
24409
24409
|
:rtype: :class:`~oci.response.Response`
|
24410
24410
|
|
24411
24411
|
:example:
|
24412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
|
24413
24413
|
"""
|
24414
24414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24415
24415
|
required_arguments = ['securityPolicyReportId', 'grantee', 'grantedRole']
|
@@ -24551,7 +24551,7 @@ class DataSafeClient(object):
|
|
24551
24551
|
:rtype: :class:`~oci.response.Response`
|
24552
24552
|
|
24553
24553
|
:example:
|
24554
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24554
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
24555
24555
|
"""
|
24556
24556
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24557
24557
|
required_arguments = ['targetDatabaseId']
|
@@ -24714,7 +24714,7 @@ class DataSafeClient(object):
|
|
24714
24714
|
:rtype: :class:`~oci.response.Response`
|
24715
24715
|
|
24716
24716
|
:example:
|
24717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24717
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
24718
24718
|
"""
|
24719
24719
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24720
24720
|
required_arguments = ['targetDatabaseId']
|
@@ -24893,7 +24893,7 @@ class DataSafeClient(object):
|
|
24893
24893
|
:rtype: :class:`~oci.response.Response`
|
24894
24894
|
|
24895
24895
|
:example:
|
24896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
|
24897
24897
|
"""
|
24898
24898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24899
24899
|
required_arguments = ['compartmentId']
|
@@ -25127,7 +25127,7 @@ class DataSafeClient(object):
|
|
25127
25127
|
:rtype: :class:`~oci.response.Response`
|
25128
25128
|
|
25129
25129
|
:example:
|
25130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
|
25131
25131
|
"""
|
25132
25132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25133
25133
|
required_arguments = ['compartmentId']
|
@@ -25316,7 +25316,7 @@ class DataSafeClient(object):
|
|
25316
25316
|
:rtype: :class:`~oci.response.Response`
|
25317
25317
|
|
25318
25318
|
:example:
|
25319
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
|
25320
25320
|
"""
|
25321
25321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25322
25322
|
required_arguments = ['compartmentId']
|
@@ -25502,7 +25502,7 @@ class DataSafeClient(object):
|
|
25502
25502
|
:rtype: :class:`~oci.response.Response`
|
25503
25503
|
|
25504
25504
|
:example:
|
25505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
|
25506
25506
|
"""
|
25507
25507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25508
25508
|
required_arguments = ['compartmentId']
|
@@ -25769,7 +25769,7 @@ class DataSafeClient(object):
|
|
25769
25769
|
:rtype: :class:`~oci.response.Response`
|
25770
25770
|
|
25771
25771
|
:example:
|
25772
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25772
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
|
25773
25773
|
"""
|
25774
25774
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25775
25775
|
required_arguments = ['compartmentId']
|
@@ -25972,7 +25972,7 @@ class DataSafeClient(object):
|
|
25972
25972
|
:rtype: :class:`~oci.response.Response`
|
25973
25973
|
|
25974
25974
|
:example:
|
25975
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
|
25976
25976
|
"""
|
25977
25977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25978
25978
|
required_arguments = ['compartmentId']
|
@@ -26135,7 +26135,7 @@ class DataSafeClient(object):
|
|
26135
26135
|
:rtype: :class:`~oci.response.Response`
|
26136
26136
|
|
26137
26137
|
:example:
|
26138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
|
26139
26139
|
"""
|
26140
26140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26141
26141
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -26315,7 +26315,7 @@ class DataSafeClient(object):
|
|
26315
26315
|
:rtype: :class:`~oci.response.Response`
|
26316
26316
|
|
26317
26317
|
:example:
|
26318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
|
26319
26319
|
"""
|
26320
26320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26321
26321
|
required_arguments = ['compartmentId']
|
@@ -26557,7 +26557,7 @@ class DataSafeClient(object):
|
|
26557
26557
|
:rtype: :class:`~oci.response.Response`
|
26558
26558
|
|
26559
26559
|
:example:
|
26560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
|
26561
26561
|
"""
|
26562
26562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26563
26563
|
required_arguments = ['sensitiveDataModelId']
|
@@ -26770,7 +26770,7 @@ class DataSafeClient(object):
|
|
26770
26770
|
:rtype: :class:`~oci.response.Response`
|
26771
26771
|
|
26772
26772
|
:example:
|
26773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
26774
|
"""
|
26775
26775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26776
26776
|
required_arguments = ['sensitiveDataModelId']
|
@@ -26962,7 +26962,7 @@ class DataSafeClient(object):
|
|
26962
26962
|
:rtype: :class:`~oci.response.Response`
|
26963
26963
|
|
26964
26964
|
:example:
|
26965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
|
26966
26966
|
"""
|
26967
26967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26968
26968
|
required_arguments = ['compartmentId']
|
@@ -27139,7 +27139,7 @@ class DataSafeClient(object):
|
|
27139
27139
|
:rtype: :class:`~oci.response.Response`
|
27140
27140
|
|
27141
27141
|
:example:
|
27142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
|
27143
27143
|
"""
|
27144
27144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27145
27145
|
required_arguments = ['sensitiveDataModelId']
|
@@ -27303,7 +27303,7 @@ class DataSafeClient(object):
|
|
27303
27303
|
:rtype: :class:`~oci.response.Response`
|
27304
27304
|
|
27305
27305
|
:example:
|
27306
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27306
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
|
27307
27307
|
"""
|
27308
27308
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27309
27309
|
required_arguments = ['sensitiveDataModelId']
|
@@ -27512,7 +27512,7 @@ class DataSafeClient(object):
|
|
27512
27512
|
:rtype: :class:`~oci.response.Response`
|
27513
27513
|
|
27514
27514
|
:example:
|
27515
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27515
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
|
27516
27516
|
"""
|
27517
27517
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27518
27518
|
required_arguments = ['compartmentId']
|
@@ -27739,7 +27739,7 @@ class DataSafeClient(object):
|
|
27739
27739
|
:rtype: :class:`~oci.response.Response`
|
27740
27740
|
|
27741
27741
|
:example:
|
27742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
|
27743
27743
|
"""
|
27744
27744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27745
27745
|
required_arguments = ['compartmentId']
|
@@ -27899,7 +27899,7 @@ class DataSafeClient(object):
|
|
27899
27899
|
:rtype: :class:`~oci.response.Response`
|
27900
27900
|
|
27901
27901
|
:example:
|
27902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
|
27903
27903
|
"""
|
27904
27904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27905
27905
|
required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
|
@@ -28098,7 +28098,7 @@ class DataSafeClient(object):
|
|
28098
28098
|
:rtype: :class:`~oci.response.Response`
|
28099
28099
|
|
28100
28100
|
:example:
|
28101
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
|
28102
28102
|
"""
|
28103
28103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28104
28104
|
required_arguments = ['compartmentId']
|
@@ -28296,7 +28296,7 @@ class DataSafeClient(object):
|
|
28296
28296
|
:rtype: :class:`~oci.response.Response`
|
28297
28297
|
|
28298
28298
|
:example:
|
28299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
28300
|
"""
|
28301
28301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28302
28302
|
required_arguments = ['compartmentId']
|
@@ -28472,7 +28472,7 @@ class DataSafeClient(object):
|
|
28472
28472
|
:rtype: :class:`~oci.response.Response`
|
28473
28473
|
|
28474
28474
|
:example:
|
28475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
|
28476
28476
|
"""
|
28477
28477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28478
28478
|
required_arguments = ['compartmentId']
|
@@ -28686,7 +28686,7 @@ class DataSafeClient(object):
|
|
28686
28686
|
:rtype: :class:`~oci.response.Response`
|
28687
28687
|
|
28688
28688
|
:example:
|
28689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
|
28690
28690
|
"""
|
28691
28691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28692
28692
|
required_arguments = ['compartmentId']
|
@@ -28900,7 +28900,7 @@ class DataSafeClient(object):
|
|
28900
28900
|
:rtype: :class:`~oci.response.Response`
|
28901
28901
|
|
28902
28902
|
:example:
|
28903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
|
28904
28904
|
"""
|
28905
28905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28906
28906
|
required_arguments = ['compartmentId']
|
@@ -29108,7 +29108,7 @@ class DataSafeClient(object):
|
|
29108
29108
|
:rtype: :class:`~oci.response.Response`
|
29109
29109
|
|
29110
29110
|
:example:
|
29111
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29111
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
|
29112
29112
|
"""
|
29113
29113
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29114
29114
|
required_arguments = ['compartmentId']
|
@@ -29308,7 +29308,7 @@ class DataSafeClient(object):
|
|
29308
29308
|
:rtype: :class:`~oci.response.Response`
|
29309
29309
|
|
29310
29310
|
:example:
|
29311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
|
29312
29312
|
"""
|
29313
29313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29314
29314
|
required_arguments = ['compartmentId']
|
@@ -29468,7 +29468,7 @@ class DataSafeClient(object):
|
|
29468
29468
|
:rtype: :class:`~oci.response.Response`
|
29469
29469
|
|
29470
29470
|
:example:
|
29471
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29471
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
|
29472
29472
|
"""
|
29473
29473
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29474
29474
|
required_arguments = ['targetDatabaseId']
|
@@ -29665,7 +29665,7 @@ class DataSafeClient(object):
|
|
29665
29665
|
:rtype: :class:`~oci.response.Response`
|
29666
29666
|
|
29667
29667
|
:example:
|
29668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29668
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
|
29669
29669
|
"""
|
29670
29670
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29671
29671
|
required_arguments = ['compartmentId']
|
@@ -29868,7 +29868,7 @@ class DataSafeClient(object):
|
|
29868
29868
|
:rtype: :class:`~oci.response.Response`
|
29869
29869
|
|
29870
29870
|
:example:
|
29871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
29871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
|
29872
29872
|
"""
|
29873
29873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29874
29874
|
required_arguments = ['compartmentId']
|
@@ -30047,7 +30047,7 @@ class DataSafeClient(object):
|
|
30047
30047
|
:rtype: :class:`~oci.response.Response`
|
30048
30048
|
|
30049
30049
|
:example:
|
30050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
|
30051
30051
|
"""
|
30052
30052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30053
30053
|
required_arguments = ['userAssessmentId']
|
@@ -30276,7 +30276,7 @@ class DataSafeClient(object):
|
|
30276
30276
|
:rtype: :class:`~oci.response.Response`
|
30277
30277
|
|
30278
30278
|
:example:
|
30279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
|
30280
30280
|
"""
|
30281
30281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30282
30282
|
required_arguments = ['userAssessmentId']
|
@@ -30530,7 +30530,7 @@ class DataSafeClient(object):
|
|
30530
30530
|
:rtype: :class:`~oci.response.Response`
|
30531
30531
|
|
30532
30532
|
:example:
|
30533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
|
30534
30534
|
"""
|
30535
30535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30536
30536
|
required_arguments = ['compartmentId']
|
@@ -30810,7 +30810,7 @@ class DataSafeClient(object):
|
|
30810
30810
|
:rtype: :class:`~oci.response.Response`
|
30811
30811
|
|
30812
30812
|
:example:
|
30813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30813
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
|
30814
30814
|
"""
|
30815
30815
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30816
30816
|
required_arguments = ['userAssessmentId']
|
@@ -30991,7 +30991,7 @@ class DataSafeClient(object):
|
|
30991
30991
|
:rtype: :class:`~oci.response.Response`
|
30992
30992
|
|
30993
30993
|
:example:
|
30994
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
30994
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
30995
30995
|
"""
|
30996
30996
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30997
30997
|
required_arguments = ['workRequestId']
|
@@ -31109,7 +31109,7 @@ class DataSafeClient(object):
|
|
31109
31109
|
:rtype: :class:`~oci.response.Response`
|
31110
31110
|
|
31111
31111
|
:example:
|
31112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
31113
31113
|
"""
|
31114
31114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31115
31115
|
required_arguments = ['workRequestId']
|
@@ -31259,7 +31259,7 @@ class DataSafeClient(object):
|
|
31259
31259
|
:rtype: :class:`~oci.response.Response`
|
31260
31260
|
|
31261
31261
|
:example:
|
31262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
31263
31263
|
"""
|
31264
31264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31265
31265
|
required_arguments = ['compartmentId']
|
@@ -31394,7 +31394,7 @@ class DataSafeClient(object):
|
|
31394
31394
|
:rtype: :class:`~oci.response.Response`
|
31395
31395
|
|
31396
31396
|
:example:
|
31397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31397
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
|
31398
31398
|
"""
|
31399
31399
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31400
31400
|
required_arguments = ['maskingPolicyId']
|
@@ -31508,7 +31508,7 @@ class DataSafeClient(object):
|
|
31508
31508
|
:rtype: :class:`~oci.response.Response`
|
31509
31509
|
|
31510
31510
|
:example:
|
31511
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31511
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
|
31512
31512
|
"""
|
31513
31513
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31514
31514
|
required_arguments = ['compartmentId']
|
@@ -31630,7 +31630,7 @@ class DataSafeClient(object):
|
|
31630
31630
|
:rtype: :class:`~oci.response.Response`
|
31631
31631
|
|
31632
31632
|
:example:
|
31633
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31633
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
|
31634
31634
|
"""
|
31635
31635
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31636
31636
|
required_arguments = []
|
@@ -31746,7 +31746,7 @@ class DataSafeClient(object):
|
|
31746
31746
|
:rtype: :class:`~oci.response.Response`
|
31747
31747
|
|
31748
31748
|
:example:
|
31749
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31749
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
|
31750
31750
|
"""
|
31751
31751
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31752
31752
|
required_arguments = ['discoveryJobId']
|
@@ -31858,7 +31858,7 @@ class DataSafeClient(object):
|
|
31858
31858
|
:rtype: :class:`~oci.response.Response`
|
31859
31859
|
|
31860
31860
|
:example:
|
31861
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31861
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
|
31862
31862
|
"""
|
31863
31863
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31864
31864
|
required_arguments = ['maskingPolicyId']
|
@@ -31969,7 +31969,7 @@ class DataSafeClient(object):
|
|
31969
31969
|
:rtype: :class:`~oci.response.Response`
|
31970
31970
|
|
31971
31971
|
:example:
|
31972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
31972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.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
31973
|
"""
|
31974
31974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31975
31975
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -32081,7 +32081,7 @@ class DataSafeClient(object):
|
|
32081
32081
|
:rtype: :class:`~oci.response.Response`
|
32082
32082
|
|
32083
32083
|
:example:
|
32084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
|
32085
32085
|
"""
|
32086
32086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32087
32087
|
required_arguments = ['sensitiveDataModelId']
|
@@ -32188,7 +32188,7 @@ class DataSafeClient(object):
|
|
32188
32188
|
:rtype: :class:`~oci.response.Response`
|
32189
32189
|
|
32190
32190
|
:example:
|
32191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
|
32192
32192
|
"""
|
32193
32193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32194
32194
|
required_arguments = []
|
@@ -32292,7 +32292,7 @@ class DataSafeClient(object):
|
|
32292
32292
|
:rtype: :class:`~oci.response.Response`
|
32293
32293
|
|
32294
32294
|
:example:
|
32295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
|
32296
32296
|
"""
|
32297
32297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32298
32298
|
required_arguments = ['auditPolicyId']
|
@@ -32408,7 +32408,7 @@ class DataSafeClient(object):
|
|
32408
32408
|
:rtype: :class:`~oci.response.Response`
|
32409
32409
|
|
32410
32410
|
:example:
|
32411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
|
32412
32412
|
"""
|
32413
32413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32414
32414
|
required_arguments = ['sqlCollectionId']
|
@@ -32522,7 +32522,7 @@ class DataSafeClient(object):
|
|
32522
32522
|
:rtype: :class:`~oci.response.Response`
|
32523
32523
|
|
32524
32524
|
:example:
|
32525
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32525
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
|
32526
32526
|
"""
|
32527
32527
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32528
32528
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -32640,7 +32640,7 @@ class DataSafeClient(object):
|
|
32640
32640
|
:rtype: :class:`~oci.response.Response`
|
32641
32641
|
|
32642
32642
|
:example:
|
32643
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32643
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
|
32644
32644
|
"""
|
32645
32645
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32646
32646
|
required_arguments = ['securityAssessmentId']
|
@@ -32756,7 +32756,7 @@ class DataSafeClient(object):
|
|
32756
32756
|
:rtype: :class:`~oci.response.Response`
|
32757
32757
|
|
32758
32758
|
:example:
|
32759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32759
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
|
32760
32760
|
"""
|
32761
32761
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32762
32762
|
required_arguments = ['sqlCollectionId']
|
@@ -32870,7 +32870,7 @@ class DataSafeClient(object):
|
|
32870
32870
|
:rtype: :class:`~oci.response.Response`
|
32871
32871
|
|
32872
32872
|
:example:
|
32873
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32873
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
|
32874
32874
|
"""
|
32875
32875
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32876
32876
|
required_arguments = ['targetDatabaseId']
|
@@ -32989,7 +32989,7 @@ class DataSafeClient(object):
|
|
32989
32989
|
:rtype: :class:`~oci.response.Response`
|
32990
32990
|
|
32991
32991
|
:example:
|
32992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
32992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
|
32993
32993
|
"""
|
32994
32994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32995
32995
|
required_arguments = ['userAssessmentId']
|
@@ -33105,7 +33105,7 @@ class DataSafeClient(object):
|
|
33105
33105
|
:rtype: :class:`~oci.response.Response`
|
33106
33106
|
|
33107
33107
|
:example:
|
33108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
|
33109
33109
|
"""
|
33110
33110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33111
33111
|
required_arguments = ['reportDefinitionId']
|
@@ -33213,7 +33213,7 @@ class DataSafeClient(object):
|
|
33213
33213
|
:rtype: :class:`~oci.response.Response`
|
33214
33214
|
|
33215
33215
|
:example:
|
33216
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33216
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
|
33217
33217
|
"""
|
33218
33218
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33219
33219
|
required_arguments = ['auditTrailId']
|
@@ -33324,7 +33324,7 @@ class DataSafeClient(object):
|
|
33324
33324
|
:rtype: :class:`~oci.response.Response`
|
33325
33325
|
|
33326
33326
|
:example:
|
33327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
|
33328
33328
|
"""
|
33329
33329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33330
33330
|
required_arguments = ['workRequestId']
|
@@ -33438,7 +33438,7 @@ class DataSafeClient(object):
|
|
33438
33438
|
:rtype: :class:`~oci.response.Response`
|
33439
33439
|
|
33440
33440
|
:example:
|
33441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
|
33442
33442
|
"""
|
33443
33443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33444
33444
|
required_arguments = ['auditPolicyId']
|
@@ -33555,7 +33555,7 @@ class DataSafeClient(object):
|
|
33555
33555
|
:rtype: :class:`~oci.response.Response`
|
33556
33556
|
|
33557
33557
|
:example:
|
33558
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33558
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
|
33559
33559
|
"""
|
33560
33560
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33561
33561
|
required_arguments = ['reportDefinitionId']
|
@@ -33674,7 +33674,7 @@ class DataSafeClient(object):
|
|
33674
33674
|
:rtype: :class:`~oci.response.Response`
|
33675
33675
|
|
33676
33676
|
:example:
|
33677
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33677
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
|
33678
33678
|
"""
|
33679
33679
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33680
33680
|
required_arguments = ['securityAssessmentId']
|
@@ -33794,7 +33794,7 @@ class DataSafeClient(object):
|
|
33794
33794
|
:rtype: :class:`~oci.response.Response`
|
33795
33795
|
|
33796
33796
|
:example:
|
33797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
|
33798
33798
|
"""
|
33799
33799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33800
33800
|
required_arguments = ['userAssessmentId']
|
@@ -33914,7 +33914,7 @@ class DataSafeClient(object):
|
|
33914
33914
|
:rtype: :class:`~oci.response.Response`
|
33915
33915
|
|
33916
33916
|
:example:
|
33917
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
33917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
|
33918
33918
|
"""
|
33919
33919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33920
33920
|
required_arguments = ['auditTrailId']
|
@@ -34030,7 +34030,7 @@ class DataSafeClient(object):
|
|
34030
34030
|
:rtype: :class:`~oci.response.Response`
|
34031
34031
|
|
34032
34032
|
:example:
|
34033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
|
34034
34034
|
"""
|
34035
34035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34036
34036
|
required_arguments = ['sqlCollectionId']
|
@@ -34138,7 +34138,7 @@ class DataSafeClient(object):
|
|
34138
34138
|
:rtype: :class:`~oci.response.Response`
|
34139
34139
|
|
34140
34140
|
:example:
|
34141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
|
34142
34142
|
"""
|
34143
34143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34144
34144
|
required_arguments = ['auditTrailId']
|
@@ -34249,7 +34249,7 @@ class DataSafeClient(object):
|
|
34249
34249
|
:rtype: :class:`~oci.response.Response`
|
34250
34250
|
|
34251
34251
|
:example:
|
34252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
|
34253
34253
|
"""
|
34254
34254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34255
34255
|
required_arguments = ['sqlCollectionId']
|
@@ -34363,7 +34363,7 @@ class DataSafeClient(object):
|
|
34363
34363
|
:rtype: :class:`~oci.response.Response`
|
34364
34364
|
|
34365
34365
|
:example:
|
34366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
|
34367
34367
|
"""
|
34368
34368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34369
34369
|
required_arguments = ['workRequestId']
|
@@ -34482,7 +34482,7 @@ class DataSafeClient(object):
|
|
34482
34482
|
:rtype: :class:`~oci.response.Response`
|
34483
34483
|
|
34484
34484
|
:example:
|
34485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34485
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
|
34486
34486
|
"""
|
34487
34487
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34488
34488
|
required_arguments = ['securityAssessmentId']
|
@@ -34604,7 +34604,7 @@ class DataSafeClient(object):
|
|
34604
34604
|
:rtype: :class:`~oci.response.Response`
|
34605
34605
|
|
34606
34606
|
:example:
|
34607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
|
34608
34608
|
"""
|
34609
34609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34610
34610
|
required_arguments = ['userAssessmentId']
|
@@ -34718,7 +34718,7 @@ class DataSafeClient(object):
|
|
34718
34718
|
:rtype: :class:`~oci.response.Response`
|
34719
34719
|
|
34720
34720
|
:example:
|
34721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34721
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
|
34722
34722
|
"""
|
34723
34723
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34724
34724
|
required_arguments = ['alertId']
|
@@ -34830,7 +34830,7 @@ class DataSafeClient(object):
|
|
34830
34830
|
:rtype: :class:`~oci.response.Response`
|
34831
34831
|
|
34832
34832
|
:example:
|
34833
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34833
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_alert_policy.py.html>`__ to see an example of how to use update_alert_policy API.
|
34834
34834
|
"""
|
34835
34835
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34836
34836
|
required_arguments = ['alertPolicyId']
|
@@ -34943,7 +34943,7 @@ class DataSafeClient(object):
|
|
34943
34943
|
:rtype: :class:`~oci.response.Response`
|
34944
34944
|
|
34945
34945
|
:example:
|
34946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
34946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_alert_policy_rule.py.html>`__ to see an example of how to use update_alert_policy_rule API.
|
34947
34947
|
"""
|
34948
34948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34949
34949
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -35054,7 +35054,7 @@ class DataSafeClient(object):
|
|
35054
35054
|
:rtype: :class:`~oci.response.Response`
|
35055
35055
|
|
35056
35056
|
:example:
|
35057
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35057
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
|
35058
35058
|
"""
|
35059
35059
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35060
35060
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -35164,7 +35164,7 @@ class DataSafeClient(object):
|
|
35164
35164
|
:rtype: :class:`~oci.response.Response`
|
35165
35165
|
|
35166
35166
|
:example:
|
35167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
|
35168
35168
|
"""
|
35169
35169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35170
35170
|
required_arguments = ['auditPolicyId']
|
@@ -35274,7 +35274,7 @@ class DataSafeClient(object):
|
|
35274
35274
|
:rtype: :class:`~oci.response.Response`
|
35275
35275
|
|
35276
35276
|
:example:
|
35277
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35277
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
|
35278
35278
|
"""
|
35279
35279
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35280
35280
|
required_arguments = ['auditProfileId']
|
@@ -35384,7 +35384,7 @@ class DataSafeClient(object):
|
|
35384
35384
|
:rtype: :class:`~oci.response.Response`
|
35385
35385
|
|
35386
35386
|
:example:
|
35387
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35387
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
|
35388
35388
|
"""
|
35389
35389
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35390
35390
|
required_arguments = ['auditTrailId']
|
@@ -35494,7 +35494,7 @@ class DataSafeClient(object):
|
|
35494
35494
|
:rtype: :class:`~oci.response.Response`
|
35495
35495
|
|
35496
35496
|
:example:
|
35497
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
|
35498
35498
|
"""
|
35499
35499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35500
35500
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -35604,7 +35604,7 @@ class DataSafeClient(object):
|
|
35604
35604
|
:rtype: :class:`~oci.response.Response`
|
35605
35605
|
|
35606
35606
|
:example:
|
35607
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35607
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
|
35608
35608
|
"""
|
35609
35609
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35610
35610
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -35723,7 +35723,7 @@ class DataSafeClient(object):
|
|
35723
35723
|
:rtype: :class:`~oci.response.Response`
|
35724
35724
|
|
35725
35725
|
:example:
|
35726
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
|
35727
35727
|
"""
|
35728
35728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35729
35729
|
required_arguments = ['securityAssessmentId', 'findingKey']
|
@@ -35837,7 +35837,7 @@ class DataSafeClient(object):
|
|
35837
35837
|
:rtype: :class:`~oci.response.Response`
|
35838
35838
|
|
35839
35839
|
:example:
|
35840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
|
35841
35841
|
"""
|
35842
35842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35843
35843
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -35951,7 +35951,7 @@ class DataSafeClient(object):
|
|
35951
35951
|
:rtype: :class:`~oci.response.Response`
|
35952
35952
|
|
35953
35953
|
:example:
|
35954
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
35954
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
|
35955
35955
|
"""
|
35956
35956
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35957
35957
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -36062,7 +36062,7 @@ class DataSafeClient(object):
|
|
36062
36062
|
:rtype: :class:`~oci.response.Response`
|
36063
36063
|
|
36064
36064
|
:example:
|
36065
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36065
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
|
36066
36066
|
"""
|
36067
36067
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36068
36068
|
required_arguments = ['maskingPolicyId']
|
@@ -36172,7 +36172,7 @@ class DataSafeClient(object):
|
|
36172
36172
|
:rtype: :class:`~oci.response.Response`
|
36173
36173
|
|
36174
36174
|
:example:
|
36175
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
|
36176
36176
|
"""
|
36177
36177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36178
36178
|
required_arguments = ['onPremConnectorId']
|
@@ -36288,7 +36288,7 @@ class DataSafeClient(object):
|
|
36288
36288
|
:rtype: :class:`~oci.response.Response`
|
36289
36289
|
|
36290
36290
|
:example:
|
36291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
|
36292
36292
|
"""
|
36293
36293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36294
36294
|
required_arguments = ['onPremConnectorId']
|
@@ -36410,7 +36410,7 @@ class DataSafeClient(object):
|
|
36410
36410
|
:rtype: :class:`~oci.response.Response`
|
36411
36411
|
|
36412
36412
|
:example:
|
36413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
|
36414
36414
|
"""
|
36415
36415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36416
36416
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -36530,7 +36530,7 @@ class DataSafeClient(object):
|
|
36530
36530
|
:rtype: :class:`~oci.response.Response`
|
36531
36531
|
|
36532
36532
|
:example:
|
36533
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36533
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
|
36534
36534
|
"""
|
36535
36535
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36536
36536
|
required_arguments = ['reportId']
|
@@ -36649,7 +36649,7 @@ class DataSafeClient(object):
|
|
36649
36649
|
:rtype: :class:`~oci.response.Response`
|
36650
36650
|
|
36651
36651
|
:example:
|
36652
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36652
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
|
36653
36653
|
"""
|
36654
36654
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36655
36655
|
required_arguments = ['reportDefinitionId']
|
@@ -36762,7 +36762,7 @@ class DataSafeClient(object):
|
|
36762
36762
|
:rtype: :class:`~oci.response.Response`
|
36763
36763
|
|
36764
36764
|
:example:
|
36765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
|
36766
36766
|
"""
|
36767
36767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36768
36768
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -36872,7 +36872,7 @@ class DataSafeClient(object):
|
|
36872
36872
|
:rtype: :class:`~oci.response.Response`
|
36873
36873
|
|
36874
36874
|
:example:
|
36875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
|
36876
36876
|
"""
|
36877
36877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36878
36878
|
required_arguments = ['securityAssessmentId']
|
@@ -36982,7 +36982,7 @@ class DataSafeClient(object):
|
|
36982
36982
|
:rtype: :class:`~oci.response.Response`
|
36983
36983
|
|
36984
36984
|
:example:
|
36985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
36985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
|
36986
36986
|
"""
|
36987
36987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36988
36988
|
required_arguments = ['securityPolicyId']
|
@@ -37092,7 +37092,7 @@ class DataSafeClient(object):
|
|
37092
37092
|
:rtype: :class:`~oci.response.Response`
|
37093
37093
|
|
37094
37094
|
:example:
|
37095
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
|
37096
37096
|
"""
|
37097
37097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37098
37098
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -37205,7 +37205,7 @@ class DataSafeClient(object):
|
|
37205
37205
|
:rtype: :class:`~oci.response.Response`
|
37206
37206
|
|
37207
37207
|
:example:
|
37208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37208
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
|
37209
37209
|
"""
|
37210
37210
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37211
37211
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -37317,7 +37317,7 @@ class DataSafeClient(object):
|
|
37317
37317
|
:rtype: :class:`~oci.response.Response`
|
37318
37318
|
|
37319
37319
|
:example:
|
37320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
|
37321
37321
|
"""
|
37322
37322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37323
37323
|
required_arguments = ['sensitiveDataModelId']
|
@@ -37427,7 +37427,7 @@ class DataSafeClient(object):
|
|
37427
37427
|
:rtype: :class:`~oci.response.Response`
|
37428
37428
|
|
37429
37429
|
:example:
|
37430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
|
37431
37431
|
"""
|
37432
37432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37433
37433
|
required_arguments = ['sensitiveTypeId']
|
@@ -37537,7 +37537,7 @@ class DataSafeClient(object):
|
|
37537
37537
|
:rtype: :class:`~oci.response.Response`
|
37538
37538
|
|
37539
37539
|
:example:
|
37540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
|
37541
37541
|
"""
|
37542
37542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37543
37543
|
required_arguments = ['sqlCollectionId']
|
@@ -37647,7 +37647,7 @@ class DataSafeClient(object):
|
|
37647
37647
|
:rtype: :class:`~oci.response.Response`
|
37648
37648
|
|
37649
37649
|
:example:
|
37650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
|
37651
37651
|
"""
|
37652
37652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37653
37653
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -37757,7 +37757,7 @@ class DataSafeClient(object):
|
|
37757
37757
|
:rtype: :class:`~oci.response.Response`
|
37758
37758
|
|
37759
37759
|
:example:
|
37760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
|
37761
37761
|
"""
|
37762
37762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37763
37763
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -37873,7 +37873,7 @@ class DataSafeClient(object):
|
|
37873
37873
|
:rtype: :class:`~oci.response.Response`
|
37874
37874
|
|
37875
37875
|
:example:
|
37876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
|
37877
37877
|
"""
|
37878
37878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37879
37879
|
required_arguments = ['targetDatabaseId']
|
@@ -37986,7 +37986,7 @@ class DataSafeClient(object):
|
|
37986
37986
|
:rtype: :class:`~oci.response.Response`
|
37987
37987
|
|
37988
37988
|
:example:
|
37989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
37989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
|
37990
37990
|
"""
|
37991
37991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37992
37992
|
required_arguments = ['userAssessmentId']
|
@@ -38107,7 +38107,7 @@ class DataSafeClient(object):
|
|
38107
38107
|
:rtype: :class:`~oci.response.Response`
|
38108
38108
|
|
38109
38109
|
:example:
|
38110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38110
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
|
38111
38111
|
"""
|
38112
38112
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38113
38113
|
required_arguments = ['maskingPolicyId']
|
@@ -38248,7 +38248,7 @@ class DataSafeClient(object):
|
|
38248
38248
|
:rtype: :class:`~oci.response.Response`
|
38249
38249
|
|
38250
38250
|
:example:
|
38251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
38251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.132.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
|
38252
38252
|
"""
|
38253
38253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38254
38254
|
required_arguments = ['sensitiveDataModelId']
|