oci 2.126.0__py3-none-any.whl → 2.126.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 +22 -22
- oci/ai_language/ai_service_language_client.py +44 -44
- oci/ai_speech/ai_service_speech_client.py +10 -10
- oci/ai_vision/ai_service_vision_client.py +25 -25
- oci/analytics/analytics_client.py +23 -23
- oci/announcements_service/announcement_client.py +4 -4
- oci/announcements_service/announcement_subscription_client.py +9 -9
- oci/announcements_service/announcements_preferences_client.py +4 -4
- oci/apigateway/api_gateway_client.py +21 -21
- oci/apigateway/deployment_client.py +6 -6
- oci/apigateway/gateway_client.py +6 -6
- oci/apigateway/subscribers_client.py +6 -6
- oci/apigateway/usage_plans_client.py +6 -6
- oci/apigateway/work_requests_client.py +5 -5
- oci/apm_config/config_client.py +8 -8
- oci/apm_control_plane/apm_domain_client.py +14 -14
- oci/apm_synthetics/apm_synthetic_client.py +28 -28
- oci/apm_traces/attributes_client.py +8 -8
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/capacity_management/capacity_management_client.py +19 -19
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +155 -155
- oci/cloud_migrations/migration_client.py +43 -43
- oci/cluster_placement_groups/cluster_placement_groups_cp_client.py +13 -13
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +272 -150
- oci/data_catalog/models/__init__.py +4 -0
- oci/data_catalog/models/import_lineage_details.py +72 -0
- oci/data_catalog/models/import_lineage_job_result.py +232 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/create_workspace_details.py +33 -2
- oci/data_integration/models/update_workspace_details.py +33 -2
- oci/data_integration/models/workspace.py +33 -2
- oci/data_integration/models/workspace_summary.py +33 -2
- 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 +1181 -397
- oci/data_safe/data_safe_client_composite_operations.py +89 -0
- oci/data_safe/models/__init__.py +14 -0
- oci/data_safe/models/change_masking_policy_health_report_compartment_details.py +72 -0
- oci/data_safe/models/generate_health_report_details.py +261 -0
- oci/data_safe/models/masking_policy_health_report.py +434 -0
- oci/data_safe/models/masking_policy_health_report_collection.py +72 -0
- oci/data_safe/models/masking_policy_health_report_log_collection.py +72 -0
- oci/data_safe/models/masking_policy_health_report_log_summary.py +220 -0
- oci/data_safe/models/masking_policy_health_report_summary.py +371 -0
- oci/data_safe/models/work_request.py +7 -3
- oci/data_safe/models/work_request_summary.py +7 -3
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +343 -337
- oci/database/models/autonomous_container_database.py +6 -6
- oci/database/models/autonomous_container_database_summary.py +6 -6
- oci/database/models/autonomous_database.py +10 -6
- oci/database/models/autonomous_database_summary.py +10 -6
- oci/database/models/cloud_vm_cluster.py +37 -2
- oci/database/models/cloud_vm_cluster_summary.py +37 -2
- oci/database/models/create_autonomous_container_database_details.py +6 -6
- oci/database/models/create_autonomous_database_base.py +8 -4
- oci/database/models/create_cross_region_autonomous_database_data_guard_details.py +2 -26
- oci/database/models/create_cross_region_disaster_recovery_details.py +2 -23
- oci/database/models/create_db_home_base.py +33 -2
- oci/database/models/create_db_home_with_db_system_id_details.py +7 -0
- oci/database/models/create_db_home_with_db_system_id_from_backup_details.py +7 -0
- oci/database/models/create_db_home_with_db_system_id_from_database_details.py +7 -0
- oci/database/models/create_db_home_with_vm_cluster_id_details.py +7 -0
- oci/database/models/create_db_home_with_vm_cluster_id_from_backup_details.py +7 -0
- oci/database/models/db_home.py +33 -2
- oci/database/models/db_home_from_agent_resource_id.py +33 -2
- oci/database/models/db_home_summary.py +33 -2
- oci/database/models/db_system.py +35 -0
- oci/database/models/db_system_summary.py +35 -0
- oci/database/models/update_autonomous_database_details.py +8 -4
- oci/database/models/update_details.py +37 -2
- oci/database/models/vm_cluster.py +37 -2
- oci/database/models/vm_cluster_summary.py +37 -2
- oci/database/models/vm_cluster_update_details.py +37 -2
- oci/database_management/db_management_client.py +1965 -494
- oci/database_management/db_management_client_composite_operations.py +528 -0
- oci/database_management/diagnosability_client.py +7 -7
- oci/database_management/managed_my_sql_databases_client.py +10 -10
- oci/database_management/models/__init__.py +54 -0
- oci/database_management/models/basic_database_connection_string_details.py +160 -0
- oci/database_management/models/child_database.py +45 -2
- oci/database_management/models/connector_details.py +123 -0
- oci/database_management/models/database_connection_details.py +95 -0
- oci/database_management/models/database_connection_string_details.py +103 -0
- oci/database_management/models/database_diagnostics_and_management_feature_configuration.py +120 -0
- oci/database_management/models/database_diagnostics_and_management_feature_details.py +143 -0
- oci/database_management/models/database_feature_configuration.py +234 -0
- oci/database_management/models/database_feature_details.py +155 -0
- oci/database_management/models/db_management_private_endpoint.py +45 -2
- oci/database_management/models/db_management_private_endpoint_summary.py +45 -2
- oci/database_management/models/disable_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_container_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_non_container_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_external_pluggable_database_management_feature_details.py +84 -0
- oci/database_management/models/disable_pluggable_database_management_feature_details.py +84 -0
- oci/database_management/models/enable_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_container_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_non_container_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_external_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/enable_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/external_asm.py +45 -2
- oci/database_management/models/external_asm_instance.py +45 -2
- oci/database_management/models/external_asm_instance_summary.py +45 -2
- oci/database_management/models/external_asm_summary.py +45 -2
- oci/database_management/models/external_cluster.py +45 -2
- oci/database_management/models/external_cluster_instance.py +45 -2
- oci/database_management/models/external_cluster_instance_summary.py +45 -2
- oci/database_management/models/external_cluster_summary.py +45 -2
- oci/database_management/models/external_connector_details.py +86 -0
- oci/database_management/models/external_database_diagnostics_and_management_feature_details.py +105 -0
- oci/database_management/models/external_database_feature_details.py +128 -0
- oci/database_management/models/external_database_summary.py +45 -2
- oci/database_management/models/external_db_home.py +45 -2
- oci/database_management/models/external_db_home_summary.py +45 -2
- oci/database_management/models/external_db_node.py +45 -2
- oci/database_management/models/external_db_node_summary.py +45 -2
- oci/database_management/models/external_db_system.py +45 -2
- oci/database_management/models/external_db_system_connector_summary.py +45 -2
- oci/database_management/models/external_db_system_discovery.py +45 -2
- oci/database_management/models/external_db_system_discovery_summary.py +45 -2
- oci/database_management/models/external_db_system_macs_connector.py +45 -2
- oci/database_management/models/external_db_system_summary.py +45 -2
- oci/database_management/models/external_exadata_infrastructure.py +45 -2
- oci/database_management/models/external_exadata_infrastructure_summary.py +45 -2
- oci/database_management/models/external_exadata_storage_connector.py +45 -2
- oci/database_management/models/external_exadata_storage_connector_summary.py +45 -2
- oci/database_management/models/external_exadata_storage_grid.py +45 -2
- oci/database_management/models/external_exadata_storage_server.py +45 -2
- oci/database_management/models/external_exadata_storage_server_summary.py +45 -2
- oci/database_management/models/external_listener.py +45 -2
- oci/database_management/models/external_listener_summary.py +45 -2
- oci/database_management/models/external_pluggable_database_diagnostics_and_management_feature_details.py +58 -0
- oci/database_management/models/external_pluggable_database_feature_details.py +128 -0
- oci/database_management/models/heat_wave_cluster_usage_metrics.py +12 -12
- oci/database_management/models/heat_wave_fleet_metrics.py +2 -2
- oci/database_management/models/heat_wave_fleet_summary.py +5 -5
- oci/database_management/models/heat_wave_node.py +2 -2
- oci/database_management/models/job_summary.py +45 -2
- oci/database_management/models/load_sql_tuning_set_details.py +7 -3
- oci/database_management/models/macs_connector_details.py +86 -0
- oci/database_management/models/managed_database.py +45 -2
- oci/database_management/models/managed_database_group.py +45 -2
- oci/database_management/models/managed_database_group_summary.py +45 -2
- oci/database_management/models/managed_database_summary.py +45 -2
- oci/database_management/models/managed_my_sql_database.py +10 -10
- oci/database_management/models/modify_database_management_feature_details.py +68 -0
- oci/database_management/models/modify_pluggable_database_management_feature_details.py +68 -0
- oci/database_management/models/my_sql_database_usage_metrics.py +2 -2
- oci/database_management/models/my_sql_fleet_metric_definition.py +31 -0
- oci/database_management/models/named_credential.py +45 -2
- oci/database_management/models/named_credential_summary.py +45 -2
- oci/database_management/models/private_end_point_connector_details.py +86 -0
- oci/database_management/models/save_sql_tuning_set_as_details.py +7 -3
- oci/database_management/models/sql_job.py +45 -2
- oci/database_management/models/sql_plan_baseline.py +96 -0
- oci/database_management/models/sql_plan_baseline_summary.py +96 -0
- oci/database_management/models/sql_tuning_set.py +16 -0
- oci/database_management/models/work_request.py +39 -3
- oci/database_management/models/work_request_summary.py +39 -3
- oci/database_management/perfhub_client.py +4 -4
- oci/database_management/sql_tuning_client.py +20 -20
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/desktops/desktop_service_client.py +21 -21
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +26 -26
- oci/email_data_plane/email_dp_client.py +1 -1
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generative_ai/generative_ai_client.py +22 -22
- oci/generative_ai_inference/generative_ai_inference_client.py +4 -4
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/globally_distributed_database/sharded_database_service_client.py +29 -29
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +300 -300
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_hsm_cluster_client.py +12 -12
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +24 -24
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +28 -28
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +60 -60
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +18 -18
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- 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 +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +59 -59
- oci/oda/oda_client.py +17 -17
- oci/oda/odapackage_client.py +7 -7
- oci/onesubscription/billing_schedule_client.py +1 -1
- oci/onesubscription/commitment_client.py +2 -2
- oci/onesubscription/computed_usage_client.py +3 -3
- oci/onesubscription/invoice_summary_client.py +2 -2
- oci/onesubscription/organization_subscription_client.py +1 -1
- oci/onesubscription/ratecard_client.py +1 -1
- oci/onesubscription/subscribed_service_client.py +2 -2
- oci/onesubscription/subscription_client.py +1 -1
- oci/ons/notification_control_plane_client.py +6 -6
- oci/ons/notification_data_plane_client.py +10 -10
- oci/opa/opa_instance_client.py +13 -13
- oci/opensearch/opensearch_cluster_backup_client.py +4 -4
- oci/opensearch/opensearch_cluster_client.py +14 -14
- oci/operator_access_control/access_requests_client.py +10 -10
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +8 -8
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/opsi/operations_insights_client.py +175 -175
- oci/optimizer/optimizer_client.py +26 -26
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/event_client.py +8 -8
- oci/os_management_hub/lifecycle_environment_client.py +12 -12
- oci/os_management_hub/managed_instance_client.py +31 -31
- oci/os_management_hub/managed_instance_group_client.py +25 -25
- oci/os_management_hub/management_station_client.py +10 -10
- oci/os_management_hub/onboarding_client.py +6 -6
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +7 -7
- oci/os_management_hub/software_source_client.py +27 -27
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/postgresql_client.py +33 -33
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +298 -40
- oci/recovery/database_recovery_client_composite_operations.py +39 -0
- oci/recovery/models/__init__.py +2 -0
- oci/recovery/models/create_protection_policy_details.py +45 -0
- oci/recovery/models/create_recovery_service_subnet_details.py +72 -4
- oci/recovery/models/fetch_protected_database_configuration_details.py +7 -3
- oci/recovery/models/metrics.py +33 -2
- oci/recovery/models/metrics_summary.py +33 -2
- oci/recovery/models/protected_database.py +48 -13
- oci/recovery/models/protected_database_summary.py +44 -3
- oci/recovery/models/protection_policy.py +41 -18
- oci/recovery/models/protection_policy_summary.py +38 -3
- oci/recovery/models/recovery_service_subnet.py +78 -20
- oci/recovery/models/recovery_service_subnet_details.py +7 -3
- oci/recovery/models/recovery_service_subnet_summary.py +78 -20
- oci/recovery/models/schedule_protected_database_deletion_details.py +92 -0
- oci/recovery/models/update_protection_policy_details.py +45 -0
- oci/recovery/models/update_recovery_service_subnet_details.py +68 -0
- oci/recovery/models/work_request.py +7 -3
- oci/recovery/models/work_request_summary.py +7 -3
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/connector_plugins_client.py +2 -2
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/stack_monitoring_client.py +64 -64
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/usageapi_client.py +33 -33
- oci/vault/vaults_client.py +13 -13
- oci/vbs_inst/vbs_instance_client.py +10 -10
- oci/version.py +1 -1
- oci/visual_builder/vb_instance_client.py +13 -13
- oci/vn_monitoring/vn_monitoring_client.py +12 -12
- oci/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/METADATA +1 -1
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/RECORD +393 -356
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/LICENSE.txt +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.126.0.dist-info → oci-2.126.1.dist-info}/WHEEL +0 -0
- {oci-2.126.0.dist-info → oci-2.126.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.126.
|
163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.126.
|
276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.126.
|
399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.126.
|
520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.126.
|
641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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']
|
@@ -757,7 +757,7 @@ class DataSafeClient(object):
|
|
757
757
|
:rtype: :class:`~oci.response.Response`
|
758
758
|
|
759
759
|
:example:
|
760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
|
761
761
|
"""
|
762
762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
763
763
|
required_arguments = ['auditProfileId']
|
@@ -876,7 +876,7 @@ class DataSafeClient(object):
|
|
876
876
|
:rtype: :class:`~oci.response.Response`
|
877
877
|
|
878
878
|
:example:
|
879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
|
880
880
|
"""
|
881
881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
882
882
|
required_arguments = ['auditProfileId']
|
@@ -992,7 +992,7 @@ class DataSafeClient(object):
|
|
992
992
|
:rtype: :class:`~oci.response.Response`
|
993
993
|
|
994
994
|
:example:
|
995
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
995
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
996
996
|
"""
|
997
997
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
998
998
|
required_arguments = ['workRequestId']
|
@@ -1109,7 +1109,7 @@ class DataSafeClient(object):
|
|
1109
1109
|
:rtype: :class:`~oci.response.Response`
|
1110
1110
|
|
1111
1111
|
:example:
|
1112
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1112
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
|
1113
1113
|
"""
|
1114
1114
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1115
1115
|
required_arguments = ['alertId']
|
@@ -1228,7 +1228,7 @@ class DataSafeClient(object):
|
|
1228
1228
|
:rtype: :class:`~oci.response.Response`
|
1229
1229
|
|
1230
1230
|
:example:
|
1231
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
|
1232
1232
|
"""
|
1233
1233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1234
1234
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -1347,7 +1347,7 @@ class DataSafeClient(object):
|
|
1347
1347
|
:rtype: :class:`~oci.response.Response`
|
1348
1348
|
|
1349
1349
|
:example:
|
1350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
|
1351
1351
|
"""
|
1352
1352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1353
1353
|
required_arguments = ['auditPolicyId']
|
@@ -1466,7 +1466,7 @@ class DataSafeClient(object):
|
|
1466
1466
|
:rtype: :class:`~oci.response.Response`
|
1467
1467
|
|
1468
1468
|
:example:
|
1469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1469
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
|
1470
1470
|
"""
|
1471
1471
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1472
1472
|
required_arguments = ['auditProfileId']
|
@@ -1579,7 +1579,7 @@ class DataSafeClient(object):
|
|
1579
1579
|
:rtype: :class:`~oci.response.Response`
|
1580
1580
|
|
1581
1581
|
:example:
|
1582
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1582
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
1583
1583
|
"""
|
1584
1584
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1585
1585
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -1695,7 +1695,7 @@ class DataSafeClient(object):
|
|
1695
1695
|
:rtype: :class:`~oci.response.Response`
|
1696
1696
|
|
1697
1697
|
:example:
|
1698
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1698
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_database_security_config_compartment.py.html>`__ to see an example of how to use change_database_security_config_compartment API.
|
1699
1699
|
"""
|
1700
1700
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1701
1701
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -1814,7 +1814,7 @@ class DataSafeClient(object):
|
|
1814
1814
|
:rtype: :class:`~oci.response.Response`
|
1815
1815
|
|
1816
1816
|
:example:
|
1817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1817
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
|
1818
1818
|
"""
|
1819
1819
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1820
1820
|
required_arguments = ['discoveryJobId']
|
@@ -1933,7 +1933,7 @@ class DataSafeClient(object):
|
|
1933
1933
|
:rtype: :class:`~oci.response.Response`
|
1934
1934
|
|
1935
1935
|
:example:
|
1936
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
1936
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
|
1937
1937
|
"""
|
1938
1938
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1939
1939
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -2052,7 +2052,7 @@ class DataSafeClient(object):
|
|
2052
2052
|
:rtype: :class:`~oci.response.Response`
|
2053
2053
|
|
2054
2054
|
:example:
|
2055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2055
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
|
2056
2056
|
"""
|
2057
2057
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2058
2058
|
required_arguments = ['maskingPolicyId']
|
@@ -2128,6 +2128,125 @@ class DataSafeClient(object):
|
|
2128
2128
|
api_reference_link=api_reference_link,
|
2129
2129
|
required_arguments=required_arguments)
|
2130
2130
|
|
2131
|
+
def change_masking_policy_health_report_compartment(self, masking_policy_health_report_id, change_masking_policy_health_report_compartment_details, **kwargs):
|
2132
|
+
"""
|
2133
|
+
Moves the specified masking policy health report and its dependent resources into a different compartment.
|
2134
|
+
|
2135
|
+
|
2136
|
+
:param str masking_policy_health_report_id: (required)
|
2137
|
+
The OCID of the masking health report.
|
2138
|
+
|
2139
|
+
:param oci.data_safe.models.ChangeMaskingPolicyHealthReportCompartmentDetails change_masking_policy_health_report_compartment_details: (required)
|
2140
|
+
Details to change the compartment of a masking policy.
|
2141
|
+
|
2142
|
+
:param str if_match: (optional)
|
2143
|
+
For optimistic concurrency control. In the PUT or DELETE call
|
2144
|
+
for a resource, set the if-match parameter to the value of the
|
2145
|
+
etag from a previous GET or POST response for that resource.
|
2146
|
+
The resource will be updated or deleted only if the etag you
|
2147
|
+
provide matches the resource's current etag value.
|
2148
|
+
|
2149
|
+
:param str opc_retry_token: (optional)
|
2150
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
2151
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
2152
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
2153
|
+
has been deleted and purged from the system, then a retry of the original creation request might be rejected.
|
2154
|
+
|
2155
|
+
:param str opc_request_id: (optional)
|
2156
|
+
Unique identifier for the request.
|
2157
|
+
|
2158
|
+
:param obj retry_strategy: (optional)
|
2159
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
2160
|
+
|
2161
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
2162
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
2163
|
+
|
2164
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
2165
|
+
|
2166
|
+
:param bool allow_control_chars: (optional)
|
2167
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
2168
|
+
By default, the response will not allow control characters in strings
|
2169
|
+
|
2170
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
2171
|
+
:rtype: :class:`~oci.response.Response`
|
2172
|
+
|
2173
|
+
:example:
|
2174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
2175
|
+
"""
|
2176
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2177
|
+
required_arguments = ['maskingPolicyHealthReportId']
|
2178
|
+
resource_path = "/maskingPolicyHealthReports/{maskingPolicyHealthReportId}/actions/changeCompartment"
|
2179
|
+
method = "POST"
|
2180
|
+
operation_name = "change_masking_policy_health_report_compartment"
|
2181
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/MaskingPolicyHealthReport/ChangeMaskingPolicyHealthReportCompartment"
|
2182
|
+
|
2183
|
+
# Don't accept unknown kwargs
|
2184
|
+
expected_kwargs = [
|
2185
|
+
"allow_control_chars",
|
2186
|
+
"retry_strategy",
|
2187
|
+
"if_match",
|
2188
|
+
"opc_retry_token",
|
2189
|
+
"opc_request_id"
|
2190
|
+
]
|
2191
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
2192
|
+
if extra_kwargs:
|
2193
|
+
raise ValueError(
|
2194
|
+
f"change_masking_policy_health_report_compartment got unknown kwargs: {extra_kwargs!r}")
|
2195
|
+
|
2196
|
+
path_params = {
|
2197
|
+
"maskingPolicyHealthReportId": masking_policy_health_report_id
|
2198
|
+
}
|
2199
|
+
|
2200
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
2201
|
+
|
2202
|
+
for (k, v) in six.iteritems(path_params):
|
2203
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
2204
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
2205
|
+
|
2206
|
+
header_params = {
|
2207
|
+
"accept": "application/json",
|
2208
|
+
"content-type": "application/json",
|
2209
|
+
"if-match": kwargs.get("if_match", missing),
|
2210
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing),
|
2211
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
2212
|
+
}
|
2213
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
2214
|
+
|
2215
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
2216
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
2217
|
+
client_retry_strategy=self.retry_strategy
|
2218
|
+
)
|
2219
|
+
if retry_strategy is None:
|
2220
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
2221
|
+
|
2222
|
+
if retry_strategy:
|
2223
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
2224
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
2225
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
2226
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
2227
|
+
return retry_strategy.make_retrying_call(
|
2228
|
+
self.base_client.call_api,
|
2229
|
+
resource_path=resource_path,
|
2230
|
+
method=method,
|
2231
|
+
path_params=path_params,
|
2232
|
+
header_params=header_params,
|
2233
|
+
body=change_masking_policy_health_report_compartment_details,
|
2234
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
2235
|
+
operation_name=operation_name,
|
2236
|
+
api_reference_link=api_reference_link,
|
2237
|
+
required_arguments=required_arguments)
|
2238
|
+
else:
|
2239
|
+
return self.base_client.call_api(
|
2240
|
+
resource_path=resource_path,
|
2241
|
+
method=method,
|
2242
|
+
path_params=path_params,
|
2243
|
+
header_params=header_params,
|
2244
|
+
body=change_masking_policy_health_report_compartment_details,
|
2245
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
2246
|
+
operation_name=operation_name,
|
2247
|
+
api_reference_link=api_reference_link,
|
2248
|
+
required_arguments=required_arguments)
|
2249
|
+
|
2131
2250
|
def change_on_prem_connector_compartment(self, on_prem_connector_id, change_on_prem_connector_compartment_details, **kwargs):
|
2132
2251
|
"""
|
2133
2252
|
Moves the specified on-premises connector into a different compartment.
|
@@ -2171,7 +2290,7 @@ class DataSafeClient(object):
|
|
2171
2290
|
:rtype: :class:`~oci.response.Response`
|
2172
2291
|
|
2173
2292
|
:example:
|
2174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2293
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
|
2175
2294
|
"""
|
2176
2295
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2177
2296
|
required_arguments = ['onPremConnectorId']
|
@@ -2290,7 +2409,7 @@ class DataSafeClient(object):
|
|
2290
2409
|
:rtype: :class:`~oci.response.Response`
|
2291
2410
|
|
2292
2411
|
:example:
|
2293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2412
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
|
2294
2413
|
"""
|
2295
2414
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2296
2415
|
required_arguments = ['reportId']
|
@@ -2409,7 +2528,7 @@ class DataSafeClient(object):
|
|
2409
2528
|
:rtype: :class:`~oci.response.Response`
|
2410
2529
|
|
2411
2530
|
:example:
|
2412
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2531
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
|
2413
2532
|
"""
|
2414
2533
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2415
2534
|
required_arguments = ['reportDefinitionId']
|
@@ -2528,7 +2647,7 @@ class DataSafeClient(object):
|
|
2528
2647
|
:rtype: :class:`~oci.response.Response`
|
2529
2648
|
|
2530
2649
|
:example:
|
2531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2650
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
|
2532
2651
|
"""
|
2533
2652
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2534
2653
|
required_arguments = ['auditProfileId']
|
@@ -2647,7 +2766,7 @@ class DataSafeClient(object):
|
|
2647
2766
|
:rtype: :class:`~oci.response.Response`
|
2648
2767
|
|
2649
2768
|
:example:
|
2650
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2769
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
2651
2770
|
"""
|
2652
2771
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2653
2772
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -2770,7 +2889,7 @@ class DataSafeClient(object):
|
|
2770
2889
|
:rtype: :class:`~oci.response.Response`
|
2771
2890
|
|
2772
2891
|
:example:
|
2773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
2892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
|
2774
2893
|
"""
|
2775
2894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2776
2895
|
required_arguments = ['securityAssessmentId']
|
@@ -2889,7 +3008,7 @@ class DataSafeClient(object):
|
|
2889
3008
|
:rtype: :class:`~oci.response.Response`
|
2890
3009
|
|
2891
3010
|
:example:
|
2892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3011
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_security_policy_compartment.py.html>`__ to see an example of how to use change_security_policy_compartment API.
|
2893
3012
|
"""
|
2894
3013
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2895
3014
|
required_arguments = ['securityPolicyId']
|
@@ -3008,7 +3127,7 @@ class DataSafeClient(object):
|
|
3008
3127
|
:rtype: :class:`~oci.response.Response`
|
3009
3128
|
|
3010
3129
|
:example:
|
3011
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3130
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_security_policy_deployment_compartment.py.html>`__ to see an example of how to use change_security_policy_deployment_compartment API.
|
3012
3131
|
"""
|
3013
3132
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3014
3133
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -3127,7 +3246,7 @@ class DataSafeClient(object):
|
|
3127
3246
|
:rtype: :class:`~oci.response.Response`
|
3128
3247
|
|
3129
3248
|
:example:
|
3130
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
|
3131
3250
|
"""
|
3132
3251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3133
3252
|
required_arguments = ['sensitiveDataModelId']
|
@@ -3246,7 +3365,7 @@ class DataSafeClient(object):
|
|
3246
3365
|
:rtype: :class:`~oci.response.Response`
|
3247
3366
|
|
3248
3367
|
:example:
|
3249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3368
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
|
3250
3369
|
"""
|
3251
3370
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3252
3371
|
required_arguments = ['sensitiveTypeId']
|
@@ -3365,7 +3484,7 @@ class DataSafeClient(object):
|
|
3365
3484
|
:rtype: :class:`~oci.response.Response`
|
3366
3485
|
|
3367
3486
|
:example:
|
3368
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_sql_collection_compartment.py.html>`__ to see an example of how to use change_sql_collection_compartment API.
|
3369
3488
|
"""
|
3370
3489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3371
3490
|
required_arguments = ['sqlCollectionId']
|
@@ -3484,7 +3603,7 @@ class DataSafeClient(object):
|
|
3484
3603
|
:rtype: :class:`~oci.response.Response`
|
3485
3604
|
|
3486
3605
|
:example:
|
3487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3606
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_sql_firewall_policy_compartment.py.html>`__ to see an example of how to use change_sql_firewall_policy_compartment API.
|
3488
3607
|
"""
|
3489
3608
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3490
3609
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -3603,7 +3722,7 @@ class DataSafeClient(object):
|
|
3603
3722
|
:rtype: :class:`~oci.response.Response`
|
3604
3723
|
|
3605
3724
|
:example:
|
3606
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3725
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
3607
3726
|
"""
|
3608
3727
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3609
3728
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -3722,7 +3841,7 @@ class DataSafeClient(object):
|
|
3722
3841
|
:rtype: :class:`~oci.response.Response`
|
3723
3842
|
|
3724
3843
|
:example:
|
3725
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
|
3726
3845
|
"""
|
3727
3846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3728
3847
|
required_arguments = ['targetDatabaseId']
|
@@ -3845,7 +3964,7 @@ class DataSafeClient(object):
|
|
3845
3964
|
:rtype: :class:`~oci.response.Response`
|
3846
3965
|
|
3847
3966
|
:example:
|
3848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
3967
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
|
3849
3968
|
"""
|
3850
3969
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3851
3970
|
required_arguments = ['userAssessmentId']
|
@@ -3965,7 +4084,7 @@ class DataSafeClient(object):
|
|
3965
4084
|
:rtype: :class:`~oci.response.Response`
|
3966
4085
|
|
3967
4086
|
:example:
|
3968
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4087
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
|
3969
4088
|
"""
|
3970
4089
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3971
4090
|
required_arguments = ['securityAssessmentId']
|
@@ -4085,7 +4204,7 @@ class DataSafeClient(object):
|
|
4085
4204
|
:rtype: :class:`~oci.response.Response`
|
4086
4205
|
|
4087
4206
|
:example:
|
4088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4207
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
|
4089
4208
|
"""
|
4090
4209
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4091
4210
|
required_arguments = ['userAssessmentId']
|
@@ -4196,7 +4315,7 @@ class DataSafeClient(object):
|
|
4196
4315
|
:rtype: :class:`~oci.response.Response`
|
4197
4316
|
|
4198
4317
|
:example:
|
4199
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4318
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
|
4200
4319
|
"""
|
4201
4320
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4202
4321
|
required_arguments = []
|
@@ -4293,7 +4412,7 @@ class DataSafeClient(object):
|
|
4293
4412
|
:rtype: :class:`~oci.response.Response`
|
4294
4413
|
|
4295
4414
|
:example:
|
4296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4415
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
|
4297
4416
|
"""
|
4298
4417
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4299
4418
|
required_arguments = []
|
@@ -4394,7 +4513,7 @@ class DataSafeClient(object):
|
|
4394
4513
|
:rtype: :class:`~oci.response.Response`
|
4395
4514
|
|
4396
4515
|
:example:
|
4397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
|
4398
4517
|
"""
|
4399
4518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4400
4519
|
required_arguments = []
|
@@ -4495,7 +4614,7 @@ class DataSafeClient(object):
|
|
4495
4614
|
:rtype: :class:`~oci.response.Response`
|
4496
4615
|
|
4497
4616
|
:example:
|
4498
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
|
4499
4618
|
"""
|
4500
4619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4501
4620
|
required_arguments = []
|
@@ -4614,7 +4733,7 @@ class DataSafeClient(object):
|
|
4614
4733
|
:rtype: :class:`~oci.response.Response`
|
4615
4734
|
|
4616
4735
|
:example:
|
4617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
|
4618
4737
|
"""
|
4619
4738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4620
4739
|
required_arguments = ['maskingPolicyId']
|
@@ -4737,7 +4856,7 @@ class DataSafeClient(object):
|
|
4737
4856
|
:rtype: :class:`~oci.response.Response`
|
4738
4857
|
|
4739
4858
|
:example:
|
4740
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4859
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
|
4741
4860
|
"""
|
4742
4861
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4743
4862
|
required_arguments = []
|
@@ -4834,7 +4953,7 @@ class DataSafeClient(object):
|
|
4834
4953
|
:rtype: :class:`~oci.response.Response`
|
4835
4954
|
|
4836
4955
|
:example:
|
4837
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
4956
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
|
4838
4957
|
"""
|
4839
4958
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4840
4959
|
required_arguments = []
|
@@ -4941,7 +5060,7 @@ class DataSafeClient(object):
|
|
4941
5060
|
:rtype: :class:`~oci.response.Response`
|
4942
5061
|
|
4943
5062
|
:example:
|
4944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_peer_target_database.py.html>`__ to see an example of how to use create_peer_target_database API.
|
4945
5064
|
"""
|
4946
5065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4947
5066
|
required_arguments = ['targetDatabaseId']
|
@@ -5052,7 +5171,7 @@ class DataSafeClient(object):
|
|
5052
5171
|
:rtype: :class:`~oci.response.Response`
|
5053
5172
|
|
5054
5173
|
:example:
|
5055
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
|
5056
5175
|
"""
|
5057
5176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5058
5177
|
required_arguments = []
|
@@ -5153,7 +5272,7 @@ class DataSafeClient(object):
|
|
5153
5272
|
:rtype: :class:`~oci.response.Response`
|
5154
5273
|
|
5155
5274
|
:example:
|
5156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
|
5157
5276
|
"""
|
5158
5277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5159
5278
|
required_arguments = []
|
@@ -5254,7 +5373,7 @@ class DataSafeClient(object):
|
|
5254
5373
|
:rtype: :class:`~oci.response.Response`
|
5255
5374
|
|
5256
5375
|
:example:
|
5257
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5376
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
|
5258
5377
|
"""
|
5259
5378
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5260
5379
|
required_arguments = []
|
@@ -5354,7 +5473,7 @@ class DataSafeClient(object):
|
|
5354
5473
|
:rtype: :class:`~oci.response.Response`
|
5355
5474
|
|
5356
5475
|
:example:
|
5357
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5476
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
|
5358
5477
|
"""
|
5359
5478
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5360
5479
|
required_arguments = ['sensitiveDataModelId']
|
@@ -5463,7 +5582,7 @@ class DataSafeClient(object):
|
|
5463
5582
|
:rtype: :class:`~oci.response.Response`
|
5464
5583
|
|
5465
5584
|
:example:
|
5466
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
|
5467
5586
|
"""
|
5468
5587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5469
5588
|
required_arguments = []
|
@@ -5562,7 +5681,7 @@ class DataSafeClient(object):
|
|
5562
5681
|
:rtype: :class:`~oci.response.Response`
|
5563
5682
|
|
5564
5683
|
:example:
|
5565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5684
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
|
5566
5685
|
"""
|
5567
5686
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5568
5687
|
required_arguments = []
|
@@ -5659,7 +5778,7 @@ class DataSafeClient(object):
|
|
5659
5778
|
:rtype: :class:`~oci.response.Response`
|
5660
5779
|
|
5661
5780
|
:example:
|
5662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_sql_collection.py.html>`__ to see an example of how to use create_sql_collection API.
|
5663
5782
|
"""
|
5664
5783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5665
5784
|
required_arguments = []
|
@@ -5756,7 +5875,7 @@ class DataSafeClient(object):
|
|
5756
5875
|
:rtype: :class:`~oci.response.Response`
|
5757
5876
|
|
5758
5877
|
:example:
|
5759
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5878
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
|
5760
5879
|
"""
|
5761
5880
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5762
5881
|
required_arguments = []
|
@@ -5853,7 +5972,7 @@ class DataSafeClient(object):
|
|
5853
5972
|
:rtype: :class:`~oci.response.Response`
|
5854
5973
|
|
5855
5974
|
:example:
|
5856
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
5975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
|
5857
5976
|
"""
|
5858
5977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5859
5978
|
required_arguments = []
|
@@ -5954,7 +6073,7 @@ class DataSafeClient(object):
|
|
5954
6073
|
:rtype: :class:`~oci.response.Response`
|
5955
6074
|
|
5956
6075
|
:example:
|
5957
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
|
5958
6077
|
"""
|
5959
6078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5960
6079
|
required_arguments = []
|
@@ -6058,7 +6177,7 @@ class DataSafeClient(object):
|
|
6058
6177
|
:rtype: :class:`~oci.response.Response`
|
6059
6178
|
|
6060
6179
|
:example:
|
6061
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6180
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
|
6062
6181
|
"""
|
6063
6182
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6064
6183
|
required_arguments = ['targetDatabaseId']
|
@@ -6167,7 +6286,7 @@ class DataSafeClient(object):
|
|
6167
6286
|
:rtype: :class:`~oci.response.Response`
|
6168
6287
|
|
6169
6288
|
:example:
|
6170
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
|
6171
6290
|
"""
|
6172
6291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6173
6292
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -6272,7 +6391,7 @@ class DataSafeClient(object):
|
|
6272
6391
|
:rtype: :class:`~oci.response.Response`
|
6273
6392
|
|
6274
6393
|
:example:
|
6275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
|
6276
6395
|
"""
|
6277
6396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6278
6397
|
required_arguments = ['auditTrailId']
|
@@ -6377,7 +6496,7 @@ class DataSafeClient(object):
|
|
6377
6496
|
:rtype: :class:`~oci.response.Response`
|
6378
6497
|
|
6379
6498
|
:example:
|
6380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6499
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
|
6381
6500
|
"""
|
6382
6501
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6383
6502
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -6482,7 +6601,7 @@ class DataSafeClient(object):
|
|
6482
6601
|
:rtype: :class:`~oci.response.Response`
|
6483
6602
|
|
6484
6603
|
:example:
|
6485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6604
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
|
6486
6605
|
"""
|
6487
6606
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6488
6607
|
required_arguments = ['discoveryJobId']
|
@@ -6590,7 +6709,7 @@ class DataSafeClient(object):
|
|
6590
6709
|
:rtype: :class:`~oci.response.Response`
|
6591
6710
|
|
6592
6711
|
:example:
|
6593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6712
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
|
6594
6713
|
"""
|
6595
6714
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6596
6715
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -6696,7 +6815,7 @@ class DataSafeClient(object):
|
|
6696
6815
|
:rtype: :class:`~oci.response.Response`
|
6697
6816
|
|
6698
6817
|
:example:
|
6699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
|
6700
6819
|
"""
|
6701
6820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6702
6821
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -6804,7 +6923,7 @@ class DataSafeClient(object):
|
|
6804
6923
|
:rtype: :class:`~oci.response.Response`
|
6805
6924
|
|
6806
6925
|
:example:
|
6807
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
6926
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
|
6808
6927
|
"""
|
6809
6928
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6810
6929
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -6910,7 +7029,7 @@ class DataSafeClient(object):
|
|
6910
7029
|
:rtype: :class:`~oci.response.Response`
|
6911
7030
|
|
6912
7031
|
:example:
|
6913
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7032
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
|
6914
7033
|
"""
|
6915
7034
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6916
7035
|
required_arguments = ['maskingPolicyId']
|
@@ -6981,13 +7100,13 @@ class DataSafeClient(object):
|
|
6981
7100
|
api_reference_link=api_reference_link,
|
6982
7101
|
required_arguments=required_arguments)
|
6983
7102
|
|
6984
|
-
def
|
7103
|
+
def delete_masking_policy_health_report(self, masking_policy_health_report_id, **kwargs):
|
6985
7104
|
"""
|
6986
|
-
Deletes the specified
|
7105
|
+
Deletes the specified masking policy health report.
|
6987
7106
|
|
6988
7107
|
|
6989
|
-
:param str
|
6990
|
-
The OCID of the
|
7108
|
+
:param str masking_policy_health_report_id: (required)
|
7109
|
+
The OCID of the masking health report.
|
6991
7110
|
|
6992
7111
|
:param str if_match: (optional)
|
6993
7112
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -7015,14 +7134,14 @@ class DataSafeClient(object):
|
|
7015
7134
|
:rtype: :class:`~oci.response.Response`
|
7016
7135
|
|
7017
7136
|
:example:
|
7018
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_masking_policy_health_report.py.html>`__ to see an example of how to use delete_masking_policy_health_report API.
|
7019
7138
|
"""
|
7020
7139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7021
|
-
required_arguments = ['
|
7022
|
-
resource_path = "/
|
7140
|
+
required_arguments = ['maskingPolicyHealthReportId']
|
7141
|
+
resource_path = "/maskingPolicyHealthReports/{maskingPolicyHealthReportId}"
|
7023
7142
|
method = "DELETE"
|
7024
|
-
operation_name = "
|
7025
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/
|
7143
|
+
operation_name = "delete_masking_policy_health_report"
|
7144
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/MaskingPolicyHealthReport/DeleteMaskingPolicyHealthReport"
|
7026
7145
|
|
7027
7146
|
# Don't accept unknown kwargs
|
7028
7147
|
expected_kwargs = [
|
@@ -7034,10 +7153,10 @@ class DataSafeClient(object):
|
|
7034
7153
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
7035
7154
|
if extra_kwargs:
|
7036
7155
|
raise ValueError(
|
7037
|
-
f"
|
7156
|
+
f"delete_masking_policy_health_report got unknown kwargs: {extra_kwargs!r}")
|
7038
7157
|
|
7039
7158
|
path_params = {
|
7040
|
-
"
|
7159
|
+
"maskingPolicyHealthReportId": masking_policy_health_report_id
|
7041
7160
|
}
|
7042
7161
|
|
7043
7162
|
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
@@ -7086,16 +7205,13 @@ class DataSafeClient(object):
|
|
7086
7205
|
api_reference_link=api_reference_link,
|
7087
7206
|
required_arguments=required_arguments)
|
7088
7207
|
|
7089
|
-
def
|
7208
|
+
def delete_on_prem_connector(self, on_prem_connector_id, **kwargs):
|
7090
7209
|
"""
|
7091
|
-
|
7092
|
-
|
7210
|
+
Deletes the specified on-premises connector.
|
7093
7211
|
|
7094
|
-
:param str target_database_id: (required)
|
7095
|
-
The OCID of the Data Safe target database.
|
7096
7212
|
|
7097
|
-
:param
|
7098
|
-
The
|
7213
|
+
:param str on_prem_connector_id: (required)
|
7214
|
+
The OCID of the on-premises connector.
|
7099
7215
|
|
7100
7216
|
:param str if_match: (optional)
|
7101
7217
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -7123,14 +7239,14 @@ class DataSafeClient(object):
|
|
7123
7239
|
:rtype: :class:`~oci.response.Response`
|
7124
7240
|
|
7125
7241
|
:example:
|
7126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7242
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
|
7127
7243
|
"""
|
7128
7244
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7129
|
-
required_arguments = ['
|
7130
|
-
resource_path = "/
|
7245
|
+
required_arguments = ['onPremConnectorId']
|
7246
|
+
resource_path = "/onPremConnectors/{onPremConnectorId}"
|
7131
7247
|
method = "DELETE"
|
7132
|
-
operation_name = "
|
7133
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/
|
7248
|
+
operation_name = "delete_on_prem_connector"
|
7249
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/OnPremConnector/DeleteOnPremConnector"
|
7134
7250
|
|
7135
7251
|
# Don't accept unknown kwargs
|
7136
7252
|
expected_kwargs = [
|
@@ -7142,11 +7258,10 @@ class DataSafeClient(object):
|
|
7142
7258
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
7143
7259
|
if extra_kwargs:
|
7144
7260
|
raise ValueError(
|
7145
|
-
f"
|
7261
|
+
f"delete_on_prem_connector got unknown kwargs: {extra_kwargs!r}")
|
7146
7262
|
|
7147
7263
|
path_params = {
|
7148
|
-
"
|
7149
|
-
"peerTargetDatabaseId": peer_target_database_id
|
7264
|
+
"onPremConnectorId": on_prem_connector_id
|
7150
7265
|
}
|
7151
7266
|
|
7152
7267
|
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
@@ -7195,13 +7310,16 @@ class DataSafeClient(object):
|
|
7195
7310
|
api_reference_link=api_reference_link,
|
7196
7311
|
required_arguments=required_arguments)
|
7197
7312
|
|
7198
|
-
def
|
7313
|
+
def delete_peer_target_database(self, target_database_id, peer_target_database_id, **kwargs):
|
7199
7314
|
"""
|
7200
|
-
|
7315
|
+
Removes the specified peer target database from Data Safe.
|
7201
7316
|
|
7202
7317
|
|
7203
|
-
:param str
|
7204
|
-
|
7318
|
+
:param str target_database_id: (required)
|
7319
|
+
The OCID of the Data Safe target database.
|
7320
|
+
|
7321
|
+
:param int peer_target_database_id: (required)
|
7322
|
+
The unique id of the peer target database.
|
7205
7323
|
|
7206
7324
|
:param str if_match: (optional)
|
7207
7325
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -7229,14 +7347,14 @@ class DataSafeClient(object):
|
|
7229
7347
|
:rtype: :class:`~oci.response.Response`
|
7230
7348
|
|
7231
7349
|
:example:
|
7232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_peer_target_database.py.html>`__ to see an example of how to use delete_peer_target_database API.
|
7233
7351
|
"""
|
7234
7352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7235
|
-
required_arguments = ['
|
7236
|
-
resource_path = "/
|
7353
|
+
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
7354
|
+
resource_path = "/targetDatabases/{targetDatabaseId}/peerTargetDatabases/{peerTargetDatabaseId}"
|
7237
7355
|
method = "DELETE"
|
7238
|
-
operation_name = "
|
7239
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/
|
7356
|
+
operation_name = "delete_peer_target_database"
|
7357
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/PeerTargetDatabase/DeletePeerTargetDatabase"
|
7240
7358
|
|
7241
7359
|
# Don't accept unknown kwargs
|
7242
7360
|
expected_kwargs = [
|
@@ -7248,10 +7366,11 @@ class DataSafeClient(object):
|
|
7248
7366
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
7249
7367
|
if extra_kwargs:
|
7250
7368
|
raise ValueError(
|
7251
|
-
f"
|
7369
|
+
f"delete_peer_target_database got unknown kwargs: {extra_kwargs!r}")
|
7252
7370
|
|
7253
7371
|
path_params = {
|
7254
|
-
"
|
7372
|
+
"targetDatabaseId": target_database_id,
|
7373
|
+
"peerTargetDatabaseId": peer_target_database_id
|
7255
7374
|
}
|
7256
7375
|
|
7257
7376
|
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
@@ -7300,13 +7419,13 @@ class DataSafeClient(object):
|
|
7300
7419
|
api_reference_link=api_reference_link,
|
7301
7420
|
required_arguments=required_arguments)
|
7302
7421
|
|
7303
|
-
def
|
7422
|
+
def delete_report_definition(self, report_definition_id, **kwargs):
|
7304
7423
|
"""
|
7305
|
-
Deletes the specified
|
7424
|
+
Deletes the specified report definition. Only the user created report definition can be deleted. The seeded report definitions cannot be deleted.
|
7306
7425
|
|
7307
7426
|
|
7308
|
-
:param str
|
7309
|
-
|
7427
|
+
:param str report_definition_id: (required)
|
7428
|
+
Unique report definition identifier
|
7310
7429
|
|
7311
7430
|
:param str if_match: (optional)
|
7312
7431
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -7334,14 +7453,14 @@ class DataSafeClient(object):
|
|
7334
7453
|
:rtype: :class:`~oci.response.Response`
|
7335
7454
|
|
7336
7455
|
:example:
|
7337
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
|
7338
7457
|
"""
|
7339
7458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7340
|
-
required_arguments = ['
|
7341
|
-
resource_path = "/
|
7459
|
+
required_arguments = ['reportDefinitionId']
|
7460
|
+
resource_path = "/reportDefinitions/{reportDefinitionId}"
|
7342
7461
|
method = "DELETE"
|
7343
|
-
operation_name = "
|
7344
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/
|
7462
|
+
operation_name = "delete_report_definition"
|
7463
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/ReportDefinition/DeleteReportDefinition"
|
7345
7464
|
|
7346
7465
|
# Don't accept unknown kwargs
|
7347
7466
|
expected_kwargs = [
|
@@ -7353,10 +7472,10 @@ class DataSafeClient(object):
|
|
7353
7472
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
7354
7473
|
if extra_kwargs:
|
7355
7474
|
raise ValueError(
|
7356
|
-
f"
|
7475
|
+
f"delete_report_definition got unknown kwargs: {extra_kwargs!r}")
|
7357
7476
|
|
7358
7477
|
path_params = {
|
7359
|
-
"
|
7478
|
+
"reportDefinitionId": report_definition_id
|
7360
7479
|
}
|
7361
7480
|
|
7362
7481
|
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
@@ -7405,19 +7524,13 @@ class DataSafeClient(object):
|
|
7405
7524
|
api_reference_link=api_reference_link,
|
7406
7525
|
required_arguments=required_arguments)
|
7407
7526
|
|
7408
|
-
def
|
7527
|
+
def delete_sdm_masking_policy_difference(self, sdm_masking_policy_difference_id, **kwargs):
|
7409
7528
|
"""
|
7410
|
-
Deletes the specified
|
7411
|
-
first call the operation ListSecurityAssessments with filters \"type = save_schedule\".
|
7412
|
-
That operation returns the scheduleAssessmentId. Then, call DeleteSecurityAssessment with the scheduleAssessmentId.
|
7413
|
-
If the assessment being deleted is the baseline for that compartment, then it will impact all baselines in the compartment.
|
7414
|
-
|
7529
|
+
Deletes the specified SDM Masking policy difference.
|
7415
7530
|
|
7416
|
-
:param str security_assessment_id: (required)
|
7417
|
-
The OCID of the security assessment.
|
7418
7531
|
|
7419
|
-
:param str
|
7420
|
-
|
7532
|
+
:param str sdm_masking_policy_difference_id: (required)
|
7533
|
+
The OCID of the SDM masking policy difference.
|
7421
7534
|
|
7422
7535
|
:param str if_match: (optional)
|
7423
7536
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -7426,6 +7539,9 @@ class DataSafeClient(object):
|
|
7426
7539
|
The resource will be updated or deleted only if the etag you
|
7427
7540
|
provide matches the resource's current etag value.
|
7428
7541
|
|
7542
|
+
:param str opc_request_id: (optional)
|
7543
|
+
Unique identifier for the request.
|
7544
|
+
|
7429
7545
|
:param obj retry_strategy: (optional)
|
7430
7546
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
7431
7547
|
|
@@ -7442,29 +7558,29 @@ class DataSafeClient(object):
|
|
7442
7558
|
:rtype: :class:`~oci.response.Response`
|
7443
7559
|
|
7444
7560
|
:example:
|
7445
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7561
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
|
7446
7562
|
"""
|
7447
7563
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7448
|
-
required_arguments = ['
|
7449
|
-
resource_path = "/
|
7564
|
+
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
7565
|
+
resource_path = "/sdmMaskingPolicyDifferences/{sdmMaskingPolicyDifferenceId}"
|
7450
7566
|
method = "DELETE"
|
7451
|
-
operation_name = "
|
7452
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/
|
7567
|
+
operation_name = "delete_sdm_masking_policy_difference"
|
7568
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/SdmMaskingPolicyDifference/DeleteSdmMaskingPolicyDifference"
|
7453
7569
|
|
7454
7570
|
# Don't accept unknown kwargs
|
7455
7571
|
expected_kwargs = [
|
7456
7572
|
"allow_control_chars",
|
7457
7573
|
"retry_strategy",
|
7458
|
-
"
|
7459
|
-
"
|
7574
|
+
"if_match",
|
7575
|
+
"opc_request_id"
|
7460
7576
|
]
|
7461
7577
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
7462
7578
|
if extra_kwargs:
|
7463
7579
|
raise ValueError(
|
7464
|
-
f"
|
7580
|
+
f"delete_sdm_masking_policy_difference got unknown kwargs: {extra_kwargs!r}")
|
7465
7581
|
|
7466
7582
|
path_params = {
|
7467
|
-
"
|
7583
|
+
"sdmMaskingPolicyDifferenceId": sdm_masking_policy_difference_id
|
7468
7584
|
}
|
7469
7585
|
|
7470
7586
|
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
@@ -7476,8 +7592,8 @@ class DataSafeClient(object):
|
|
7476
7592
|
header_params = {
|
7477
7593
|
"accept": "application/json",
|
7478
7594
|
"content-type": "application/json",
|
7479
|
-
"
|
7480
|
-
"
|
7595
|
+
"if-match": kwargs.get("if_match", missing),
|
7596
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
7481
7597
|
}
|
7482
7598
|
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
7483
7599
|
|
@@ -7513,16 +7629,19 @@ class DataSafeClient(object):
|
|
7513
7629
|
api_reference_link=api_reference_link,
|
7514
7630
|
required_arguments=required_arguments)
|
7515
7631
|
|
7516
|
-
def
|
7632
|
+
def delete_security_assessment(self, security_assessment_id, **kwargs):
|
7517
7633
|
"""
|
7518
|
-
Deletes the specified
|
7634
|
+
Deletes the specified saved security assessment or schedule. To delete a security assessment schedule,
|
7635
|
+
first call the operation ListSecurityAssessments with filters \"type = save_schedule\".
|
7636
|
+
That operation returns the scheduleAssessmentId. Then, call DeleteSecurityAssessment with the scheduleAssessmentId.
|
7637
|
+
If the assessment being deleted is the baseline for that compartment, then it will impact all baselines in the compartment.
|
7519
7638
|
|
7520
7639
|
|
7521
|
-
:param str
|
7522
|
-
The OCID of the
|
7640
|
+
:param str security_assessment_id: (required)
|
7641
|
+
The OCID of the security assessment.
|
7523
7642
|
|
7524
|
-
:param str
|
7525
|
-
|
7643
|
+
:param str opc_request_id: (optional)
|
7644
|
+
Unique identifier for the request.
|
7526
7645
|
|
7527
7646
|
:param str if_match: (optional)
|
7528
7647
|
For optimistic concurrency control. In the PUT or DELETE call
|
@@ -7531,9 +7650,6 @@ class DataSafeClient(object):
|
|
7531
7650
|
The resource will be updated or deleted only if the etag you
|
7532
7651
|
provide matches the resource's current etag value.
|
7533
7652
|
|
7534
|
-
:param str opc_request_id: (optional)
|
7535
|
-
Unique identifier for the request.
|
7536
|
-
|
7537
7653
|
:param obj retry_strategy: (optional)
|
7538
7654
|
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
7539
7655
|
|
@@ -7550,30 +7666,29 @@ class DataSafeClient(object):
|
|
7550
7666
|
:rtype: :class:`~oci.response.Response`
|
7551
7667
|
|
7552
7668
|
:example:
|
7553
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
|
7554
7670
|
"""
|
7555
7671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7556
|
-
required_arguments = ['
|
7557
|
-
resource_path = "/
|
7672
|
+
required_arguments = ['securityAssessmentId']
|
7673
|
+
resource_path = "/securityAssessments/{securityAssessmentId}"
|
7558
7674
|
method = "DELETE"
|
7559
|
-
operation_name = "
|
7560
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/
|
7675
|
+
operation_name = "delete_security_assessment"
|
7676
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/SecurityAssessment/DeleteSecurityAssessment"
|
7561
7677
|
|
7562
7678
|
# Don't accept unknown kwargs
|
7563
7679
|
expected_kwargs = [
|
7564
7680
|
"allow_control_chars",
|
7565
7681
|
"retry_strategy",
|
7566
|
-
"
|
7567
|
-
"
|
7682
|
+
"opc_request_id",
|
7683
|
+
"if_match"
|
7568
7684
|
]
|
7569
7685
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
7570
7686
|
if extra_kwargs:
|
7571
7687
|
raise ValueError(
|
7572
|
-
f"
|
7688
|
+
f"delete_security_assessment got unknown kwargs: {extra_kwargs!r}")
|
7573
7689
|
|
7574
7690
|
path_params = {
|
7575
|
-
"
|
7576
|
-
"sensitiveColumnKey": sensitive_column_key
|
7691
|
+
"securityAssessmentId": security_assessment_id
|
7577
7692
|
}
|
7578
7693
|
|
7579
7694
|
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
@@ -7585,8 +7700,117 @@ class DataSafeClient(object):
|
|
7585
7700
|
header_params = {
|
7586
7701
|
"accept": "application/json",
|
7587
7702
|
"content-type": "application/json",
|
7588
|
-
"
|
7589
|
-
"
|
7703
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
7704
|
+
"if-match": kwargs.get("if_match", missing)
|
7705
|
+
}
|
7706
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
7707
|
+
|
7708
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
7709
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
7710
|
+
client_retry_strategy=self.retry_strategy
|
7711
|
+
)
|
7712
|
+
if retry_strategy is None:
|
7713
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
7714
|
+
|
7715
|
+
if retry_strategy:
|
7716
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
7717
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
7718
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
7719
|
+
return retry_strategy.make_retrying_call(
|
7720
|
+
self.base_client.call_api,
|
7721
|
+
resource_path=resource_path,
|
7722
|
+
method=method,
|
7723
|
+
path_params=path_params,
|
7724
|
+
header_params=header_params,
|
7725
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
7726
|
+
operation_name=operation_name,
|
7727
|
+
api_reference_link=api_reference_link,
|
7728
|
+
required_arguments=required_arguments)
|
7729
|
+
else:
|
7730
|
+
return self.base_client.call_api(
|
7731
|
+
resource_path=resource_path,
|
7732
|
+
method=method,
|
7733
|
+
path_params=path_params,
|
7734
|
+
header_params=header_params,
|
7735
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
7736
|
+
operation_name=operation_name,
|
7737
|
+
api_reference_link=api_reference_link,
|
7738
|
+
required_arguments=required_arguments)
|
7739
|
+
|
7740
|
+
def delete_sensitive_column(self, sensitive_data_model_id, sensitive_column_key, **kwargs):
|
7741
|
+
"""
|
7742
|
+
Deletes the specified sensitive column.
|
7743
|
+
|
7744
|
+
|
7745
|
+
:param str sensitive_data_model_id: (required)
|
7746
|
+
The OCID of the sensitive data model.
|
7747
|
+
|
7748
|
+
:param str sensitive_column_key: (required)
|
7749
|
+
The unique key that identifies the sensitive column. It's numeric and unique within a sensitive data model.
|
7750
|
+
|
7751
|
+
:param str if_match: (optional)
|
7752
|
+
For optimistic concurrency control. In the PUT or DELETE call
|
7753
|
+
for a resource, set the if-match parameter to the value of the
|
7754
|
+
etag from a previous GET or POST response for that resource.
|
7755
|
+
The resource will be updated or deleted only if the etag you
|
7756
|
+
provide matches the resource's current etag value.
|
7757
|
+
|
7758
|
+
:param str opc_request_id: (optional)
|
7759
|
+
Unique identifier for the request.
|
7760
|
+
|
7761
|
+
:param obj retry_strategy: (optional)
|
7762
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
7763
|
+
|
7764
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
7765
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
7766
|
+
|
7767
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
7768
|
+
|
7769
|
+
:param bool allow_control_chars: (optional)
|
7770
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
7771
|
+
By default, the response will not allow control characters in strings
|
7772
|
+
|
7773
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
7774
|
+
:rtype: :class:`~oci.response.Response`
|
7775
|
+
|
7776
|
+
:example:
|
7777
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
|
7778
|
+
"""
|
7779
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7780
|
+
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
7781
|
+
resource_path = "/sensitiveDataModels/{sensitiveDataModelId}/sensitiveColumns/{sensitiveColumnKey}"
|
7782
|
+
method = "DELETE"
|
7783
|
+
operation_name = "delete_sensitive_column"
|
7784
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/SensitiveColumn/DeleteSensitiveColumn"
|
7785
|
+
|
7786
|
+
# Don't accept unknown kwargs
|
7787
|
+
expected_kwargs = [
|
7788
|
+
"allow_control_chars",
|
7789
|
+
"retry_strategy",
|
7790
|
+
"if_match",
|
7791
|
+
"opc_request_id"
|
7792
|
+
]
|
7793
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
7794
|
+
if extra_kwargs:
|
7795
|
+
raise ValueError(
|
7796
|
+
f"delete_sensitive_column got unknown kwargs: {extra_kwargs!r}")
|
7797
|
+
|
7798
|
+
path_params = {
|
7799
|
+
"sensitiveDataModelId": sensitive_data_model_id,
|
7800
|
+
"sensitiveColumnKey": sensitive_column_key
|
7801
|
+
}
|
7802
|
+
|
7803
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
7804
|
+
|
7805
|
+
for (k, v) in six.iteritems(path_params):
|
7806
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
7807
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
7808
|
+
|
7809
|
+
header_params = {
|
7810
|
+
"accept": "application/json",
|
7811
|
+
"content-type": "application/json",
|
7812
|
+
"if-match": kwargs.get("if_match", missing),
|
7813
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
7590
7814
|
}
|
7591
7815
|
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
7592
7816
|
|
@@ -7656,7 +7880,7 @@ class DataSafeClient(object):
|
|
7656
7880
|
:rtype: :class:`~oci.response.Response`
|
7657
7881
|
|
7658
7882
|
:example:
|
7659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
|
7660
7884
|
"""
|
7661
7885
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7662
7886
|
required_arguments = ['sensitiveDataModelId']
|
@@ -7761,7 +7985,7 @@ class DataSafeClient(object):
|
|
7761
7985
|
:rtype: :class:`~oci.response.Response`
|
7762
7986
|
|
7763
7987
|
:example:
|
7764
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
7988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
|
7765
7989
|
"""
|
7766
7990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7767
7991
|
required_arguments = ['sensitiveTypeId']
|
@@ -7866,7 +8090,7 @@ class DataSafeClient(object):
|
|
7866
8090
|
:rtype: :class:`~oci.response.Response`
|
7867
8091
|
|
7868
8092
|
:example:
|
7869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_sql_collection.py.html>`__ to see an example of how to use delete_sql_collection API.
|
7870
8094
|
"""
|
7871
8095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7872
8096
|
required_arguments = ['sqlCollectionId']
|
@@ -7971,7 +8195,7 @@ class DataSafeClient(object):
|
|
7971
8195
|
:rtype: :class:`~oci.response.Response`
|
7972
8196
|
|
7973
8197
|
:example:
|
7974
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_sql_firewall_policy.py.html>`__ to see an example of how to use delete_sql_firewall_policy API.
|
7975
8199
|
"""
|
7976
8200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7977
8201
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -8076,7 +8300,7 @@ class DataSafeClient(object):
|
|
8076
8300
|
:rtype: :class:`~oci.response.Response`
|
8077
8301
|
|
8078
8302
|
:example:
|
8079
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
|
8080
8304
|
"""
|
8081
8305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8082
8306
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -8181,7 +8405,7 @@ class DataSafeClient(object):
|
|
8181
8405
|
:rtype: :class:`~oci.response.Response`
|
8182
8406
|
|
8183
8407
|
:example:
|
8184
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
|
8185
8409
|
"""
|
8186
8410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8187
8411
|
required_arguments = ['targetDatabaseId']
|
@@ -8289,7 +8513,7 @@ class DataSafeClient(object):
|
|
8289
8513
|
:rtype: :class:`~oci.response.Response`
|
8290
8514
|
|
8291
8515
|
:example:
|
8292
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
|
8293
8517
|
"""
|
8294
8518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8295
8519
|
required_arguments = ['userAssessmentId']
|
@@ -8403,7 +8627,7 @@ class DataSafeClient(object):
|
|
8403
8627
|
:rtype: :class:`~oci.response.Response`
|
8404
8628
|
|
8405
8629
|
:example:
|
8406
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8630
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
|
8407
8631
|
"""
|
8408
8632
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8409
8633
|
required_arguments = ['auditProfileId']
|
@@ -8510,7 +8734,7 @@ class DataSafeClient(object):
|
|
8510
8734
|
:rtype: :class:`~oci.response.Response`
|
8511
8735
|
|
8512
8736
|
:example:
|
8513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
|
8514
8738
|
"""
|
8515
8739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8516
8740
|
required_arguments = ['sensitiveDataModelId']
|
@@ -8613,7 +8837,7 @@ class DataSafeClient(object):
|
|
8613
8837
|
:rtype: :class:`~oci.response.Response`
|
8614
8838
|
|
8615
8839
|
:example:
|
8616
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8840
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
|
8617
8841
|
"""
|
8618
8842
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8619
8843
|
required_arguments = ['maskingPolicyId']
|
@@ -8719,7 +8943,7 @@ class DataSafeClient(object):
|
|
8719
8943
|
:rtype: :class:`~oci.response.Response`
|
8720
8944
|
|
8721
8945
|
:example:
|
8722
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
8946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
|
8723
8947
|
"""
|
8724
8948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8725
8949
|
required_arguments = ['maskingPolicyId']
|
@@ -8824,7 +9048,7 @@ class DataSafeClient(object):
|
|
8824
9048
|
:rtype: :class:`~oci.response.Response`
|
8825
9049
|
|
8826
9050
|
:example:
|
8827
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
|
8828
9052
|
"""
|
8829
9053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8830
9054
|
required_arguments = ['maskingPolicyId']
|
@@ -8934,7 +9158,7 @@ class DataSafeClient(object):
|
|
8934
9158
|
:rtype: :class:`~oci.response.Response`
|
8935
9159
|
|
8936
9160
|
:example:
|
8937
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9161
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
|
8938
9162
|
"""
|
8939
9163
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8940
9164
|
required_arguments = []
|
@@ -9042,7 +9266,7 @@ class DataSafeClient(object):
|
|
9042
9266
|
:rtype: :class:`~oci.response.Response`
|
9043
9267
|
|
9044
9268
|
:example:
|
9045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
|
9046
9270
|
"""
|
9047
9271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9048
9272
|
required_arguments = ['securityAssessmentId']
|
@@ -9153,7 +9377,7 @@ class DataSafeClient(object):
|
|
9153
9377
|
:rtype: :class:`~oci.response.Response`
|
9154
9378
|
|
9155
9379
|
:example:
|
9156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
|
9157
9381
|
"""
|
9158
9382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9159
9383
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9270,7 +9494,7 @@ class DataSafeClient(object):
|
|
9270
9494
|
:rtype: :class:`~oci.response.Response`
|
9271
9495
|
|
9272
9496
|
:example:
|
9273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9497
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
|
9274
9498
|
"""
|
9275
9499
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9276
9500
|
required_arguments = ['userAssessmentId']
|
@@ -9385,7 +9609,7 @@ class DataSafeClient(object):
|
|
9385
9609
|
:rtype: :class:`~oci.response.Response`
|
9386
9610
|
|
9387
9611
|
:example:
|
9388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9612
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
|
9389
9613
|
"""
|
9390
9614
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9391
9615
|
required_arguments = []
|
@@ -9487,7 +9711,7 @@ class DataSafeClient(object):
|
|
9487
9711
|
:rtype: :class:`~oci.response.Response`
|
9488
9712
|
|
9489
9713
|
:example:
|
9490
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9714
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
|
9491
9715
|
"""
|
9492
9716
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9493
9717
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9558,6 +9782,116 @@ class DataSafeClient(object):
|
|
9558
9782
|
api_reference_link=api_reference_link,
|
9559
9783
|
required_arguments=required_arguments)
|
9560
9784
|
|
9785
|
+
def generate_health_report(self, masking_policy_id, generate_health_report_details, **kwargs):
|
9786
|
+
"""
|
9787
|
+
Performs health check on the masking policy.
|
9788
|
+
|
9789
|
+
|
9790
|
+
:param str masking_policy_id: (required)
|
9791
|
+
The OCID of the masking policy.
|
9792
|
+
|
9793
|
+
:param oci.data_safe.models.GenerateHealthReportDetails generate_health_report_details: (required)
|
9794
|
+
Details to perform an health check.
|
9795
|
+
|
9796
|
+
:param str opc_request_id: (optional)
|
9797
|
+
Unique identifier for the request.
|
9798
|
+
|
9799
|
+
:param str opc_retry_token: (optional)
|
9800
|
+
A token that uniquely identifies a request so it can be retried in case of a timeout or
|
9801
|
+
server error without risk of executing that same action again. Retry tokens expire after 24
|
9802
|
+
hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
9803
|
+
has been deleted and purged from the system, then a retry of the original creation request might be rejected.
|
9804
|
+
|
9805
|
+
:param obj retry_strategy: (optional)
|
9806
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
9807
|
+
|
9808
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
9809
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
9810
|
+
|
9811
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
9812
|
+
|
9813
|
+
:param bool allow_control_chars: (optional)
|
9814
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
9815
|
+
By default, the response will not allow control characters in strings
|
9816
|
+
|
9817
|
+
:return: A :class:`~oci.response.Response` object with data of type None
|
9818
|
+
:rtype: :class:`~oci.response.Response`
|
9819
|
+
|
9820
|
+
:example:
|
9821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/generate_health_report.py.html>`__ to see an example of how to use generate_health_report API.
|
9822
|
+
"""
|
9823
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9824
|
+
required_arguments = ['maskingPolicyId']
|
9825
|
+
resource_path = "/maskingPolicies/{maskingPolicyId}/actions/generateHealthReport"
|
9826
|
+
method = "POST"
|
9827
|
+
operation_name = "generate_health_report"
|
9828
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/MaskingPolicyHealthReport/GenerateHealthReport"
|
9829
|
+
|
9830
|
+
# Don't accept unknown kwargs
|
9831
|
+
expected_kwargs = [
|
9832
|
+
"allow_control_chars",
|
9833
|
+
"retry_strategy",
|
9834
|
+
"opc_request_id",
|
9835
|
+
"opc_retry_token"
|
9836
|
+
]
|
9837
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
9838
|
+
if extra_kwargs:
|
9839
|
+
raise ValueError(
|
9840
|
+
f"generate_health_report got unknown kwargs: {extra_kwargs!r}")
|
9841
|
+
|
9842
|
+
path_params = {
|
9843
|
+
"maskingPolicyId": masking_policy_id
|
9844
|
+
}
|
9845
|
+
|
9846
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
9847
|
+
|
9848
|
+
for (k, v) in six.iteritems(path_params):
|
9849
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
9850
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
9851
|
+
|
9852
|
+
header_params = {
|
9853
|
+
"accept": "application/json",
|
9854
|
+
"content-type": "application/json",
|
9855
|
+
"opc-request-id": kwargs.get("opc_request_id", missing),
|
9856
|
+
"opc-retry-token": kwargs.get("opc_retry_token", missing)
|
9857
|
+
}
|
9858
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
9859
|
+
|
9860
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
9861
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
9862
|
+
client_retry_strategy=self.retry_strategy
|
9863
|
+
)
|
9864
|
+
if retry_strategy is None:
|
9865
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
9866
|
+
|
9867
|
+
if retry_strategy:
|
9868
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
9869
|
+
self.base_client.add_opc_retry_token_if_needed(header_params)
|
9870
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
9871
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
9872
|
+
return retry_strategy.make_retrying_call(
|
9873
|
+
self.base_client.call_api,
|
9874
|
+
resource_path=resource_path,
|
9875
|
+
method=method,
|
9876
|
+
path_params=path_params,
|
9877
|
+
header_params=header_params,
|
9878
|
+
body=generate_health_report_details,
|
9879
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
9880
|
+
operation_name=operation_name,
|
9881
|
+
api_reference_link=api_reference_link,
|
9882
|
+
required_arguments=required_arguments)
|
9883
|
+
else:
|
9884
|
+
return self.base_client.call_api(
|
9885
|
+
resource_path=resource_path,
|
9886
|
+
method=method,
|
9887
|
+
path_params=path_params,
|
9888
|
+
header_params=header_params,
|
9889
|
+
body=generate_health_report_details,
|
9890
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
9891
|
+
operation_name=operation_name,
|
9892
|
+
api_reference_link=api_reference_link,
|
9893
|
+
required_arguments=required_arguments)
|
9894
|
+
|
9561
9895
|
def generate_masking_policy_for_download(self, masking_policy_id, generate_masking_policy_for_download_details, **kwargs):
|
9562
9896
|
"""
|
9563
9897
|
Generates a downloadable file corresponding to the specified masking policy. It's
|
@@ -9592,7 +9926,7 @@ class DataSafeClient(object):
|
|
9592
9926
|
:rtype: :class:`~oci.response.Response`
|
9593
9927
|
|
9594
9928
|
:example:
|
9595
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
9929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
|
9596
9930
|
"""
|
9597
9931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9598
9932
|
required_arguments = ['maskingPolicyId']
|
@@ -9696,7 +10030,7 @@ class DataSafeClient(object):
|
|
9696
10030
|
:rtype: :class:`~oci.response.Response`
|
9697
10031
|
|
9698
10032
|
:example:
|
9699
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
|
9700
10034
|
"""
|
9701
10035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9702
10036
|
required_arguments = ['maskingPolicyId']
|
@@ -9810,7 +10144,7 @@ class DataSafeClient(object):
|
|
9810
10144
|
:rtype: :class:`~oci.response.Response`
|
9811
10145
|
|
9812
10146
|
:example:
|
9813
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10147
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
|
9814
10148
|
"""
|
9815
10149
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9816
10150
|
required_arguments = ['onPremConnectorId']
|
@@ -9942,7 +10276,7 @@ class DataSafeClient(object):
|
|
9942
10276
|
:rtype: :class:`~oci.response.Response`
|
9943
10277
|
|
9944
10278
|
:example:
|
9945
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
|
9946
10280
|
"""
|
9947
10281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9948
10282
|
required_arguments = ['reportDefinitionId']
|
@@ -10070,7 +10404,7 @@ class DataSafeClient(object):
|
|
10070
10404
|
:rtype: :class:`~oci.response.Response`
|
10071
10405
|
|
10072
10406
|
:example:
|
10073
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10407
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
|
10074
10408
|
"""
|
10075
10409
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10076
10410
|
required_arguments = ['securityAssessmentId']
|
@@ -10179,7 +10513,7 @@ class DataSafeClient(object):
|
|
10179
10513
|
:rtype: :class:`~oci.response.Response`
|
10180
10514
|
|
10181
10515
|
:example:
|
10182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
10183
10517
|
"""
|
10184
10518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10185
10519
|
required_arguments = ['sensitiveDataModelId']
|
@@ -10290,7 +10624,7 @@ class DataSafeClient(object):
|
|
10290
10624
|
:rtype: :class:`~oci.response.Response`
|
10291
10625
|
|
10292
10626
|
:example:
|
10293
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/generate_sql_firewall_policy.py.html>`__ to see an example of how to use generate_sql_firewall_policy API.
|
10294
10628
|
"""
|
10295
10629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10296
10630
|
required_arguments = ['sqlCollectionId']
|
@@ -10408,7 +10742,7 @@ class DataSafeClient(object):
|
|
10408
10742
|
:rtype: :class:`~oci.response.Response`
|
10409
10743
|
|
10410
10744
|
:example:
|
10411
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
|
10412
10746
|
"""
|
10413
10747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10414
10748
|
required_arguments = ['userAssessmentId']
|
@@ -10511,7 +10845,7 @@ class DataSafeClient(object):
|
|
10511
10845
|
:rtype: :class:`~oci.response.Response`
|
10512
10846
|
|
10513
10847
|
:example:
|
10514
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
|
10515
10849
|
"""
|
10516
10850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10517
10851
|
required_arguments = ['alertId']
|
@@ -10609,7 +10943,7 @@ class DataSafeClient(object):
|
|
10609
10943
|
:rtype: :class:`~oci.response.Response`
|
10610
10944
|
|
10611
10945
|
:example:
|
10612
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
10946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
|
10613
10947
|
"""
|
10614
10948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10615
10949
|
required_arguments = ['alertPolicyId']
|
@@ -10714,7 +11048,7 @@ class DataSafeClient(object):
|
|
10714
11048
|
:rtype: :class:`~oci.response.Response`
|
10715
11049
|
|
10716
11050
|
:example:
|
10717
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
|
10718
11052
|
"""
|
10719
11053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10720
11054
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -10814,7 +11148,7 @@ class DataSafeClient(object):
|
|
10814
11148
|
:rtype: :class:`~oci.response.Response`
|
10815
11149
|
|
10816
11150
|
:example:
|
10817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11151
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
|
10818
11152
|
"""
|
10819
11153
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10820
11154
|
required_arguments = ['auditPolicyId']
|
@@ -10912,7 +11246,7 @@ class DataSafeClient(object):
|
|
10912
11246
|
:rtype: :class:`~oci.response.Response`
|
10913
11247
|
|
10914
11248
|
:example:
|
10915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
|
10916
11250
|
"""
|
10917
11251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10918
11252
|
required_arguments = ['auditProfileId']
|
@@ -11010,7 +11344,7 @@ class DataSafeClient(object):
|
|
11010
11344
|
:rtype: :class:`~oci.response.Response`
|
11011
11345
|
|
11012
11346
|
:example:
|
11013
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11347
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
|
11014
11348
|
"""
|
11015
11349
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11016
11350
|
required_arguments = ['auditTrailId']
|
@@ -11121,7 +11455,7 @@ class DataSafeClient(object):
|
|
11121
11455
|
:rtype: :class:`~oci.response.Response`
|
11122
11456
|
|
11123
11457
|
:example:
|
11124
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11458
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
11125
11459
|
"""
|
11126
11460
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11127
11461
|
required_arguments = []
|
@@ -11242,7 +11576,7 @@ class DataSafeClient(object):
|
|
11242
11576
|
:rtype: :class:`~oci.response.Response`
|
11243
11577
|
|
11244
11578
|
:example:
|
11245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
11246
11580
|
"""
|
11247
11581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11248
11582
|
required_arguments = ['compartmentId']
|
@@ -11350,7 +11684,7 @@ class DataSafeClient(object):
|
|
11350
11684
|
:rtype: :class:`~oci.response.Response`
|
11351
11685
|
|
11352
11686
|
:example:
|
11353
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
|
11354
11688
|
"""
|
11355
11689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11356
11690
|
required_arguments = []
|
@@ -11444,7 +11778,7 @@ class DataSafeClient(object):
|
|
11444
11778
|
:rtype: :class:`~oci.response.Response`
|
11445
11779
|
|
11446
11780
|
:example:
|
11447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
|
11448
11782
|
"""
|
11449
11783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11450
11784
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -11542,7 +11876,7 @@ class DataSafeClient(object):
|
|
11542
11876
|
:rtype: :class:`~oci.response.Response`
|
11543
11877
|
|
11544
11878
|
:example:
|
11545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_database_security_config.py.html>`__ to see an example of how to use get_database_security_config API.
|
11546
11880
|
"""
|
11547
11881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11548
11882
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -11643,7 +11977,7 @@ class DataSafeClient(object):
|
|
11643
11977
|
:rtype: :class:`~oci.response.Response`
|
11644
11978
|
|
11645
11979
|
:example:
|
11646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
11980
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_database_table_access_entry.py.html>`__ to see an example of how to use get_database_table_access_entry API.
|
11647
11981
|
"""
|
11648
11982
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11649
11983
|
required_arguments = ['securityPolicyReportId', 'databaseTableAccessEntryKey']
|
@@ -11745,7 +12079,7 @@ class DataSafeClient(object):
|
|
11745
12079
|
:rtype: :class:`~oci.response.Response`
|
11746
12080
|
|
11747
12081
|
:example:
|
11748
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12082
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_database_view_access_entry.py.html>`__ to see an example of how to use get_database_view_access_entry API.
|
11749
12083
|
"""
|
11750
12084
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11751
12085
|
required_arguments = ['securityPolicyReportId', 'databaseViewAccessEntryKey']
|
@@ -11847,7 +12181,7 @@ class DataSafeClient(object):
|
|
11847
12181
|
:rtype: :class:`~oci.response.Response`
|
11848
12182
|
|
11849
12183
|
:example:
|
11850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12184
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
|
11851
12185
|
"""
|
11852
12186
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11853
12187
|
required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
|
@@ -11946,7 +12280,7 @@ class DataSafeClient(object):
|
|
11946
12280
|
:rtype: :class:`~oci.response.Response`
|
11947
12281
|
|
11948
12282
|
:example:
|
11949
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
|
11950
12284
|
"""
|
11951
12285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11952
12286
|
required_arguments = ['discoveryJobId']
|
@@ -12047,7 +12381,7 @@ class DataSafeClient(object):
|
|
12047
12381
|
:rtype: :class:`~oci.response.Response`
|
12048
12382
|
|
12049
12383
|
:example:
|
12050
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12384
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
|
12051
12385
|
"""
|
12052
12386
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12053
12387
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -12146,7 +12480,7 @@ class DataSafeClient(object):
|
|
12146
12480
|
:rtype: :class:`~oci.response.Response`
|
12147
12481
|
|
12148
12482
|
:example:
|
12149
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
|
12150
12484
|
"""
|
12151
12485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12152
12486
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -12247,7 +12581,7 @@ class DataSafeClient(object):
|
|
12247
12581
|
:rtype: :class:`~oci.response.Response`
|
12248
12582
|
|
12249
12583
|
:example:
|
12250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12584
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
|
12251
12585
|
"""
|
12252
12586
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12253
12587
|
required_arguments = ['maskingPolicyId', 'maskingColumnKey']
|
@@ -12346,7 +12680,7 @@ class DataSafeClient(object):
|
|
12346
12680
|
:rtype: :class:`~oci.response.Response`
|
12347
12681
|
|
12348
12682
|
:example:
|
12349
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12683
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
|
12350
12684
|
"""
|
12351
12685
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12352
12686
|
required_arguments = ['maskingPolicyId']
|
@@ -12417,13 +12751,13 @@ class DataSafeClient(object):
|
|
12417
12751
|
api_reference_link=api_reference_link,
|
12418
12752
|
required_arguments=required_arguments)
|
12419
12753
|
|
12420
|
-
def
|
12754
|
+
def get_masking_policy_health_report(self, masking_policy_health_report_id, **kwargs):
|
12421
12755
|
"""
|
12422
|
-
Gets the details of the specified masking report.
|
12756
|
+
Gets the details of the specified masking policy health report.
|
12423
12757
|
|
12424
12758
|
|
12425
|
-
:param str
|
12426
|
-
The OCID of the masking report.
|
12759
|
+
:param str masking_policy_health_report_id: (required)
|
12760
|
+
The OCID of the masking health report.
|
12427
12761
|
|
12428
12762
|
:param str opc_request_id: (optional)
|
12429
12763
|
Unique identifier for the request.
|
@@ -12440,18 +12774,18 @@ class DataSafeClient(object):
|
|
12440
12774
|
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
12441
12775
|
By default, the response will not allow control characters in strings
|
12442
12776
|
|
12443
|
-
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.
|
12777
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.MaskingPolicyHealthReport`
|
12444
12778
|
:rtype: :class:`~oci.response.Response`
|
12445
12779
|
|
12446
12780
|
:example:
|
12447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12781
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_masking_policy_health_report.py.html>`__ to see an example of how to use get_masking_policy_health_report API.
|
12448
12782
|
"""
|
12449
12783
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12450
|
-
required_arguments = ['
|
12451
|
-
resource_path = "/
|
12784
|
+
required_arguments = ['maskingPolicyHealthReportId']
|
12785
|
+
resource_path = "/maskingPolicyHealthReports/{maskingPolicyHealthReportId}"
|
12452
12786
|
method = "GET"
|
12453
|
-
operation_name = "
|
12454
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/
|
12787
|
+
operation_name = "get_masking_policy_health_report"
|
12788
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/MaskingPolicyHealthReport/GetMaskingPolicyHealthReport"
|
12455
12789
|
|
12456
12790
|
# Don't accept unknown kwargs
|
12457
12791
|
expected_kwargs = [
|
@@ -12462,10 +12796,10 @@ class DataSafeClient(object):
|
|
12462
12796
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
12463
12797
|
if extra_kwargs:
|
12464
12798
|
raise ValueError(
|
12465
|
-
f"
|
12799
|
+
f"get_masking_policy_health_report got unknown kwargs: {extra_kwargs!r}")
|
12466
12800
|
|
12467
12801
|
path_params = {
|
12468
|
-
"
|
12802
|
+
"maskingPolicyHealthReportId": masking_policy_health_report_id
|
12469
12803
|
}
|
12470
12804
|
|
12471
12805
|
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
@@ -12498,7 +12832,7 @@ class DataSafeClient(object):
|
|
12498
12832
|
method=method,
|
12499
12833
|
path_params=path_params,
|
12500
12834
|
header_params=header_params,
|
12501
|
-
response_type="
|
12835
|
+
response_type="MaskingPolicyHealthReport",
|
12502
12836
|
allow_control_chars=kwargs.get('allow_control_chars'),
|
12503
12837
|
operation_name=operation_name,
|
12504
12838
|
api_reference_link=api_reference_link,
|
@@ -12509,19 +12843,19 @@ class DataSafeClient(object):
|
|
12509
12843
|
method=method,
|
12510
12844
|
path_params=path_params,
|
12511
12845
|
header_params=header_params,
|
12512
|
-
response_type="
|
12846
|
+
response_type="MaskingPolicyHealthReport",
|
12513
12847
|
allow_control_chars=kwargs.get('allow_control_chars'),
|
12514
12848
|
operation_name=operation_name,
|
12515
12849
|
api_reference_link=api_reference_link,
|
12516
12850
|
required_arguments=required_arguments)
|
12517
12851
|
|
12518
|
-
def
|
12852
|
+
def get_masking_report(self, masking_report_id, **kwargs):
|
12519
12853
|
"""
|
12520
|
-
Gets the details of the specified
|
12854
|
+
Gets the details of the specified masking report.
|
12521
12855
|
|
12522
12856
|
|
12523
|
-
:param str
|
12524
|
-
The OCID of the
|
12857
|
+
:param str masking_report_id: (required)
|
12858
|
+
The OCID of the masking report.
|
12525
12859
|
|
12526
12860
|
:param str opc_request_id: (optional)
|
12527
12861
|
Unique identifier for the request.
|
@@ -12538,18 +12872,18 @@ class DataSafeClient(object):
|
|
12538
12872
|
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
12539
12873
|
By default, the response will not allow control characters in strings
|
12540
12874
|
|
12541
|
-
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.
|
12875
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.MaskingReport`
|
12542
12876
|
:rtype: :class:`~oci.response.Response`
|
12543
12877
|
|
12544
12878
|
:example:
|
12545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
|
12546
12880
|
"""
|
12547
12881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12548
|
-
required_arguments = ['
|
12549
|
-
resource_path = "/
|
12882
|
+
required_arguments = ['maskingReportId']
|
12883
|
+
resource_path = "/maskingReports/{maskingReportId}"
|
12550
12884
|
method = "GET"
|
12551
|
-
operation_name = "
|
12552
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/
|
12885
|
+
operation_name = "get_masking_report"
|
12886
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/MaskingReport/GetMaskingReport"
|
12553
12887
|
|
12554
12888
|
# Don't accept unknown kwargs
|
12555
12889
|
expected_kwargs = [
|
@@ -12560,10 +12894,10 @@ class DataSafeClient(object):
|
|
12560
12894
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
12561
12895
|
if extra_kwargs:
|
12562
12896
|
raise ValueError(
|
12563
|
-
f"
|
12897
|
+
f"get_masking_report got unknown kwargs: {extra_kwargs!r}")
|
12564
12898
|
|
12565
12899
|
path_params = {
|
12566
|
-
"
|
12900
|
+
"maskingReportId": masking_report_id
|
12567
12901
|
}
|
12568
12902
|
|
12569
12903
|
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
@@ -12596,7 +12930,7 @@ class DataSafeClient(object):
|
|
12596
12930
|
method=method,
|
12597
12931
|
path_params=path_params,
|
12598
12932
|
header_params=header_params,
|
12599
|
-
response_type="
|
12933
|
+
response_type="MaskingReport",
|
12600
12934
|
allow_control_chars=kwargs.get('allow_control_chars'),
|
12601
12935
|
operation_name=operation_name,
|
12602
12936
|
api_reference_link=api_reference_link,
|
@@ -12607,22 +12941,19 @@ class DataSafeClient(object):
|
|
12607
12941
|
method=method,
|
12608
12942
|
path_params=path_params,
|
12609
12943
|
header_params=header_params,
|
12610
|
-
response_type="
|
12944
|
+
response_type="MaskingReport",
|
12611
12945
|
allow_control_chars=kwargs.get('allow_control_chars'),
|
12612
12946
|
operation_name=operation_name,
|
12613
12947
|
api_reference_link=api_reference_link,
|
12614
12948
|
required_arguments=required_arguments)
|
12615
12949
|
|
12616
|
-
def
|
12950
|
+
def get_on_prem_connector(self, on_prem_connector_id, **kwargs):
|
12617
12951
|
"""
|
12618
|
-
|
12619
|
-
|
12952
|
+
Gets the details of the specified on-premises connector.
|
12620
12953
|
|
12621
|
-
:param str target_database_id: (required)
|
12622
|
-
The OCID of the Data Safe target database.
|
12623
12954
|
|
12624
|
-
:param
|
12625
|
-
The
|
12955
|
+
:param str on_prem_connector_id: (required)
|
12956
|
+
The OCID of the on-premises connector.
|
12626
12957
|
|
12627
12958
|
:param str opc_request_id: (optional)
|
12628
12959
|
Unique identifier for the request.
|
@@ -12639,18 +12970,18 @@ class DataSafeClient(object):
|
|
12639
12970
|
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
12640
12971
|
By default, the response will not allow control characters in strings
|
12641
12972
|
|
12642
|
-
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.
|
12973
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.OnPremConnector`
|
12643
12974
|
:rtype: :class:`~oci.response.Response`
|
12644
12975
|
|
12645
12976
|
:example:
|
12646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
12977
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
|
12647
12978
|
"""
|
12648
12979
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12649
|
-
required_arguments = ['
|
12650
|
-
resource_path = "/
|
12980
|
+
required_arguments = ['onPremConnectorId']
|
12981
|
+
resource_path = "/onPremConnectors/{onPremConnectorId}"
|
12651
12982
|
method = "GET"
|
12652
|
-
operation_name = "
|
12653
|
-
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/
|
12983
|
+
operation_name = "get_on_prem_connector"
|
12984
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/OnPremConnector/GetOnPremConnector"
|
12654
12985
|
|
12655
12986
|
# Don't accept unknown kwargs
|
12656
12987
|
expected_kwargs = [
|
@@ -12661,11 +12992,112 @@ class DataSafeClient(object):
|
|
12661
12992
|
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
12662
12993
|
if extra_kwargs:
|
12663
12994
|
raise ValueError(
|
12664
|
-
f"
|
12995
|
+
f"get_on_prem_connector got unknown kwargs: {extra_kwargs!r}")
|
12665
12996
|
|
12666
12997
|
path_params = {
|
12667
|
-
"
|
12668
|
-
|
12998
|
+
"onPremConnectorId": on_prem_connector_id
|
12999
|
+
}
|
13000
|
+
|
13001
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
13002
|
+
|
13003
|
+
for (k, v) in six.iteritems(path_params):
|
13004
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
13005
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
13006
|
+
|
13007
|
+
header_params = {
|
13008
|
+
"accept": "application/json",
|
13009
|
+
"content-type": "application/json",
|
13010
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
13011
|
+
}
|
13012
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
13013
|
+
|
13014
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
13015
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
13016
|
+
client_retry_strategy=self.retry_strategy
|
13017
|
+
)
|
13018
|
+
if retry_strategy is None:
|
13019
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
13020
|
+
|
13021
|
+
if retry_strategy:
|
13022
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
13023
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
13024
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
13025
|
+
return retry_strategy.make_retrying_call(
|
13026
|
+
self.base_client.call_api,
|
13027
|
+
resource_path=resource_path,
|
13028
|
+
method=method,
|
13029
|
+
path_params=path_params,
|
13030
|
+
header_params=header_params,
|
13031
|
+
response_type="OnPremConnector",
|
13032
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
13033
|
+
operation_name=operation_name,
|
13034
|
+
api_reference_link=api_reference_link,
|
13035
|
+
required_arguments=required_arguments)
|
13036
|
+
else:
|
13037
|
+
return self.base_client.call_api(
|
13038
|
+
resource_path=resource_path,
|
13039
|
+
method=method,
|
13040
|
+
path_params=path_params,
|
13041
|
+
header_params=header_params,
|
13042
|
+
response_type="OnPremConnector",
|
13043
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
13044
|
+
operation_name=operation_name,
|
13045
|
+
api_reference_link=api_reference_link,
|
13046
|
+
required_arguments=required_arguments)
|
13047
|
+
|
13048
|
+
def get_peer_target_database(self, target_database_id, peer_target_database_id, **kwargs):
|
13049
|
+
"""
|
13050
|
+
Returns the details of the specified Data Safe peer target database.
|
13051
|
+
|
13052
|
+
|
13053
|
+
:param str target_database_id: (required)
|
13054
|
+
The OCID of the Data Safe target database.
|
13055
|
+
|
13056
|
+
:param int peer_target_database_id: (required)
|
13057
|
+
The unique id of the peer target database.
|
13058
|
+
|
13059
|
+
:param str opc_request_id: (optional)
|
13060
|
+
Unique identifier for the request.
|
13061
|
+
|
13062
|
+
:param obj retry_strategy: (optional)
|
13063
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
13064
|
+
|
13065
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
13066
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
13067
|
+
|
13068
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
13069
|
+
|
13070
|
+
:param bool allow_control_chars: (optional)
|
13071
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
13072
|
+
By default, the response will not allow control characters in strings
|
13073
|
+
|
13074
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.PeerTargetDatabase`
|
13075
|
+
:rtype: :class:`~oci.response.Response`
|
13076
|
+
|
13077
|
+
:example:
|
13078
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_peer_target_database.py.html>`__ to see an example of how to use get_peer_target_database API.
|
13079
|
+
"""
|
13080
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13081
|
+
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
13082
|
+
resource_path = "/targetDatabases/{targetDatabaseId}/peerTargetDatabases/{peerTargetDatabaseId}"
|
13083
|
+
method = "GET"
|
13084
|
+
operation_name = "get_peer_target_database"
|
13085
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/PeerTargetDatabase/GetPeerTargetDatabase"
|
13086
|
+
|
13087
|
+
# Don't accept unknown kwargs
|
13088
|
+
expected_kwargs = [
|
13089
|
+
"allow_control_chars",
|
13090
|
+
"retry_strategy",
|
13091
|
+
"opc_request_id"
|
13092
|
+
]
|
13093
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
13094
|
+
if extra_kwargs:
|
13095
|
+
raise ValueError(
|
13096
|
+
f"get_peer_target_database got unknown kwargs: {extra_kwargs!r}")
|
13097
|
+
|
13098
|
+
path_params = {
|
13099
|
+
"targetDatabaseId": target_database_id,
|
13100
|
+
"peerTargetDatabaseId": peer_target_database_id
|
12669
13101
|
}
|
12670
13102
|
|
12671
13103
|
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
@@ -12748,7 +13180,7 @@ class DataSafeClient(object):
|
|
12748
13180
|
:rtype: :class:`~oci.response.Response`
|
12749
13181
|
|
12750
13182
|
:example:
|
12751
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13183
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
|
12752
13184
|
"""
|
12753
13185
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12754
13186
|
required_arguments = ['userAssessmentId', 'profileName']
|
@@ -12847,7 +13279,7 @@ class DataSafeClient(object):
|
|
12847
13279
|
:rtype: :class:`~oci.response.Response`
|
12848
13280
|
|
12849
13281
|
:example:
|
12850
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13282
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
|
12851
13283
|
"""
|
12852
13284
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12853
13285
|
required_arguments = ['reportId']
|
@@ -12945,7 +13377,7 @@ class DataSafeClient(object):
|
|
12945
13377
|
:rtype: :class:`~oci.response.Response`
|
12946
13378
|
|
12947
13379
|
:example:
|
12948
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
|
12949
13381
|
"""
|
12950
13382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12951
13383
|
required_arguments = ['reportId']
|
@@ -13043,7 +13475,7 @@ class DataSafeClient(object):
|
|
13043
13475
|
:rtype: :class:`~oci.response.Response`
|
13044
13476
|
|
13045
13477
|
:example:
|
13046
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
|
13047
13479
|
"""
|
13048
13480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13049
13481
|
required_arguments = ['reportDefinitionId']
|
@@ -13141,7 +13573,7 @@ class DataSafeClient(object):
|
|
13141
13573
|
:rtype: :class:`~oci.response.Response`
|
13142
13574
|
|
13143
13575
|
:example:
|
13144
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
|
13145
13577
|
"""
|
13146
13578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13147
13579
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -13239,7 +13671,7 @@ class DataSafeClient(object):
|
|
13239
13671
|
:rtype: :class:`~oci.response.Response`
|
13240
13672
|
|
13241
13673
|
:example:
|
13242
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
|
13243
13675
|
"""
|
13244
13676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13245
13677
|
required_arguments = ['securityAssessmentId']
|
@@ -13340,7 +13772,7 @@ class DataSafeClient(object):
|
|
13340
13772
|
:rtype: :class:`~oci.response.Response`
|
13341
13773
|
|
13342
13774
|
:example:
|
13343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13775
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
|
13344
13776
|
"""
|
13345
13777
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13346
13778
|
required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
|
@@ -13439,7 +13871,7 @@ class DataSafeClient(object):
|
|
13439
13871
|
:rtype: :class:`~oci.response.Response`
|
13440
13872
|
|
13441
13873
|
:example:
|
13442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13874
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
|
13443
13875
|
"""
|
13444
13876
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13445
13877
|
required_arguments = ['securityPolicyId']
|
@@ -13537,7 +13969,7 @@ class DataSafeClient(object):
|
|
13537
13969
|
:rtype: :class:`~oci.response.Response`
|
13538
13970
|
|
13539
13971
|
:example:
|
13540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
13972
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_security_policy_deployment.py.html>`__ to see an example of how to use get_security_policy_deployment API.
|
13541
13973
|
"""
|
13542
13974
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13543
13975
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -13641,7 +14073,7 @@ class DataSafeClient(object):
|
|
13641
14073
|
:rtype: :class:`~oci.response.Response`
|
13642
14074
|
|
13643
14075
|
:example:
|
13644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14076
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_security_policy_entry_state.py.html>`__ to see an example of how to use get_security_policy_entry_state API.
|
13645
14077
|
"""
|
13646
14078
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13647
14079
|
required_arguments = ['securityPolicyDeploymentId', 'securityPolicyEntryStateId']
|
@@ -13740,7 +14172,7 @@ class DataSafeClient(object):
|
|
13740
14172
|
:rtype: :class:`~oci.response.Response`
|
13741
14173
|
|
13742
14174
|
:example:
|
13743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14175
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_security_policy_report.py.html>`__ to see an example of how to use get_security_policy_report API.
|
13744
14176
|
"""
|
13745
14177
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13746
14178
|
required_arguments = ['securityPolicyReportId']
|
@@ -13841,7 +14273,7 @@ class DataSafeClient(object):
|
|
13841
14273
|
:rtype: :class:`~oci.response.Response`
|
13842
14274
|
|
13843
14275
|
:example:
|
13844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
|
13845
14277
|
"""
|
13846
14278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13847
14279
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -13940,7 +14372,7 @@ class DataSafeClient(object):
|
|
13940
14372
|
:rtype: :class:`~oci.response.Response`
|
13941
14373
|
|
13942
14374
|
:example:
|
13943
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
|
13944
14376
|
"""
|
13945
14377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13946
14378
|
required_arguments = ['sensitiveDataModelId']
|
@@ -14038,7 +14470,7 @@ class DataSafeClient(object):
|
|
14038
14470
|
:rtype: :class:`~oci.response.Response`
|
14039
14471
|
|
14040
14472
|
:example:
|
14041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
|
14042
14474
|
"""
|
14043
14475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14044
14476
|
required_arguments = ['sensitiveTypeId']
|
@@ -14136,7 +14568,7 @@ class DataSafeClient(object):
|
|
14136
14568
|
:rtype: :class:`~oci.response.Response`
|
14137
14569
|
|
14138
14570
|
:example:
|
14139
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14571
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_sql_collection.py.html>`__ to see an example of how to use get_sql_collection API.
|
14140
14572
|
"""
|
14141
14573
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14142
14574
|
required_arguments = ['sqlCollectionId']
|
@@ -14234,7 +14666,7 @@ class DataSafeClient(object):
|
|
14234
14666
|
:rtype: :class:`~oci.response.Response`
|
14235
14667
|
|
14236
14668
|
:example:
|
14237
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_sql_firewall_policy.py.html>`__ to see an example of how to use get_sql_firewall_policy API.
|
14238
14670
|
"""
|
14239
14671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14240
14672
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -14332,7 +14764,7 @@ class DataSafeClient(object):
|
|
14332
14764
|
:rtype: :class:`~oci.response.Response`
|
14333
14765
|
|
14334
14766
|
:example:
|
14335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14767
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
|
14336
14768
|
"""
|
14337
14769
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14338
14770
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -14430,7 +14862,7 @@ class DataSafeClient(object):
|
|
14430
14862
|
:rtype: :class:`~oci.response.Response`
|
14431
14863
|
|
14432
14864
|
:example:
|
14433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
|
14434
14866
|
"""
|
14435
14867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14436
14868
|
required_arguments = ['targetDatabaseId']
|
@@ -14528,7 +14960,7 @@ class DataSafeClient(object):
|
|
14528
14960
|
:rtype: :class:`~oci.response.Response`
|
14529
14961
|
|
14530
14962
|
:example:
|
14531
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
14963
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
|
14532
14964
|
"""
|
14533
14965
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14534
14966
|
required_arguments = ['userAssessmentId']
|
@@ -14629,7 +15061,7 @@ class DataSafeClient(object):
|
|
14629
15061
|
:rtype: :class:`~oci.response.Response`
|
14630
15062
|
|
14631
15063
|
:example:
|
14632
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15064
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
|
14633
15065
|
"""
|
14634
15066
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14635
15067
|
required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
|
@@ -14728,7 +15160,7 @@ class DataSafeClient(object):
|
|
14728
15160
|
:rtype: :class:`~oci.response.Response`
|
14729
15161
|
|
14730
15162
|
:example:
|
14731
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15163
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
14732
15164
|
"""
|
14733
15165
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14734
15166
|
required_arguments = ['workRequestId']
|
@@ -14923,7 +15355,7 @@ class DataSafeClient(object):
|
|
14923
15355
|
:rtype: :class:`~oci.response.Response`
|
14924
15356
|
|
14925
15357
|
:example:
|
14926
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15358
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
|
14927
15359
|
"""
|
14928
15360
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14929
15361
|
required_arguments = ['compartmentId']
|
@@ -15150,7 +15582,7 @@ class DataSafeClient(object):
|
|
15150
15582
|
:rtype: :class:`~oci.response.Response`
|
15151
15583
|
|
15152
15584
|
:example:
|
15153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
|
15154
15586
|
"""
|
15155
15587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15156
15588
|
required_arguments = ['compartmentId']
|
@@ -15315,7 +15747,7 @@ class DataSafeClient(object):
|
|
15315
15747
|
:rtype: :class:`~oci.response.Response`
|
15316
15748
|
|
15317
15749
|
:example:
|
15318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
|
15319
15751
|
"""
|
15320
15752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15321
15753
|
required_arguments = ['alertPolicyId']
|
@@ -15489,7 +15921,7 @@ class DataSafeClient(object):
|
|
15489
15921
|
:rtype: :class:`~oci.response.Response`
|
15490
15922
|
|
15491
15923
|
:example:
|
15492
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
15924
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
|
15493
15925
|
"""
|
15494
15926
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15495
15927
|
required_arguments = ['compartmentId']
|
@@ -15680,7 +16112,7 @@ class DataSafeClient(object):
|
|
15680
16112
|
:rtype: :class:`~oci.response.Response`
|
15681
16113
|
|
15682
16114
|
:example:
|
15683
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
|
15684
16116
|
"""
|
15685
16117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15686
16118
|
required_arguments = ['compartmentId']
|
@@ -15918,7 +16350,7 @@ class DataSafeClient(object):
|
|
15918
16350
|
:rtype: :class:`~oci.response.Response`
|
15919
16351
|
|
15920
16352
|
:example:
|
15921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
|
15922
16354
|
"""
|
15923
16355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15924
16356
|
required_arguments = ['compartmentId']
|
@@ -16133,7 +16565,7 @@ class DataSafeClient(object):
|
|
16133
16565
|
:rtype: :class:`~oci.response.Response`
|
16134
16566
|
|
16135
16567
|
:example:
|
16136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
|
16137
16569
|
"""
|
16138
16570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16139
16571
|
required_arguments = ['compartmentId']
|
@@ -16323,7 +16755,7 @@ class DataSafeClient(object):
|
|
16323
16755
|
:rtype: :class:`~oci.response.Response`
|
16324
16756
|
|
16325
16757
|
:example:
|
16326
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16758
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
|
16327
16759
|
"""
|
16328
16760
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16329
16761
|
required_arguments = ['compartmentId']
|
@@ -16524,7 +16956,7 @@ class DataSafeClient(object):
|
|
16524
16956
|
:rtype: :class:`~oci.response.Response`
|
16525
16957
|
|
16526
16958
|
:example:
|
16527
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
16959
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
|
16528
16960
|
"""
|
16529
16961
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16530
16962
|
required_arguments = ['compartmentId']
|
@@ -16703,7 +17135,7 @@ class DataSafeClient(object):
|
|
16703
17135
|
:rtype: :class:`~oci.response.Response`
|
16704
17136
|
|
16705
17137
|
:example:
|
16706
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
|
16707
17139
|
"""
|
16708
17140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16709
17141
|
required_arguments = ['compartmentId']
|
@@ -16895,7 +17327,7 @@ class DataSafeClient(object):
|
|
16895
17327
|
:rtype: :class:`~oci.response.Response`
|
16896
17328
|
|
16897
17329
|
:example:
|
16898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17330
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
|
16899
17331
|
"""
|
16900
17332
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16901
17333
|
required_arguments = ['compartmentId']
|
@@ -17084,7 +17516,7 @@ class DataSafeClient(object):
|
|
17084
17516
|
:rtype: :class:`~oci.response.Response`
|
17085
17517
|
|
17086
17518
|
:example:
|
17087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
|
17088
17520
|
"""
|
17089
17521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17090
17522
|
required_arguments = ['compartmentId']
|
@@ -17270,7 +17702,7 @@ class DataSafeClient(object):
|
|
17270
17702
|
:rtype: :class:`~oci.response.Response`
|
17271
17703
|
|
17272
17704
|
:example:
|
17273
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
|
17274
17706
|
"""
|
17275
17707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17276
17708
|
required_arguments = ['compartmentId']
|
@@ -17466,7 +17898,7 @@ class DataSafeClient(object):
|
|
17466
17898
|
:rtype: :class:`~oci.response.Response`
|
17467
17899
|
|
17468
17900
|
:example:
|
17469
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
17901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
|
17470
17902
|
"""
|
17471
17903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17472
17904
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -17642,7 +18074,7 @@ class DataSafeClient(object):
|
|
17642
18074
|
:rtype: :class:`~oci.response.Response`
|
17643
18075
|
|
17644
18076
|
:example:
|
17645
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
|
17646
18078
|
"""
|
17647
18079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17648
18080
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -17814,7 +18246,7 @@ class DataSafeClient(object):
|
|
17814
18246
|
:rtype: :class:`~oci.response.Response`
|
17815
18247
|
|
17816
18248
|
:example:
|
17817
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
|
17818
18250
|
"""
|
17819
18251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17820
18252
|
required_arguments = ['targetDatabaseId']
|
@@ -17999,7 +18431,7 @@ class DataSafeClient(object):
|
|
17999
18431
|
:rtype: :class:`~oci.response.Response`
|
18000
18432
|
|
18001
18433
|
:example:
|
18002
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
|
18003
18435
|
"""
|
18004
18436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18005
18437
|
required_arguments = ['compartmentId']
|
@@ -18216,7 +18648,7 @@ class DataSafeClient(object):
|
|
18216
18648
|
:rtype: :class:`~oci.response.Response`
|
18217
18649
|
|
18218
18650
|
:example:
|
18219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_database_security_configs.py.html>`__ to see an example of how to use list_database_security_configs API.
|
18220
18652
|
"""
|
18221
18653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18222
18654
|
required_arguments = ['compartmentId']
|
@@ -18394,7 +18826,7 @@ class DataSafeClient(object):
|
|
18394
18826
|
:rtype: :class:`~oci.response.Response`
|
18395
18827
|
|
18396
18828
|
:example:
|
18397
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18829
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_database_table_access_entries.py.html>`__ to see an example of how to use list_database_table_access_entries API.
|
18398
18830
|
"""
|
18399
18831
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18400
18832
|
required_arguments = ['securityPolicyReportId']
|
@@ -18558,7 +18990,7 @@ class DataSafeClient(object):
|
|
18558
18990
|
:rtype: :class:`~oci.response.Response`
|
18559
18991
|
|
18560
18992
|
:example:
|
18561
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
18993
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_database_view_access_entries.py.html>`__ to see an example of how to use list_database_view_access_entries API.
|
18562
18994
|
"""
|
18563
18995
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18564
18996
|
required_arguments = ['securityPolicyReportId']
|
@@ -18733,7 +19165,7 @@ class DataSafeClient(object):
|
|
18733
19165
|
:rtype: :class:`~oci.response.Response`
|
18734
19166
|
|
18735
19167
|
:example:
|
18736
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19168
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
|
18737
19169
|
"""
|
18738
19170
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18739
19171
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -18926,7 +19358,7 @@ class DataSafeClient(object):
|
|
18926
19358
|
:rtype: :class:`~oci.response.Response`
|
18927
19359
|
|
18928
19360
|
:example:
|
18929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19361
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
|
18930
19362
|
"""
|
18931
19363
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18932
19364
|
required_arguments = ['compartmentId']
|
@@ -19085,7 +19517,7 @@ class DataSafeClient(object):
|
|
19085
19517
|
:rtype: :class:`~oci.response.Response`
|
19086
19518
|
|
19087
19519
|
:example:
|
19088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19520
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
|
19089
19521
|
"""
|
19090
19522
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19091
19523
|
required_arguments = ['discoveryJobId']
|
@@ -19287,7 +19719,7 @@ class DataSafeClient(object):
|
|
19287
19719
|
:rtype: :class:`~oci.response.Response`
|
19288
19720
|
|
19289
19721
|
:example:
|
19290
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19722
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
|
19291
19723
|
"""
|
19292
19724
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19293
19725
|
required_arguments = ['compartmentId']
|
@@ -19482,7 +19914,7 @@ class DataSafeClient(object):
|
|
19482
19914
|
:rtype: :class:`~oci.response.Response`
|
19483
19915
|
|
19484
19916
|
:example:
|
19485
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
19917
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_finding_analytics.py.html>`__ to see an example of how to use list_finding_analytics API.
|
19486
19918
|
"""
|
19487
19919
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19488
19920
|
required_arguments = ['compartmentId']
|
@@ -19665,7 +20097,7 @@ class DataSafeClient(object):
|
|
19665
20097
|
:rtype: :class:`~oci.response.Response`
|
19666
20098
|
|
19667
20099
|
:example:
|
19668
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
|
19669
20101
|
"""
|
19670
20102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19671
20103
|
required_arguments = ['securityAssessmentId']
|
@@ -19886,7 +20318,7 @@ class DataSafeClient(object):
|
|
19886
20318
|
:rtype: :class:`~oci.response.Response`
|
19887
20319
|
|
19888
20320
|
:example:
|
19889
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20321
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_findings_change_audit_logs.py.html>`__ to see an example of how to use list_findings_change_audit_logs API.
|
19890
20322
|
"""
|
19891
20323
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19892
20324
|
required_arguments = ['securityAssessmentId']
|
@@ -20084,7 +20516,7 @@ class DataSafeClient(object):
|
|
20084
20516
|
:rtype: :class:`~oci.response.Response`
|
20085
20517
|
|
20086
20518
|
:example:
|
20087
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20519
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
20088
20520
|
"""
|
20089
20521
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20090
20522
|
required_arguments = ['userAssessmentId', 'userKey']
|
@@ -20291,7 +20723,7 @@ class DataSafeClient(object):
|
|
20291
20723
|
:rtype: :class:`~oci.response.Response`
|
20292
20724
|
|
20293
20725
|
:example:
|
20294
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20726
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
|
20295
20727
|
"""
|
20296
20728
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20297
20729
|
required_arguments = ['compartmentId']
|
@@ -20483,7 +20915,7 @@ class DataSafeClient(object):
|
|
20483
20915
|
:rtype: :class:`~oci.response.Response`
|
20484
20916
|
|
20485
20917
|
:example:
|
20486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
20918
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
|
20487
20919
|
"""
|
20488
20920
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20489
20921
|
required_arguments = ['maskingReportId']
|
@@ -20656,7 +21088,7 @@ class DataSafeClient(object):
|
|
20656
21088
|
:rtype: :class:`~oci.response.Response`
|
20657
21089
|
|
20658
21090
|
:example:
|
20659
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21091
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
|
20660
21092
|
"""
|
20661
21093
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20662
21094
|
required_arguments = ['compartmentId']
|
@@ -20860,7 +21292,7 @@ class DataSafeClient(object):
|
|
20860
21292
|
:rtype: :class:`~oci.response.Response`
|
20861
21293
|
|
20862
21294
|
:example:
|
20863
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
|
20864
21296
|
"""
|
20865
21297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20866
21298
|
required_arguments = ['maskingPolicyId']
|
@@ -21069,7 +21501,7 @@ class DataSafeClient(object):
|
|
21069
21501
|
:rtype: :class:`~oci.response.Response`
|
21070
21502
|
|
21071
21503
|
:example:
|
21072
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21504
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
|
21073
21505
|
"""
|
21074
21506
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21075
21507
|
required_arguments = ['maskingPolicyId']
|
@@ -21276,7 +21708,7 @@ class DataSafeClient(object):
|
|
21276
21708
|
:rtype: :class:`~oci.response.Response`
|
21277
21709
|
|
21278
21710
|
:example:
|
21279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
21711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
|
21280
21712
|
"""
|
21281
21713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21282
21714
|
required_arguments = ['compartmentId']
|
@@ -21396,6 +21828,358 @@ class DataSafeClient(object):
|
|
21396
21828
|
api_reference_link=api_reference_link,
|
21397
21829
|
required_arguments=required_arguments)
|
21398
21830
|
|
21831
|
+
def list_masking_policy_health_report_logs(self, masking_policy_health_report_id, **kwargs):
|
21832
|
+
"""
|
21833
|
+
Gets a list of errors and warnings from a masking policy health check.
|
21834
|
+
|
21835
|
+
|
21836
|
+
:param str masking_policy_health_report_id: (required)
|
21837
|
+
The OCID of the masking health report.
|
21838
|
+
|
21839
|
+
:param int limit: (optional)
|
21840
|
+
For list pagination. The maximum number of items to return per page in a paginated \"List\" call. For details about how pagination works, see `List Pagination`__.
|
21841
|
+
|
21842
|
+
__ https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/usingapi.htm#nine
|
21843
|
+
|
21844
|
+
:param str page: (optional)
|
21845
|
+
For list pagination. The page token representing the page at which to start retrieving results. It is usually retrieved from a previous \"List\" call. For details about how pagination works, see `List Pagination`__.
|
21846
|
+
|
21847
|
+
__ https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/usingapi.htm#nine
|
21848
|
+
|
21849
|
+
:param str sort_order: (optional)
|
21850
|
+
The sort order to use, either ascending (ASC) or descending (DESC).
|
21851
|
+
|
21852
|
+
Allowed values are: "ASC", "DESC"
|
21853
|
+
|
21854
|
+
:param str opc_request_id: (optional)
|
21855
|
+
Unique identifier for the request.
|
21856
|
+
|
21857
|
+
:param str sort_by: (optional)
|
21858
|
+
sort by
|
21859
|
+
|
21860
|
+
Allowed values are: "logType"
|
21861
|
+
|
21862
|
+
:param str message_type: (optional)
|
21863
|
+
A filter to return only the resources that match the specified log message type.
|
21864
|
+
|
21865
|
+
Allowed values are: "PASS", "WARNING", "ERROR"
|
21866
|
+
|
21867
|
+
:param obj retry_strategy: (optional)
|
21868
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
21869
|
+
|
21870
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
21871
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
21872
|
+
|
21873
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
21874
|
+
|
21875
|
+
:param bool allow_control_chars: (optional)
|
21876
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
21877
|
+
By default, the response will not allow control characters in strings
|
21878
|
+
|
21879
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.MaskingPolicyHealthReportLogCollection`
|
21880
|
+
:rtype: :class:`~oci.response.Response`
|
21881
|
+
|
21882
|
+
:example:
|
21883
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
21884
|
+
"""
|
21885
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21886
|
+
required_arguments = ['maskingPolicyHealthReportId']
|
21887
|
+
resource_path = "/maskingPolicyHealthReports/{maskingPolicyHealthReportId}/logs"
|
21888
|
+
method = "GET"
|
21889
|
+
operation_name = "list_masking_policy_health_report_logs"
|
21890
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/MaskingPolicyHealthReport/ListMaskingPolicyHealthReportLogs"
|
21891
|
+
|
21892
|
+
# Don't accept unknown kwargs
|
21893
|
+
expected_kwargs = [
|
21894
|
+
"allow_control_chars",
|
21895
|
+
"retry_strategy",
|
21896
|
+
"limit",
|
21897
|
+
"page",
|
21898
|
+
"sort_order",
|
21899
|
+
"opc_request_id",
|
21900
|
+
"sort_by",
|
21901
|
+
"message_type"
|
21902
|
+
]
|
21903
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
21904
|
+
if extra_kwargs:
|
21905
|
+
raise ValueError(
|
21906
|
+
f"list_masking_policy_health_report_logs got unknown kwargs: {extra_kwargs!r}")
|
21907
|
+
|
21908
|
+
path_params = {
|
21909
|
+
"maskingPolicyHealthReportId": masking_policy_health_report_id
|
21910
|
+
}
|
21911
|
+
|
21912
|
+
path_params = {k: v for (k, v) in six.iteritems(path_params) if v is not missing}
|
21913
|
+
|
21914
|
+
for (k, v) in six.iteritems(path_params):
|
21915
|
+
if v is None or (isinstance(v, six.string_types) and len(v.strip()) == 0):
|
21916
|
+
raise ValueError(f'Parameter {k} cannot be None, whitespace or empty string')
|
21917
|
+
|
21918
|
+
if 'sort_order' in kwargs:
|
21919
|
+
sort_order_allowed_values = ["ASC", "DESC"]
|
21920
|
+
if kwargs['sort_order'] not in sort_order_allowed_values:
|
21921
|
+
raise ValueError(
|
21922
|
+
f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
|
21923
|
+
)
|
21924
|
+
|
21925
|
+
if 'sort_by' in kwargs:
|
21926
|
+
sort_by_allowed_values = ["logType"]
|
21927
|
+
if kwargs['sort_by'] not in sort_by_allowed_values:
|
21928
|
+
raise ValueError(
|
21929
|
+
f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
|
21930
|
+
)
|
21931
|
+
|
21932
|
+
if 'message_type' in kwargs:
|
21933
|
+
message_type_allowed_values = ["PASS", "WARNING", "ERROR"]
|
21934
|
+
if kwargs['message_type'] not in message_type_allowed_values:
|
21935
|
+
raise ValueError(
|
21936
|
+
f"Invalid value for `message_type`, must be one of { message_type_allowed_values }"
|
21937
|
+
)
|
21938
|
+
|
21939
|
+
query_params = {
|
21940
|
+
"limit": kwargs.get("limit", missing),
|
21941
|
+
"page": kwargs.get("page", missing),
|
21942
|
+
"sortOrder": kwargs.get("sort_order", missing),
|
21943
|
+
"sortBy": kwargs.get("sort_by", missing),
|
21944
|
+
"messageType": kwargs.get("message_type", missing)
|
21945
|
+
}
|
21946
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
21947
|
+
|
21948
|
+
header_params = {
|
21949
|
+
"accept": "application/json",
|
21950
|
+
"content-type": "application/json",
|
21951
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
21952
|
+
}
|
21953
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
21954
|
+
|
21955
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
21956
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
21957
|
+
client_retry_strategy=self.retry_strategy
|
21958
|
+
)
|
21959
|
+
if retry_strategy is None:
|
21960
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
21961
|
+
|
21962
|
+
if retry_strategy:
|
21963
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
21964
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
21965
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
21966
|
+
return retry_strategy.make_retrying_call(
|
21967
|
+
self.base_client.call_api,
|
21968
|
+
resource_path=resource_path,
|
21969
|
+
method=method,
|
21970
|
+
path_params=path_params,
|
21971
|
+
query_params=query_params,
|
21972
|
+
header_params=header_params,
|
21973
|
+
response_type="MaskingPolicyHealthReportLogCollection",
|
21974
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
21975
|
+
operation_name=operation_name,
|
21976
|
+
api_reference_link=api_reference_link,
|
21977
|
+
required_arguments=required_arguments)
|
21978
|
+
else:
|
21979
|
+
return self.base_client.call_api(
|
21980
|
+
resource_path=resource_path,
|
21981
|
+
method=method,
|
21982
|
+
path_params=path_params,
|
21983
|
+
query_params=query_params,
|
21984
|
+
header_params=header_params,
|
21985
|
+
response_type="MaskingPolicyHealthReportLogCollection",
|
21986
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
21987
|
+
operation_name=operation_name,
|
21988
|
+
api_reference_link=api_reference_link,
|
21989
|
+
required_arguments=required_arguments)
|
21990
|
+
|
21991
|
+
def list_masking_policy_health_reports(self, compartment_id, **kwargs):
|
21992
|
+
"""
|
21993
|
+
Gets a list of masking policy health reports based on the specified query parameters.
|
21994
|
+
|
21995
|
+
|
21996
|
+
:param str compartment_id: (required)
|
21997
|
+
A filter to return only resources that match the specified compartment OCID.
|
21998
|
+
|
21999
|
+
:param str masking_policy_health_report_id: (optional)
|
22000
|
+
A filter to return only the resources that match the specified masking policy health report OCID.
|
22001
|
+
|
22002
|
+
:param int limit: (optional)
|
22003
|
+
For list pagination. The maximum number of items to return per page in a paginated \"List\" call. For details about how pagination works, see `List Pagination`__.
|
22004
|
+
|
22005
|
+
__ https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/usingapi.htm#nine
|
22006
|
+
|
22007
|
+
:param str page: (optional)
|
22008
|
+
For list pagination. The page token representing the page at which to start retrieving results. It is usually retrieved from a previous \"List\" call. For details about how pagination works, see `List Pagination`__.
|
22009
|
+
|
22010
|
+
__ https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/usingapi.htm#nine
|
22011
|
+
|
22012
|
+
:param str opc_request_id: (optional)
|
22013
|
+
Unique identifier for the request.
|
22014
|
+
|
22015
|
+
:param bool compartment_id_in_subtree: (optional)
|
22016
|
+
Default is false.
|
22017
|
+
When set to true, the hierarchy of compartments is traversed and all compartments and subcompartments in the tenancy are returned. Depends on the 'accessLevel' setting.
|
22018
|
+
|
22019
|
+
:param str access_level: (optional)
|
22020
|
+
Valid values are RESTRICTED and ACCESSIBLE. Default is RESTRICTED.
|
22021
|
+
Setting this to ACCESSIBLE returns only those compartments for which the
|
22022
|
+
user has INSPECT permissions directly or indirectly (permissions can be on a
|
22023
|
+
resource in a subcompartment). When set to RESTRICTED permissions are checked and no partial results are displayed.
|
22024
|
+
|
22025
|
+
Allowed values are: "RESTRICTED", "ACCESSIBLE"
|
22026
|
+
|
22027
|
+
:param str sort_by: (optional)
|
22028
|
+
sort by
|
22029
|
+
|
22030
|
+
Allowed values are: "displayName", "timeCreated"
|
22031
|
+
|
22032
|
+
:param str sort_order: (optional)
|
22033
|
+
The sort order to use, either ascending (ASC) or descending (DESC).
|
22034
|
+
|
22035
|
+
Allowed values are: "ASC", "DESC"
|
22036
|
+
|
22037
|
+
:param str display_name: (optional)
|
22038
|
+
A filter to return only resources that match the specified display name.
|
22039
|
+
|
22040
|
+
:param str target_id: (optional)
|
22041
|
+
A filter to return only items related to a specific target OCID.
|
22042
|
+
|
22043
|
+
:param str masking_policy_id: (optional)
|
22044
|
+
A filter to return only the resources that match the specified masking policy OCID.
|
22045
|
+
|
22046
|
+
:param str lifecycle_state: (optional)
|
22047
|
+
A filter to return only the resources that match the specified lifecycle states.
|
22048
|
+
|
22049
|
+
Allowed values are: "CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "NEEDS_ATTENTION", "FAILED"
|
22050
|
+
|
22051
|
+
:param obj retry_strategy: (optional)
|
22052
|
+
A retry strategy to apply to this specific operation/call. This will override any retry strategy set at the client-level.
|
22053
|
+
|
22054
|
+
This should be one of the strategies available in the :py:mod:`~oci.retry` module. This operation uses :py:data:`~oci.retry.DEFAULT_RETRY_STRATEGY` as default if no retry strategy is provided.
|
22055
|
+
The specifics of the default retry strategy are described `here <https://docs.oracle.com/en-us/iaas/tools/python/latest/sdk_behaviors/retries.html>`__.
|
22056
|
+
|
22057
|
+
To have this operation explicitly not perform any retries, pass an instance of :py:class:`~oci.retry.NoneRetryStrategy`.
|
22058
|
+
|
22059
|
+
:param bool allow_control_chars: (optional)
|
22060
|
+
allow_control_chars is a boolean to indicate whether or not this request should allow control characters in the response object.
|
22061
|
+
By default, the response will not allow control characters in strings
|
22062
|
+
|
22063
|
+
:return: A :class:`~oci.response.Response` object with data of type :class:`~oci.data_safe.models.MaskingPolicyHealthReportCollection`
|
22064
|
+
:rtype: :class:`~oci.response.Response`
|
22065
|
+
|
22066
|
+
:example:
|
22067
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_masking_policy_health_reports.py.html>`__ to see an example of how to use list_masking_policy_health_reports API.
|
22068
|
+
"""
|
22069
|
+
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22070
|
+
required_arguments = ['compartmentId']
|
22071
|
+
resource_path = "/maskingPolicyHealthReports"
|
22072
|
+
method = "GET"
|
22073
|
+
operation_name = "list_masking_policy_health_reports"
|
22074
|
+
api_reference_link = "https://docs.oracle.com/iaas/api/#/en/data-safe/20181201/MaskingPolicyHealthReport/ListMaskingPolicyHealthReports"
|
22075
|
+
|
22076
|
+
# Don't accept unknown kwargs
|
22077
|
+
expected_kwargs = [
|
22078
|
+
"allow_control_chars",
|
22079
|
+
"retry_strategy",
|
22080
|
+
"masking_policy_health_report_id",
|
22081
|
+
"limit",
|
22082
|
+
"page",
|
22083
|
+
"opc_request_id",
|
22084
|
+
"compartment_id_in_subtree",
|
22085
|
+
"access_level",
|
22086
|
+
"sort_by",
|
22087
|
+
"sort_order",
|
22088
|
+
"display_name",
|
22089
|
+
"target_id",
|
22090
|
+
"masking_policy_id",
|
22091
|
+
"lifecycle_state"
|
22092
|
+
]
|
22093
|
+
extra_kwargs = [_key for _key in six.iterkeys(kwargs) if _key not in expected_kwargs]
|
22094
|
+
if extra_kwargs:
|
22095
|
+
raise ValueError(
|
22096
|
+
f"list_masking_policy_health_reports got unknown kwargs: {extra_kwargs!r}")
|
22097
|
+
|
22098
|
+
if 'access_level' in kwargs:
|
22099
|
+
access_level_allowed_values = ["RESTRICTED", "ACCESSIBLE"]
|
22100
|
+
if kwargs['access_level'] not in access_level_allowed_values:
|
22101
|
+
raise ValueError(
|
22102
|
+
f"Invalid value for `access_level`, must be one of { access_level_allowed_values }"
|
22103
|
+
)
|
22104
|
+
|
22105
|
+
if 'sort_by' in kwargs:
|
22106
|
+
sort_by_allowed_values = ["displayName", "timeCreated"]
|
22107
|
+
if kwargs['sort_by'] not in sort_by_allowed_values:
|
22108
|
+
raise ValueError(
|
22109
|
+
f"Invalid value for `sort_by`, must be one of { sort_by_allowed_values }"
|
22110
|
+
)
|
22111
|
+
|
22112
|
+
if 'sort_order' in kwargs:
|
22113
|
+
sort_order_allowed_values = ["ASC", "DESC"]
|
22114
|
+
if kwargs['sort_order'] not in sort_order_allowed_values:
|
22115
|
+
raise ValueError(
|
22116
|
+
f"Invalid value for `sort_order`, must be one of { sort_order_allowed_values }"
|
22117
|
+
)
|
22118
|
+
|
22119
|
+
if 'lifecycle_state' in kwargs:
|
22120
|
+
lifecycle_state_allowed_values = ["CREATING", "ACTIVE", "UPDATING", "DELETING", "DELETED", "NEEDS_ATTENTION", "FAILED"]
|
22121
|
+
if kwargs['lifecycle_state'] not in lifecycle_state_allowed_values:
|
22122
|
+
raise ValueError(
|
22123
|
+
f"Invalid value for `lifecycle_state`, must be one of { lifecycle_state_allowed_values }"
|
22124
|
+
)
|
22125
|
+
|
22126
|
+
query_params = {
|
22127
|
+
"maskingPolicyHealthReportId": kwargs.get("masking_policy_health_report_id", missing),
|
22128
|
+
"limit": kwargs.get("limit", missing),
|
22129
|
+
"page": kwargs.get("page", missing),
|
22130
|
+
"compartmentId": compartment_id,
|
22131
|
+
"compartmentIdInSubtree": kwargs.get("compartment_id_in_subtree", missing),
|
22132
|
+
"accessLevel": kwargs.get("access_level", missing),
|
22133
|
+
"sortBy": kwargs.get("sort_by", missing),
|
22134
|
+
"sortOrder": kwargs.get("sort_order", missing),
|
22135
|
+
"displayName": kwargs.get("display_name", missing),
|
22136
|
+
"targetId": kwargs.get("target_id", missing),
|
22137
|
+
"maskingPolicyId": kwargs.get("masking_policy_id", missing),
|
22138
|
+
"lifecycleState": kwargs.get("lifecycle_state", missing)
|
22139
|
+
}
|
22140
|
+
query_params = {k: v for (k, v) in six.iteritems(query_params) if v is not missing and v is not None}
|
22141
|
+
|
22142
|
+
header_params = {
|
22143
|
+
"accept": "application/json",
|
22144
|
+
"content-type": "application/json",
|
22145
|
+
"opc-request-id": kwargs.get("opc_request_id", missing)
|
22146
|
+
}
|
22147
|
+
header_params = {k: v for (k, v) in six.iteritems(header_params) if v is not missing and v is not None}
|
22148
|
+
|
22149
|
+
retry_strategy = self.base_client.get_preferred_retry_strategy(
|
22150
|
+
operation_retry_strategy=kwargs.get('retry_strategy'),
|
22151
|
+
client_retry_strategy=self.retry_strategy
|
22152
|
+
)
|
22153
|
+
if retry_strategy is None:
|
22154
|
+
retry_strategy = retry.DEFAULT_RETRY_STRATEGY
|
22155
|
+
|
22156
|
+
if retry_strategy:
|
22157
|
+
if not isinstance(retry_strategy, retry.NoneRetryStrategy):
|
22158
|
+
self.base_client.add_opc_client_retries_header(header_params)
|
22159
|
+
retry_strategy.add_circuit_breaker_callback(self.circuit_breaker_callback)
|
22160
|
+
return retry_strategy.make_retrying_call(
|
22161
|
+
self.base_client.call_api,
|
22162
|
+
resource_path=resource_path,
|
22163
|
+
method=method,
|
22164
|
+
query_params=query_params,
|
22165
|
+
header_params=header_params,
|
22166
|
+
response_type="MaskingPolicyHealthReportCollection",
|
22167
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
22168
|
+
operation_name=operation_name,
|
22169
|
+
api_reference_link=api_reference_link,
|
22170
|
+
required_arguments=required_arguments)
|
22171
|
+
else:
|
22172
|
+
return self.base_client.call_api(
|
22173
|
+
resource_path=resource_path,
|
22174
|
+
method=method,
|
22175
|
+
query_params=query_params,
|
22176
|
+
header_params=header_params,
|
22177
|
+
response_type="MaskingPolicyHealthReportCollection",
|
22178
|
+
allow_control_chars=kwargs.get('allow_control_chars'),
|
22179
|
+
operation_name=operation_name,
|
22180
|
+
api_reference_link=api_reference_link,
|
22181
|
+
required_arguments=required_arguments)
|
22182
|
+
|
21399
22183
|
def list_masking_reports(self, compartment_id, **kwargs):
|
21400
22184
|
"""
|
21401
22185
|
Gets a list of masking reports based on the specified query parameters.
|
@@ -21461,7 +22245,7 @@ class DataSafeClient(object):
|
|
21461
22245
|
:rtype: :class:`~oci.response.Response`
|
21462
22246
|
|
21463
22247
|
:example:
|
21464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22248
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
|
21465
22249
|
"""
|
21466
22250
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21467
22251
|
required_arguments = ['compartmentId']
|
@@ -21615,7 +22399,7 @@ class DataSafeClient(object):
|
|
21615
22399
|
:rtype: :class:`~oci.response.Response`
|
21616
22400
|
|
21617
22401
|
:example:
|
21618
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22402
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
|
21619
22403
|
"""
|
21620
22404
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21621
22405
|
required_arguments = ['maskingPolicyId']
|
@@ -21788,7 +22572,7 @@ class DataSafeClient(object):
|
|
21788
22572
|
:rtype: :class:`~oci.response.Response`
|
21789
22573
|
|
21790
22574
|
:example:
|
21791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
|
21792
22576
|
"""
|
21793
22577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21794
22578
|
required_arguments = ['compartmentId']
|
@@ -21950,7 +22734,7 @@ class DataSafeClient(object):
|
|
21950
22734
|
:rtype: :class:`~oci.response.Response`
|
21951
22735
|
|
21952
22736
|
:example:
|
21953
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22737
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_peer_target_databases.py.html>`__ to see an example of how to use list_peer_target_databases API.
|
21954
22738
|
"""
|
21955
22739
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21956
22740
|
required_arguments = ['targetDatabaseId']
|
@@ -22120,7 +22904,7 @@ class DataSafeClient(object):
|
|
22120
22904
|
:rtype: :class:`~oci.response.Response`
|
22121
22905
|
|
22122
22906
|
:example:
|
22123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
22907
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
|
22124
22908
|
"""
|
22125
22909
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22126
22910
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -22361,7 +23145,7 @@ class DataSafeClient(object):
|
|
22361
23145
|
:rtype: :class:`~oci.response.Response`
|
22362
23146
|
|
22363
23147
|
:example:
|
22364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
|
22365
23149
|
"""
|
22366
23150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22367
23151
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -22584,7 +23368,7 @@ class DataSafeClient(object):
|
|
22584
23368
|
:rtype: :class:`~oci.response.Response`
|
22585
23369
|
|
22586
23370
|
:example:
|
22587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
|
22588
23372
|
"""
|
22589
23373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22590
23374
|
required_arguments = ['compartmentId']
|
@@ -22789,7 +23573,7 @@ class DataSafeClient(object):
|
|
22789
23573
|
:rtype: :class:`~oci.response.Response`
|
22790
23574
|
|
22791
23575
|
:example:
|
22792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23576
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
|
22793
23577
|
"""
|
22794
23578
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22795
23579
|
required_arguments = ['compartmentId']
|
@@ -22955,7 +23739,7 @@ class DataSafeClient(object):
|
|
22955
23739
|
:rtype: :class:`~oci.response.Response`
|
22956
23740
|
|
22957
23741
|
:example:
|
22958
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_role_grant_paths.py.html>`__ to see an example of how to use list_role_grant_paths API.
|
22959
23743
|
"""
|
22960
23744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22961
23745
|
required_arguments = ['securityPolicyReportId', 'grantee', 'grantedRole']
|
@@ -23097,7 +23881,7 @@ class DataSafeClient(object):
|
|
23097
23881
|
:rtype: :class:`~oci.response.Response`
|
23098
23882
|
|
23099
23883
|
:example:
|
23100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
23884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
23101
23885
|
"""
|
23102
23886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23103
23887
|
required_arguments = ['targetDatabaseId']
|
@@ -23260,7 +24044,7 @@ class DataSafeClient(object):
|
|
23260
24044
|
:rtype: :class:`~oci.response.Response`
|
23261
24045
|
|
23262
24046
|
:example:
|
23263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24047
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
23264
24048
|
"""
|
23265
24049
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23266
24050
|
required_arguments = ['targetDatabaseId']
|
@@ -23439,7 +24223,7 @@ class DataSafeClient(object):
|
|
23439
24223
|
:rtype: :class:`~oci.response.Response`
|
23440
24224
|
|
23441
24225
|
:example:
|
23442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24226
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
|
23443
24227
|
"""
|
23444
24228
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23445
24229
|
required_arguments = ['compartmentId']
|
@@ -23673,7 +24457,7 @@ class DataSafeClient(object):
|
|
23673
24457
|
:rtype: :class:`~oci.response.Response`
|
23674
24458
|
|
23675
24459
|
:example:
|
23676
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24460
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
|
23677
24461
|
"""
|
23678
24462
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23679
24463
|
required_arguments = ['compartmentId']
|
@@ -23862,7 +24646,7 @@ class DataSafeClient(object):
|
|
23862
24646
|
:rtype: :class:`~oci.response.Response`
|
23863
24647
|
|
23864
24648
|
:example:
|
23865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_security_feature_analytics.py.html>`__ to see an example of how to use list_security_feature_analytics API.
|
23866
24650
|
"""
|
23867
24651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23868
24652
|
required_arguments = ['compartmentId']
|
@@ -24048,7 +24832,7 @@ class DataSafeClient(object):
|
|
24048
24832
|
:rtype: :class:`~oci.response.Response`
|
24049
24833
|
|
24050
24834
|
:example:
|
24051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
24835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_security_features.py.html>`__ to see an example of how to use list_security_features API.
|
24052
24836
|
"""
|
24053
24837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24054
24838
|
required_arguments = ['compartmentId']
|
@@ -24315,7 +25099,7 @@ class DataSafeClient(object):
|
|
24315
25099
|
:rtype: :class:`~oci.response.Response`
|
24316
25100
|
|
24317
25101
|
:example:
|
24318
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25102
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
|
24319
25103
|
"""
|
24320
25104
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24321
25105
|
required_arguments = ['compartmentId']
|
@@ -24518,7 +25302,7 @@ class DataSafeClient(object):
|
|
24518
25302
|
:rtype: :class:`~oci.response.Response`
|
24519
25303
|
|
24520
25304
|
:example:
|
24521
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25305
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_security_policy_deployments.py.html>`__ to see an example of how to use list_security_policy_deployments API.
|
24522
25306
|
"""
|
24523
25307
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24524
25308
|
required_arguments = ['compartmentId']
|
@@ -24681,7 +25465,7 @@ class DataSafeClient(object):
|
|
24681
25465
|
:rtype: :class:`~oci.response.Response`
|
24682
25466
|
|
24683
25467
|
:example:
|
24684
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25468
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_security_policy_entry_states.py.html>`__ to see an example of how to use list_security_policy_entry_states API.
|
24685
25469
|
"""
|
24686
25470
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24687
25471
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -24861,7 +25645,7 @@ class DataSafeClient(object):
|
|
24861
25645
|
:rtype: :class:`~oci.response.Response`
|
24862
25646
|
|
24863
25647
|
:example:
|
24864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25648
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_security_policy_reports.py.html>`__ to see an example of how to use list_security_policy_reports API.
|
24865
25649
|
"""
|
24866
25650
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24867
25651
|
required_arguments = ['compartmentId']
|
@@ -25103,7 +25887,7 @@ class DataSafeClient(object):
|
|
25103
25887
|
:rtype: :class:`~oci.response.Response`
|
25104
25888
|
|
25105
25889
|
:example:
|
25106
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
25890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
|
25107
25891
|
"""
|
25108
25892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25109
25893
|
required_arguments = ['sensitiveDataModelId']
|
@@ -25356,7 +26140,7 @@ class DataSafeClient(object):
|
|
25356
26140
|
:rtype: :class:`~oci.response.Response`
|
25357
26141
|
|
25358
26142
|
:example:
|
25359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26143
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
|
25360
26144
|
"""
|
25361
26145
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25362
26146
|
required_arguments = ['compartmentId']
|
@@ -25533,7 +26317,7 @@ class DataSafeClient(object):
|
|
25533
26317
|
:rtype: :class:`~oci.response.Response`
|
25534
26318
|
|
25535
26319
|
:example:
|
25536
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26320
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
|
25537
26321
|
"""
|
25538
26322
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25539
26323
|
required_arguments = ['sensitiveDataModelId']
|
@@ -25697,7 +26481,7 @@ class DataSafeClient(object):
|
|
25697
26481
|
:rtype: :class:`~oci.response.Response`
|
25698
26482
|
|
25699
26483
|
:example:
|
25700
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
|
25701
26485
|
"""
|
25702
26486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25703
26487
|
required_arguments = ['sensitiveDataModelId']
|
@@ -25906,7 +26690,7 @@ class DataSafeClient(object):
|
|
25906
26690
|
:rtype: :class:`~oci.response.Response`
|
25907
26691
|
|
25908
26692
|
:example:
|
25909
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26693
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
|
25910
26694
|
"""
|
25911
26695
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25912
26696
|
required_arguments = ['compartmentId']
|
@@ -26133,7 +26917,7 @@ class DataSafeClient(object):
|
|
26133
26917
|
:rtype: :class:`~oci.response.Response`
|
26134
26918
|
|
26135
26919
|
:example:
|
26136
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
26920
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sql_collection_analytics.py.html>`__ to see an example of how to use list_sql_collection_analytics API.
|
26137
26921
|
"""
|
26138
26922
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26139
26923
|
required_arguments = ['compartmentId']
|
@@ -26293,7 +27077,7 @@ class DataSafeClient(object):
|
|
26293
27077
|
:rtype: :class:`~oci.response.Response`
|
26294
27078
|
|
26295
27079
|
:example:
|
26296
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27080
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sql_collection_log_insights.py.html>`__ to see an example of how to use list_sql_collection_log_insights API.
|
26297
27081
|
"""
|
26298
27082
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26299
27083
|
required_arguments = ['sqlCollectionId', 'timeStarted', 'timeEnded']
|
@@ -26492,7 +27276,7 @@ class DataSafeClient(object):
|
|
26492
27276
|
:rtype: :class:`~oci.response.Response`
|
26493
27277
|
|
26494
27278
|
:example:
|
26495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sql_collections.py.html>`__ to see an example of how to use list_sql_collections API.
|
26496
27280
|
"""
|
26497
27281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26498
27282
|
required_arguments = ['compartmentId']
|
@@ -26690,7 +27474,7 @@ class DataSafeClient(object):
|
|
26690
27474
|
:rtype: :class:`~oci.response.Response`
|
26691
27475
|
|
26692
27476
|
:example:
|
26693
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
26694
27478
|
"""
|
26695
27479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26696
27480
|
required_arguments = ['compartmentId']
|
@@ -26866,7 +27650,7 @@ class DataSafeClient(object):
|
|
26866
27650
|
:rtype: :class:`~oci.response.Response`
|
26867
27651
|
|
26868
27652
|
:example:
|
26869
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27653
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sql_firewall_allowed_sqls.py.html>`__ to see an example of how to use list_sql_firewall_allowed_sqls API.
|
26870
27654
|
"""
|
26871
27655
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26872
27656
|
required_arguments = ['compartmentId']
|
@@ -27080,7 +27864,7 @@ class DataSafeClient(object):
|
|
27080
27864
|
:rtype: :class:`~oci.response.Response`
|
27081
27865
|
|
27082
27866
|
:example:
|
27083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
27867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sql_firewall_policies.py.html>`__ to see an example of how to use list_sql_firewall_policies API.
|
27084
27868
|
"""
|
27085
27869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27086
27870
|
required_arguments = ['compartmentId']
|
@@ -27294,7 +28078,7 @@ class DataSafeClient(object):
|
|
27294
28078
|
:rtype: :class:`~oci.response.Response`
|
27295
28079
|
|
27296
28080
|
:example:
|
27297
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28081
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sql_firewall_policy_analytics.py.html>`__ to see an example of how to use list_sql_firewall_policy_analytics API.
|
27298
28082
|
"""
|
27299
28083
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27300
28084
|
required_arguments = ['compartmentId']
|
@@ -27502,7 +28286,7 @@ class DataSafeClient(object):
|
|
27502
28286
|
:rtype: :class:`~oci.response.Response`
|
27503
28287
|
|
27504
28288
|
:example:
|
27505
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28289
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sql_firewall_violation_analytics.py.html>`__ to see an example of how to use list_sql_firewall_violation_analytics API.
|
27506
28290
|
"""
|
27507
28291
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27508
28292
|
required_arguments = ['compartmentId']
|
@@ -27702,7 +28486,7 @@ class DataSafeClient(object):
|
|
27702
28486
|
:rtype: :class:`~oci.response.Response`
|
27703
28487
|
|
27704
28488
|
:example:
|
27705
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28489
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_sql_firewall_violations.py.html>`__ to see an example of how to use list_sql_firewall_violations API.
|
27706
28490
|
"""
|
27707
28491
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27708
28492
|
required_arguments = ['compartmentId']
|
@@ -27862,7 +28646,7 @@ class DataSafeClient(object):
|
|
27862
28646
|
:rtype: :class:`~oci.response.Response`
|
27863
28647
|
|
27864
28648
|
:example:
|
27865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28649
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
|
27866
28650
|
"""
|
27867
28651
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27868
28652
|
required_arguments = ['targetDatabaseId']
|
@@ -28059,7 +28843,7 @@ class DataSafeClient(object):
|
|
28059
28843
|
:rtype: :class:`~oci.response.Response`
|
28060
28844
|
|
28061
28845
|
:example:
|
28062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
28846
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
|
28063
28847
|
"""
|
28064
28848
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28065
28849
|
required_arguments = ['compartmentId']
|
@@ -28262,7 +29046,7 @@ class DataSafeClient(object):
|
|
28262
29046
|
:rtype: :class:`~oci.response.Response`
|
28263
29047
|
|
28264
29048
|
:example:
|
28265
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29049
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
|
28266
29050
|
"""
|
28267
29051
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28268
29052
|
required_arguments = ['compartmentId']
|
@@ -28441,7 +29225,7 @@ class DataSafeClient(object):
|
|
28441
29225
|
:rtype: :class:`~oci.response.Response`
|
28442
29226
|
|
28443
29227
|
:example:
|
28444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29228
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_user_access_analytics.py.html>`__ to see an example of how to use list_user_access_analytics API.
|
28445
29229
|
"""
|
28446
29230
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28447
29231
|
required_arguments = ['userAssessmentId']
|
@@ -28670,7 +29454,7 @@ class DataSafeClient(object):
|
|
28670
29454
|
:rtype: :class:`~oci.response.Response`
|
28671
29455
|
|
28672
29456
|
:example:
|
28673
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29457
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
|
28674
29458
|
"""
|
28675
29459
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28676
29460
|
required_arguments = ['userAssessmentId']
|
@@ -28924,7 +29708,7 @@ class DataSafeClient(object):
|
|
28924
29708
|
:rtype: :class:`~oci.response.Response`
|
28925
29709
|
|
28926
29710
|
:example:
|
28927
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29711
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
|
28928
29712
|
"""
|
28929
29713
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28930
29714
|
required_arguments = ['compartmentId']
|
@@ -29204,7 +29988,7 @@ class DataSafeClient(object):
|
|
29204
29988
|
:rtype: :class:`~oci.response.Response`
|
29205
29989
|
|
29206
29990
|
:example:
|
29207
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
29991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
|
29208
29992
|
"""
|
29209
29993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29210
29994
|
required_arguments = ['userAssessmentId']
|
@@ -29385,7 +30169,7 @@ class DataSafeClient(object):
|
|
29385
30169
|
:rtype: :class:`~oci.response.Response`
|
29386
30170
|
|
29387
30171
|
:example:
|
29388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30172
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
29389
30173
|
"""
|
29390
30174
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29391
30175
|
required_arguments = ['workRequestId']
|
@@ -29503,7 +30287,7 @@ class DataSafeClient(object):
|
|
29503
30287
|
:rtype: :class:`~oci.response.Response`
|
29504
30288
|
|
29505
30289
|
:example:
|
29506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30290
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
29507
30291
|
"""
|
29508
30292
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29509
30293
|
required_arguments = ['workRequestId']
|
@@ -29653,7 +30437,7 @@ class DataSafeClient(object):
|
|
29653
30437
|
:rtype: :class:`~oci.response.Response`
|
29654
30438
|
|
29655
30439
|
:example:
|
29656
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30440
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
29657
30441
|
"""
|
29658
30442
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29659
30443
|
required_arguments = ['compartmentId']
|
@@ -29788,7 +30572,7 @@ class DataSafeClient(object):
|
|
29788
30572
|
:rtype: :class:`~oci.response.Response`
|
29789
30573
|
|
29790
30574
|
:example:
|
29791
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
|
29792
30576
|
"""
|
29793
30577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29794
30578
|
required_arguments = ['maskingPolicyId']
|
@@ -29902,7 +30686,7 @@ class DataSafeClient(object):
|
|
29902
30686
|
:rtype: :class:`~oci.response.Response`
|
29903
30687
|
|
29904
30688
|
:example:
|
29905
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30689
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
|
29906
30690
|
"""
|
29907
30691
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
29908
30692
|
required_arguments = ['compartmentId']
|
@@ -30024,7 +30808,7 @@ class DataSafeClient(object):
|
|
30024
30808
|
:rtype: :class:`~oci.response.Response`
|
30025
30809
|
|
30026
30810
|
:example:
|
30027
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30811
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
|
30028
30812
|
"""
|
30029
30813
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30030
30814
|
required_arguments = []
|
@@ -30140,7 +30924,7 @@ class DataSafeClient(object):
|
|
30140
30924
|
:rtype: :class:`~oci.response.Response`
|
30141
30925
|
|
30142
30926
|
:example:
|
30143
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
30927
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
|
30144
30928
|
"""
|
30145
30929
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30146
30930
|
required_arguments = ['discoveryJobId']
|
@@ -30252,7 +31036,7 @@ class DataSafeClient(object):
|
|
30252
31036
|
:rtype: :class:`~oci.response.Response`
|
30253
31037
|
|
30254
31038
|
:example:
|
30255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31039
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
|
30256
31040
|
"""
|
30257
31041
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30258
31042
|
required_arguments = ['maskingPolicyId']
|
@@ -30363,7 +31147,7 @@ class DataSafeClient(object):
|
|
30363
31147
|
:rtype: :class:`~oci.response.Response`
|
30364
31148
|
|
30365
31149
|
:example:
|
30366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31150
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.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.
|
30367
31151
|
"""
|
30368
31152
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30369
31153
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -30475,7 +31259,7 @@ class DataSafeClient(object):
|
|
30475
31259
|
:rtype: :class:`~oci.response.Response`
|
30476
31260
|
|
30477
31261
|
:example:
|
30478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31262
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
|
30479
31263
|
"""
|
30480
31264
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30481
31265
|
required_arguments = ['sensitiveDataModelId']
|
@@ -30582,7 +31366,7 @@ class DataSafeClient(object):
|
|
30582
31366
|
:rtype: :class:`~oci.response.Response`
|
30583
31367
|
|
30584
31368
|
:example:
|
30585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31369
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
|
30586
31370
|
"""
|
30587
31371
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30588
31372
|
required_arguments = []
|
@@ -30686,7 +31470,7 @@ class DataSafeClient(object):
|
|
30686
31470
|
:rtype: :class:`~oci.response.Response`
|
30687
31471
|
|
30688
31472
|
:example:
|
30689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
|
30690
31474
|
"""
|
30691
31475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30692
31476
|
required_arguments = ['auditPolicyId']
|
@@ -30802,7 +31586,7 @@ class DataSafeClient(object):
|
|
30802
31586
|
:rtype: :class:`~oci.response.Response`
|
30803
31587
|
|
30804
31588
|
:example:
|
30805
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31589
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/purge_sql_collection_logs.py.html>`__ to see an example of how to use purge_sql_collection_logs API.
|
30806
31590
|
"""
|
30807
31591
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30808
31592
|
required_arguments = ['sqlCollectionId']
|
@@ -30916,7 +31700,7 @@ class DataSafeClient(object):
|
|
30916
31700
|
:rtype: :class:`~oci.response.Response`
|
30917
31701
|
|
30918
31702
|
:example:
|
30919
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/refresh_database_security_configuration.py.html>`__ to see an example of how to use refresh_database_security_configuration API.
|
30920
31704
|
"""
|
30921
31705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
30922
31706
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -31034,7 +31818,7 @@ class DataSafeClient(object):
|
|
31034
31818
|
:rtype: :class:`~oci.response.Response`
|
31035
31819
|
|
31036
31820
|
:example:
|
31037
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31821
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
|
31038
31822
|
"""
|
31039
31823
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31040
31824
|
required_arguments = ['securityAssessmentId']
|
@@ -31150,7 +31934,7 @@ class DataSafeClient(object):
|
|
31150
31934
|
:rtype: :class:`~oci.response.Response`
|
31151
31935
|
|
31152
31936
|
:example:
|
31153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
31937
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/refresh_sql_collection_log_insights.py.html>`__ to see an example of how to use refresh_sql_collection_log_insights API.
|
31154
31938
|
"""
|
31155
31939
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31156
31940
|
required_arguments = ['sqlCollectionId']
|
@@ -31264,7 +32048,7 @@ class DataSafeClient(object):
|
|
31264
32048
|
:rtype: :class:`~oci.response.Response`
|
31265
32049
|
|
31266
32050
|
:example:
|
31267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/refresh_target_database.py.html>`__ to see an example of how to use refresh_target_database API.
|
31268
32052
|
"""
|
31269
32053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31270
32054
|
required_arguments = ['targetDatabaseId']
|
@@ -31383,7 +32167,7 @@ class DataSafeClient(object):
|
|
31383
32167
|
:rtype: :class:`~oci.response.Response`
|
31384
32168
|
|
31385
32169
|
:example:
|
31386
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32170
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
|
31387
32171
|
"""
|
31388
32172
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31389
32173
|
required_arguments = ['userAssessmentId']
|
@@ -31499,7 +32283,7 @@ class DataSafeClient(object):
|
|
31499
32283
|
:rtype: :class:`~oci.response.Response`
|
31500
32284
|
|
31501
32285
|
:example:
|
31502
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
|
31503
32287
|
"""
|
31504
32288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31505
32289
|
required_arguments = ['reportDefinitionId']
|
@@ -31607,7 +32391,7 @@ class DataSafeClient(object):
|
|
31607
32391
|
:rtype: :class:`~oci.response.Response`
|
31608
32392
|
|
31609
32393
|
:example:
|
31610
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
|
31611
32395
|
"""
|
31612
32396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31613
32397
|
required_arguments = ['auditTrailId']
|
@@ -31718,7 +32502,7 @@ class DataSafeClient(object):
|
|
31718
32502
|
:rtype: :class:`~oci.response.Response`
|
31719
32503
|
|
31720
32504
|
:example:
|
31721
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32505
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
|
31722
32506
|
"""
|
31723
32507
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31724
32508
|
required_arguments = ['workRequestId']
|
@@ -31832,7 +32616,7 @@ class DataSafeClient(object):
|
|
31832
32616
|
:rtype: :class:`~oci.response.Response`
|
31833
32617
|
|
31834
32618
|
:example:
|
31835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32619
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
|
31836
32620
|
"""
|
31837
32621
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31838
32622
|
required_arguments = ['auditPolicyId']
|
@@ -31949,7 +32733,7 @@ class DataSafeClient(object):
|
|
31949
32733
|
:rtype: :class:`~oci.response.Response`
|
31950
32734
|
|
31951
32735
|
:example:
|
31952
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32736
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
|
31953
32737
|
"""
|
31954
32738
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
31955
32739
|
required_arguments = ['reportDefinitionId']
|
@@ -32068,7 +32852,7 @@ class DataSafeClient(object):
|
|
32068
32852
|
:rtype: :class:`~oci.response.Response`
|
32069
32853
|
|
32070
32854
|
:example:
|
32071
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32855
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
|
32072
32856
|
"""
|
32073
32857
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32074
32858
|
required_arguments = ['securityAssessmentId']
|
@@ -32188,7 +32972,7 @@ class DataSafeClient(object):
|
|
32188
32972
|
:rtype: :class:`~oci.response.Response`
|
32189
32973
|
|
32190
32974
|
:example:
|
32191
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
32975
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
|
32192
32976
|
"""
|
32193
32977
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32194
32978
|
required_arguments = ['userAssessmentId']
|
@@ -32308,7 +33092,7 @@ class DataSafeClient(object):
|
|
32308
33092
|
:rtype: :class:`~oci.response.Response`
|
32309
33093
|
|
32310
33094
|
:example:
|
32311
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33095
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
|
32312
33096
|
"""
|
32313
33097
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32314
33098
|
required_arguments = ['auditTrailId']
|
@@ -32424,7 +33208,7 @@ class DataSafeClient(object):
|
|
32424
33208
|
:rtype: :class:`~oci.response.Response`
|
32425
33209
|
|
32426
33210
|
:example:
|
32427
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33211
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/start_sql_collection.py.html>`__ to see an example of how to use start_sql_collection API.
|
32428
33212
|
"""
|
32429
33213
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32430
33214
|
required_arguments = ['sqlCollectionId']
|
@@ -32532,7 +33316,7 @@ class DataSafeClient(object):
|
|
32532
33316
|
:rtype: :class:`~oci.response.Response`
|
32533
33317
|
|
32534
33318
|
:example:
|
32535
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33319
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
|
32536
33320
|
"""
|
32537
33321
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32538
33322
|
required_arguments = ['auditTrailId']
|
@@ -32643,7 +33427,7 @@ class DataSafeClient(object):
|
|
32643
33427
|
:rtype: :class:`~oci.response.Response`
|
32644
33428
|
|
32645
33429
|
:example:
|
32646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/stop_sql_collection.py.html>`__ to see an example of how to use stop_sql_collection API.
|
32647
33431
|
"""
|
32648
33432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32649
33433
|
required_arguments = ['sqlCollectionId']
|
@@ -32757,7 +33541,7 @@ class DataSafeClient(object):
|
|
32757
33541
|
:rtype: :class:`~oci.response.Response`
|
32758
33542
|
|
32759
33543
|
:example:
|
32760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33544
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
|
32761
33545
|
"""
|
32762
33546
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32763
33547
|
required_arguments = ['workRequestId']
|
@@ -32872,7 +33656,7 @@ class DataSafeClient(object):
|
|
32872
33656
|
:rtype: :class:`~oci.response.Response`
|
32873
33657
|
|
32874
33658
|
:example:
|
32875
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33659
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
|
32876
33660
|
"""
|
32877
33661
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32878
33662
|
required_arguments = ['securityAssessmentId']
|
@@ -32987,7 +33771,7 @@ class DataSafeClient(object):
|
|
32987
33771
|
:rtype: :class:`~oci.response.Response`
|
32988
33772
|
|
32989
33773
|
:example:
|
32990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33774
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
|
32991
33775
|
"""
|
32992
33776
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
32993
33777
|
required_arguments = ['userAssessmentId']
|
@@ -33098,7 +33882,7 @@ class DataSafeClient(object):
|
|
33098
33882
|
:rtype: :class:`~oci.response.Response`
|
33099
33883
|
|
33100
33884
|
:example:
|
33101
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
|
33102
33886
|
"""
|
33103
33887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33104
33888
|
required_arguments = ['alertId']
|
@@ -33210,7 +33994,7 @@ class DataSafeClient(object):
|
|
33210
33994
|
:rtype: :class:`~oci.response.Response`
|
33211
33995
|
|
33212
33996
|
:example:
|
33213
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
33997
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
|
33214
33998
|
"""
|
33215
33999
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33216
34000
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -33320,7 +34104,7 @@ class DataSafeClient(object):
|
|
33320
34104
|
:rtype: :class:`~oci.response.Response`
|
33321
34105
|
|
33322
34106
|
:example:
|
33323
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34107
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
|
33324
34108
|
"""
|
33325
34109
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33326
34110
|
required_arguments = ['auditPolicyId']
|
@@ -33430,7 +34214,7 @@ class DataSafeClient(object):
|
|
33430
34214
|
:rtype: :class:`~oci.response.Response`
|
33431
34215
|
|
33432
34216
|
:example:
|
33433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
|
33434
34218
|
"""
|
33435
34219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33436
34220
|
required_arguments = ['auditProfileId']
|
@@ -33540,7 +34324,7 @@ class DataSafeClient(object):
|
|
33540
34324
|
:rtype: :class:`~oci.response.Response`
|
33541
34325
|
|
33542
34326
|
:example:
|
33543
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
|
33544
34328
|
"""
|
33545
34329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33546
34330
|
required_arguments = ['auditTrailId']
|
@@ -33650,7 +34434,7 @@ class DataSafeClient(object):
|
|
33650
34434
|
:rtype: :class:`~oci.response.Response`
|
33651
34435
|
|
33652
34436
|
:example:
|
33653
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34437
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
|
33654
34438
|
"""
|
33655
34439
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33656
34440
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -33760,7 +34544,7 @@ class DataSafeClient(object):
|
|
33760
34544
|
:rtype: :class:`~oci.response.Response`
|
33761
34545
|
|
33762
34546
|
:example:
|
33763
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34547
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_database_security_config.py.html>`__ to see an example of how to use update_database_security_config API.
|
33764
34548
|
"""
|
33765
34549
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33766
34550
|
required_arguments = ['databaseSecurityConfigId']
|
@@ -33879,7 +34663,7 @@ class DataSafeClient(object):
|
|
33879
34663
|
:rtype: :class:`~oci.response.Response`
|
33880
34664
|
|
33881
34665
|
:example:
|
33882
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34666
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_finding.py.html>`__ to see an example of how to use update_finding API.
|
33883
34667
|
"""
|
33884
34668
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33885
34669
|
required_arguments = ['securityAssessmentId', 'findingKey']
|
@@ -33993,7 +34777,7 @@ class DataSafeClient(object):
|
|
33993
34777
|
:rtype: :class:`~oci.response.Response`
|
33994
34778
|
|
33995
34779
|
:example:
|
33996
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34780
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
|
33997
34781
|
"""
|
33998
34782
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
33999
34783
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -34107,7 +34891,7 @@ class DataSafeClient(object):
|
|
34107
34891
|
:rtype: :class:`~oci.response.Response`
|
34108
34892
|
|
34109
34893
|
:example:
|
34110
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
34894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
|
34111
34895
|
"""
|
34112
34896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34113
34897
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -34218,7 +35002,7 @@ class DataSafeClient(object):
|
|
34218
35002
|
:rtype: :class:`~oci.response.Response`
|
34219
35003
|
|
34220
35004
|
:example:
|
34221
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35005
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
|
34222
35006
|
"""
|
34223
35007
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34224
35008
|
required_arguments = ['maskingPolicyId']
|
@@ -34328,7 +35112,7 @@ class DataSafeClient(object):
|
|
34328
35112
|
:rtype: :class:`~oci.response.Response`
|
34329
35113
|
|
34330
35114
|
:example:
|
34331
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35115
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
|
34332
35116
|
"""
|
34333
35117
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34334
35118
|
required_arguments = ['onPremConnectorId']
|
@@ -34444,7 +35228,7 @@ class DataSafeClient(object):
|
|
34444
35228
|
:rtype: :class:`~oci.response.Response`
|
34445
35229
|
|
34446
35230
|
:example:
|
34447
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35231
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
|
34448
35232
|
"""
|
34449
35233
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34450
35234
|
required_arguments = ['onPremConnectorId']
|
@@ -34566,7 +35350,7 @@ class DataSafeClient(object):
|
|
34566
35350
|
:rtype: :class:`~oci.response.Response`
|
34567
35351
|
|
34568
35352
|
:example:
|
34569
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35353
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_peer_target_database.py.html>`__ to see an example of how to use update_peer_target_database API.
|
34570
35354
|
"""
|
34571
35355
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34572
35356
|
required_arguments = ['targetDatabaseId', 'peerTargetDatabaseId']
|
@@ -34686,7 +35470,7 @@ class DataSafeClient(object):
|
|
34686
35470
|
:rtype: :class:`~oci.response.Response`
|
34687
35471
|
|
34688
35472
|
:example:
|
34689
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_report.py.html>`__ to see an example of how to use update_report API.
|
34690
35474
|
"""
|
34691
35475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34692
35476
|
required_arguments = ['reportId']
|
@@ -34805,7 +35589,7 @@ class DataSafeClient(object):
|
|
34805
35589
|
:rtype: :class:`~oci.response.Response`
|
34806
35590
|
|
34807
35591
|
:example:
|
34808
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35592
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
|
34809
35593
|
"""
|
34810
35594
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34811
35595
|
required_arguments = ['reportDefinitionId']
|
@@ -34918,7 +35702,7 @@ class DataSafeClient(object):
|
|
34918
35702
|
:rtype: :class:`~oci.response.Response`
|
34919
35703
|
|
34920
35704
|
:example:
|
34921
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35705
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
|
34922
35706
|
"""
|
34923
35707
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
34924
35708
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -35028,7 +35812,7 @@ class DataSafeClient(object):
|
|
35028
35812
|
:rtype: :class:`~oci.response.Response`
|
35029
35813
|
|
35030
35814
|
:example:
|
35031
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35815
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
|
35032
35816
|
"""
|
35033
35817
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35034
35818
|
required_arguments = ['securityAssessmentId']
|
@@ -35138,7 +35922,7 @@ class DataSafeClient(object):
|
|
35138
35922
|
:rtype: :class:`~oci.response.Response`
|
35139
35923
|
|
35140
35924
|
:example:
|
35141
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
35925
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_security_policy.py.html>`__ to see an example of how to use update_security_policy API.
|
35142
35926
|
"""
|
35143
35927
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35144
35928
|
required_arguments = ['securityPolicyId']
|
@@ -35248,7 +36032,7 @@ class DataSafeClient(object):
|
|
35248
36032
|
:rtype: :class:`~oci.response.Response`
|
35249
36033
|
|
35250
36034
|
:example:
|
35251
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_security_policy_deployment.py.html>`__ to see an example of how to use update_security_policy_deployment API.
|
35252
36036
|
"""
|
35253
36037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35254
36038
|
required_arguments = ['securityPolicyDeploymentId']
|
@@ -35361,7 +36145,7 @@ class DataSafeClient(object):
|
|
35361
36145
|
:rtype: :class:`~oci.response.Response`
|
35362
36146
|
|
35363
36147
|
:example:
|
35364
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
|
35365
36149
|
"""
|
35366
36150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35367
36151
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -35473,7 +36257,7 @@ class DataSafeClient(object):
|
|
35473
36257
|
:rtype: :class:`~oci.response.Response`
|
35474
36258
|
|
35475
36259
|
:example:
|
35476
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
|
35477
36261
|
"""
|
35478
36262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35479
36263
|
required_arguments = ['sensitiveDataModelId']
|
@@ -35583,7 +36367,7 @@ class DataSafeClient(object):
|
|
35583
36367
|
:rtype: :class:`~oci.response.Response`
|
35584
36368
|
|
35585
36369
|
:example:
|
35586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36370
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
|
35587
36371
|
"""
|
35588
36372
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35589
36373
|
required_arguments = ['sensitiveTypeId']
|
@@ -35693,7 +36477,7 @@ class DataSafeClient(object):
|
|
35693
36477
|
:rtype: :class:`~oci.response.Response`
|
35694
36478
|
|
35695
36479
|
:example:
|
35696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36480
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_sql_collection.py.html>`__ to see an example of how to use update_sql_collection API.
|
35697
36481
|
"""
|
35698
36482
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35699
36483
|
required_arguments = ['sqlCollectionId']
|
@@ -35803,7 +36587,7 @@ class DataSafeClient(object):
|
|
35803
36587
|
:rtype: :class:`~oci.response.Response`
|
35804
36588
|
|
35805
36589
|
:example:
|
35806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_sql_firewall_policy.py.html>`__ to see an example of how to use update_sql_firewall_policy API.
|
35807
36591
|
"""
|
35808
36592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35809
36593
|
required_arguments = ['sqlFirewallPolicyId']
|
@@ -35913,7 +36697,7 @@ class DataSafeClient(object):
|
|
35913
36697
|
:rtype: :class:`~oci.response.Response`
|
35914
36698
|
|
35915
36699
|
:example:
|
35916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36700
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
|
35917
36701
|
"""
|
35918
36702
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
35919
36703
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -36029,7 +36813,7 @@ class DataSafeClient(object):
|
|
36029
36813
|
:rtype: :class:`~oci.response.Response`
|
36030
36814
|
|
36031
36815
|
:example:
|
36032
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36816
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
|
36033
36817
|
"""
|
36034
36818
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36035
36819
|
required_arguments = ['targetDatabaseId']
|
@@ -36142,7 +36926,7 @@ class DataSafeClient(object):
|
|
36142
36926
|
:rtype: :class:`~oci.response.Response`
|
36143
36927
|
|
36144
36928
|
:example:
|
36145
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
36929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
|
36146
36930
|
"""
|
36147
36931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36148
36932
|
required_arguments = ['userAssessmentId']
|
@@ -36263,7 +37047,7 @@ class DataSafeClient(object):
|
|
36263
37047
|
:rtype: :class:`~oci.response.Response`
|
36264
37048
|
|
36265
37049
|
:example:
|
36266
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37050
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
|
36267
37051
|
"""
|
36268
37052
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36269
37053
|
required_arguments = ['maskingPolicyId']
|
@@ -36404,7 +37188,7 @@ class DataSafeClient(object):
|
|
36404
37188
|
:rtype: :class:`~oci.response.Response`
|
36405
37189
|
|
36406
37190
|
:example:
|
36407
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.
|
37191
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.126.1/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
|
36408
37192
|
"""
|
36409
37193
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
36410
37194
|
required_arguments = ['sensitiveDataModelId']
|