oci 2.155.0__py3-none-any.whl → 2.155.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +140 -26
- oci/ai_document/models/__init__.py +50 -0
- oci/ai_document/models/analyze_document_result.py +62 -0
- oci/ai_document/models/bar_code.py +159 -0
- oci/ai_document/models/capabilities.py +70 -0
- oci/ai_document/models/capability.py +70 -0
- oci/ai_document/models/create_model_details.py +93 -0
- oci/ai_document/models/detected_document_type.py +35 -0
- oci/ai_document/models/document_classification_feature.py +36 -5
- oci/ai_document/models/document_classification_model_metrics.py +1 -1
- oci/ai_document/models/document_elements_extraction_feature.py +80 -0
- oci/ai_document/models/document_elements_sub_type.py +103 -0
- oci/ai_document/models/document_feature.py +13 -3
- oci/ai_document/models/document_key_value_extraction_feature.py +36 -5
- oci/ai_document/models/document_language_classification_feature.py +1 -1
- oci/ai_document/models/document_table_extraction_feature.py +34 -3
- oci/ai_document/models/document_text_extraction_feature.py +65 -3
- oci/ai_document/models/driving_license_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/field_value.py +64 -2
- oci/ai_document/models/general_processor_config.py +1 -1
- oci/ai_document/models/health_insurance_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/inline_document_content.py +33 -2
- oci/ai_document/models/inline_document_details.py +33 -2
- oci/ai_document/models/invoice_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/invoice_processor_config.py +107 -0
- oci/ai_document/models/key_value_detection_model_metrics.py +1 -1
- oci/ai_document/models/kv_model_sub_type.py +121 -0
- oci/ai_document/models/model.py +116 -3
- oci/ai_document/models/model_metrics.py +43 -3
- oci/ai_document/models/model_sub_type.py +113 -0
- oci/ai_document/models/model_summary.py +31 -0
- oci/ai_document/models/model_type_info.py +101 -0
- oci/ai_document/models/normalization_fields.py +70 -0
- oci/ai_document/models/normalization_fields_map_value.py +70 -0
- oci/ai_document/models/object_location.py +33 -2
- oci/ai_document/models/object_storage_document_details.py +33 -2
- oci/ai_document/models/output_location.py +1 -1
- oci/ai_document/models/page.py +95 -2
- oci/ai_document/models/passport_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/pre_trained_document_elements_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_document_classification_model_details.py +56 -0
- oci/ai_document/models/pretrained_key_value_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_table_extraction_model_details.py +56 -0
- oci/ai_document/models/pretrained_text_extraction_model_details.py +56 -0
- oci/ai_document/models/processor_config.py +11 -3
- oci/ai_document/models/qr_bar_code_sub_type_details.py +92 -0
- oci/ai_document/models/receipt_kv_model_sub_type_details.py +110 -0
- oci/ai_document/models/selection_mark.py +144 -0
- oci/ai_document/models/signature.py +97 -0
- oci/ai_document/models/signature_sub_type_details.py +92 -0
- oci/ai_document/models/update_model_details.py +31 -0
- oci/ai_document/models/value_array.py +14 -0
- oci/ai_document/models/value_date.py +14 -0
- oci/ai_document/models/value_integer.py +14 -0
- oci/ai_document/models/value_number.py +14 -0
- oci/ai_document/models/value_phone_number.py +14 -0
- oci/ai_document/models/value_string.py +14 -0
- oci/ai_document/models/value_time.py +14 -0
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +19 -19
- oci/ai_vision/ai_service_vision_client.py +28 -28
- oci/analytics/analytics_client.py +24 -24
- oci/announcements_service/announcement_client.py +5 -5
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/announcements_service/service_client.py +1 -1
- oci/apiaccesscontrol/api_metadata_client.py +3 -3
- oci/apiaccesscontrol/privileged_api_control_client.py +6 -6
- oci/apiaccesscontrol/privileged_api_requests_client.py +7 -7
- oci/apiaccesscontrol/privileged_api_work_request_client.py +5 -5
- 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 +12 -12
- 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/scheduled_query_client.py +5 -5
- oci/apm_traces/trace_client.py +5 -5
- 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 +88 -88
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +32 -32
- oci/capacity_management/demand_signal_client.py +13 -13
- oci/capacity_management/internal_demand_signal_client.py +12 -12
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +6 -6
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +15 -15
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +46 -46
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +125 -125
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +258 -258
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +149 -149
- oci/data_flow/data_flow_client.py +45 -45
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +317 -317
- oci/data_science/data_science_client.py +145 -145
- oci/database/database_client.py +421 -421
- oci/database_management/db_management_client.py +229 -229
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +15 -15
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +43 -43
- oci/database_tools/database_tools_client.py +23 -23
- oci/dblm/db_life_cycle_management_client.py +28 -28
- oci/dbmulticloud/multi_cloud_resource_discovery_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_container_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_blob_mount_client.py +6 -6
- oci/dbmulticloud/oracle_db_azure_connector_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_key_client.py +2 -2
- oci/dbmulticloud/oracle_db_azure_vault_association_client.py +7 -7
- oci/dbmulticloud/oracle_db_azure_vault_client.py +7 -7
- oci/dbmulticloud/work_request_client.py +5 -5
- oci/delegate_access_control/delegate_access_control_client.py +26 -26
- oci/delegate_access_control/work_request_client.py +4 -4
- oci/demand_signal/occ_demand_signal_client.py +7 -7
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +141 -141
- oci/disaster_recovery/disaster_recovery_client.py +31 -31
- oci/distributed_database/distributed_autonomous_db_service_client.py +18 -18
- oci/distributed_database/distributed_db_private_endpoint_service_client.py +7 -7
- oci/distributed_database/distributed_db_service_client.py +19 -19
- oci/distributed_database/distributed_db_work_request_service_client.py +4 -4
- oci/dns/dns_client.py +54 -54
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +31 -31
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +74 -74
- oci/fleet_apps_management/fleet_apps_management_admin_client.py +27 -27
- oci/fleet_apps_management/fleet_apps_management_catalog_client.py +7 -7
- oci/fleet_apps_management/fleet_apps_management_client.py +32 -32
- oci/fleet_apps_management/fleet_apps_management_maintenance_window_client.py +5 -5
- oci/fleet_apps_management/fleet_apps_management_operations_client.py +29 -29
- oci/fleet_apps_management/fleet_apps_management_provision_client.py +6 -6
- oci/fleet_apps_management/fleet_apps_management_runbooks_client.py +19 -19
- oci/fleet_apps_management/fleet_apps_management_work_request_client.py +4 -4
- oci/fleet_software_update/fleet_software_update_client.py +46 -46
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/fusion_applications_client.py +41 -41
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_agent/generative_ai_agent_client.py +38 -38
- oci/generative_ai_agent_runtime/generative_ai_agent_runtime_client.py +6 -6
- oci/generative_ai_inference/generative_ai_inference_client.py +6 -6
- 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 +89 -89
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +311 -311
- oci/integration/integration_instance_client.py +19 -19
- oci/jms/java_management_service_client.py +79 -79
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +200 -200
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/lustre_file_storage/lustre_file_storage_client.py +11 -11
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +18 -18
- 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/mngdmac/mac_device_client.py +3 -3
- oci/mngdmac/mac_order_client.py +11 -11
- oci/model_deployment/model_deployment_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +8 -8
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +92 -92
- oci/network_load_balancer/network_load_balancer_client.py +35 -35
- oci/nosql/nosql_client.py +27 -27
- oci/object_storage/object_storage_client.py +55 -55
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +17 -17
- oci/opensearch/opensearch_cluster_pipeline_client.py +5 -5
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/models/__init__.py +20 -0
- oci/opsi/models/autonomous_database_configuration_summary.py +1 -1
- oci/opsi/models/autonomous_database_insight.py +1 -1
- oci/opsi/models/autonomous_database_insight_summary.py +1 -1
- oci/opsi/models/change_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/create_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/create_database_insight_details.py +11 -3
- oci/opsi/models/create_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/create_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_autonomous_database_insight_details.py +301 -0
- oci/opsi/models/create_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/create_macs_managed_cloud_exadata_cluster_details.py +7 -3
- oci/opsi/models/create_macs_managed_cloud_exadata_vmcluster_details.py +34 -3
- oci/opsi/models/create_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/create_pe_comanaged_exadata_vmcluster_details.py +78 -0
- oci/opsi/models/credential_by_iam.py +1 -1
- oci/opsi/models/credential_by_named_credentials.py +91 -0
- oci/opsi/models/credential_by_vault.py +1 -1
- oci/opsi/models/credential_details.py +14 -6
- oci/opsi/models/credentials_by_source.py +1 -1
- oci/opsi/models/database_configuration_summary.py +11 -3
- oci/opsi/models/database_insight.py +11 -3
- oci/opsi/models/database_insight_summary.py +11 -3
- oci/opsi/models/em_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/em_managed_external_database_insight.py +1 -1
- oci/opsi/models/em_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight.py +1 -1
- oci/opsi/models/em_managed_external_exadata_insight_summary.py +1 -1
- oci/opsi/models/enable_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/enable_database_insight_details.py +11 -3
- oci/opsi/models/enable_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/enable_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/enable_macs_managed_autonomous_database_insight_details.py +272 -0
- oci/opsi/models/enable_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/enable_mds_my_sql_database_insight_details.py +1 -1
- oci/opsi/models/enable_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/exadata_configuration_summary.py +7 -3
- oci/opsi/models/exadata_database_machine_configuration_summary.py +69 -3
- oci/opsi/models/exadata_exacc_configuration_summary.py +1 -1
- oci/opsi/models/exadata_exacs_configuration_summary.py +1 -1
- oci/opsi/models/exadata_insight.py +7 -3
- oci/opsi/models/exadata_insight_summary.py +7 -3
- oci/opsi/models/exadata_member_collection.py +7 -3
- oci/opsi/models/external_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/external_mysql_database_insight.py +1 -1
- oci/opsi/models/external_mysql_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_autonomous_database_configuration_summary.py +251 -0
- oci/opsi/models/macs_managed_autonomous_database_insight.py +467 -0
- oci/opsi/models/macs_managed_autonomous_database_insight_summary.py +313 -0
- oci/opsi/models/macs_managed_cloud_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_database_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight.py +1 -1
- oci/opsi/models/macs_managed_cloud_exadata_insight_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight.py +1 -1
- oci/opsi/models/macs_managed_external_database_insight_summary.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/mds_my_sql_database_insight_summary.py +1 -1
- oci/opsi/models/mds_mysql_database_configuration_summary.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight.py +1 -1
- oci/opsi/models/pe_comanaged_database_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight.py +1 -1
- oci/opsi/models/pe_comanaged_exadata_insight_summary.py +1 -1
- oci/opsi/models/pe_comanaged_managed_external_database_configuration_summary.py +1 -1
- oci/opsi/models/synchronize_autonomous_database_to_exadata_details.py +110 -0
- oci/opsi/models/test_macs_managed_autonomous_database_insight_connection_details.py +128 -0
- oci/opsi/models/update_autonomous_database_insight_details.py +1 -1
- oci/opsi/models/update_database_insight_details.py +11 -3
- oci/opsi/models/update_em_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_external_mysql_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_autonomous_database_insight_details.py +63 -0
- oci/opsi/models/update_macs_managed_cloud_database_insight_details.py +1 -1
- oci/opsi/models/update_macs_managed_external_database_insight_details.py +1 -1
- oci/opsi/models/update_mds_my_sql_database_insight.py +1 -1
- oci/opsi/models/update_pe_comanaged_database_insight_details.py +1 -1
- oci/opsi/models/vm_cluster_summary.py +64 -2
- oci/opsi/models/work_request.py +15 -3
- oci/opsi/operations_insights_client.py +580 -202
- oci/opsi/operations_insights_client_composite_operations.py +125 -0
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +13 -13
- oci/os_management_hub/managed_instance_client.py +33 -33
- oci/os_management_hub/managed_instance_group_client.py +26 -26
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +13 -13
- 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 +33 -33
- oci/os_management_hub/work_request_client.py +5 -5
- 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/models/subscription.py +38 -3
- oci/osp_gateway/models/subscription_summary.py +38 -3
- 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 +34 -34
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +26 -26
- oci/redis/oci_cache_user_client.py +7 -7
- oci/redis/redis_cluster_client.py +15 -15
- oci/redis/redis_identity_client.py +1 -1
- oci/regions_definitions.py +9 -4
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_scheduler/schedule_client.py +14 -14
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/security_attribute/security_attribute_client.py +18 -18
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +87 -87
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +14 -14
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/wlms/weblogic_management_service_client.py +41 -41
- oci/wlms/weblogic_management_service_configuration_client.py +2 -2
- oci/work_requests/work_request_client.py +4 -4
- oci/zpr/zpr_client.py +15 -15
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/METADATA +1 -1
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/RECORD +430 -395
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.dist-info}/WHEEL +0 -0
- {oci-2.155.0.dist-info → oci-2.155.1.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.155.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/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.155.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/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.155.
|
399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/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.155.
|
520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/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.155.
|
641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
|
642
642
|
"""
|
643
643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
644
644
|
required_arguments = ['maskingPolicyId']
|
@@ -751,7 +751,7 @@ class DataSafeClient(object):
|
|
751
751
|
:rtype: :class:`~oci.response.Response`
|
752
752
|
|
753
753
|
:example:
|
754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/bulk_create_sensitive_types.py.html>`__ to see an example of how to use bulk_create_sensitive_types API.
|
755
755
|
"""
|
756
756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
757
757
|
required_arguments = []
|
@@ -865,7 +865,7 @@ class DataSafeClient(object):
|
|
865
865
|
:rtype: :class:`~oci.response.Response`
|
866
866
|
|
867
867
|
:example:
|
868
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
868
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/bulk_create_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use bulk_create_sql_firewall_allowed_sqls API.
|
869
869
|
"""
|
870
870
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
871
871
|
required_arguments = []
|
@@ -954,7 +954,7 @@ class DataSafeClient(object):
|
|
954
954
|
:rtype: :class:`~oci.response.Response`
|
955
955
|
|
956
956
|
:example:
|
957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
957
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/bulk_delete_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use bulk_delete_sql_firewall_allowed_sqls API.
|
958
958
|
"""
|
959
959
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
960
960
|
required_arguments = []
|
@@ -1056,7 +1056,7 @@ class DataSafeClient(object):
|
|
1056
1056
|
:rtype: :class:`~oci.response.Response`
|
1057
1057
|
|
1058
1058
|
:example:
|
1059
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1059
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
|
1060
1060
|
"""
|
1061
1061
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1062
1062
|
required_arguments = ['auditProfileId']
|
@@ -1175,7 +1175,7 @@ class DataSafeClient(object):
|
|
1175
1175
|
:rtype: :class:`~oci.response.Response`
|
1176
1176
|
|
1177
1177
|
:example:
|
1178
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1178
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
|
1179
1179
|
"""
|
1180
1180
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1181
1181
|
required_arguments = ['auditProfileId']
|
@@ -1291,7 +1291,7 @@ class DataSafeClient(object):
|
|
1291
1291
|
:rtype: :class:`~oci.response.Response`
|
1292
1292
|
|
1293
1293
|
:example:
|
1294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
1295
1295
|
"""
|
1296
1296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1297
1297
|
required_arguments = ['workRequestId']
|
@@ -1408,7 +1408,7 @@ class DataSafeClient(object):
|
|
1408
1408
|
:rtype: :class:`~oci.response.Response`
|
1409
1409
|
|
1410
1410
|
:example:
|
1411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1411
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
|
1412
1412
|
"""
|
1413
1413
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1414
1414
|
required_arguments = ['alertId']
|
@@ -1527,7 +1527,7 @@ class DataSafeClient(object):
|
|
1527
1527
|
:rtype: :class:`~oci.response.Response`
|
1528
1528
|
|
1529
1529
|
:example:
|
1530
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1530
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_alert_policy_compartment.py.html>`__ to see an example of how to use change_alert_policy_compartment API.
|
1531
1531
|
"""
|
1532
1532
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1533
1533
|
required_arguments = ['alertPolicyId']
|
@@ -1646,7 +1646,7 @@ class DataSafeClient(object):
|
|
1646
1646
|
:rtype: :class:`~oci.response.Response`
|
1647
1647
|
|
1648
1648
|
:example:
|
1649
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
|
1650
1650
|
"""
|
1651
1651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1652
1652
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -1765,7 +1765,7 @@ class DataSafeClient(object):
|
|
1765
1765
|
:rtype: :class:`~oci.response.Response`
|
1766
1766
|
|
1767
1767
|
:example:
|
1768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
|
1769
1769
|
"""
|
1770
1770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1771
1771
|
required_arguments = ['auditPolicyId']
|
@@ -1884,7 +1884,7 @@ class DataSafeClient(object):
|
|
1884
1884
|
:rtype: :class:`~oci.response.Response`
|
1885
1885
|
|
1886
1886
|
:example:
|
1887
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
1887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
|
1888
1888
|
"""
|
1889
1889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1890
1890
|
required_arguments = ['auditProfileId']
|
@@ -1997,7 +1997,7 @@ class DataSafeClient(object):
|
|
1997
1997
|
:rtype: :class:`~oci.response.Response`
|
1998
1998
|
|
1999
1999
|
:example:
|
2000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_data_safe_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_safe_private_endpoint_compartment API.
|
2001
2001
|
"""
|
2002
2002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2003
2003
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -2113,7 +2113,7 @@ class DataSafeClient(object):
|
|
2113
2113
|
:rtype: :class:`~oci.response.Response`
|
2114
2114
|
|
2115
2115
|
:example:
|
2116
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2116
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
|
2117
2117
|
"""
|
2118
2118
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2119
2119
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -2232,7 +2232,7 @@ class DataSafeClient(object):
|
|
2232
2232
|
:rtype: :class:`~oci.response.Response`
|
2233
2233
|
|
2234
2234
|
:example:
|
2235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
|
2236
2236
|
"""
|
2237
2237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2238
2238
|
required_arguments = ['discoveryJobId']
|
@@ -2351,7 +2351,7 @@ class DataSafeClient(object):
|
|
2351
2351
|
:rtype: :class:`~oci.response.Response`
|
2352
2352
|
|
2353
2353
|
:example:
|
2354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
|
2355
2355
|
"""
|
2356
2356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2357
2357
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -2470,7 +2470,7 @@ class DataSafeClient(object):
|
|
2470
2470
|
:rtype: :class:`~oci.response.Response`
|
2471
2471
|
|
2472
2472
|
:example:
|
2473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
|
2474
2474
|
"""
|
2475
2475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2476
2476
|
required_arguments = ['maskingPolicyId']
|
@@ -2589,7 +2589,7 @@ class DataSafeClient(object):
|
|
2589
2589
|
:rtype: :class:`~oci.response.Response`
|
2590
2590
|
|
2591
2591
|
:example:
|
2592
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_masking_policy_health_report_compartment.py.html>`__ to see an example of how to use change_masking_policy_health_report_compartment API.
|
2593
2593
|
"""
|
2594
2594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2595
2595
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -2708,7 +2708,7 @@ class DataSafeClient(object):
|
|
2708
2708
|
:rtype: :class:`~oci.response.Response`
|
2709
2709
|
|
2710
2710
|
:example:
|
2711
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
|
2712
2712
|
"""
|
2713
2713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2714
2714
|
required_arguments = ['onPremConnectorId']
|
@@ -2827,7 +2827,7 @@ class DataSafeClient(object):
|
|
2827
2827
|
:rtype: :class:`~oci.response.Response`
|
2828
2828
|
|
2829
2829
|
:example:
|
2830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
|
2831
2831
|
"""
|
2832
2832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2833
2833
|
required_arguments = ['reportId']
|
@@ -2946,7 +2946,7 @@ class DataSafeClient(object):
|
|
2946
2946
|
:rtype: :class:`~oci.response.Response`
|
2947
2947
|
|
2948
2948
|
:example:
|
2949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
2949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
|
2950
2950
|
"""
|
2951
2951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2952
2952
|
required_arguments = ['reportDefinitionId']
|
@@ -3065,7 +3065,7 @@ class DataSafeClient(object):
|
|
3065
3065
|
:rtype: :class:`~oci.response.Response`
|
3066
3066
|
|
3067
3067
|
:example:
|
3068
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3068
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
|
3069
3069
|
"""
|
3070
3070
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3071
3071
|
required_arguments = ['auditProfileId']
|
@@ -3184,7 +3184,7 @@ class DataSafeClient(object):
|
|
3184
3184
|
:rtype: :class:`~oci.response.Response`
|
3185
3185
|
|
3186
3186
|
:example:
|
3187
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3187
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
|
3188
3188
|
"""
|
3189
3189
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3190
3190
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -3307,7 +3307,7 @@ class DataSafeClient(object):
|
|
3307
3307
|
:rtype: :class:`~oci.response.Response`
|
3308
3308
|
|
3309
3309
|
:example:
|
3310
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3310
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
|
3311
3311
|
"""
|
3312
3312
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3313
3313
|
required_arguments = ['securityAssessmentId']
|
@@ -3426,7 +3426,7 @@ class DataSafeClient(object):
|
|
3426
3426
|
:rtype: :class:`~oci.response.Response`
|
3427
3427
|
|
3428
3428
|
:example:
|
3429
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3429
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
|
3430
3430
|
"""
|
3431
3431
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3432
3432
|
required_arguments = ['securityPolicyId']
|
@@ -3545,7 +3545,7 @@ class DataSafeClient(object):
|
|
3545
3545
|
:rtype: :class:`~oci.response.Response`
|
3546
3546
|
|
3547
3547
|
:example:
|
3548
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3548
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
|
3549
3549
|
"""
|
3550
3550
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3551
3551
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -3664,7 +3664,7 @@ class DataSafeClient(object):
|
|
3664
3664
|
:rtype: :class:`~oci.response.Response`
|
3665
3665
|
|
3666
3666
|
:example:
|
3667
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3667
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
|
3668
3668
|
"""
|
3669
3669
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3670
3670
|
required_arguments = ['sensitiveDataModelId']
|
@@ -3783,7 +3783,7 @@ class DataSafeClient(object):
|
|
3783
3783
|
:rtype: :class:`~oci.response.Response`
|
3784
3784
|
|
3785
3785
|
:example:
|
3786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
|
3787
3787
|
"""
|
3788
3788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3789
3789
|
required_arguments = ['sensitiveTypeId']
|
@@ -3902,7 +3902,7 @@ class DataSafeClient(object):
|
|
3902
3902
|
:rtype: :class:`~oci.response.Response`
|
3903
3903
|
|
3904
3904
|
:example:
|
3905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
3905
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_sensitive_type_group_compartment.py.html>`__ to see an example of how to use change_sensitive_type_group_compartment API.
|
3906
3906
|
"""
|
3907
3907
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3908
3908
|
required_arguments = ['sensitiveTypeGroupId']
|
@@ -4021,7 +4021,7 @@ class DataSafeClient(object):
|
|
4021
4021
|
:rtype: :class:`~oci.response.Response`
|
4022
4022
|
|
4023
4023
|
:example:
|
4024
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4024
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_sensitive_types_export_compartment.py.html>`__ to see an example of how to use change_sensitive_types_export_compartment API.
|
4025
4025
|
"""
|
4026
4026
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4027
4027
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -4140,7 +4140,7 @@ class DataSafeClient(object):
|
|
4140
4140
|
:rtype: :class:`~oci.response.Response`
|
4141
4141
|
|
4142
4142
|
:example:
|
4143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
|
4144
4144
|
"""
|
4145
4145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4146
4146
|
required_arguments = ['sqlCollectionId']
|
@@ -4259,7 +4259,7 @@ class DataSafeClient(object):
|
|
4259
4259
|
:rtype: :class:`~oci.response.Response`
|
4260
4260
|
|
4261
4261
|
:example:
|
4262
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
|
4263
4263
|
"""
|
4264
4264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4265
4265
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -4378,7 +4378,7 @@ class DataSafeClient(object):
|
|
4378
4378
|
:rtype: :class:`~oci.response.Response`
|
4379
4379
|
|
4380
4380
|
:example:
|
4381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_compartment API.
|
4382
4382
|
"""
|
4383
4383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4384
4384
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -4497,7 +4497,7 @@ class DataSafeClient(object):
|
|
4497
4497
|
:rtype: :class:`~oci.response.Response`
|
4498
4498
|
|
4499
4499
|
:example:
|
4500
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4500
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
|
4501
4501
|
"""
|
4502
4502
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4503
4503
|
required_arguments = ['targetDatabaseId']
|
@@ -4620,7 +4620,7 @@ class DataSafeClient(object):
|
|
4620
4620
|
:rtype: :class:`~oci.response.Response`
|
4621
4621
|
|
4622
4622
|
:example:
|
4623
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4623
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
|
4624
4624
|
"""
|
4625
4625
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4626
4626
|
required_arguments = ['userAssessmentId']
|
@@ -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.155.
|
4743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
|
4744
4744
|
"""
|
4745
4745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4746
4746
|
required_arguments = ['securityAssessmentId']
|
@@ -4860,7 +4860,7 @@ class DataSafeClient(object):
|
|
4860
4860
|
:rtype: :class:`~oci.response.Response`
|
4861
4861
|
|
4862
4862
|
:example:
|
4863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4863
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
|
4864
4864
|
"""
|
4865
4865
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4866
4866
|
required_arguments = ['userAssessmentId']
|
@@ -4969,7 +4969,7 @@ class DataSafeClient(object):
|
|
4969
4969
|
:rtype: :class:`~oci.response.Response`
|
4970
4970
|
|
4971
4971
|
:example:
|
4972
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
4972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_alert_policy.py.html>`__ to see an example of how to use create_alert_policy API.
|
4973
4973
|
"""
|
4974
4974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4975
4975
|
required_arguments = []
|
@@ -5069,7 +5069,7 @@ class DataSafeClient(object):
|
|
5069
5069
|
:rtype: :class:`~oci.response.Response`
|
5070
5070
|
|
5071
5071
|
:example:
|
5072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5072
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_alert_policy_rule.py.html>`__ to see an example of how to use create_alert_policy_rule API.
|
5073
5073
|
"""
|
5074
5074
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5075
5075
|
required_arguments = ['alertPolicyId']
|
@@ -5180,7 +5180,7 @@ class DataSafeClient(object):
|
|
5180
5180
|
:rtype: :class:`~oci.response.Response`
|
5181
5181
|
|
5182
5182
|
:example:
|
5183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
|
5184
5184
|
"""
|
5185
5185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5186
5186
|
required_arguments = []
|
@@ -5277,7 +5277,7 @@ class DataSafeClient(object):
|
|
5277
5277
|
:rtype: :class:`~oci.response.Response`
|
5278
5278
|
|
5279
5279
|
:example:
|
5280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
|
5281
5281
|
"""
|
5282
5282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5283
5283
|
required_arguments = []
|
@@ -5378,7 +5378,7 @@ class DataSafeClient(object):
|
|
5378
5378
|
:rtype: :class:`~oci.response.Response`
|
5379
5379
|
|
5380
5380
|
:example:
|
5381
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5381
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
|
5382
5382
|
"""
|
5383
5383
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5384
5384
|
required_arguments = []
|
@@ -5479,7 +5479,7 @@ class DataSafeClient(object):
|
|
5479
5479
|
:rtype: :class:`~oci.response.Response`
|
5480
5480
|
|
5481
5481
|
:example:
|
5482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
|
5483
5483
|
"""
|
5484
5484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5485
5485
|
required_arguments = []
|
@@ -5598,7 +5598,7 @@ class DataSafeClient(object):
|
|
5598
5598
|
:rtype: :class:`~oci.response.Response`
|
5599
5599
|
|
5600
5600
|
:example:
|
5601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
|
5602
5602
|
"""
|
5603
5603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5604
5604
|
required_arguments = ['maskingPolicyId']
|
@@ -5721,7 +5721,7 @@ class DataSafeClient(object):
|
|
5721
5721
|
:rtype: :class:`~oci.response.Response`
|
5722
5722
|
|
5723
5723
|
:example:
|
5724
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5724
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
|
5725
5725
|
"""
|
5726
5726
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5727
5727
|
required_arguments = []
|
@@ -5818,7 +5818,7 @@ class DataSafeClient(object):
|
|
5818
5818
|
:rtype: :class:`~oci.response.Response`
|
5819
5819
|
|
5820
5820
|
:example:
|
5821
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
|
5822
5822
|
"""
|
5823
5823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5824
5824
|
required_arguments = []
|
@@ -5925,7 +5925,7 @@ class DataSafeClient(object):
|
|
5925
5925
|
:rtype: :class:`~oci.response.Response`
|
5926
5926
|
|
5927
5927
|
:example:
|
5928
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
5928
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
|
5929
5929
|
"""
|
5930
5930
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5931
5931
|
required_arguments = ['targetDatabaseId']
|
@@ -6039,7 +6039,7 @@ class DataSafeClient(object):
|
|
6039
6039
|
:rtype: :class:`~oci.response.Response`
|
6040
6040
|
|
6041
6041
|
:example:
|
6042
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6042
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_referential_relation.py.html>`__ to see an example of how to use create_referential_relation API.
|
6043
6043
|
"""
|
6044
6044
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6045
6045
|
required_arguments = ['sensitiveDataModelId']
|
@@ -6146,7 +6146,7 @@ class DataSafeClient(object):
|
|
6146
6146
|
:rtype: :class:`~oci.response.Response`
|
6147
6147
|
|
6148
6148
|
:example:
|
6149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6149
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
|
6150
6150
|
"""
|
6151
6151
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6152
6152
|
required_arguments = []
|
@@ -6247,7 +6247,7 @@ class DataSafeClient(object):
|
|
6247
6247
|
:rtype: :class:`~oci.response.Response`
|
6248
6248
|
|
6249
6249
|
:example:
|
6250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
|
6251
6251
|
"""
|
6252
6252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6253
6253
|
required_arguments = []
|
@@ -6348,7 +6348,7 @@ class DataSafeClient(object):
|
|
6348
6348
|
:rtype: :class:`~oci.response.Response`
|
6349
6349
|
|
6350
6350
|
:example:
|
6351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
|
6352
6352
|
"""
|
6353
6353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6354
6354
|
required_arguments = []
|
@@ -6448,7 +6448,7 @@ class DataSafeClient(object):
|
|
6448
6448
|
:rtype: :class:`~oci.response.Response`
|
6449
6449
|
|
6450
6450
|
:example:
|
6451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
|
6452
6452
|
"""
|
6453
6453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6454
6454
|
required_arguments = ['sensitiveDataModelId']
|
@@ -6557,7 +6557,7 @@ class DataSafeClient(object):
|
|
6557
6557
|
:rtype: :class:`~oci.response.Response`
|
6558
6558
|
|
6559
6559
|
:example:
|
6560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
|
6561
6561
|
"""
|
6562
6562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6563
6563
|
required_arguments = []
|
@@ -6656,7 +6656,7 @@ class DataSafeClient(object):
|
|
6656
6656
|
:rtype: :class:`~oci.response.Response`
|
6657
6657
|
|
6658
6658
|
:example:
|
6659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
|
6660
6660
|
"""
|
6661
6661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6662
6662
|
required_arguments = []
|
@@ -6753,7 +6753,7 @@ class DataSafeClient(object):
|
|
6753
6753
|
:rtype: :class:`~oci.response.Response`
|
6754
6754
|
|
6755
6755
|
:example:
|
6756
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6756
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_sensitive_type_group.py.html>`__ to see an example of how to use create_sensitive_type_group API.
|
6757
6757
|
"""
|
6758
6758
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6759
6759
|
required_arguments = []
|
@@ -6852,7 +6852,7 @@ class DataSafeClient(object):
|
|
6852
6852
|
:rtype: :class:`~oci.response.Response`
|
6853
6853
|
|
6854
6854
|
:example:
|
6855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_sensitive_types_export.py.html>`__ to see an example of how to use create_sensitive_types_export API.
|
6856
6856
|
"""
|
6857
6857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6858
6858
|
required_arguments = []
|
@@ -6949,7 +6949,7 @@ class DataSafeClient(object):
|
|
6949
6949
|
:rtype: :class:`~oci.response.Response`
|
6950
6950
|
|
6951
6951
|
:example:
|
6952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
6952
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
|
6953
6953
|
"""
|
6954
6954
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6955
6955
|
required_arguments = []
|
@@ -7046,7 +7046,7 @@ class DataSafeClient(object):
|
|
7046
7046
|
:rtype: :class:`~oci.response.Response`
|
7047
7047
|
|
7048
7048
|
:example:
|
7049
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
|
7050
7050
|
"""
|
7051
7051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7052
7052
|
required_arguments = []
|
@@ -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.155.
|
7146
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
|
7147
7147
|
"""
|
7148
7148
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7149
7149
|
required_arguments = []
|
@@ -7244,7 +7244,7 @@ class DataSafeClient(object):
|
|
7244
7244
|
:rtype: :class:`~oci.response.Response`
|
7245
7245
|
|
7246
7246
|
:example:
|
7247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
|
7248
7248
|
"""
|
7249
7249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7250
7250
|
required_arguments = []
|
@@ -7348,7 +7348,7 @@ class DataSafeClient(object):
|
|
7348
7348
|
:rtype: :class:`~oci.response.Response`
|
7349
7349
|
|
7350
7350
|
:example:
|
7351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
|
7352
7352
|
"""
|
7353
7353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7354
7354
|
required_arguments = ['targetDatabaseId']
|
@@ -7456,7 +7456,7 @@ class DataSafeClient(object):
|
|
7456
7456
|
:rtype: :class:`~oci.response.Response`
|
7457
7457
|
|
7458
7458
|
:example:
|
7459
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7459
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_alert_policy.py.html>`__ to see an example of how to use delete_alert_policy API.
|
7460
7460
|
"""
|
7461
7461
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7462
7462
|
required_arguments = ['alertPolicyId']
|
@@ -7564,7 +7564,7 @@ class DataSafeClient(object):
|
|
7564
7564
|
:rtype: :class:`~oci.response.Response`
|
7565
7565
|
|
7566
7566
|
:example:
|
7567
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7567
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_alert_policy_rule.py.html>`__ to see an example of how to use delete_alert_policy_rule API.
|
7568
7568
|
"""
|
7569
7569
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7570
7570
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -7671,7 +7671,7 @@ class DataSafeClient(object):
|
|
7671
7671
|
:rtype: :class:`~oci.response.Response`
|
7672
7672
|
|
7673
7673
|
:example:
|
7674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
|
7675
7675
|
"""
|
7676
7676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7677
7677
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -7776,7 +7776,7 @@ class DataSafeClient(object):
|
|
7776
7776
|
:rtype: :class:`~oci.response.Response`
|
7777
7777
|
|
7778
7778
|
:example:
|
7779
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7779
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
|
7780
7780
|
"""
|
7781
7781
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7782
7782
|
required_arguments = ['auditTrailId']
|
@@ -7881,7 +7881,7 @@ class DataSafeClient(object):
|
|
7881
7881
|
:rtype: :class:`~oci.response.Response`
|
7882
7882
|
|
7883
7883
|
:example:
|
7884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
|
7885
7885
|
"""
|
7886
7886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7887
7887
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -7986,7 +7986,7 @@ class DataSafeClient(object):
|
|
7986
7986
|
:rtype: :class:`~oci.response.Response`
|
7987
7987
|
|
7988
7988
|
:example:
|
7989
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
7989
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
|
7990
7990
|
"""
|
7991
7991
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7992
7992
|
required_arguments = ['discoveryJobId']
|
@@ -8094,7 +8094,7 @@ class DataSafeClient(object):
|
|
8094
8094
|
:rtype: :class:`~oci.response.Response`
|
8095
8095
|
|
8096
8096
|
:example:
|
8097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
|
8098
8098
|
"""
|
8099
8099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8100
8100
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -8200,7 +8200,7 @@ class DataSafeClient(object):
|
|
8200
8200
|
:rtype: :class:`~oci.response.Response`
|
8201
8201
|
|
8202
8202
|
:example:
|
8203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
|
8204
8204
|
"""
|
8205
8205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8206
8206
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -8308,7 +8308,7 @@ class DataSafeClient(object):
|
|
8308
8308
|
:rtype: :class:`~oci.response.Response`
|
8309
8309
|
|
8310
8310
|
:example:
|
8311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8311
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
|
8312
8312
|
"""
|
8313
8313
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8314
8314
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -8414,7 +8414,7 @@ class DataSafeClient(object):
|
|
8414
8414
|
:rtype: :class:`~oci.response.Response`
|
8415
8415
|
|
8416
8416
|
:example:
|
8417
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8417
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
|
8418
8418
|
"""
|
8419
8419
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8420
8420
|
required_arguments = ['maskingPolicyId']
|
@@ -8519,7 +8519,7 @@ class DataSafeClient(object):
|
|
8519
8519
|
:rtype: :class:`~oci.response.Response`
|
8520
8520
|
|
8521
8521
|
:example:
|
8522
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8522
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
|
8523
8523
|
"""
|
8524
8524
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8525
8525
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -8624,7 +8624,7 @@ class DataSafeClient(object):
|
|
8624
8624
|
:rtype: :class:`~oci.response.Response`
|
8625
8625
|
|
8626
8626
|
:example:
|
8627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_masking_report.py.html>`__ to see an example of how to use delete_masking_report API.
|
8628
8628
|
"""
|
8629
8629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8630
8630
|
required_arguments = ['maskingReportId']
|
@@ -8729,7 +8729,7 @@ class DataSafeClient(object):
|
|
8729
8729
|
:rtype: :class:`~oci.response.Response`
|
8730
8730
|
|
8731
8731
|
:example:
|
8732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
|
8733
8733
|
"""
|
8734
8734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8735
8735
|
required_arguments = ['onPremConnectorId']
|
@@ -8837,7 +8837,7 @@ class DataSafeClient(object):
|
|
8837
8837
|
:rtype: :class:`~oci.response.Response`
|
8838
8838
|
|
8839
8839
|
:example:
|
8840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
|
8841
8841
|
"""
|
8842
8842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8843
8843
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -8946,7 +8946,7 @@ class DataSafeClient(object):
|
|
8946
8946
|
:rtype: :class:`~oci.response.Response`
|
8947
8947
|
|
8948
8948
|
:example:
|
8949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
8949
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_referential_relation.py.html>`__ to see an example of how to use delete_referential_relation API.
|
8950
8950
|
"""
|
8951
8951
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8952
8952
|
required_arguments = ['sensitiveDataModelId', 'referentialRelationKey']
|
@@ -9052,7 +9052,7 @@ class DataSafeClient(object):
|
|
9052
9052
|
:rtype: :class:`~oci.response.Response`
|
9053
9053
|
|
9054
9054
|
:example:
|
9055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
|
9056
9056
|
"""
|
9057
9057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9058
9058
|
required_arguments = ['reportDefinitionId']
|
@@ -9157,7 +9157,7 @@ class DataSafeClient(object):
|
|
9157
9157
|
:rtype: :class:`~oci.response.Response`
|
9158
9158
|
|
9159
9159
|
:example:
|
9160
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9160
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
|
9161
9161
|
"""
|
9162
9162
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9163
9163
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -9265,7 +9265,7 @@ class DataSafeClient(object):
|
|
9265
9265
|
:rtype: :class:`~oci.response.Response`
|
9266
9266
|
|
9267
9267
|
:example:
|
9268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
|
9269
9269
|
"""
|
9270
9270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9271
9271
|
required_arguments = ['securityAssessmentId']
|
@@ -9373,7 +9373,7 @@ class DataSafeClient(object):
|
|
9373
9373
|
:rtype: :class:`~oci.response.Response`
|
9374
9374
|
|
9375
9375
|
:example:
|
9376
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
|
9377
9377
|
"""
|
9378
9378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9379
9379
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -9479,7 +9479,7 @@ class DataSafeClient(object):
|
|
9479
9479
|
:rtype: :class:`~oci.response.Response`
|
9480
9480
|
|
9481
9481
|
:example:
|
9482
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9482
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
|
9483
9483
|
"""
|
9484
9484
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9485
9485
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9584,7 +9584,7 @@ class DataSafeClient(object):
|
|
9584
9584
|
:rtype: :class:`~oci.response.Response`
|
9585
9585
|
|
9586
9586
|
:example:
|
9587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
|
9588
9588
|
"""
|
9589
9589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9590
9590
|
required_arguments = ['sensitiveTypeId']
|
@@ -9689,7 +9689,7 @@ class DataSafeClient(object):
|
|
9689
9689
|
:rtype: :class:`~oci.response.Response`
|
9690
9690
|
|
9691
9691
|
:example:
|
9692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_sensitive_type_group.py.html>`__ to see an example of how to use delete_sensitive_type_group API.
|
9693
9693
|
"""
|
9694
9694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9695
9695
|
required_arguments = ['sensitiveTypeGroupId']
|
@@ -9794,7 +9794,7 @@ class DataSafeClient(object):
|
|
9794
9794
|
:rtype: :class:`~oci.response.Response`
|
9795
9795
|
|
9796
9796
|
:example:
|
9797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_sensitive_types_export.py.html>`__ to see an example of how to use delete_sensitive_types_export API.
|
9798
9798
|
"""
|
9799
9799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9800
9800
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -9899,7 +9899,7 @@ class DataSafeClient(object):
|
|
9899
9899
|
:rtype: :class:`~oci.response.Response`
|
9900
9900
|
|
9901
9901
|
:example:
|
9902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
9902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
|
9903
9903
|
"""
|
9904
9904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9905
9905
|
required_arguments = ['sqlCollectionId']
|
@@ -10004,7 +10004,7 @@ class DataSafeClient(object):
|
|
10004
10004
|
:rtype: :class:`~oci.response.Response`
|
10005
10005
|
|
10006
10006
|
:example:
|
10007
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10007
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use delete_sql_firewall_allowed_sql API.
|
10008
10008
|
"""
|
10009
10009
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10010
10010
|
required_arguments = ['sqlFirewallAllowedSqlId']
|
@@ -10109,7 +10109,7 @@ class DataSafeClient(object):
|
|
10109
10109
|
:rtype: :class:`~oci.response.Response`
|
10110
10110
|
|
10111
10111
|
:example:
|
10112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
|
10113
10113
|
"""
|
10114
10114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10115
10115
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -10214,7 +10214,7 @@ class DataSafeClient(object):
|
|
10214
10214
|
:rtype: :class:`~oci.response.Response`
|
10215
10215
|
|
10216
10216
|
:example:
|
10217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
|
10218
10218
|
"""
|
10219
10219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10220
10220
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -10319,7 +10319,7 @@ class DataSafeClient(object):
|
|
10319
10319
|
:rtype: :class:`~oci.response.Response`
|
10320
10320
|
|
10321
10321
|
:example:
|
10322
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10322
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
|
10323
10323
|
"""
|
10324
10324
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10325
10325
|
required_arguments = ['targetDatabaseId']
|
@@ -10427,7 +10427,7 @@ class DataSafeClient(object):
|
|
10427
10427
|
:rtype: :class:`~oci.response.Response`
|
10428
10428
|
|
10429
10429
|
:example:
|
10430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
|
10431
10431
|
"""
|
10432
10432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10433
10433
|
required_arguments = ['userAssessmentId']
|
@@ -10541,7 +10541,7 @@ class DataSafeClient(object):
|
|
10541
10541
|
:rtype: :class:`~oci.response.Response`
|
10542
10542
|
|
10543
10543
|
:example:
|
10544
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
|
10545
10545
|
"""
|
10546
10546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10547
10547
|
required_arguments = ['auditProfileId']
|
@@ -10648,7 +10648,7 @@ class DataSafeClient(object):
|
|
10648
10648
|
:rtype: :class:`~oci.response.Response`
|
10649
10649
|
|
10650
10650
|
:example:
|
10651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
|
10652
10652
|
"""
|
10653
10653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10654
10654
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10751,7 +10751,7 @@ class DataSafeClient(object):
|
|
10751
10751
|
:rtype: :class:`~oci.response.Response`
|
10752
10752
|
|
10753
10753
|
:example:
|
10754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
|
10755
10755
|
"""
|
10756
10756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10757
10757
|
required_arguments = ['maskingPolicyId']
|
@@ -10857,7 +10857,7 @@ class DataSafeClient(object):
|
|
10857
10857
|
:rtype: :class:`~oci.response.Response`
|
10858
10858
|
|
10859
10859
|
:example:
|
10860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
|
10861
10861
|
"""
|
10862
10862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10863
10863
|
required_arguments = ['maskingPolicyId']
|
@@ -10962,7 +10962,7 @@ class DataSafeClient(object):
|
|
10962
10962
|
:rtype: :class:`~oci.response.Response`
|
10963
10963
|
|
10964
10964
|
:example:
|
10965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
10965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
|
10966
10966
|
"""
|
10967
10967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10968
10968
|
required_arguments = ['maskingPolicyId']
|
@@ -11072,7 +11072,7 @@ class DataSafeClient(object):
|
|
11072
11072
|
:rtype: :class:`~oci.response.Response`
|
11073
11073
|
|
11074
11074
|
:example:
|
11075
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11075
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
|
11076
11076
|
"""
|
11077
11077
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11078
11078
|
required_arguments = []
|
@@ -11180,7 +11180,7 @@ class DataSafeClient(object):
|
|
11180
11180
|
:rtype: :class:`~oci.response.Response`
|
11181
11181
|
|
11182
11182
|
:example:
|
11183
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
|
11184
11184
|
"""
|
11185
11185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11186
11186
|
required_arguments = ['securityAssessmentId']
|
@@ -11291,7 +11291,7 @@ class DataSafeClient(object):
|
|
11291
11291
|
:rtype: :class:`~oci.response.Response`
|
11292
11292
|
|
11293
11293
|
:example:
|
11294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11294
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
|
11295
11295
|
"""
|
11296
11296
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11297
11297
|
required_arguments = ['sensitiveDataModelId']
|
@@ -11396,7 +11396,7 @@ class DataSafeClient(object):
|
|
11396
11396
|
:rtype: :class:`~oci.response.Response`
|
11397
11397
|
|
11398
11398
|
:example:
|
11399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/download_sensitive_types_export.py.html>`__ to see an example of how to use download_sensitive_types_export API.
|
11400
11400
|
"""
|
11401
11401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11402
11402
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -11513,7 +11513,7 @@ class DataSafeClient(object):
|
|
11513
11513
|
:rtype: :class:`~oci.response.Response`
|
11514
11514
|
|
11515
11515
|
:example:
|
11516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
|
11517
11517
|
"""
|
11518
11518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11519
11519
|
required_arguments = ['userAssessmentId']
|
@@ -11628,7 +11628,7 @@ class DataSafeClient(object):
|
|
11628
11628
|
:rtype: :class:`~oci.response.Response`
|
11629
11629
|
|
11630
11630
|
:example:
|
11631
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11631
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
|
11632
11632
|
"""
|
11633
11633
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11634
11634
|
required_arguments = []
|
@@ -11730,7 +11730,7 @@ class DataSafeClient(object):
|
|
11730
11730
|
:rtype: :class:`~oci.response.Response`
|
11731
11731
|
|
11732
11732
|
:example:
|
11733
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11733
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
|
11734
11734
|
"""
|
11735
11735
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11736
11736
|
required_arguments = ['sensitiveDataModelId']
|
@@ -11837,7 +11837,7 @@ class DataSafeClient(object):
|
|
11837
11837
|
:rtype: :class:`~oci.response.Response`
|
11838
11838
|
|
11839
11839
|
:example:
|
11840
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
|
11841
11841
|
"""
|
11842
11842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11843
11843
|
required_arguments = ['maskingPolicyId']
|
@@ -11945,7 +11945,7 @@ class DataSafeClient(object):
|
|
11945
11945
|
:rtype: :class:`~oci.response.Response`
|
11946
11946
|
|
11947
11947
|
:example:
|
11948
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
11948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
|
11949
11949
|
"""
|
11950
11950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11951
11951
|
required_arguments = ['maskingPolicyId']
|
@@ -12049,7 +12049,7 @@ class DataSafeClient(object):
|
|
12049
12049
|
:rtype: :class:`~oci.response.Response`
|
12050
12050
|
|
12051
12051
|
:example:
|
12052
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12052
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
|
12053
12053
|
"""
|
12054
12054
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12055
12055
|
required_arguments = ['maskingPolicyId']
|
@@ -12163,7 +12163,7 @@ class DataSafeClient(object):
|
|
12163
12163
|
:rtype: :class:`~oci.response.Response`
|
12164
12164
|
|
12165
12165
|
:example:
|
12166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
|
12167
12167
|
"""
|
12168
12168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12169
12169
|
required_arguments = ['onPremConnectorId']
|
@@ -12295,7 +12295,7 @@ class DataSafeClient(object):
|
|
12295
12295
|
:rtype: :class:`~oci.response.Response`
|
12296
12296
|
|
12297
12297
|
:example:
|
12298
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12298
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
|
12299
12299
|
"""
|
12300
12300
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12301
12301
|
required_arguments = ['reportDefinitionId']
|
@@ -12423,7 +12423,7 @@ class DataSafeClient(object):
|
|
12423
12423
|
:rtype: :class:`~oci.response.Response`
|
12424
12424
|
|
12425
12425
|
:example:
|
12426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
|
12427
12427
|
"""
|
12428
12428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12429
12429
|
required_arguments = ['securityAssessmentId']
|
@@ -12532,7 +12532,7 @@ class DataSafeClient(object):
|
|
12532
12532
|
:rtype: :class:`~oci.response.Response`
|
12533
12533
|
|
12534
12534
|
:example:
|
12535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12535
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
|
12536
12536
|
"""
|
12537
12537
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12538
12538
|
required_arguments = ['sensitiveDataModelId']
|
@@ -12643,7 +12643,7 @@ class DataSafeClient(object):
|
|
12643
12643
|
:rtype: :class:`~oci.response.Response`
|
12644
12644
|
|
12645
12645
|
:example:
|
12646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
|
12647
12647
|
"""
|
12648
12648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12649
12649
|
required_arguments = ['sqlCollectionId']
|
@@ -12761,7 +12761,7 @@ class DataSafeClient(object):
|
|
12761
12761
|
:rtype: :class:`~oci.response.Response`
|
12762
12762
|
|
12763
12763
|
:example:
|
12764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12764
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
|
12765
12765
|
"""
|
12766
12766
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12767
12767
|
required_arguments = ['userAssessmentId']
|
@@ -12864,7 +12864,7 @@ class DataSafeClient(object):
|
|
12864
12864
|
:rtype: :class:`~oci.response.Response`
|
12865
12865
|
|
12866
12866
|
:example:
|
12867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
|
12868
12868
|
"""
|
12869
12869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12870
12870
|
required_arguments = ['alertId']
|
@@ -12962,7 +12962,7 @@ class DataSafeClient(object):
|
|
12962
12962
|
:rtype: :class:`~oci.response.Response`
|
12963
12963
|
|
12964
12964
|
:example:
|
12965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
12965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
|
12966
12966
|
"""
|
12967
12967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12968
12968
|
required_arguments = ['alertPolicyId']
|
@@ -13063,7 +13063,7 @@ class DataSafeClient(object):
|
|
13063
13063
|
:rtype: :class:`~oci.response.Response`
|
13064
13064
|
|
13065
13065
|
:example:
|
13066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_alert_policy_rule.py.html>`__ to see an example of how to use get_alert_policy_rule API.
|
13067
13067
|
"""
|
13068
13068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13069
13069
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -13169,7 +13169,7 @@ class DataSafeClient(object):
|
|
13169
13169
|
:rtype: :class:`~oci.response.Response`
|
13170
13170
|
|
13171
13171
|
:example:
|
13172
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
|
13173
13173
|
"""
|
13174
13174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13175
13175
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -13269,7 +13269,7 @@ class DataSafeClient(object):
|
|
13269
13269
|
:rtype: :class:`~oci.response.Response`
|
13270
13270
|
|
13271
13271
|
:example:
|
13272
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13272
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
|
13273
13273
|
"""
|
13274
13274
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13275
13275
|
required_arguments = ['auditPolicyId']
|
@@ -13367,7 +13367,7 @@ class DataSafeClient(object):
|
|
13367
13367
|
:rtype: :class:`~oci.response.Response`
|
13368
13368
|
|
13369
13369
|
:example:
|
13370
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
|
13371
13371
|
"""
|
13372
13372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13373
13373
|
required_arguments = ['auditProfileId']
|
@@ -13465,7 +13465,7 @@ class DataSafeClient(object):
|
|
13465
13465
|
:rtype: :class:`~oci.response.Response`
|
13466
13466
|
|
13467
13467
|
:example:
|
13468
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
|
13469
13469
|
"""
|
13470
13470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13471
13471
|
required_arguments = ['auditTrailId']
|
@@ -13576,7 +13576,7 @@ class DataSafeClient(object):
|
|
13576
13576
|
:rtype: :class:`~oci.response.Response`
|
13577
13577
|
|
13578
13578
|
:example:
|
13579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
|
13580
13580
|
"""
|
13581
13581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13582
13582
|
required_arguments = []
|
@@ -13697,7 +13697,7 @@ class DataSafeClient(object):
|
|
13697
13697
|
:rtype: :class:`~oci.response.Response`
|
13698
13698
|
|
13699
13699
|
:example:
|
13700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
|
13701
13701
|
"""
|
13702
13702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13703
13703
|
required_arguments = ['compartmentId']
|
@@ -13805,7 +13805,7 @@ class DataSafeClient(object):
|
|
13805
13805
|
:rtype: :class:`~oci.response.Response`
|
13806
13806
|
|
13807
13807
|
:example:
|
13808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
|
13809
13809
|
"""
|
13810
13810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13811
13811
|
required_arguments = []
|
@@ -13899,7 +13899,7 @@ class DataSafeClient(object):
|
|
13899
13899
|
:rtype: :class:`~oci.response.Response`
|
13900
13900
|
|
13901
13901
|
:example:
|
13902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
13902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
|
13903
13903
|
"""
|
13904
13904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13905
13905
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -13997,7 +13997,7 @@ class DataSafeClient(object):
|
|
13997
13997
|
:rtype: :class:`~oci.response.Response`
|
13998
13998
|
|
13999
13999
|
:example:
|
14000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
|
14001
14001
|
"""
|
14002
14002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14003
14003
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -14098,7 +14098,7 @@ class DataSafeClient(object):
|
|
14098
14098
|
:rtype: :class:`~oci.response.Response`
|
14099
14099
|
|
14100
14100
|
:example:
|
14101
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14101
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
|
14102
14102
|
"""
|
14103
14103
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14104
14104
|
required_arguments = ['securityPolicyReportId', 'databaseTableAccessEntryKey']
|
@@ -14200,7 +14200,7 @@ class DataSafeClient(object):
|
|
14200
14200
|
:rtype: :class:`~oci.response.Response`
|
14201
14201
|
|
14202
14202
|
:example:
|
14203
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14203
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
|
14204
14204
|
"""
|
14205
14205
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14206
14206
|
required_arguments = ['securityPolicyReportId', 'databaseViewAccessEntryKey']
|
@@ -14302,7 +14302,7 @@ class DataSafeClient(object):
|
|
14302
14302
|
:rtype: :class:`~oci.response.Response`
|
14303
14303
|
|
14304
14304
|
:example:
|
14305
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
|
14306
14306
|
"""
|
14307
14307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14308
14308
|
required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
|
@@ -14401,7 +14401,7 @@ class DataSafeClient(object):
|
|
14401
14401
|
:rtype: :class:`~oci.response.Response`
|
14402
14402
|
|
14403
14403
|
:example:
|
14404
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14404
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
|
14405
14405
|
"""
|
14406
14406
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14407
14407
|
required_arguments = ['discoveryJobId']
|
@@ -14502,7 +14502,7 @@ class DataSafeClient(object):
|
|
14502
14502
|
:rtype: :class:`~oci.response.Response`
|
14503
14503
|
|
14504
14504
|
:example:
|
14505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
|
14506
14506
|
"""
|
14507
14507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14508
14508
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -14601,7 +14601,7 @@ class DataSafeClient(object):
|
|
14601
14601
|
:rtype: :class:`~oci.response.Response`
|
14602
14602
|
|
14603
14603
|
:example:
|
14604
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
|
14605
14605
|
"""
|
14606
14606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14607
14607
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -14702,7 +14702,7 @@ class DataSafeClient(object):
|
|
14702
14702
|
:rtype: :class:`~oci.response.Response`
|
14703
14703
|
|
14704
14704
|
:example:
|
14705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
|
14706
14706
|
"""
|
14707
14707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14708
14708
|
required_arguments = ['maskingPolicyId', 'maskingColumnKey']
|
@@ -14801,7 +14801,7 @@ class DataSafeClient(object):
|
|
14801
14801
|
:rtype: :class:`~oci.response.Response`
|
14802
14802
|
|
14803
14803
|
:example:
|
14804
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14804
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
|
14805
14805
|
"""
|
14806
14806
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14807
14807
|
required_arguments = ['maskingPolicyId']
|
@@ -14899,7 +14899,7 @@ class DataSafeClient(object):
|
|
14899
14899
|
:rtype: :class:`~oci.response.Response`
|
14900
14900
|
|
14901
14901
|
:example:
|
14902
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
14902
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
|
14903
14903
|
"""
|
14904
14904
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14905
14905
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -14997,7 +14997,7 @@ class DataSafeClient(object):
|
|
14997
14997
|
:rtype: :class:`~oci.response.Response`
|
14998
14998
|
|
14999
14999
|
:example:
|
15000
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15000
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
|
15001
15001
|
"""
|
15002
15002
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15003
15003
|
required_arguments = ['maskingReportId']
|
@@ -15095,7 +15095,7 @@ class DataSafeClient(object):
|
|
15095
15095
|
:rtype: :class:`~oci.response.Response`
|
15096
15096
|
|
15097
15097
|
:example:
|
15098
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15098
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
|
15099
15099
|
"""
|
15100
15100
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15101
15101
|
required_arguments = ['onPremConnectorId']
|
@@ -15196,7 +15196,7 @@ class DataSafeClient(object):
|
|
15196
15196
|
:rtype: :class:`~oci.response.Response`
|
15197
15197
|
|
15198
15198
|
:example:
|
15199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15199
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
|
15200
15200
|
"""
|
15201
15201
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15202
15202
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -15301,7 +15301,7 @@ class DataSafeClient(object):
|
|
15301
15301
|
:rtype: :class:`~oci.response.Response`
|
15302
15302
|
|
15303
15303
|
:example:
|
15304
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15304
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
|
15305
15305
|
"""
|
15306
15306
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15307
15307
|
required_arguments = ['userAssessmentId', 'profileName']
|
@@ -15403,7 +15403,7 @@ class DataSafeClient(object):
|
|
15403
15403
|
:rtype: :class:`~oci.response.Response`
|
15404
15404
|
|
15405
15405
|
:example:
|
15406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15406
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_referential_relation.py.html>`__ to see an example of how to use get_referential_relation API.
|
15407
15407
|
"""
|
15408
15408
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15409
15409
|
required_arguments = ['sensitiveDataModelId', 'referentialRelationKey']
|
@@ -15502,7 +15502,7 @@ class DataSafeClient(object):
|
|
15502
15502
|
:rtype: :class:`~oci.response.Response`
|
15503
15503
|
|
15504
15504
|
:example:
|
15505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
|
15506
15506
|
"""
|
15507
15507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15508
15508
|
required_arguments = ['reportId']
|
@@ -15600,7 +15600,7 @@ class DataSafeClient(object):
|
|
15600
15600
|
:rtype: :class:`~oci.response.Response`
|
15601
15601
|
|
15602
15602
|
:example:
|
15603
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15603
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
|
15604
15604
|
"""
|
15605
15605
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15606
15606
|
required_arguments = ['reportId']
|
@@ -15698,7 +15698,7 @@ class DataSafeClient(object):
|
|
15698
15698
|
:rtype: :class:`~oci.response.Response`
|
15699
15699
|
|
15700
15700
|
:example:
|
15701
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15701
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
|
15702
15702
|
"""
|
15703
15703
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15704
15704
|
required_arguments = ['reportDefinitionId']
|
@@ -15796,7 +15796,7 @@ class DataSafeClient(object):
|
|
15796
15796
|
:rtype: :class:`~oci.response.Response`
|
15797
15797
|
|
15798
15798
|
:example:
|
15799
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15799
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
|
15800
15800
|
"""
|
15801
15801
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15802
15802
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -15894,7 +15894,7 @@ class DataSafeClient(object):
|
|
15894
15894
|
:rtype: :class:`~oci.response.Response`
|
15895
15895
|
|
15896
15896
|
:example:
|
15897
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15897
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
|
15898
15898
|
"""
|
15899
15899
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15900
15900
|
required_arguments = ['securityAssessmentId']
|
@@ -15995,7 +15995,7 @@ class DataSafeClient(object):
|
|
15995
15995
|
:rtype: :class:`~oci.response.Response`
|
15996
15996
|
|
15997
15997
|
:example:
|
15998
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
15998
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
|
15999
15999
|
"""
|
16000
16000
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16001
16001
|
required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
|
@@ -16094,7 +16094,7 @@ class DataSafeClient(object):
|
|
16094
16094
|
:rtype: :class:`~oci.response.Response`
|
16095
16095
|
|
16096
16096
|
:example:
|
16097
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16097
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
|
16098
16098
|
"""
|
16099
16099
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16100
16100
|
required_arguments = ['securityPolicyId']
|
@@ -16192,7 +16192,7 @@ class DataSafeClient(object):
|
|
16192
16192
|
:rtype: :class:`~oci.response.Response`
|
16193
16193
|
|
16194
16194
|
:example:
|
16195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
|
16196
16196
|
"""
|
16197
16197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16198
16198
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -16296,7 +16296,7 @@ class DataSafeClient(object):
|
|
16296
16296
|
:rtype: :class:`~oci.response.Response`
|
16297
16297
|
|
16298
16298
|
:example:
|
16299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
|
16300
16300
|
"""
|
16301
16301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16302
16302
|
required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
|
@@ -16395,7 +16395,7 @@ class DataSafeClient(object):
|
|
16395
16395
|
:rtype: :class:`~oci.response.Response`
|
16396
16396
|
|
16397
16397
|
:example:
|
16398
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16398
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
|
16399
16399
|
"""
|
16400
16400
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16401
16401
|
required_arguments = ['securityPolicyReportId']
|
@@ -16496,7 +16496,7 @@ class DataSafeClient(object):
|
|
16496
16496
|
:rtype: :class:`~oci.response.Response`
|
16497
16497
|
|
16498
16498
|
:example:
|
16499
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
|
16500
16500
|
"""
|
16501
16501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16502
16502
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -16595,7 +16595,7 @@ class DataSafeClient(object):
|
|
16595
16595
|
:rtype: :class:`~oci.response.Response`
|
16596
16596
|
|
16597
16597
|
:example:
|
16598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
|
16599
16599
|
"""
|
16600
16600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16601
16601
|
required_arguments = ['sensitiveDataModelId']
|
@@ -16693,7 +16693,7 @@ class DataSafeClient(object):
|
|
16693
16693
|
:rtype: :class:`~oci.response.Response`
|
16694
16694
|
|
16695
16695
|
:example:
|
16696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
|
16697
16697
|
"""
|
16698
16698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16699
16699
|
required_arguments = ['sensitiveTypeId']
|
@@ -16791,7 +16791,7 @@ class DataSafeClient(object):
|
|
16791
16791
|
:rtype: :class:`~oci.response.Response`
|
16792
16792
|
|
16793
16793
|
:example:
|
16794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_sensitive_type_group.py.html>`__ to see an example of how to use get_sensitive_type_group API.
|
16795
16795
|
"""
|
16796
16796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16797
16797
|
required_arguments = ['sensitiveTypeGroupId']
|
@@ -16889,7 +16889,7 @@ class DataSafeClient(object):
|
|
16889
16889
|
:rtype: :class:`~oci.response.Response`
|
16890
16890
|
|
16891
16891
|
:example:
|
16892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_sensitive_types_export.py.html>`__ to see an example of how to use get_sensitive_types_export API.
|
16893
16893
|
"""
|
16894
16894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16895
16895
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -16987,7 +16987,7 @@ class DataSafeClient(object):
|
|
16987
16987
|
:rtype: :class:`~oci.response.Response`
|
16988
16988
|
|
16989
16989
|
:example:
|
16990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
16990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
|
16991
16991
|
"""
|
16992
16992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16993
16993
|
required_arguments = ['sqlCollectionId']
|
@@ -17085,7 +17085,7 @@ class DataSafeClient(object):
|
|
17085
17085
|
:rtype: :class:`~oci.response.Response`
|
17086
17086
|
|
17087
17087
|
:example:
|
17088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use get_sql_firewall_allowed_sql API.
|
17089
17089
|
"""
|
17090
17090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17091
17091
|
required_arguments = ['sqlFirewallAllowedSqlId']
|
@@ -17183,7 +17183,7 @@ class DataSafeClient(object):
|
|
17183
17183
|
:rtype: :class:`~oci.response.Response`
|
17184
17184
|
|
17185
17185
|
:example:
|
17186
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17186
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
|
17187
17187
|
"""
|
17188
17188
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17189
17189
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -17281,7 +17281,7 @@ class DataSafeClient(object):
|
|
17281
17281
|
:rtype: :class:`~oci.response.Response`
|
17282
17282
|
|
17283
17283
|
:example:
|
17284
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17284
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
|
17285
17285
|
"""
|
17286
17286
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17287
17287
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -17379,7 +17379,7 @@ class DataSafeClient(object):
|
|
17379
17379
|
:rtype: :class:`~oci.response.Response`
|
17380
17380
|
|
17381
17381
|
:example:
|
17382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
|
17383
17383
|
"""
|
17384
17384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17385
17385
|
required_arguments = ['targetDatabaseId']
|
@@ -17477,7 +17477,7 @@ class DataSafeClient(object):
|
|
17477
17477
|
:rtype: :class:`~oci.response.Response`
|
17478
17478
|
|
17479
17479
|
:example:
|
17480
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
|
17481
17481
|
"""
|
17482
17482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17483
17483
|
required_arguments = ['userAssessmentId']
|
@@ -17578,7 +17578,7 @@ class DataSafeClient(object):
|
|
17578
17578
|
:rtype: :class:`~oci.response.Response`
|
17579
17579
|
|
17580
17580
|
:example:
|
17581
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17581
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
|
17582
17582
|
"""
|
17583
17583
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17584
17584
|
required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
|
@@ -17677,7 +17677,7 @@ class DataSafeClient(object):
|
|
17677
17677
|
:rtype: :class:`~oci.response.Response`
|
17678
17678
|
|
17679
17679
|
:example:
|
17680
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17680
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
17681
17681
|
"""
|
17682
17682
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17683
17683
|
required_arguments = ['workRequestId']
|
@@ -17872,7 +17872,7 @@ class DataSafeClient(object):
|
|
17872
17872
|
:rtype: :class:`~oci.response.Response`
|
17873
17873
|
|
17874
17874
|
:example:
|
17875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
17875
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
|
17876
17876
|
"""
|
17877
17877
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17878
17878
|
required_arguments = ['compartmentId']
|
@@ -18099,7 +18099,7 @@ class DataSafeClient(object):
|
|
18099
18099
|
:rtype: :class:`~oci.response.Response`
|
18100
18100
|
|
18101
18101
|
:example:
|
18102
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
|
18103
18103
|
"""
|
18104
18104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18105
18105
|
required_arguments = ['compartmentId']
|
@@ -18264,7 +18264,7 @@ class DataSafeClient(object):
|
|
18264
18264
|
:rtype: :class:`~oci.response.Response`
|
18265
18265
|
|
18266
18266
|
:example:
|
18267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
|
18268
18268
|
"""
|
18269
18269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18270
18270
|
required_arguments = ['alertPolicyId']
|
@@ -18438,7 +18438,7 @@ class DataSafeClient(object):
|
|
18438
18438
|
:rtype: :class:`~oci.response.Response`
|
18439
18439
|
|
18440
18440
|
:example:
|
18441
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18441
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
|
18442
18442
|
"""
|
18443
18443
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18444
18444
|
required_arguments = ['compartmentId']
|
@@ -18629,7 +18629,7 @@ class DataSafeClient(object):
|
|
18629
18629
|
:rtype: :class:`~oci.response.Response`
|
18630
18630
|
|
18631
18631
|
:example:
|
18632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
|
18633
18633
|
"""
|
18634
18634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18635
18635
|
required_arguments = ['compartmentId']
|
@@ -18871,7 +18871,7 @@ class DataSafeClient(object):
|
|
18871
18871
|
:rtype: :class:`~oci.response.Response`
|
18872
18872
|
|
18873
18873
|
:example:
|
18874
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
18874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
|
18875
18875
|
"""
|
18876
18876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18877
18877
|
required_arguments = ['compartmentId']
|
@@ -19090,7 +19090,7 @@ class DataSafeClient(object):
|
|
19090
19090
|
:rtype: :class:`~oci.response.Response`
|
19091
19091
|
|
19092
19092
|
:example:
|
19093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
|
19094
19094
|
"""
|
19095
19095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19096
19096
|
required_arguments = ['compartmentId']
|
@@ -19280,7 +19280,7 @@ class DataSafeClient(object):
|
|
19280
19280
|
:rtype: :class:`~oci.response.Response`
|
19281
19281
|
|
19282
19282
|
:example:
|
19283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
|
19284
19284
|
"""
|
19285
19285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19286
19286
|
required_arguments = ['compartmentId']
|
@@ -19481,7 +19481,7 @@ class DataSafeClient(object):
|
|
19481
19481
|
:rtype: :class:`~oci.response.Response`
|
19482
19482
|
|
19483
19483
|
:example:
|
19484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
|
19485
19485
|
"""
|
19486
19486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19487
19487
|
required_arguments = ['compartmentId']
|
@@ -19660,7 +19660,7 @@ class DataSafeClient(object):
|
|
19660
19660
|
:rtype: :class:`~oci.response.Response`
|
19661
19661
|
|
19662
19662
|
:example:
|
19663
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19663
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
|
19664
19664
|
"""
|
19665
19665
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19666
19666
|
required_arguments = ['compartmentId']
|
@@ -19852,7 +19852,7 @@ class DataSafeClient(object):
|
|
19852
19852
|
:rtype: :class:`~oci.response.Response`
|
19853
19853
|
|
19854
19854
|
:example:
|
19855
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
19855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
|
19856
19856
|
"""
|
19857
19857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19858
19858
|
required_arguments = ['compartmentId']
|
@@ -20041,7 +20041,7 @@ class DataSafeClient(object):
|
|
20041
20041
|
:rtype: :class:`~oci.response.Response`
|
20042
20042
|
|
20043
20043
|
:example:
|
20044
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20044
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
|
20045
20045
|
"""
|
20046
20046
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20047
20047
|
required_arguments = ['compartmentId']
|
@@ -20227,7 +20227,7 @@ class DataSafeClient(object):
|
|
20227
20227
|
:rtype: :class:`~oci.response.Response`
|
20228
20228
|
|
20229
20229
|
:example:
|
20230
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20230
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
|
20231
20231
|
"""
|
20232
20232
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20233
20233
|
required_arguments = ['compartmentId']
|
@@ -20423,7 +20423,7 @@ class DataSafeClient(object):
|
|
20423
20423
|
:rtype: :class:`~oci.response.Response`
|
20424
20424
|
|
20425
20425
|
:example:
|
20426
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20426
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
|
20427
20427
|
"""
|
20428
20428
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20429
20429
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -20599,7 +20599,7 @@ class DataSafeClient(object):
|
|
20599
20599
|
:rtype: :class:`~oci.response.Response`
|
20600
20600
|
|
20601
20601
|
:example:
|
20602
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20602
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
|
20603
20603
|
"""
|
20604
20604
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20605
20605
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -20771,7 +20771,7 @@ class DataSafeClient(object):
|
|
20771
20771
|
:rtype: :class:`~oci.response.Response`
|
20772
20772
|
|
20773
20773
|
:example:
|
20774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
|
20775
20775
|
"""
|
20776
20776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20777
20777
|
required_arguments = ['targetDatabaseId']
|
@@ -20956,7 +20956,7 @@ class DataSafeClient(object):
|
|
20956
20956
|
:rtype: :class:`~oci.response.Response`
|
20957
20957
|
|
20958
20958
|
:example:
|
20959
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
20959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
|
20960
20960
|
"""
|
20961
20961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20962
20962
|
required_arguments = ['compartmentId']
|
@@ -21173,7 +21173,7 @@ class DataSafeClient(object):
|
|
21173
21173
|
:rtype: :class:`~oci.response.Response`
|
21174
21174
|
|
21175
21175
|
:example:
|
21176
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21176
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
|
21177
21177
|
"""
|
21178
21178
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21179
21179
|
required_arguments = ['compartmentId']
|
@@ -21351,7 +21351,7 @@ class DataSafeClient(object):
|
|
21351
21351
|
:rtype: :class:`~oci.response.Response`
|
21352
21352
|
|
21353
21353
|
:example:
|
21354
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21354
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
|
21355
21355
|
"""
|
21356
21356
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21357
21357
|
required_arguments = ['securityPolicyReportId']
|
@@ -21515,7 +21515,7 @@ class DataSafeClient(object):
|
|
21515
21515
|
:rtype: :class:`~oci.response.Response`
|
21516
21516
|
|
21517
21517
|
:example:
|
21518
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21518
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
|
21519
21519
|
"""
|
21520
21520
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21521
21521
|
required_arguments = ['securityPolicyReportId']
|
@@ -21690,7 +21690,7 @@ class DataSafeClient(object):
|
|
21690
21690
|
:rtype: :class:`~oci.response.Response`
|
21691
21691
|
|
21692
21692
|
:example:
|
21693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
|
21694
21694
|
"""
|
21695
21695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21696
21696
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -21883,7 +21883,7 @@ class DataSafeClient(object):
|
|
21883
21883
|
:rtype: :class:`~oci.response.Response`
|
21884
21884
|
|
21885
21885
|
:example:
|
21886
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
21886
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
|
21887
21887
|
"""
|
21888
21888
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21889
21889
|
required_arguments = ['compartmentId']
|
@@ -22042,7 +22042,7 @@ class DataSafeClient(object):
|
|
22042
22042
|
:rtype: :class:`~oci.response.Response`
|
22043
22043
|
|
22044
22044
|
:example:
|
22045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
|
22046
22046
|
"""
|
22047
22047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22048
22048
|
required_arguments = ['discoveryJobId']
|
@@ -22244,7 +22244,7 @@ class DataSafeClient(object):
|
|
22244
22244
|
:rtype: :class:`~oci.response.Response`
|
22245
22245
|
|
22246
22246
|
:example:
|
22247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
|
22248
22248
|
"""
|
22249
22249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22250
22250
|
required_arguments = ['compartmentId']
|
@@ -22439,7 +22439,7 @@ class DataSafeClient(object):
|
|
22439
22439
|
:rtype: :class:`~oci.response.Response`
|
22440
22440
|
|
22441
22441
|
:example:
|
22442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
|
22443
22443
|
"""
|
22444
22444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22445
22445
|
required_arguments = ['compartmentId']
|
@@ -22662,7 +22662,7 @@ class DataSafeClient(object):
|
|
22662
22662
|
:rtype: :class:`~oci.response.Response`
|
22663
22663
|
|
22664
22664
|
:example:
|
22665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
|
22666
22666
|
"""
|
22667
22667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22668
22668
|
required_arguments = ['securityAssessmentId']
|
@@ -22906,7 +22906,7 @@ class DataSafeClient(object):
|
|
22906
22906
|
:rtype: :class:`~oci.response.Response`
|
22907
22907
|
|
22908
22908
|
:example:
|
22909
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
22909
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
|
22910
22910
|
"""
|
22911
22911
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22912
22912
|
required_arguments = ['securityAssessmentId']
|
@@ -23104,7 +23104,7 @@ class DataSafeClient(object):
|
|
23104
23104
|
:rtype: :class:`~oci.response.Response`
|
23105
23105
|
|
23106
23106
|
:example:
|
23107
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
23108
23108
|
"""
|
23109
23109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23110
23110
|
required_arguments = ['userAssessmentId', 'userKey']
|
@@ -23258,7 +23258,7 @@ class DataSafeClient(object):
|
|
23258
23258
|
:rtype: :class:`~oci.response.Response`
|
23259
23259
|
|
23260
23260
|
:example:
|
23261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_grouped_sensitive_types.py.html>`__ to see an example of how to use list_grouped_sensitive_types API.
|
23262
23262
|
"""
|
23263
23263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23264
23264
|
required_arguments = ['sensitiveTypeGroupId']
|
@@ -23434,7 +23434,7 @@ class DataSafeClient(object):
|
|
23434
23434
|
:rtype: :class:`~oci.response.Response`
|
23435
23435
|
|
23436
23436
|
:example:
|
23437
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
|
23438
23438
|
"""
|
23439
23439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23440
23440
|
required_arguments = ['compartmentId']
|
@@ -23626,7 +23626,7 @@ class DataSafeClient(object):
|
|
23626
23626
|
:rtype: :class:`~oci.response.Response`
|
23627
23627
|
|
23628
23628
|
:example:
|
23629
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23629
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
|
23630
23630
|
"""
|
23631
23631
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23632
23632
|
required_arguments = ['maskingReportId']
|
@@ -23799,7 +23799,7 @@ class DataSafeClient(object):
|
|
23799
23799
|
:rtype: :class:`~oci.response.Response`
|
23800
23800
|
|
23801
23801
|
:example:
|
23802
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
23802
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
|
23803
23803
|
"""
|
23804
23804
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23805
23805
|
required_arguments = ['compartmentId']
|
@@ -24003,7 +24003,7 @@ class DataSafeClient(object):
|
|
24003
24003
|
:rtype: :class:`~oci.response.Response`
|
24004
24004
|
|
24005
24005
|
:example:
|
24006
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24006
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
|
24007
24007
|
"""
|
24008
24008
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24009
24009
|
required_arguments = ['maskingPolicyId']
|
@@ -24205,7 +24205,7 @@ class DataSafeClient(object):
|
|
24205
24205
|
:rtype: :class:`~oci.response.Response`
|
24206
24206
|
|
24207
24207
|
:example:
|
24208
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24208
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_errors.py.html>`__ to see an example of how to use list_masking_errors API.
|
24209
24209
|
"""
|
24210
24210
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24211
24211
|
required_arguments = ['maskingReportId']
|
@@ -24372,7 +24372,7 @@ class DataSafeClient(object):
|
|
24372
24372
|
:rtype: :class:`~oci.response.Response`
|
24373
24373
|
|
24374
24374
|
:example:
|
24375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
|
24376
24376
|
"""
|
24377
24377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24378
24378
|
required_arguments = ['maskingPolicyId']
|
@@ -24579,7 +24579,7 @@ class DataSafeClient(object):
|
|
24579
24579
|
:rtype: :class:`~oci.response.Response`
|
24580
24580
|
|
24581
24581
|
:example:
|
24582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
|
24583
24583
|
"""
|
24584
24584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24585
24585
|
required_arguments = ['compartmentId']
|
@@ -24751,7 +24751,7 @@ class DataSafeClient(object):
|
|
24751
24751
|
:rtype: :class:`~oci.response.Response`
|
24752
24752
|
|
24753
24753
|
:example:
|
24754
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24754
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_policy_health_report_logs.py.html>`__ to see an example of how to use list_masking_policy_health_report_logs API.
|
24755
24755
|
"""
|
24756
24756
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24757
24757
|
required_arguments = ['maskingPolicyHealthReportId']
|
@@ -24935,7 +24935,7 @@ class DataSafeClient(object):
|
|
24935
24935
|
:rtype: :class:`~oci.response.Response`
|
24936
24936
|
|
24937
24937
|
:example:
|
24938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
24938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
|
24939
24939
|
"""
|
24940
24940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24941
24941
|
required_arguments = ['compartmentId']
|
@@ -25116,7 +25116,7 @@ class DataSafeClient(object):
|
|
25116
25116
|
:rtype: :class:`~oci.response.Response`
|
25117
25117
|
|
25118
25118
|
:example:
|
25119
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25119
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_policy_referential_relations.py.html>`__ to see an example of how to use list_masking_policy_referential_relations API.
|
25120
25120
|
"""
|
25121
25121
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25122
25122
|
required_arguments = ['maskingPolicyId']
|
@@ -25296,7 +25296,7 @@ class DataSafeClient(object):
|
|
25296
25296
|
:rtype: :class:`~oci.response.Response`
|
25297
25297
|
|
25298
25298
|
:example:
|
25299
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25299
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
|
25300
25300
|
"""
|
25301
25301
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25302
25302
|
required_arguments = ['compartmentId']
|
@@ -25450,7 +25450,7 @@ class DataSafeClient(object):
|
|
25450
25450
|
:rtype: :class:`~oci.response.Response`
|
25451
25451
|
|
25452
25452
|
:example:
|
25453
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25453
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
|
25454
25454
|
"""
|
25455
25455
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25456
25456
|
required_arguments = ['maskingPolicyId']
|
@@ -25623,7 +25623,7 @@ class DataSafeClient(object):
|
|
25623
25623
|
:rtype: :class:`~oci.response.Response`
|
25624
25624
|
|
25625
25625
|
:example:
|
25626
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25626
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
|
25627
25627
|
"""
|
25628
25628
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25629
25629
|
required_arguments = ['compartmentId']
|
@@ -25793,7 +25793,7 @@ class DataSafeClient(object):
|
|
25793
25793
|
:rtype: :class:`~oci.response.Response`
|
25794
25794
|
|
25795
25795
|
:example:
|
25796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_password_expiry_date_analytics.py.html>`__ to see an example of how to use list_password_expiry_date_analytics API.
|
25797
25797
|
"""
|
25798
25798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25799
25799
|
required_arguments = ['userAssessmentId']
|
@@ -25935,7 +25935,7 @@ class DataSafeClient(object):
|
|
25935
25935
|
:rtype: :class:`~oci.response.Response`
|
25936
25936
|
|
25937
25937
|
:example:
|
25938
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
25938
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
|
25939
25939
|
"""
|
25940
25940
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25941
25941
|
required_arguments = ['targetDatabaseId']
|
@@ -26105,7 +26105,7 @@ class DataSafeClient(object):
|
|
26105
26105
|
:rtype: :class:`~oci.response.Response`
|
26106
26106
|
|
26107
26107
|
:example:
|
26108
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26108
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
|
26109
26109
|
"""
|
26110
26110
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26111
26111
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -26346,7 +26346,7 @@ class DataSafeClient(object):
|
|
26346
26346
|
:rtype: :class:`~oci.response.Response`
|
26347
26347
|
|
26348
26348
|
:example:
|
26349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26349
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
|
26350
26350
|
"""
|
26351
26351
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26352
26352
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -26554,7 +26554,7 @@ class DataSafeClient(object):
|
|
26554
26554
|
:rtype: :class:`~oci.response.Response`
|
26555
26555
|
|
26556
26556
|
:example:
|
26557
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26557
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_referential_relations.py.html>`__ to see an example of how to use list_referential_relations API.
|
26558
26558
|
"""
|
26559
26559
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26560
26560
|
required_arguments = ['sensitiveDataModelId']
|
@@ -26755,7 +26755,7 @@ class DataSafeClient(object):
|
|
26755
26755
|
:rtype: :class:`~oci.response.Response`
|
26756
26756
|
|
26757
26757
|
:example:
|
26758
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
|
26759
26759
|
"""
|
26760
26760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26761
26761
|
required_arguments = ['compartmentId']
|
@@ -26982,7 +26982,7 @@ class DataSafeClient(object):
|
|
26982
26982
|
:rtype: :class:`~oci.response.Response`
|
26983
26983
|
|
26984
26984
|
:example:
|
26985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
26985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
|
26986
26986
|
"""
|
26987
26987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26988
26988
|
required_arguments = ['compartmentId']
|
@@ -27161,7 +27161,7 @@ class DataSafeClient(object):
|
|
27161
27161
|
:rtype: :class:`~oci.response.Response`
|
27162
27162
|
|
27163
27163
|
:example:
|
27164
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27164
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
|
27165
27165
|
"""
|
27166
27166
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27167
27167
|
required_arguments = ['securityPolicyReportId', 'grantee', 'grantedRole']
|
@@ -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.155.
|
27306
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
27307
27307
|
"""
|
27308
27308
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27309
27309
|
required_arguments = ['targetDatabaseId']
|
@@ -27466,7 +27466,7 @@ class DataSafeClient(object):
|
|
27466
27466
|
:rtype: :class:`~oci.response.Response`
|
27467
27467
|
|
27468
27468
|
:example:
|
27469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
27470
27470
|
"""
|
27471
27471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27472
27472
|
required_arguments = ['targetDatabaseId']
|
@@ -27645,7 +27645,7 @@ class DataSafeClient(object):
|
|
27645
27645
|
:rtype: :class:`~oci.response.Response`
|
27646
27646
|
|
27647
27647
|
:example:
|
27648
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
|
27649
27649
|
"""
|
27650
27650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27651
27651
|
required_arguments = ['compartmentId']
|
@@ -27879,7 +27879,7 @@ class DataSafeClient(object):
|
|
27879
27879
|
:rtype: :class:`~oci.response.Response`
|
27880
27880
|
|
27881
27881
|
:example:
|
27882
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
27882
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
|
27883
27883
|
"""
|
27884
27884
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27885
27885
|
required_arguments = ['compartmentId']
|
@@ -28068,7 +28068,7 @@ class DataSafeClient(object):
|
|
28068
28068
|
:rtype: :class:`~oci.response.Response`
|
28069
28069
|
|
28070
28070
|
:example:
|
28071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28071
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
|
28072
28072
|
"""
|
28073
28073
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28074
28074
|
required_arguments = ['compartmentId']
|
@@ -28254,7 +28254,7 @@ class DataSafeClient(object):
|
|
28254
28254
|
:rtype: :class:`~oci.response.Response`
|
28255
28255
|
|
28256
28256
|
:example:
|
28257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28257
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
|
28258
28258
|
"""
|
28259
28259
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28260
28260
|
required_arguments = ['compartmentId']
|
@@ -28521,7 +28521,7 @@ class DataSafeClient(object):
|
|
28521
28521
|
:rtype: :class:`~oci.response.Response`
|
28522
28522
|
|
28523
28523
|
:example:
|
28524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
|
28525
28525
|
"""
|
28526
28526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28527
28527
|
required_arguments = ['compartmentId']
|
@@ -28724,7 +28724,7 @@ class DataSafeClient(object):
|
|
28724
28724
|
:rtype: :class:`~oci.response.Response`
|
28725
28725
|
|
28726
28726
|
:example:
|
28727
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28727
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
|
28728
28728
|
"""
|
28729
28729
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28730
28730
|
required_arguments = ['compartmentId']
|
@@ -28887,7 +28887,7 @@ class DataSafeClient(object):
|
|
28887
28887
|
:rtype: :class:`~oci.response.Response`
|
28888
28888
|
|
28889
28889
|
:example:
|
28890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
28890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
|
28891
28891
|
"""
|
28892
28892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28893
28893
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -29067,7 +29067,7 @@ class DataSafeClient(object):
|
|
29067
29067
|
:rtype: :class:`~oci.response.Response`
|
29068
29068
|
|
29069
29069
|
:example:
|
29070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
|
29071
29071
|
"""
|
29072
29072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29073
29073
|
required_arguments = ['compartmentId']
|
@@ -29265,7 +29265,7 @@ class DataSafeClient(object):
|
|
29265
29265
|
:rtype: :class:`~oci.response.Response`
|
29266
29266
|
|
29267
29267
|
:example:
|
29268
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29268
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sensitive_column_analytics.py.html>`__ to see an example of how to use list_sensitive_column_analytics API.
|
29269
29269
|
"""
|
29270
29270
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29271
29271
|
required_arguments = ['compartmentId']
|
@@ -29498,7 +29498,7 @@ class DataSafeClient(object):
|
|
29498
29498
|
:rtype: :class:`~oci.response.Response`
|
29499
29499
|
|
29500
29500
|
:example:
|
29501
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29501
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
|
29502
29502
|
"""
|
29503
29503
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29504
29504
|
required_arguments = ['sensitiveDataModelId']
|
@@ -29711,7 +29711,7 @@ class DataSafeClient(object):
|
|
29711
29711
|
:rtype: :class:`~oci.response.Response`
|
29712
29712
|
|
29713
29713
|
:example:
|
29714
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sensitive_data_model_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_data_model_sensitive_types API.
|
29715
29715
|
"""
|
29716
29716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29717
29717
|
required_arguments = ['sensitiveDataModelId']
|
@@ -29903,7 +29903,7 @@ class DataSafeClient(object):
|
|
29903
29903
|
:rtype: :class:`~oci.response.Response`
|
29904
29904
|
|
29905
29905
|
:example:
|
29906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
29906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
|
29907
29907
|
"""
|
29908
29908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29909
29909
|
required_arguments = ['compartmentId']
|
@@ -30080,7 +30080,7 @@ class DataSafeClient(object):
|
|
30080
30080
|
:rtype: :class:`~oci.response.Response`
|
30081
30081
|
|
30082
30082
|
:example:
|
30083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
|
30084
30084
|
"""
|
30085
30085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30086
30086
|
required_arguments = ['sensitiveDataModelId']
|
@@ -30244,7 +30244,7 @@ class DataSafeClient(object):
|
|
30244
30244
|
:rtype: :class:`~oci.response.Response`
|
30245
30245
|
|
30246
30246
|
:example:
|
30247
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30247
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
|
30248
30248
|
"""
|
30249
30249
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30250
30250
|
required_arguments = ['sensitiveDataModelId']
|
@@ -30433,7 +30433,7 @@ class DataSafeClient(object):
|
|
30433
30433
|
:rtype: :class:`~oci.response.Response`
|
30434
30434
|
|
30435
30435
|
:example:
|
30436
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30436
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sensitive_type_groups.py.html>`__ to see an example of how to use list_sensitive_type_groups API.
|
30437
30437
|
"""
|
30438
30438
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30439
30439
|
required_arguments = ['compartmentId']
|
@@ -30657,7 +30657,7 @@ class DataSafeClient(object):
|
|
30657
30657
|
:rtype: :class:`~oci.response.Response`
|
30658
30658
|
|
30659
30659
|
:example:
|
30660
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30660
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
|
30661
30661
|
"""
|
30662
30662
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30663
30663
|
required_arguments = ['compartmentId']
|
@@ -30887,7 +30887,7 @@ class DataSafeClient(object):
|
|
30887
30887
|
:rtype: :class:`~oci.response.Response`
|
30888
30888
|
|
30889
30889
|
:example:
|
30890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
30890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sensitive_types_exports.py.html>`__ to see an example of how to use list_sensitive_types_exports API.
|
30891
30891
|
"""
|
30892
30892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30893
30893
|
required_arguments = ['compartmentId']
|
@@ -31090,7 +31090,7 @@ class DataSafeClient(object):
|
|
31090
31090
|
:rtype: :class:`~oci.response.Response`
|
31091
31091
|
|
31092
31092
|
:example:
|
31093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
|
31094
31094
|
"""
|
31095
31095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31096
31096
|
required_arguments = ['compartmentId']
|
@@ -31250,7 +31250,7 @@ class DataSafeClient(object):
|
|
31250
31250
|
:rtype: :class:`~oci.response.Response`
|
31251
31251
|
|
31252
31252
|
:example:
|
31253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
|
31254
31254
|
"""
|
31255
31255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31256
31256
|
required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
|
@@ -31449,7 +31449,7 @@ class DataSafeClient(object):
|
|
31449
31449
|
:rtype: :class:`~oci.response.Response`
|
31450
31450
|
|
31451
31451
|
:example:
|
31452
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31452
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
|
31453
31453
|
"""
|
31454
31454
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31455
31455
|
required_arguments = ['compartmentId']
|
@@ -31647,7 +31647,7 @@ class DataSafeClient(object):
|
|
31647
31647
|
:rtype: :class:`~oci.response.Response`
|
31648
31648
|
|
31649
31649
|
:example:
|
31650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sql_firewall_allowed_sql_analytics.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sql_analytics API.
|
31651
31651
|
"""
|
31652
31652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31653
31653
|
required_arguments = ['compartmentId']
|
@@ -31823,7 +31823,7 @@ class DataSafeClient(object):
|
|
31823
31823
|
:rtype: :class:`~oci.response.Response`
|
31824
31824
|
|
31825
31825
|
:example:
|
31826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
31826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
|
31827
31827
|
"""
|
31828
31828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31829
31829
|
required_arguments = ['compartmentId']
|
@@ -32037,7 +32037,7 @@ class DataSafeClient(object):
|
|
32037
32037
|
:rtype: :class:`~oci.response.Response`
|
32038
32038
|
|
32039
32039
|
:example:
|
32040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
|
32041
32041
|
"""
|
32042
32042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32043
32043
|
required_arguments = ['compartmentId']
|
@@ -32251,7 +32251,7 @@ class DataSafeClient(object):
|
|
32251
32251
|
:rtype: :class:`~oci.response.Response`
|
32252
32252
|
|
32253
32253
|
:example:
|
32254
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32254
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
|
32255
32255
|
"""
|
32256
32256
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32257
32257
|
required_arguments = ['compartmentId']
|
@@ -32459,7 +32459,7 @@ class DataSafeClient(object):
|
|
32459
32459
|
:rtype: :class:`~oci.response.Response`
|
32460
32460
|
|
32461
32461
|
:example:
|
32462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
|
32463
32463
|
"""
|
32464
32464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32465
32465
|
required_arguments = ['compartmentId']
|
@@ -32659,7 +32659,7 @@ class DataSafeClient(object):
|
|
32659
32659
|
:rtype: :class:`~oci.response.Response`
|
32660
32660
|
|
32661
32661
|
:example:
|
32662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
|
32663
32663
|
"""
|
32664
32664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32665
32665
|
required_arguments = ['compartmentId']
|
@@ -32819,7 +32819,7 @@ class DataSafeClient(object):
|
|
32819
32819
|
:rtype: :class:`~oci.response.Response`
|
32820
32820
|
|
32821
32821
|
:example:
|
32822
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
32822
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
|
32823
32823
|
"""
|
32824
32824
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32825
32825
|
required_arguments = ['targetDatabaseId']
|
@@ -33016,7 +33016,7 @@ class DataSafeClient(object):
|
|
33016
33016
|
:rtype: :class:`~oci.response.Response`
|
33017
33017
|
|
33018
33018
|
:example:
|
33019
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33019
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
|
33020
33020
|
"""
|
33021
33021
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33022
33022
|
required_arguments = ['compartmentId']
|
@@ -33219,7 +33219,7 @@ class DataSafeClient(object):
|
|
33219
33219
|
:rtype: :class:`~oci.response.Response`
|
33220
33220
|
|
33221
33221
|
:example:
|
33222
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33222
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
|
33223
33223
|
"""
|
33224
33224
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33225
33225
|
required_arguments = ['compartmentId']
|
@@ -33398,7 +33398,7 @@ class DataSafeClient(object):
|
|
33398
33398
|
:rtype: :class:`~oci.response.Response`
|
33399
33399
|
|
33400
33400
|
:example:
|
33401
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33401
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
|
33402
33402
|
"""
|
33403
33403
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33404
33404
|
required_arguments = ['userAssessmentId']
|
@@ -33639,7 +33639,7 @@ class DataSafeClient(object):
|
|
33639
33639
|
:rtype: :class:`~oci.response.Response`
|
33640
33640
|
|
33641
33641
|
:example:
|
33642
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33642
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
|
33643
33643
|
"""
|
33644
33644
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33645
33645
|
required_arguments = ['userAssessmentId']
|
@@ -33897,7 +33897,7 @@ class DataSafeClient(object):
|
|
33897
33897
|
:rtype: :class:`~oci.response.Response`
|
33898
33898
|
|
33899
33899
|
:example:
|
33900
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
33900
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
|
33901
33901
|
"""
|
33902
33902
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33903
33903
|
required_arguments = ['compartmentId']
|
@@ -34189,7 +34189,7 @@ class DataSafeClient(object):
|
|
34189
34189
|
:rtype: :class:`~oci.response.Response`
|
34190
34190
|
|
34191
34191
|
:example:
|
34192
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34192
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
|
34193
34193
|
"""
|
34194
34194
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34195
34195
|
required_arguments = ['userAssessmentId']
|
@@ -34374,7 +34374,7 @@ class DataSafeClient(object):
|
|
34374
34374
|
:rtype: :class:`~oci.response.Response`
|
34375
34375
|
|
34376
34376
|
:example:
|
34377
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34377
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
34378
34378
|
"""
|
34379
34379
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34380
34380
|
required_arguments = ['workRequestId']
|
@@ -34492,7 +34492,7 @@ class DataSafeClient(object):
|
|
34492
34492
|
:rtype: :class:`~oci.response.Response`
|
34493
34493
|
|
34494
34494
|
:example:
|
34495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
34496
34496
|
"""
|
34497
34497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34498
34498
|
required_arguments = ['workRequestId']
|
@@ -34642,7 +34642,7 @@ class DataSafeClient(object):
|
|
34642
34642
|
:rtype: :class:`~oci.response.Response`
|
34643
34643
|
|
34644
34644
|
:example:
|
34645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34645
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
34646
34646
|
"""
|
34647
34647
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34648
34648
|
required_arguments = ['compartmentId']
|
@@ -34783,7 +34783,7 @@ class DataSafeClient(object):
|
|
34783
34783
|
:rtype: :class:`~oci.response.Response`
|
34784
34784
|
|
34785
34785
|
:example:
|
34786
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34786
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
|
34787
34787
|
"""
|
34788
34788
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34789
34789
|
required_arguments = ['maskingPolicyId']
|
@@ -34900,7 +34900,7 @@ class DataSafeClient(object):
|
|
34900
34900
|
:rtype: :class:`~oci.response.Response`
|
34901
34901
|
|
34902
34902
|
:example:
|
34903
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
34903
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
|
34904
34904
|
"""
|
34905
34905
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34906
34906
|
required_arguments = ['compartmentId']
|
@@ -35022,7 +35022,7 @@ class DataSafeClient(object):
|
|
35022
35022
|
:rtype: :class:`~oci.response.Response`
|
35023
35023
|
|
35024
35024
|
:example:
|
35025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
|
35026
35026
|
"""
|
35027
35027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35028
35028
|
required_arguments = []
|
@@ -35138,7 +35138,7 @@ class DataSafeClient(object):
|
|
35138
35138
|
:rtype: :class:`~oci.response.Response`
|
35139
35139
|
|
35140
35140
|
:example:
|
35141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35141
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
|
35142
35142
|
"""
|
35143
35143
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35144
35144
|
required_arguments = ['discoveryJobId']
|
@@ -35249,7 +35249,7 @@ class DataSafeClient(object):
|
|
35249
35249
|
:rtype: :class:`~oci.response.Response`
|
35250
35250
|
|
35251
35251
|
:example:
|
35252
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35252
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/patch_grouped_sensitive_types.py.html>`__ to see an example of how to use patch_grouped_sensitive_types API.
|
35253
35253
|
"""
|
35254
35254
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35255
35255
|
required_arguments = ['sensitiveTypeGroupId']
|
@@ -35361,7 +35361,7 @@ class DataSafeClient(object):
|
|
35361
35361
|
:rtype: :class:`~oci.response.Response`
|
35362
35362
|
|
35363
35363
|
:example:
|
35364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
|
35365
35365
|
"""
|
35366
35366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35367
35367
|
required_arguments = ['maskingPolicyId']
|
@@ -35472,7 +35472,7 @@ class DataSafeClient(object):
|
|
35472
35472
|
:rtype: :class:`~oci.response.Response`
|
35473
35473
|
|
35474
35474
|
:example:
|
35475
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35475
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
|
35476
35476
|
"""
|
35477
35477
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35478
35478
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -35584,7 +35584,7 @@ class DataSafeClient(object):
|
|
35584
35584
|
:rtype: :class:`~oci.response.Response`
|
35585
35585
|
|
35586
35586
|
:example:
|
35587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
|
35588
35588
|
"""
|
35589
35589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35590
35590
|
required_arguments = ['sensitiveDataModelId']
|
@@ -35692,7 +35692,7 @@ class DataSafeClient(object):
|
|
35692
35692
|
:rtype: :class:`~oci.response.Response`
|
35693
35693
|
|
35694
35694
|
:example:
|
35695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/patch_sql_firewall_allowed_sql.py.html>`__ to see an example of how to use patch_sql_firewall_allowed_sql API.
|
35696
35696
|
"""
|
35697
35697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35698
35698
|
required_arguments = []
|
@@ -35787,7 +35787,7 @@ class DataSafeClient(object):
|
|
35787
35787
|
:rtype: :class:`~oci.response.Response`
|
35788
35788
|
|
35789
35789
|
:example:
|
35790
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35790
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
|
35791
35791
|
"""
|
35792
35792
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35793
35793
|
required_arguments = []
|
@@ -35891,7 +35891,7 @@ class DataSafeClient(object):
|
|
35891
35891
|
:rtype: :class:`~oci.response.Response`
|
35892
35892
|
|
35893
35893
|
:example:
|
35894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
35894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
|
35895
35895
|
"""
|
35896
35896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35897
35897
|
required_arguments = ['auditPolicyId']
|
@@ -36007,7 +36007,7 @@ class DataSafeClient(object):
|
|
36007
36007
|
:rtype: :class:`~oci.response.Response`
|
36008
36008
|
|
36009
36009
|
:example:
|
36010
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36010
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
|
36011
36011
|
"""
|
36012
36012
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36013
36013
|
required_arguments = ['sqlCollectionId']
|
@@ -36121,7 +36121,7 @@ class DataSafeClient(object):
|
|
36121
36121
|
:rtype: :class:`~oci.response.Response`
|
36122
36122
|
|
36123
36123
|
:example:
|
36124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36124
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
|
36125
36125
|
"""
|
36126
36126
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36127
36127
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -36239,7 +36239,7 @@ class DataSafeClient(object):
|
|
36239
36239
|
:rtype: :class:`~oci.response.Response`
|
36240
36240
|
|
36241
36241
|
:example:
|
36242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
|
36243
36243
|
"""
|
36244
36244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36245
36245
|
required_arguments = ['securityAssessmentId']
|
@@ -36355,7 +36355,7 @@ class DataSafeClient(object):
|
|
36355
36355
|
:rtype: :class:`~oci.response.Response`
|
36356
36356
|
|
36357
36357
|
:example:
|
36358
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
|
36359
36359
|
"""
|
36360
36360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36361
36361
|
required_arguments = ['sqlCollectionId']
|
@@ -36469,7 +36469,7 @@ class DataSafeClient(object):
|
|
36469
36469
|
:rtype: :class:`~oci.response.Response`
|
36470
36470
|
|
36471
36471
|
:example:
|
36472
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36472
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
|
36473
36473
|
"""
|
36474
36474
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36475
36475
|
required_arguments = ['targetDatabaseId']
|
@@ -36588,7 +36588,7 @@ class DataSafeClient(object):
|
|
36588
36588
|
:rtype: :class:`~oci.response.Response`
|
36589
36589
|
|
36590
36590
|
:example:
|
36591
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36591
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
|
36592
36592
|
"""
|
36593
36593
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36594
36594
|
required_arguments = ['userAssessmentId']
|
@@ -36704,7 +36704,7 @@ class DataSafeClient(object):
|
|
36704
36704
|
:rtype: :class:`~oci.response.Response`
|
36705
36705
|
|
36706
36706
|
:example:
|
36707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
|
36708
36708
|
"""
|
36709
36709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36710
36710
|
required_arguments = ['reportDefinitionId']
|
@@ -36812,7 +36812,7 @@ class DataSafeClient(object):
|
|
36812
36812
|
:rtype: :class:`~oci.response.Response`
|
36813
36813
|
|
36814
36814
|
:example:
|
36815
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
|
36816
36816
|
"""
|
36817
36817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36818
36818
|
required_arguments = ['auditTrailId']
|
@@ -36923,7 +36923,7 @@ class DataSafeClient(object):
|
|
36923
36923
|
:rtype: :class:`~oci.response.Response`
|
36924
36924
|
|
36925
36925
|
:example:
|
36926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
36926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
|
36927
36927
|
"""
|
36928
36928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36929
36929
|
required_arguments = ['workRequestId']
|
@@ -37037,7 +37037,7 @@ class DataSafeClient(object):
|
|
37037
37037
|
:rtype: :class:`~oci.response.Response`
|
37038
37038
|
|
37039
37039
|
:example:
|
37040
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37040
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
|
37041
37041
|
"""
|
37042
37042
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37043
37043
|
required_arguments = ['auditPolicyId']
|
@@ -37154,7 +37154,7 @@ class DataSafeClient(object):
|
|
37154
37154
|
:rtype: :class:`~oci.response.Response`
|
37155
37155
|
|
37156
37156
|
:example:
|
37157
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37157
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
|
37158
37158
|
"""
|
37159
37159
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37160
37160
|
required_arguments = ['reportDefinitionId']
|
@@ -37273,7 +37273,7 @@ class DataSafeClient(object):
|
|
37273
37273
|
:rtype: :class:`~oci.response.Response`
|
37274
37274
|
|
37275
37275
|
:example:
|
37276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
|
37277
37277
|
"""
|
37278
37278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37279
37279
|
required_arguments = ['securityAssessmentId']
|
@@ -37393,7 +37393,7 @@ class DataSafeClient(object):
|
|
37393
37393
|
:rtype: :class:`~oci.response.Response`
|
37394
37394
|
|
37395
37395
|
:example:
|
37396
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37396
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
|
37397
37397
|
"""
|
37398
37398
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37399
37399
|
required_arguments = ['userAssessmentId']
|
@@ -37513,7 +37513,7 @@ class DataSafeClient(object):
|
|
37513
37513
|
:rtype: :class:`~oci.response.Response`
|
37514
37514
|
|
37515
37515
|
:example:
|
37516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
|
37517
37517
|
"""
|
37518
37518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37519
37519
|
required_arguments = ['auditTrailId']
|
@@ -37629,7 +37629,7 @@ class DataSafeClient(object):
|
|
37629
37629
|
:rtype: :class:`~oci.response.Response`
|
37630
37630
|
|
37631
37631
|
:example:
|
37632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37632
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
|
37633
37633
|
"""
|
37634
37634
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37635
37635
|
required_arguments = ['sqlCollectionId']
|
@@ -37737,7 +37737,7 @@ class DataSafeClient(object):
|
|
37737
37737
|
:rtype: :class:`~oci.response.Response`
|
37738
37738
|
|
37739
37739
|
:example:
|
37740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37740
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
|
37741
37741
|
"""
|
37742
37742
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37743
37743
|
required_arguments = ['auditTrailId']
|
@@ -37848,7 +37848,7 @@ class DataSafeClient(object):
|
|
37848
37848
|
:rtype: :class:`~oci.response.Response`
|
37849
37849
|
|
37850
37850
|
:example:
|
37851
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37851
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
|
37852
37852
|
"""
|
37853
37853
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37854
37854
|
required_arguments = ['sqlCollectionId']
|
@@ -37962,7 +37962,7 @@ class DataSafeClient(object):
|
|
37962
37962
|
:rtype: :class:`~oci.response.Response`
|
37963
37963
|
|
37964
37964
|
:example:
|
37965
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
37965
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
|
37966
37966
|
"""
|
37967
37967
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
37968
37968
|
required_arguments = ['workRequestId']
|
@@ -38081,7 +38081,7 @@ class DataSafeClient(object):
|
|
38081
38081
|
:rtype: :class:`~oci.response.Response`
|
38082
38082
|
|
38083
38083
|
:example:
|
38084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
|
38085
38085
|
"""
|
38086
38086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38087
38087
|
required_arguments = ['securityAssessmentId']
|
@@ -38203,7 +38203,7 @@ class DataSafeClient(object):
|
|
38203
38203
|
:rtype: :class:`~oci.response.Response`
|
38204
38204
|
|
38205
38205
|
:example:
|
38206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
|
38207
38207
|
"""
|
38208
38208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38209
38209
|
required_arguments = ['userAssessmentId']
|
@@ -38317,7 +38317,7 @@ class DataSafeClient(object):
|
|
38317
38317
|
:rtype: :class:`~oci.response.Response`
|
38318
38318
|
|
38319
38319
|
:example:
|
38320
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
|
38321
38321
|
"""
|
38322
38322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38323
38323
|
required_arguments = ['alertId']
|
@@ -38429,7 +38429,7 @@ class DataSafeClient(object):
|
|
38429
38429
|
:rtype: :class:`~oci.response.Response`
|
38430
38430
|
|
38431
38431
|
:example:
|
38432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_alert_policy.py.html>`__ to see an example of how to use update_alert_policy API.
|
38433
38433
|
"""
|
38434
38434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38435
38435
|
required_arguments = ['alertPolicyId']
|
@@ -38542,7 +38542,7 @@ class DataSafeClient(object):
|
|
38542
38542
|
:rtype: :class:`~oci.response.Response`
|
38543
38543
|
|
38544
38544
|
:example:
|
38545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_alert_policy_rule.py.html>`__ to see an example of how to use update_alert_policy_rule API.
|
38546
38546
|
"""
|
38547
38547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38548
38548
|
required_arguments = ['alertPolicyId', 'ruleKey']
|
@@ -38653,7 +38653,7 @@ class DataSafeClient(object):
|
|
38653
38653
|
:rtype: :class:`~oci.response.Response`
|
38654
38654
|
|
38655
38655
|
:example:
|
38656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38656
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
|
38657
38657
|
"""
|
38658
38658
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38659
38659
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -38763,7 +38763,7 @@ class DataSafeClient(object):
|
|
38763
38763
|
:rtype: :class:`~oci.response.Response`
|
38764
38764
|
|
38765
38765
|
:example:
|
38766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
|
38767
38767
|
"""
|
38768
38768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38769
38769
|
required_arguments = ['auditPolicyId']
|
@@ -38873,7 +38873,7 @@ class DataSafeClient(object):
|
|
38873
38873
|
:rtype: :class:`~oci.response.Response`
|
38874
38874
|
|
38875
38875
|
:example:
|
38876
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38876
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
|
38877
38877
|
"""
|
38878
38878
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38879
38879
|
required_arguments = ['auditProfileId']
|
@@ -38983,7 +38983,7 @@ class DataSafeClient(object):
|
|
38983
38983
|
:rtype: :class:`~oci.response.Response`
|
38984
38984
|
|
38985
38985
|
:example:
|
38986
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
38986
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
|
38987
38987
|
"""
|
38988
38988
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
38989
38989
|
required_arguments = ['auditTrailId']
|
@@ -39093,7 +39093,7 @@ class DataSafeClient(object):
|
|
39093
39093
|
:rtype: :class:`~oci.response.Response`
|
39094
39094
|
|
39095
39095
|
:example:
|
39096
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39096
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
|
39097
39097
|
"""
|
39098
39098
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39099
39099
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -39203,7 +39203,7 @@ class DataSafeClient(object):
|
|
39203
39203
|
:rtype: :class:`~oci.response.Response`
|
39204
39204
|
|
39205
39205
|
:example:
|
39206
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39206
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
|
39207
39207
|
"""
|
39208
39208
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39209
39209
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -39322,7 +39322,7 @@ class DataSafeClient(object):
|
|
39322
39322
|
:rtype: :class:`~oci.response.Response`
|
39323
39323
|
|
39324
39324
|
:example:
|
39325
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39325
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
|
39326
39326
|
"""
|
39327
39327
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39328
39328
|
required_arguments = ['securityAssessmentId', 'findingKey']
|
@@ -39436,7 +39436,7 @@ class DataSafeClient(object):
|
|
39436
39436
|
:rtype: :class:`~oci.response.Response`
|
39437
39437
|
|
39438
39438
|
:example:
|
39439
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39439
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
|
39440
39440
|
"""
|
39441
39441
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39442
39442
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -39550,7 +39550,7 @@ class DataSafeClient(object):
|
|
39550
39550
|
:rtype: :class:`~oci.response.Response`
|
39551
39551
|
|
39552
39552
|
:example:
|
39553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39553
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
|
39554
39554
|
"""
|
39555
39555
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39556
39556
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -39661,7 +39661,7 @@ class DataSafeClient(object):
|
|
39661
39661
|
:rtype: :class:`~oci.response.Response`
|
39662
39662
|
|
39663
39663
|
:example:
|
39664
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39664
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
|
39665
39665
|
"""
|
39666
39666
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39667
39667
|
required_arguments = ['maskingPolicyId']
|
@@ -39771,7 +39771,7 @@ class DataSafeClient(object):
|
|
39771
39771
|
:rtype: :class:`~oci.response.Response`
|
39772
39772
|
|
39773
39773
|
:example:
|
39774
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
|
39775
39775
|
"""
|
39776
39776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39777
39777
|
required_arguments = ['onPremConnectorId']
|
@@ -39887,7 +39887,7 @@ class DataSafeClient(object):
|
|
39887
39887
|
:rtype: :class:`~oci.response.Response`
|
39888
39888
|
|
39889
39889
|
:example:
|
39890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
39890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
|
39891
39891
|
"""
|
39892
39892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
39893
39893
|
required_arguments = ['onPremConnectorId']
|
@@ -40009,7 +40009,7 @@ class DataSafeClient(object):
|
|
40009
40009
|
:rtype: :class:`~oci.response.Response`
|
40010
40010
|
|
40011
40011
|
:example:
|
40012
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40012
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
|
40013
40013
|
"""
|
40014
40014
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40015
40015
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -40129,7 +40129,7 @@ class DataSafeClient(object):
|
|
40129
40129
|
:rtype: :class:`~oci.response.Response`
|
40130
40130
|
|
40131
40131
|
:example:
|
40132
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40132
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
|
40133
40133
|
"""
|
40134
40134
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40135
40135
|
required_arguments = ['reportId']
|
@@ -40248,7 +40248,7 @@ class DataSafeClient(object):
|
|
40248
40248
|
:rtype: :class:`~oci.response.Response`
|
40249
40249
|
|
40250
40250
|
:example:
|
40251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40251
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
|
40252
40252
|
"""
|
40253
40253
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40254
40254
|
required_arguments = ['reportDefinitionId']
|
@@ -40361,7 +40361,7 @@ class DataSafeClient(object):
|
|
40361
40361
|
:rtype: :class:`~oci.response.Response`
|
40362
40362
|
|
40363
40363
|
:example:
|
40364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40364
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
|
40365
40365
|
"""
|
40366
40366
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40367
40367
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -40471,7 +40471,7 @@ class DataSafeClient(object):
|
|
40471
40471
|
:rtype: :class:`~oci.response.Response`
|
40472
40472
|
|
40473
40473
|
:example:
|
40474
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40474
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
|
40475
40475
|
"""
|
40476
40476
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40477
40477
|
required_arguments = ['securityAssessmentId']
|
@@ -40581,7 +40581,7 @@ class DataSafeClient(object):
|
|
40581
40581
|
:rtype: :class:`~oci.response.Response`
|
40582
40582
|
|
40583
40583
|
:example:
|
40584
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
|
40585
40585
|
"""
|
40586
40586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40587
40587
|
required_arguments = ['securityPolicyId']
|
@@ -40691,7 +40691,7 @@ class DataSafeClient(object):
|
|
40691
40691
|
:rtype: :class:`~oci.response.Response`
|
40692
40692
|
|
40693
40693
|
:example:
|
40694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
|
40695
40695
|
"""
|
40696
40696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40697
40697
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -40804,7 +40804,7 @@ class DataSafeClient(object):
|
|
40804
40804
|
:rtype: :class:`~oci.response.Response`
|
40805
40805
|
|
40806
40806
|
:example:
|
40807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40807
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
|
40808
40808
|
"""
|
40809
40809
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40810
40810
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -40916,7 +40916,7 @@ class DataSafeClient(object):
|
|
40916
40916
|
:rtype: :class:`~oci.response.Response`
|
40917
40917
|
|
40918
40918
|
:example:
|
40919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
40919
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
|
40920
40920
|
"""
|
40921
40921
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
40922
40922
|
required_arguments = ['sensitiveDataModelId']
|
@@ -41026,7 +41026,7 @@ class DataSafeClient(object):
|
|
41026
41026
|
:rtype: :class:`~oci.response.Response`
|
41027
41027
|
|
41028
41028
|
:example:
|
41029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
|
41030
41030
|
"""
|
41031
41031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41032
41032
|
required_arguments = ['sensitiveTypeId']
|
@@ -41136,7 +41136,7 @@ class DataSafeClient(object):
|
|
41136
41136
|
:rtype: :class:`~oci.response.Response`
|
41137
41137
|
|
41138
41138
|
:example:
|
41139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41139
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_sensitive_type_group.py.html>`__ to see an example of how to use update_sensitive_type_group API.
|
41140
41140
|
"""
|
41141
41141
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41142
41142
|
required_arguments = ['sensitiveTypeGroupId']
|
@@ -41246,7 +41246,7 @@ class DataSafeClient(object):
|
|
41246
41246
|
:rtype: :class:`~oci.response.Response`
|
41247
41247
|
|
41248
41248
|
:example:
|
41249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_sensitive_types_export.py.html>`__ to see an example of how to use update_sensitive_types_export API.
|
41250
41250
|
"""
|
41251
41251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41252
41252
|
required_arguments = ['sensitiveTypesExportId']
|
@@ -41356,7 +41356,7 @@ class DataSafeClient(object):
|
|
41356
41356
|
:rtype: :class:`~oci.response.Response`
|
41357
41357
|
|
41358
41358
|
:example:
|
41359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
|
41360
41360
|
"""
|
41361
41361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41362
41362
|
required_arguments = ['sqlCollectionId']
|
@@ -41466,7 +41466,7 @@ class DataSafeClient(object):
|
|
41466
41466
|
:rtype: :class:`~oci.response.Response`
|
41467
41467
|
|
41468
41468
|
:example:
|
41469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
|
41470
41470
|
"""
|
41471
41471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41472
41472
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -41576,7 +41576,7 @@ class DataSafeClient(object):
|
|
41576
41576
|
:rtype: :class:`~oci.response.Response`
|
41577
41577
|
|
41578
41578
|
:example:
|
41579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
|
41580
41580
|
"""
|
41581
41581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41582
41582
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -41692,7 +41692,7 @@ class DataSafeClient(object):
|
|
41692
41692
|
:rtype: :class:`~oci.response.Response`
|
41693
41693
|
|
41694
41694
|
:example:
|
41695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
|
41696
41696
|
"""
|
41697
41697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41698
41698
|
required_arguments = ['targetDatabaseId']
|
@@ -41805,7 +41805,7 @@ class DataSafeClient(object):
|
|
41805
41805
|
:rtype: :class:`~oci.response.Response`
|
41806
41806
|
|
41807
41807
|
:example:
|
41808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41808
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
|
41809
41809
|
"""
|
41810
41810
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41811
41811
|
required_arguments = ['userAssessmentId']
|
@@ -41926,7 +41926,7 @@ class DataSafeClient(object):
|
|
41926
41926
|
:rtype: :class:`~oci.response.Response`
|
41927
41927
|
|
41928
41928
|
:example:
|
41929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
41929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
|
41930
41930
|
"""
|
41931
41931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
41932
41932
|
required_arguments = ['maskingPolicyId']
|
@@ -42067,7 +42067,7 @@ class DataSafeClient(object):
|
|
42067
42067
|
:rtype: :class:`~oci.response.Response`
|
42068
42068
|
|
42069
42069
|
:example:
|
42070
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.
|
42070
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.155.1/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
|
42071
42071
|
"""
|
42072
42072
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
42073
42073
|
required_arguments = ['sensitiveDataModelId']
|