oci 2.101.0__py3-none-any.whl → 2.103.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- oci/access_governance_cp/access_governance_cp_client.py +8 -8
- oci/access_governance_cp/access_governance_cp_client_composite_operations.py +9 -1
- oci/adm/application_dependency_management_client.py +18 -18
- oci/adm/application_dependency_management_client_composite_operations.py +9 -1
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client_composite_operations.py +18 -2
- oci/ai_document/ai_service_document_client.py +3 -3
- oci/ai_language/ai_service_language_client.py +35 -35
- oci/ai_speech/ai_service_speech_client.py +9 -9
- 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/announcement_subscription_client_composite_operations.py +9 -1
- 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 +18 -18
- oci/apm_traces/query_client.py +2 -2
- oci/apm_traces/trace_client.py +4 -4
- oci/application_migration/application_migration_client.py +19 -19
- oci/appmgmt_control/appmgmt_control_client.py +8 -8
- oci/artifacts/artifacts_client.py +30 -30
- oci/artifacts/artifacts_client_composite_operations.py +36 -4
- oci/audit/audit_client.py +3 -3
- oci/auth/signers/instance_principals_security_token_signer.py +9 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +40 -40
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/budget/budget_client_composite_operations.py +9 -1
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/certificates_management/certificates_management_client_composite_operations.py +9 -1
- oci/cims/incident_client.py +7 -7
- 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/discovery_client_composite_operations.py +9 -1
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/inventory_client_composite_operations.py +9 -1
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_bridge/ocb_agent_svc_client_composite_operations.py +27 -3
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_guard/cloud_guard_client_composite_operations.py +63 -7
- oci/cloud_migrations/migration_client.py +43 -43
- 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 +36 -36
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/blockstorage_client_composite_operations.py +54 -6
- oci/core/compute_client.py +89 -89
- oci/core/compute_client_composite_operations.py +72 -8
- oci/core/compute_management_client.py +32 -32
- oci/core/compute_management_client_composite_operations.py +9 -1
- oci/core/virtual_network_client.py +241 -241
- oci/core/virtual_network_client_composite_operations.py +216 -24
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_client_composite_operations.py +9 -1
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/dashboard_service/dashboard_group_client_composite_operations.py +9 -1
- oci/data_catalog/data_catalog_client.py +139 -139
- oci/data_flow/data_flow_client.py +28 -28
- oci/data_flow/data_flow_client_composite_operations.py +18 -2
- oci/data_integration/data_integration_client.py +152 -152
- oci/data_labeling_service/data_labeling_management_client.py +16 -16
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_labeling_service_dataplane/data_labeling_client_composite_operations.py +18 -2
- oci/data_safe/data_safe_client.py +214 -214
- oci/data_safe/data_safe_client_composite_operations.py +18 -2
- oci/data_science/data_science_client.py +85 -85
- oci/data_science/data_science_client_composite_operations.py +27 -3
- oci/database/database_client.py +428 -304
- oci/database/database_client_composite_operations.py +18 -2
- oci/database/models/__init__.py +4 -0
- oci/database/models/autonomous_container_database.py +2 -2
- oci/database/models/autonomous_container_database_summary.py +2 -2
- oci/database/models/autonomous_database.py +6 -2
- oci/database/models/autonomous_database_summary.py +6 -2
- oci/database/models/autonomous_virtual_machine.py +37 -2
- oci/database/models/autonomous_virtual_machine_summary.py +37 -2
- oci/database/models/autonomous_vm_cluster.py +10 -6
- oci/database/models/autonomous_vm_cluster_resource_details.py +105 -0
- oci/database/models/autonomous_vm_cluster_summary.py +10 -6
- oci/database/models/cloud_autonomous_vm_cluster.py +43 -4
- oci/database/models/cloud_autonomous_vm_cluster_summary.py +43 -4
- oci/database/models/create_autonomous_container_database_details.py +2 -2
- oci/database/models/create_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/create_cloud_autonomous_vm_cluster_details.py +6 -2
- oci/database/models/exadata_infrastructure.py +31 -0
- oci/database/models/exadata_infrastructure_summary.py +31 -0
- oci/database/models/exadata_infrastructure_un_allocated_resources.py +260 -0
- oci/database/models/rotate_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_autonomous_vm_cluster_ssl_certs_details.py +3 -3
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ords_certs_details.py +2 -2
- oci/database/models/rotate_cloud_autonomous_vm_cluster_ssl_certs_details.py +2 -2
- oci/database/models/vm_cluster.py +31 -0
- oci/database/models/vm_cluster_summary.py +31 -0
- oci/database_management/db_management_client.py +157 -157
- oci/database_management/db_management_client_composite_operations.py +45 -5
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/sql_tuning_client.py +10 -10
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_migration/database_migration_client_composite_operations.py +9 -1
- oci/database_tools/database_tools_client.py +19 -19
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/disaster_recovery/disaster_recovery_client_composite_operations.py +9 -1
- oci/dns/dns_client.py +197 -51
- oci/dns/dns_client_composite_operations.py +45 -5
- oci/dns/models/__init__.py +2 -0
- oci/dns/models/create_zone_details.py +35 -2
- oci/dns/models/external_downstream.py +137 -0
- oci/dns/models/update_zone_details.py +35 -2
- oci/dns/models/zone.py +33 -0
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/appliance_export_job_client_composite_operations.py +9 -1
- 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_job_client_composite_operations.py +9 -1
- 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 +25 -25
- oci/email/email_client_composite_operations.py +9 -1
- oci/events/events_client.py +6 -6
- oci/events/events_client_composite_operations.py +9 -1
- oci/file_storage/file_storage_client.py +35 -35
- oci/file_storage/file_storage_client_composite_operations.py +54 -6
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/functions/functions_management_client_composite_operations.py +18 -2
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +357 -36
- oci/fusion_apps/fusion_applications_client_composite_operations.py +90 -0
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/models/__init__.py +2 -12
- oci/fusion_apps/models/create_service_attachment_details.py +45 -52
- oci/fusion_apps/models/service_attachment.py +0 -31
- oci/fusion_apps/models/verify_service_attachment_details.py +101 -0
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +53 -53
- 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/identity_client_composite_operations.py +63 -7
- oci/identity_data_plane/dataplane_client.py +1 -1
- oci/identity_domains/identity_domains_client.py +134 -134
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +44 -44
- oci/key_management/kms_crypto_client.py +6 -6
- 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/license_manager/license_manager_client_composite_operations.py +18 -2
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/limits/quotas_client_composite_operations.py +9 -1
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +22 -22
- oci/lockbox/lockbox_client_composite_operations.py +18 -2
- oci/log_analytics/log_analytics_client.py +184 -184
- oci/logging/logging_management_client.py +62 -300
- oci/logging/logging_management_client_composite_operations.py +12 -4
- oci/logging/models/__init__.py +2 -6
- oci/logging/models/archiving.py +2 -2
- oci/logging/models/category.py +2 -2
- oci/logging/models/change_log_saved_search_compartment_details.py +1 -1
- oci/logging/models/create_log_details.py +2 -2
- oci/logging/models/create_log_saved_search_details.py +1 -1
- oci/logging/models/log.py +2 -2
- oci/logging/models/log_saved_search.py +1 -1
- oci/logging/models/log_saved_search_summary.py +1 -1
- oci/logging/models/log_summary.py +2 -2
- oci/logging/models/parameter.py +77 -5
- oci/logging/models/unified_agent_apache2_parser.py +1 -1
- oci/logging/models/unified_agent_apache_error_parser.py +1 -1
- oci/logging/models/unified_agent_auditd_parser.py +1 -1
- oci/logging/models/unified_agent_cri_parser.py +160 -0
- oci/logging/models/unified_agent_csv_parser.py +10 -2
- oci/logging/models/unified_agent_grok_parser.py +14 -2
- oci/logging/models/unified_agent_logging_configuration.py +6 -2
- oci/logging/models/unified_agent_msgpack_parser.py +1 -1
- oci/logging/models/unified_agent_multiline_grok_parser.py +18 -2
- oci/logging/models/unified_agent_multiline_parser.py +10 -2
- oci/logging/models/unified_agent_none_parser.py +5 -1
- oci/logging/models/unified_agent_parser.py +51 -3
- oci/logging/models/unified_agent_regex_parser.py +10 -2
- oci/logging/models/unified_agent_syslog_parser.py +25 -1
- oci/logging/models/unified_agent_tail_log_source.py +5 -1
- oci/logging/models/unified_agent_tsv_parser.py +10 -2
- oci/logging/models/unified_agent_windows_event_source.py +5 -1
- oci/logging/models/unified_json_parser.py +9 -1
- oci/logging/models/update_log_details.py +2 -2
- oci/logging/models/update_log_saved_search_details.py +1 -1
- oci/logging/models/work_request.py +2 -2
- oci/logging/models/work_request_summary.py +2 -2
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_agent/management_agent_client_composite_operations.py +18 -2
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/management_dashboard/dashx_apis_client_composite_operations.py +18 -2
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +25 -25
- oci/marketplace/marketplace_client_composite_operations.py +9 -1
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_services_client_composite_operations.py +63 -7
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/monitoring/monitoring_client_composite_operations.py +9 -1
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +26 -26
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/mysqlaas_client_composite_operations.py +9 -1
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +17 -17
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +22 -22
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/ocvp/esxi_host_client.py +5 -5
- oci/ocvp/sddc_client.py +13 -13
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +56 -56
- 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/ons/notification_data_plane_client_composite_operations.py +9 -1
- oci/opa/opa_instance_client.py +11 -11
- 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 +9 -9
- oci/operator_access_control/operator_actions_client.py +2 -2
- oci/operator_access_control/operator_control_assignment_client.py +6 -6
- oci/operator_access_control/operator_control_assignment_client_composite_operations.py +9 -1
- oci/operator_access_control/operator_control_client.py +6 -6
- oci/operator_access_control/operator_control_client_composite_operations.py +9 -1
- oci/opsi/operations_insights_client.py +151 -151
- oci/optimizer/optimizer_client.py +26 -26
- oci/optimizer/optimizer_client_composite_operations.py +9 -1
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management/os_management_client_composite_operations.py +27 -3
- 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/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +7 -7
- oci/recovery/database_recovery_client.py +23 -23
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_manager/resource_manager_client_composite_operations.py +45 -5
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_cluster_client.py +7 -7
- oci/rover/rover_cluster_client_composite_operations.py +9 -1
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_entitlement_client_composite_operations.py +9 -1
- oci/rover/rover_node_client.py +10 -10
- oci/rover/rover_node_client_composite_operations.py +9 -1
- oci/rover/shape_client.py +1 -1
- 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_catalog/service_catalog_client_composite_operations.py +9 -1
- 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 +22 -22
- oci/stack_monitoring/stack_monitoring_client_composite_operations.py +9 -1
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_admin_client_composite_operations.py +27 -3
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client_composite_operations.py +9 -1
- 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 +9 -9
- oci/tenant_manager_control_plane/subscription_client_composite_operations.py +9 -1
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/rewards_client.py +6 -6
- oci/usage_api/usageapi_client.py +19 -19
- oci/usage_api/usageapi_client_composite_operations.py +9 -1
- oci/vault/vaults_client.py +11 -11
- 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/vn_monitoring/vn_monitoring_client_composite_operations.py +9 -1
- 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/waas/waas_client_composite_operations.py +27 -3
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/METADATA +1 -1
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/RECORD +341 -336
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/WHEEL +0 -0
- {oci-2.101.0.dist-info → oci-2.103.0.dist-info}/top_level.txt +0 -0
@@ -153,7 +153,7 @@ class DataSafeClient(object):
|
|
153
153
|
:rtype: :class:`~oci.response.Response`
|
154
154
|
|
155
155
|
:example:
|
156
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
156
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/activate_target_database.py.html>`__ to see an example of how to use activate_target_database API.
|
157
157
|
"""
|
158
158
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
159
159
|
required_arguments = ['targetDatabaseId']
|
@@ -266,7 +266,7 @@ class DataSafeClient(object):
|
|
266
266
|
:rtype: :class:`~oci.response.Response`
|
267
267
|
|
268
268
|
:example:
|
269
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
269
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/add_masking_columns_from_sdm.py.html>`__ to see an example of how to use add_masking_columns_from_sdm API.
|
270
270
|
"""
|
271
271
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
272
272
|
required_arguments = ['maskingPolicyId']
|
@@ -389,7 +389,7 @@ class DataSafeClient(object):
|
|
389
389
|
:rtype: :class:`~oci.response.Response`
|
390
390
|
|
391
391
|
:example:
|
392
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
392
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/alerts_update.py.html>`__ to see an example of how to use alerts_update API.
|
393
393
|
"""
|
394
394
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
395
395
|
required_arguments = []
|
@@ -510,7 +510,7 @@ class DataSafeClient(object):
|
|
510
510
|
:rtype: :class:`~oci.response.Response`
|
511
511
|
|
512
512
|
:example:
|
513
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
513
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/apply_discovery_job_results.py.html>`__ to see an example of how to use apply_discovery_job_results API.
|
514
514
|
"""
|
515
515
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
516
516
|
required_arguments = ['sensitiveDataModelId']
|
@@ -631,7 +631,7 @@ class DataSafeClient(object):
|
|
631
631
|
:rtype: :class:`~oci.response.Response`
|
632
632
|
|
633
633
|
:example:
|
634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/apply_sdm_masking_policy_difference.py.html>`__ to see an example of how to use apply_sdm_masking_policy_difference API.
|
635
635
|
"""
|
636
636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
637
637
|
required_arguments = ['maskingPolicyId']
|
@@ -750,7 +750,7 @@ class DataSafeClient(object):
|
|
750
750
|
:rtype: :class:`~oci.response.Response`
|
751
751
|
|
752
752
|
:example:
|
753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/calculate_audit_volume_available.py.html>`__ to see an example of how to use calculate_audit_volume_available API.
|
754
754
|
"""
|
755
755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
756
756
|
required_arguments = ['auditProfileId']
|
@@ -869,7 +869,7 @@ class DataSafeClient(object):
|
|
869
869
|
:rtype: :class:`~oci.response.Response`
|
870
870
|
|
871
871
|
:example:
|
872
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
872
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/calculate_audit_volume_collected.py.html>`__ to see an example of how to use calculate_audit_volume_collected API.
|
873
873
|
"""
|
874
874
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
875
875
|
required_arguments = ['auditProfileId']
|
@@ -985,7 +985,7 @@ class DataSafeClient(object):
|
|
985
985
|
:rtype: :class:`~oci.response.Response`
|
986
986
|
|
987
987
|
:example:
|
988
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
988
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
989
989
|
"""
|
990
990
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
991
991
|
required_arguments = ['workRequestId']
|
@@ -1102,7 +1102,7 @@ class DataSafeClient(object):
|
|
1102
1102
|
:rtype: :class:`~oci.response.Response`
|
1103
1103
|
|
1104
1104
|
:example:
|
1105
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1105
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_alert_compartment.py.html>`__ to see an example of how to use change_alert_compartment API.
|
1106
1106
|
"""
|
1107
1107
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1108
1108
|
required_arguments = ['alertId']
|
@@ -1221,7 +1221,7 @@ class DataSafeClient(object):
|
|
1221
1221
|
:rtype: :class:`~oci.response.Response`
|
1222
1222
|
|
1223
1223
|
:example:
|
1224
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1224
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_audit_archive_retrieval_compartment.py.html>`__ to see an example of how to use change_audit_archive_retrieval_compartment API.
|
1225
1225
|
"""
|
1226
1226
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1227
1227
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -1340,7 +1340,7 @@ class DataSafeClient(object):
|
|
1340
1340
|
:rtype: :class:`~oci.response.Response`
|
1341
1341
|
|
1342
1342
|
:example:
|
1343
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1343
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_audit_policy_compartment.py.html>`__ to see an example of how to use change_audit_policy_compartment API.
|
1344
1344
|
"""
|
1345
1345
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1346
1346
|
required_arguments = ['auditPolicyId']
|
@@ -1459,7 +1459,7 @@ class DataSafeClient(object):
|
|
1459
1459
|
:rtype: :class:`~oci.response.Response`
|
1460
1460
|
|
1461
1461
|
:example:
|
1462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_audit_profile_compartment.py.html>`__ to see an example of how to use change_audit_profile_compartment API.
|
1463
1463
|
"""
|
1464
1464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1465
1465
|
required_arguments = ['auditProfileId']
|
@@ -1572,7 +1572,7 @@ class DataSafeClient(object):
|
|
1572
1572
|
:rtype: :class:`~oci.response.Response`
|
1573
1573
|
|
1574
1574
|
:example:
|
1575
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1575
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_data_safe_private_endpoint_compartment.py.html>`__ to see an example of how to use change_data_safe_private_endpoint_compartment API.
|
1576
1576
|
"""
|
1577
1577
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1578
1578
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -1688,7 +1688,7 @@ class DataSafeClient(object):
|
|
1688
1688
|
:rtype: :class:`~oci.response.Response`
|
1689
1689
|
|
1690
1690
|
:example:
|
1691
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1691
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_discovery_job_compartment.py.html>`__ to see an example of how to use change_discovery_job_compartment API.
|
1692
1692
|
"""
|
1693
1693
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1694
1694
|
required_arguments = ['discoveryJobId']
|
@@ -1807,7 +1807,7 @@ class DataSafeClient(object):
|
|
1807
1807
|
:rtype: :class:`~oci.response.Response`
|
1808
1808
|
|
1809
1809
|
:example:
|
1810
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1810
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_library_masking_format_compartment.py.html>`__ to see an example of how to use change_library_masking_format_compartment API.
|
1811
1811
|
"""
|
1812
1812
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1813
1813
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -1926,7 +1926,7 @@ class DataSafeClient(object):
|
|
1926
1926
|
:rtype: :class:`~oci.response.Response`
|
1927
1927
|
|
1928
1928
|
:example:
|
1929
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1929
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_masking_policy_compartment.py.html>`__ to see an example of how to use change_masking_policy_compartment API.
|
1930
1930
|
"""
|
1931
1931
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1932
1932
|
required_arguments = ['maskingPolicyId']
|
@@ -2045,7 +2045,7 @@ class DataSafeClient(object):
|
|
2045
2045
|
:rtype: :class:`~oci.response.Response`
|
2046
2046
|
|
2047
2047
|
:example:
|
2048
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2048
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_on_prem_connector_compartment.py.html>`__ to see an example of how to use change_on_prem_connector_compartment API.
|
2049
2049
|
"""
|
2050
2050
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2051
2051
|
required_arguments = ['onPremConnectorId']
|
@@ -2164,7 +2164,7 @@ class DataSafeClient(object):
|
|
2164
2164
|
:rtype: :class:`~oci.response.Response`
|
2165
2165
|
|
2166
2166
|
:example:
|
2167
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2167
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_report_compartment.py.html>`__ to see an example of how to use change_report_compartment API.
|
2168
2168
|
"""
|
2169
2169
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2170
2170
|
required_arguments = ['reportId']
|
@@ -2283,7 +2283,7 @@ class DataSafeClient(object):
|
|
2283
2283
|
:rtype: :class:`~oci.response.Response`
|
2284
2284
|
|
2285
2285
|
:example:
|
2286
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2286
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_report_definition_compartment.py.html>`__ to see an example of how to use change_report_definition_compartment API.
|
2287
2287
|
"""
|
2288
2288
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2289
2289
|
required_arguments = ['reportDefinitionId']
|
@@ -2402,7 +2402,7 @@ class DataSafeClient(object):
|
|
2402
2402
|
:rtype: :class:`~oci.response.Response`
|
2403
2403
|
|
2404
2404
|
:example:
|
2405
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2405
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_retention.py.html>`__ to see an example of how to use change_retention API.
|
2406
2406
|
"""
|
2407
2407
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2408
2408
|
required_arguments = ['auditProfileId']
|
@@ -2521,7 +2521,7 @@ class DataSafeClient(object):
|
|
2521
2521
|
:rtype: :class:`~oci.response.Response`
|
2522
2522
|
|
2523
2523
|
:example:
|
2524
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2524
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_sdm_masking_policy_difference_compartment.py.html>`__ to see an example of how to use change_sdm_masking_policy_difference_compartment API.
|
2525
2525
|
"""
|
2526
2526
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2527
2527
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -2644,7 +2644,7 @@ class DataSafeClient(object):
|
|
2644
2644
|
:rtype: :class:`~oci.response.Response`
|
2645
2645
|
|
2646
2646
|
:example:
|
2647
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2647
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_security_assessment_compartment.py.html>`__ to see an example of how to use change_security_assessment_compartment API.
|
2648
2648
|
"""
|
2649
2649
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2650
2650
|
required_arguments = ['securityAssessmentId']
|
@@ -2763,7 +2763,7 @@ class DataSafeClient(object):
|
|
2763
2763
|
:rtype: :class:`~oci.response.Response`
|
2764
2764
|
|
2765
2765
|
:example:
|
2766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_sensitive_data_model_compartment.py.html>`__ to see an example of how to use change_sensitive_data_model_compartment API.
|
2767
2767
|
"""
|
2768
2768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2769
2769
|
required_arguments = ['sensitiveDataModelId']
|
@@ -2882,7 +2882,7 @@ class DataSafeClient(object):
|
|
2882
2882
|
:rtype: :class:`~oci.response.Response`
|
2883
2883
|
|
2884
2884
|
:example:
|
2885
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2885
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_sensitive_type_compartment.py.html>`__ to see an example of how to use change_sensitive_type_compartment API.
|
2886
2886
|
"""
|
2887
2887
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2888
2888
|
required_arguments = ['sensitiveTypeId']
|
@@ -3001,7 +3001,7 @@ class DataSafeClient(object):
|
|
3001
3001
|
:rtype: :class:`~oci.response.Response`
|
3002
3002
|
|
3003
3003
|
:example:
|
3004
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3004
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_target_alert_policy_association_compartment.py.html>`__ to see an example of how to use change_target_alert_policy_association_compartment API.
|
3005
3005
|
"""
|
3006
3006
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3007
3007
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -3120,7 +3120,7 @@ class DataSafeClient(object):
|
|
3120
3120
|
:rtype: :class:`~oci.response.Response`
|
3121
3121
|
|
3122
3122
|
:example:
|
3123
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3123
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_target_database_compartment.py.html>`__ to see an example of how to use change_target_database_compartment API.
|
3124
3124
|
"""
|
3125
3125
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3126
3126
|
required_arguments = ['targetDatabaseId']
|
@@ -3243,7 +3243,7 @@ class DataSafeClient(object):
|
|
3243
3243
|
:rtype: :class:`~oci.response.Response`
|
3244
3244
|
|
3245
3245
|
:example:
|
3246
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3246
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/change_user_assessment_compartment.py.html>`__ to see an example of how to use change_user_assessment_compartment API.
|
3247
3247
|
"""
|
3248
3248
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3249
3249
|
required_arguments = ['userAssessmentId']
|
@@ -3363,7 +3363,7 @@ class DataSafeClient(object):
|
|
3363
3363
|
:rtype: :class:`~oci.response.Response`
|
3364
3364
|
|
3365
3365
|
:example:
|
3366
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3366
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/compare_security_assessment.py.html>`__ to see an example of how to use compare_security_assessment API.
|
3367
3367
|
"""
|
3368
3368
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3369
3369
|
required_arguments = ['securityAssessmentId']
|
@@ -3483,7 +3483,7 @@ class DataSafeClient(object):
|
|
3483
3483
|
:rtype: :class:`~oci.response.Response`
|
3484
3484
|
|
3485
3485
|
:example:
|
3486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/compare_user_assessment.py.html>`__ to see an example of how to use compare_user_assessment API.
|
3487
3487
|
"""
|
3488
3488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3489
3489
|
required_arguments = ['userAssessmentId']
|
@@ -3594,7 +3594,7 @@ class DataSafeClient(object):
|
|
3594
3594
|
:rtype: :class:`~oci.response.Response`
|
3595
3595
|
|
3596
3596
|
:example:
|
3597
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3597
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_audit_archive_retrieval.py.html>`__ to see an example of how to use create_audit_archive_retrieval API.
|
3598
3598
|
"""
|
3599
3599
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3600
3600
|
required_arguments = []
|
@@ -3691,7 +3691,7 @@ class DataSafeClient(object):
|
|
3691
3691
|
:rtype: :class:`~oci.response.Response`
|
3692
3692
|
|
3693
3693
|
:example:
|
3694
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3694
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_data_safe_private_endpoint.py.html>`__ to see an example of how to use create_data_safe_private_endpoint API.
|
3695
3695
|
"""
|
3696
3696
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3697
3697
|
required_arguments = []
|
@@ -3792,7 +3792,7 @@ class DataSafeClient(object):
|
|
3792
3792
|
:rtype: :class:`~oci.response.Response`
|
3793
3793
|
|
3794
3794
|
:example:
|
3795
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3795
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_discovery_job.py.html>`__ to see an example of how to use create_discovery_job API.
|
3796
3796
|
"""
|
3797
3797
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3798
3798
|
required_arguments = []
|
@@ -3893,7 +3893,7 @@ class DataSafeClient(object):
|
|
3893
3893
|
:rtype: :class:`~oci.response.Response`
|
3894
3894
|
|
3895
3895
|
:example:
|
3896
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3896
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_library_masking_format.py.html>`__ to see an example of how to use create_library_masking_format API.
|
3897
3897
|
"""
|
3898
3898
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3899
3899
|
required_arguments = []
|
@@ -4012,7 +4012,7 @@ class DataSafeClient(object):
|
|
4012
4012
|
:rtype: :class:`~oci.response.Response`
|
4013
4013
|
|
4014
4014
|
:example:
|
4015
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4015
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_masking_column.py.html>`__ to see an example of how to use create_masking_column API.
|
4016
4016
|
"""
|
4017
4017
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4018
4018
|
required_arguments = ['maskingPolicyId']
|
@@ -4135,7 +4135,7 @@ class DataSafeClient(object):
|
|
4135
4135
|
:rtype: :class:`~oci.response.Response`
|
4136
4136
|
|
4137
4137
|
:example:
|
4138
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4138
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_masking_policy.py.html>`__ to see an example of how to use create_masking_policy API.
|
4139
4139
|
"""
|
4140
4140
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4141
4141
|
required_arguments = []
|
@@ -4232,7 +4232,7 @@ class DataSafeClient(object):
|
|
4232
4232
|
:rtype: :class:`~oci.response.Response`
|
4233
4233
|
|
4234
4234
|
:example:
|
4235
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4235
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_on_prem_connector.py.html>`__ to see an example of how to use create_on_prem_connector API.
|
4236
4236
|
"""
|
4237
4237
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4238
4238
|
required_arguments = []
|
@@ -4329,7 +4329,7 @@ class DataSafeClient(object):
|
|
4329
4329
|
:rtype: :class:`~oci.response.Response`
|
4330
4330
|
|
4331
4331
|
:example:
|
4332
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4332
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_report_definition.py.html>`__ to see an example of how to use create_report_definition API.
|
4333
4333
|
"""
|
4334
4334
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4335
4335
|
required_arguments = []
|
@@ -4430,7 +4430,7 @@ class DataSafeClient(object):
|
|
4430
4430
|
:rtype: :class:`~oci.response.Response`
|
4431
4431
|
|
4432
4432
|
:example:
|
4433
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4433
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_sdm_masking_policy_difference.py.html>`__ to see an example of how to use create_sdm_masking_policy_difference API.
|
4434
4434
|
"""
|
4435
4435
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4436
4436
|
required_arguments = []
|
@@ -4531,7 +4531,7 @@ class DataSafeClient(object):
|
|
4531
4531
|
:rtype: :class:`~oci.response.Response`
|
4532
4532
|
|
4533
4533
|
:example:
|
4534
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4534
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_security_assessment.py.html>`__ to see an example of how to use create_security_assessment API.
|
4535
4535
|
"""
|
4536
4536
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4537
4537
|
required_arguments = []
|
@@ -4631,7 +4631,7 @@ class DataSafeClient(object):
|
|
4631
4631
|
:rtype: :class:`~oci.response.Response`
|
4632
4632
|
|
4633
4633
|
:example:
|
4634
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4634
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_sensitive_column.py.html>`__ to see an example of how to use create_sensitive_column API.
|
4635
4635
|
"""
|
4636
4636
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4637
4637
|
required_arguments = ['sensitiveDataModelId']
|
@@ -4740,7 +4740,7 @@ class DataSafeClient(object):
|
|
4740
4740
|
:rtype: :class:`~oci.response.Response`
|
4741
4741
|
|
4742
4742
|
:example:
|
4743
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4743
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_sensitive_data_model.py.html>`__ to see an example of how to use create_sensitive_data_model API.
|
4744
4744
|
"""
|
4745
4745
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4746
4746
|
required_arguments = []
|
@@ -4839,7 +4839,7 @@ class DataSafeClient(object):
|
|
4839
4839
|
:rtype: :class:`~oci.response.Response`
|
4840
4840
|
|
4841
4841
|
:example:
|
4842
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4842
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_sensitive_type.py.html>`__ to see an example of how to use create_sensitive_type API.
|
4843
4843
|
"""
|
4844
4844
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4845
4845
|
required_arguments = []
|
@@ -4936,7 +4936,7 @@ class DataSafeClient(object):
|
|
4936
4936
|
:rtype: :class:`~oci.response.Response`
|
4937
4937
|
|
4938
4938
|
:example:
|
4939
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4939
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_target_alert_policy_association.py.html>`__ to see an example of how to use create_target_alert_policy_association API.
|
4940
4940
|
"""
|
4941
4941
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4942
4942
|
required_arguments = []
|
@@ -5033,7 +5033,7 @@ class DataSafeClient(object):
|
|
5033
5033
|
:rtype: :class:`~oci.response.Response`
|
5034
5034
|
|
5035
5035
|
:example:
|
5036
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5036
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_target_database.py.html>`__ to see an example of how to use create_target_database API.
|
5037
5037
|
"""
|
5038
5038
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5039
5039
|
required_arguments = []
|
@@ -5134,7 +5134,7 @@ class DataSafeClient(object):
|
|
5134
5134
|
:rtype: :class:`~oci.response.Response`
|
5135
5135
|
|
5136
5136
|
:example:
|
5137
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5137
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/create_user_assessment.py.html>`__ to see an example of how to use create_user_assessment API.
|
5138
5138
|
"""
|
5139
5139
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5140
5140
|
required_arguments = []
|
@@ -5238,7 +5238,7 @@ class DataSafeClient(object):
|
|
5238
5238
|
:rtype: :class:`~oci.response.Response`
|
5239
5239
|
|
5240
5240
|
:example:
|
5241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/deactivate_target_database.py.html>`__ to see an example of how to use deactivate_target_database API.
|
5242
5242
|
"""
|
5243
5243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5244
5244
|
required_arguments = ['targetDatabaseId']
|
@@ -5347,7 +5347,7 @@ class DataSafeClient(object):
|
|
5347
5347
|
:rtype: :class:`~oci.response.Response`
|
5348
5348
|
|
5349
5349
|
:example:
|
5350
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5350
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_audit_archive_retrieval.py.html>`__ to see an example of how to use delete_audit_archive_retrieval API.
|
5351
5351
|
"""
|
5352
5352
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5353
5353
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -5452,7 +5452,7 @@ class DataSafeClient(object):
|
|
5452
5452
|
:rtype: :class:`~oci.response.Response`
|
5453
5453
|
|
5454
5454
|
:example:
|
5455
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5455
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_audit_trail.py.html>`__ to see an example of how to use delete_audit_trail API.
|
5456
5456
|
"""
|
5457
5457
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5458
5458
|
required_arguments = ['auditTrailId']
|
@@ -5557,7 +5557,7 @@ class DataSafeClient(object):
|
|
5557
5557
|
:rtype: :class:`~oci.response.Response`
|
5558
5558
|
|
5559
5559
|
:example:
|
5560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_data_safe_private_endpoint.py.html>`__ to see an example of how to use delete_data_safe_private_endpoint API.
|
5561
5561
|
"""
|
5562
5562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5563
5563
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -5662,7 +5662,7 @@ class DataSafeClient(object):
|
|
5662
5662
|
:rtype: :class:`~oci.response.Response`
|
5663
5663
|
|
5664
5664
|
:example:
|
5665
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5665
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_discovery_job.py.html>`__ to see an example of how to use delete_discovery_job API.
|
5666
5666
|
"""
|
5667
5667
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5668
5668
|
required_arguments = ['discoveryJobId']
|
@@ -5770,7 +5770,7 @@ class DataSafeClient(object):
|
|
5770
5770
|
:rtype: :class:`~oci.response.Response`
|
5771
5771
|
|
5772
5772
|
:example:
|
5773
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5773
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_discovery_job_result.py.html>`__ to see an example of how to use delete_discovery_job_result API.
|
5774
5774
|
"""
|
5775
5775
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5776
5776
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -5876,7 +5876,7 @@ class DataSafeClient(object):
|
|
5876
5876
|
:rtype: :class:`~oci.response.Response`
|
5877
5877
|
|
5878
5878
|
:example:
|
5879
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5879
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_library_masking_format.py.html>`__ to see an example of how to use delete_library_masking_format API.
|
5880
5880
|
"""
|
5881
5881
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5882
5882
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -5984,7 +5984,7 @@ class DataSafeClient(object):
|
|
5984
5984
|
:rtype: :class:`~oci.response.Response`
|
5985
5985
|
|
5986
5986
|
:example:
|
5987
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5987
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_masking_column.py.html>`__ to see an example of how to use delete_masking_column API.
|
5988
5988
|
"""
|
5989
5989
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5990
5990
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -6090,7 +6090,7 @@ class DataSafeClient(object):
|
|
6090
6090
|
:rtype: :class:`~oci.response.Response`
|
6091
6091
|
|
6092
6092
|
:example:
|
6093
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6093
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_masking_policy.py.html>`__ to see an example of how to use delete_masking_policy API.
|
6094
6094
|
"""
|
6095
6095
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6096
6096
|
required_arguments = ['maskingPolicyId']
|
@@ -6195,7 +6195,7 @@ class DataSafeClient(object):
|
|
6195
6195
|
:rtype: :class:`~oci.response.Response`
|
6196
6196
|
|
6197
6197
|
:example:
|
6198
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6198
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_on_prem_connector.py.html>`__ to see an example of how to use delete_on_prem_connector API.
|
6199
6199
|
"""
|
6200
6200
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6201
6201
|
required_arguments = ['onPremConnectorId']
|
@@ -6300,7 +6300,7 @@ class DataSafeClient(object):
|
|
6300
6300
|
:rtype: :class:`~oci.response.Response`
|
6301
6301
|
|
6302
6302
|
:example:
|
6303
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6303
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_report_definition.py.html>`__ to see an example of how to use delete_report_definition API.
|
6304
6304
|
"""
|
6305
6305
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6306
6306
|
required_arguments = ['reportDefinitionId']
|
@@ -6405,7 +6405,7 @@ class DataSafeClient(object):
|
|
6405
6405
|
:rtype: :class:`~oci.response.Response`
|
6406
6406
|
|
6407
6407
|
:example:
|
6408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_sdm_masking_policy_difference.py.html>`__ to see an example of how to use delete_sdm_masking_policy_difference API.
|
6409
6409
|
"""
|
6410
6410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6411
6411
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -6513,7 +6513,7 @@ class DataSafeClient(object):
|
|
6513
6513
|
:rtype: :class:`~oci.response.Response`
|
6514
6514
|
|
6515
6515
|
:example:
|
6516
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6516
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_security_assessment.py.html>`__ to see an example of how to use delete_security_assessment API.
|
6517
6517
|
"""
|
6518
6518
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6519
6519
|
required_arguments = ['securityAssessmentId']
|
@@ -6621,7 +6621,7 @@ class DataSafeClient(object):
|
|
6621
6621
|
:rtype: :class:`~oci.response.Response`
|
6622
6622
|
|
6623
6623
|
:example:
|
6624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_sensitive_column.py.html>`__ to see an example of how to use delete_sensitive_column API.
|
6625
6625
|
"""
|
6626
6626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6627
6627
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -6727,7 +6727,7 @@ class DataSafeClient(object):
|
|
6727
6727
|
:rtype: :class:`~oci.response.Response`
|
6728
6728
|
|
6729
6729
|
:example:
|
6730
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6730
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_sensitive_data_model.py.html>`__ to see an example of how to use delete_sensitive_data_model API.
|
6731
6731
|
"""
|
6732
6732
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6733
6733
|
required_arguments = ['sensitiveDataModelId']
|
@@ -6832,7 +6832,7 @@ class DataSafeClient(object):
|
|
6832
6832
|
:rtype: :class:`~oci.response.Response`
|
6833
6833
|
|
6834
6834
|
:example:
|
6835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_sensitive_type.py.html>`__ to see an example of how to use delete_sensitive_type API.
|
6836
6836
|
"""
|
6837
6837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6838
6838
|
required_arguments = ['sensitiveTypeId']
|
@@ -6937,7 +6937,7 @@ class DataSafeClient(object):
|
|
6937
6937
|
:rtype: :class:`~oci.response.Response`
|
6938
6938
|
|
6939
6939
|
:example:
|
6940
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6940
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_target_alert_policy_association.py.html>`__ to see an example of how to use delete_target_alert_policy_association API.
|
6941
6941
|
"""
|
6942
6942
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6943
6943
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -7042,7 +7042,7 @@ class DataSafeClient(object):
|
|
7042
7042
|
:rtype: :class:`~oci.response.Response`
|
7043
7043
|
|
7044
7044
|
:example:
|
7045
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7045
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_target_database.py.html>`__ to see an example of how to use delete_target_database API.
|
7046
7046
|
"""
|
7047
7047
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7048
7048
|
required_arguments = ['targetDatabaseId']
|
@@ -7150,7 +7150,7 @@ class DataSafeClient(object):
|
|
7150
7150
|
:rtype: :class:`~oci.response.Response`
|
7151
7151
|
|
7152
7152
|
:example:
|
7153
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7153
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/delete_user_assessment.py.html>`__ to see an example of how to use delete_user_assessment API.
|
7154
7154
|
"""
|
7155
7155
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7156
7156
|
required_arguments = ['userAssessmentId']
|
@@ -7264,7 +7264,7 @@ class DataSafeClient(object):
|
|
7264
7264
|
:rtype: :class:`~oci.response.Response`
|
7265
7265
|
|
7266
7266
|
:example:
|
7267
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7267
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/discover_audit_trails.py.html>`__ to see an example of how to use discover_audit_trails API.
|
7268
7268
|
"""
|
7269
7269
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7270
7270
|
required_arguments = ['auditProfileId']
|
@@ -7371,7 +7371,7 @@ class DataSafeClient(object):
|
|
7371
7371
|
:rtype: :class:`~oci.response.Response`
|
7372
7372
|
|
7373
7373
|
:example:
|
7374
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7374
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/download_discovery_report.py.html>`__ to see an example of how to use download_discovery_report API.
|
7375
7375
|
"""
|
7376
7376
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7377
7377
|
required_arguments = ['sensitiveDataModelId']
|
@@ -7474,7 +7474,7 @@ class DataSafeClient(object):
|
|
7474
7474
|
:rtype: :class:`~oci.response.Response`
|
7475
7475
|
|
7476
7476
|
:example:
|
7477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/download_masking_log.py.html>`__ to see an example of how to use download_masking_log API.
|
7478
7478
|
"""
|
7479
7479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7480
7480
|
required_arguments = ['maskingPolicyId']
|
@@ -7580,7 +7580,7 @@ class DataSafeClient(object):
|
|
7580
7580
|
:rtype: :class:`~oci.response.Response`
|
7581
7581
|
|
7582
7582
|
:example:
|
7583
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7583
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/download_masking_policy.py.html>`__ to see an example of how to use download_masking_policy API.
|
7584
7584
|
"""
|
7585
7585
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7586
7586
|
required_arguments = ['maskingPolicyId']
|
@@ -7685,7 +7685,7 @@ class DataSafeClient(object):
|
|
7685
7685
|
:rtype: :class:`~oci.response.Response`
|
7686
7686
|
|
7687
7687
|
:example:
|
7688
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7688
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/download_masking_report.py.html>`__ to see an example of how to use download_masking_report API.
|
7689
7689
|
"""
|
7690
7690
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7691
7691
|
required_arguments = ['maskingPolicyId']
|
@@ -7795,7 +7795,7 @@ class DataSafeClient(object):
|
|
7795
7795
|
:rtype: :class:`~oci.response.Response`
|
7796
7796
|
|
7797
7797
|
:example:
|
7798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/download_privilege_script.py.html>`__ to see an example of how to use download_privilege_script API.
|
7799
7799
|
"""
|
7800
7800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7801
7801
|
required_arguments = []
|
@@ -7903,7 +7903,7 @@ class DataSafeClient(object):
|
|
7903
7903
|
:rtype: :class:`~oci.response.Response`
|
7904
7904
|
|
7905
7905
|
:example:
|
7906
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7906
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/download_security_assessment_report.py.html>`__ to see an example of how to use download_security_assessment_report API.
|
7907
7907
|
"""
|
7908
7908
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7909
7909
|
required_arguments = ['securityAssessmentId']
|
@@ -8014,7 +8014,7 @@ class DataSafeClient(object):
|
|
8014
8014
|
:rtype: :class:`~oci.response.Response`
|
8015
8015
|
|
8016
8016
|
:example:
|
8017
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8017
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/download_sensitive_data_model.py.html>`__ to see an example of how to use download_sensitive_data_model API.
|
8018
8018
|
"""
|
8019
8019
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8020
8020
|
required_arguments = ['sensitiveDataModelId']
|
@@ -8131,7 +8131,7 @@ class DataSafeClient(object):
|
|
8131
8131
|
:rtype: :class:`~oci.response.Response`
|
8132
8132
|
|
8133
8133
|
:example:
|
8134
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8134
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/download_user_assessment_report.py.html>`__ to see an example of how to use download_user_assessment_report API.
|
8135
8135
|
"""
|
8136
8136
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8137
8137
|
required_arguments = ['userAssessmentId']
|
@@ -8246,7 +8246,7 @@ class DataSafeClient(object):
|
|
8246
8246
|
:rtype: :class:`~oci.response.Response`
|
8247
8247
|
|
8248
8248
|
:example:
|
8249
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8249
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/enable_data_safe_configuration.py.html>`__ to see an example of how to use enable_data_safe_configuration API.
|
8250
8250
|
"""
|
8251
8251
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8252
8252
|
required_arguments = []
|
@@ -8348,7 +8348,7 @@ class DataSafeClient(object):
|
|
8348
8348
|
:rtype: :class:`~oci.response.Response`
|
8349
8349
|
|
8350
8350
|
:example:
|
8351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/generate_discovery_report_for_download.py.html>`__ to see an example of how to use generate_discovery_report_for_download API.
|
8352
8352
|
"""
|
8353
8353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8354
8354
|
required_arguments = ['sensitiveDataModelId']
|
@@ -8453,7 +8453,7 @@ class DataSafeClient(object):
|
|
8453
8453
|
:rtype: :class:`~oci.response.Response`
|
8454
8454
|
|
8455
8455
|
:example:
|
8456
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8456
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/generate_masking_policy_for_download.py.html>`__ to see an example of how to use generate_masking_policy_for_download API.
|
8457
8457
|
"""
|
8458
8458
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8459
8459
|
required_arguments = ['maskingPolicyId']
|
@@ -8557,7 +8557,7 @@ class DataSafeClient(object):
|
|
8557
8557
|
:rtype: :class:`~oci.response.Response`
|
8558
8558
|
|
8559
8559
|
:example:
|
8560
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8560
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/generate_masking_report_for_download.py.html>`__ to see an example of how to use generate_masking_report_for_download API.
|
8561
8561
|
"""
|
8562
8562
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8563
8563
|
required_arguments = ['maskingPolicyId']
|
@@ -8671,7 +8671,7 @@ class DataSafeClient(object):
|
|
8671
8671
|
:rtype: :class:`~oci.response.Response`
|
8672
8672
|
|
8673
8673
|
:example:
|
8674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/generate_on_prem_connector_configuration.py.html>`__ to see an example of how to use generate_on_prem_connector_configuration API.
|
8675
8675
|
"""
|
8676
8676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8677
8677
|
required_arguments = ['onPremConnectorId']
|
@@ -8803,7 +8803,7 @@ class DataSafeClient(object):
|
|
8803
8803
|
:rtype: :class:`~oci.response.Response`
|
8804
8804
|
|
8805
8805
|
:example:
|
8806
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8806
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/generate_report.py.html>`__ to see an example of how to use generate_report API.
|
8807
8807
|
"""
|
8808
8808
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8809
8809
|
required_arguments = ['reportDefinitionId']
|
@@ -8931,7 +8931,7 @@ class DataSafeClient(object):
|
|
8931
8931
|
:rtype: :class:`~oci.response.Response`
|
8932
8932
|
|
8933
8933
|
:example:
|
8934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/generate_security_assessment_report.py.html>`__ to see an example of how to use generate_security_assessment_report API.
|
8935
8935
|
"""
|
8936
8936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8937
8937
|
required_arguments = ['securityAssessmentId']
|
@@ -9040,7 +9040,7 @@ class DataSafeClient(object):
|
|
9040
9040
|
:rtype: :class:`~oci.response.Response`
|
9041
9041
|
|
9042
9042
|
:example:
|
9043
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9043
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/generate_sensitive_data_model_for_download.py.html>`__ to see an example of how to use generate_sensitive_data_model_for_download API.
|
9044
9044
|
"""
|
9045
9045
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9046
9046
|
required_arguments = ['sensitiveDataModelId']
|
@@ -9155,7 +9155,7 @@ class DataSafeClient(object):
|
|
9155
9155
|
:rtype: :class:`~oci.response.Response`
|
9156
9156
|
|
9157
9157
|
:example:
|
9158
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9158
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/generate_user_assessment_report.py.html>`__ to see an example of how to use generate_user_assessment_report API.
|
9159
9159
|
"""
|
9160
9160
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9161
9161
|
required_arguments = ['userAssessmentId']
|
@@ -9258,7 +9258,7 @@ class DataSafeClient(object):
|
|
9258
9258
|
:rtype: :class:`~oci.response.Response`
|
9259
9259
|
|
9260
9260
|
:example:
|
9261
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9261
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_alert.py.html>`__ to see an example of how to use get_alert API.
|
9262
9262
|
"""
|
9263
9263
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9264
9264
|
required_arguments = ['alertId']
|
@@ -9356,7 +9356,7 @@ class DataSafeClient(object):
|
|
9356
9356
|
:rtype: :class:`~oci.response.Response`
|
9357
9357
|
|
9358
9358
|
:example:
|
9359
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9359
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_alert_policy.py.html>`__ to see an example of how to use get_alert_policy API.
|
9360
9360
|
"""
|
9361
9361
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9362
9362
|
required_arguments = ['alertPolicyId']
|
@@ -9461,7 +9461,7 @@ class DataSafeClient(object):
|
|
9461
9461
|
:rtype: :class:`~oci.response.Response`
|
9462
9462
|
|
9463
9463
|
:example:
|
9464
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9464
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_audit_archive_retrieval.py.html>`__ to see an example of how to use get_audit_archive_retrieval API.
|
9465
9465
|
"""
|
9466
9466
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9467
9467
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -9561,7 +9561,7 @@ class DataSafeClient(object):
|
|
9561
9561
|
:rtype: :class:`~oci.response.Response`
|
9562
9562
|
|
9563
9563
|
:example:
|
9564
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9564
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_audit_policy.py.html>`__ to see an example of how to use get_audit_policy API.
|
9565
9565
|
"""
|
9566
9566
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9567
9567
|
required_arguments = ['auditPolicyId']
|
@@ -9659,7 +9659,7 @@ class DataSafeClient(object):
|
|
9659
9659
|
:rtype: :class:`~oci.response.Response`
|
9660
9660
|
|
9661
9661
|
:example:
|
9662
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9662
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_audit_profile.py.html>`__ to see an example of how to use get_audit_profile API.
|
9663
9663
|
"""
|
9664
9664
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9665
9665
|
required_arguments = ['auditProfileId']
|
@@ -9757,7 +9757,7 @@ class DataSafeClient(object):
|
|
9757
9757
|
:rtype: :class:`~oci.response.Response`
|
9758
9758
|
|
9759
9759
|
:example:
|
9760
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9760
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_audit_trail.py.html>`__ to see an example of how to use get_audit_trail API.
|
9761
9761
|
"""
|
9762
9762
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9763
9763
|
required_arguments = ['auditTrailId']
|
@@ -9868,7 +9868,7 @@ class DataSafeClient(object):
|
|
9868
9868
|
:rtype: :class:`~oci.response.Response`
|
9869
9869
|
|
9870
9870
|
:example:
|
9871
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9871
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_compatible_formats_for_data_types.py.html>`__ to see an example of how to use get_compatible_formats_for_data_types API.
|
9872
9872
|
"""
|
9873
9873
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9874
9874
|
required_arguments = []
|
@@ -9989,7 +9989,7 @@ class DataSafeClient(object):
|
|
9989
9989
|
:rtype: :class:`~oci.response.Response`
|
9990
9990
|
|
9991
9991
|
:example:
|
9992
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9992
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_compatible_formats_for_sensitive_types.py.html>`__ to see an example of how to use get_compatible_formats_for_sensitive_types API.
|
9993
9993
|
"""
|
9994
9994
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9995
9995
|
required_arguments = ['compartmentId']
|
@@ -10097,7 +10097,7 @@ class DataSafeClient(object):
|
|
10097
10097
|
:rtype: :class:`~oci.response.Response`
|
10098
10098
|
|
10099
10099
|
:example:
|
10100
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10100
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_data_safe_configuration.py.html>`__ to see an example of how to use get_data_safe_configuration API.
|
10101
10101
|
"""
|
10102
10102
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10103
10103
|
required_arguments = []
|
@@ -10191,7 +10191,7 @@ class DataSafeClient(object):
|
|
10191
10191
|
:rtype: :class:`~oci.response.Response`
|
10192
10192
|
|
10193
10193
|
:example:
|
10194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_data_safe_private_endpoint.py.html>`__ to see an example of how to use get_data_safe_private_endpoint API.
|
10195
10195
|
"""
|
10196
10196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10197
10197
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -10292,7 +10292,7 @@ class DataSafeClient(object):
|
|
10292
10292
|
:rtype: :class:`~oci.response.Response`
|
10293
10293
|
|
10294
10294
|
:example:
|
10295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_difference_column.py.html>`__ to see an example of how to use get_difference_column API.
|
10296
10296
|
"""
|
10297
10297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10298
10298
|
required_arguments = ['sdmMaskingPolicyDifferenceId', 'differenceColumnKey']
|
@@ -10391,7 +10391,7 @@ class DataSafeClient(object):
|
|
10391
10391
|
:rtype: :class:`~oci.response.Response`
|
10392
10392
|
|
10393
10393
|
:example:
|
10394
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10394
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_discovery_job.py.html>`__ to see an example of how to use get_discovery_job API.
|
10395
10395
|
"""
|
10396
10396
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10397
10397
|
required_arguments = ['discoveryJobId']
|
@@ -10492,7 +10492,7 @@ class DataSafeClient(object):
|
|
10492
10492
|
:rtype: :class:`~oci.response.Response`
|
10493
10493
|
|
10494
10494
|
:example:
|
10495
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10495
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_discovery_job_result.py.html>`__ to see an example of how to use get_discovery_job_result API.
|
10496
10496
|
"""
|
10497
10497
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10498
10498
|
required_arguments = ['discoveryJobId', 'resultKey']
|
@@ -10591,7 +10591,7 @@ class DataSafeClient(object):
|
|
10591
10591
|
:rtype: :class:`~oci.response.Response`
|
10592
10592
|
|
10593
10593
|
:example:
|
10594
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10594
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_library_masking_format.py.html>`__ to see an example of how to use get_library_masking_format API.
|
10595
10595
|
"""
|
10596
10596
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10597
10597
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -10692,7 +10692,7 @@ class DataSafeClient(object):
|
|
10692
10692
|
:rtype: :class:`~oci.response.Response`
|
10693
10693
|
|
10694
10694
|
:example:
|
10695
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10695
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_masking_column.py.html>`__ to see an example of how to use get_masking_column API.
|
10696
10696
|
"""
|
10697
10697
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10698
10698
|
required_arguments = ['maskingPolicyId', 'maskingColumnKey']
|
@@ -10791,7 +10791,7 @@ class DataSafeClient(object):
|
|
10791
10791
|
:rtype: :class:`~oci.response.Response`
|
10792
10792
|
|
10793
10793
|
:example:
|
10794
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10794
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_masking_policy.py.html>`__ to see an example of how to use get_masking_policy API.
|
10795
10795
|
"""
|
10796
10796
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10797
10797
|
required_arguments = ['maskingPolicyId']
|
@@ -10889,7 +10889,7 @@ class DataSafeClient(object):
|
|
10889
10889
|
:rtype: :class:`~oci.response.Response`
|
10890
10890
|
|
10891
10891
|
:example:
|
10892
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10892
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_masking_report.py.html>`__ to see an example of how to use get_masking_report API.
|
10893
10893
|
"""
|
10894
10894
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10895
10895
|
required_arguments = ['maskingReportId']
|
@@ -10987,7 +10987,7 @@ class DataSafeClient(object):
|
|
10987
10987
|
:rtype: :class:`~oci.response.Response`
|
10988
10988
|
|
10989
10989
|
:example:
|
10990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_on_prem_connector.py.html>`__ to see an example of how to use get_on_prem_connector API.
|
10991
10991
|
"""
|
10992
10992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10993
10993
|
required_arguments = ['onPremConnectorId']
|
@@ -11091,7 +11091,7 @@ class DataSafeClient(object):
|
|
11091
11091
|
:rtype: :class:`~oci.response.Response`
|
11092
11092
|
|
11093
11093
|
:example:
|
11094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_profile.py.html>`__ to see an example of how to use get_profile API.
|
11095
11095
|
"""
|
11096
11096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11097
11097
|
required_arguments = ['userAssessmentId', 'profileName']
|
@@ -11190,7 +11190,7 @@ class DataSafeClient(object):
|
|
11190
11190
|
:rtype: :class:`~oci.response.Response`
|
11191
11191
|
|
11192
11192
|
:example:
|
11193
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11193
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_report.py.html>`__ to see an example of how to use get_report API.
|
11194
11194
|
"""
|
11195
11195
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11196
11196
|
required_arguments = ['reportId']
|
@@ -11288,7 +11288,7 @@ class DataSafeClient(object):
|
|
11288
11288
|
:rtype: :class:`~oci.response.Response`
|
11289
11289
|
|
11290
11290
|
:example:
|
11291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_report_content.py.html>`__ to see an example of how to use get_report_content API.
|
11292
11292
|
"""
|
11293
11293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11294
11294
|
required_arguments = ['reportId']
|
@@ -11386,7 +11386,7 @@ class DataSafeClient(object):
|
|
11386
11386
|
:rtype: :class:`~oci.response.Response`
|
11387
11387
|
|
11388
11388
|
:example:
|
11389
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11389
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_report_definition.py.html>`__ to see an example of how to use get_report_definition API.
|
11390
11390
|
"""
|
11391
11391
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11392
11392
|
required_arguments = ['reportDefinitionId']
|
@@ -11484,7 +11484,7 @@ class DataSafeClient(object):
|
|
11484
11484
|
:rtype: :class:`~oci.response.Response`
|
11485
11485
|
|
11486
11486
|
:example:
|
11487
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11487
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_sdm_masking_policy_difference.py.html>`__ to see an example of how to use get_sdm_masking_policy_difference API.
|
11488
11488
|
"""
|
11489
11489
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11490
11490
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -11582,7 +11582,7 @@ class DataSafeClient(object):
|
|
11582
11582
|
:rtype: :class:`~oci.response.Response`
|
11583
11583
|
|
11584
11584
|
:example:
|
11585
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11585
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_security_assessment.py.html>`__ to see an example of how to use get_security_assessment API.
|
11586
11586
|
"""
|
11587
11587
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11588
11588
|
required_arguments = ['securityAssessmentId']
|
@@ -11683,7 +11683,7 @@ class DataSafeClient(object):
|
|
11683
11683
|
:rtype: :class:`~oci.response.Response`
|
11684
11684
|
|
11685
11685
|
:example:
|
11686
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11686
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_security_assessment_comparison.py.html>`__ to see an example of how to use get_security_assessment_comparison API.
|
11687
11687
|
"""
|
11688
11688
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11689
11689
|
required_arguments = ['securityAssessmentId', 'comparisonSecurityAssessmentId']
|
@@ -11785,7 +11785,7 @@ class DataSafeClient(object):
|
|
11785
11785
|
:rtype: :class:`~oci.response.Response`
|
11786
11786
|
|
11787
11787
|
:example:
|
11788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_sensitive_column.py.html>`__ to see an example of how to use get_sensitive_column API.
|
11789
11789
|
"""
|
11790
11790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11791
11791
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -11884,7 +11884,7 @@ class DataSafeClient(object):
|
|
11884
11884
|
:rtype: :class:`~oci.response.Response`
|
11885
11885
|
|
11886
11886
|
:example:
|
11887
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11887
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_sensitive_data_model.py.html>`__ to see an example of how to use get_sensitive_data_model API.
|
11888
11888
|
"""
|
11889
11889
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11890
11890
|
required_arguments = ['sensitiveDataModelId']
|
@@ -11982,7 +11982,7 @@ class DataSafeClient(object):
|
|
11982
11982
|
:rtype: :class:`~oci.response.Response`
|
11983
11983
|
|
11984
11984
|
:example:
|
11985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_sensitive_type.py.html>`__ to see an example of how to use get_sensitive_type API.
|
11986
11986
|
"""
|
11987
11987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11988
11988
|
required_arguments = ['sensitiveTypeId']
|
@@ -12080,7 +12080,7 @@ class DataSafeClient(object):
|
|
12080
12080
|
:rtype: :class:`~oci.response.Response`
|
12081
12081
|
|
12082
12082
|
:example:
|
12083
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12083
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_target_alert_policy_association.py.html>`__ to see an example of how to use get_target_alert_policy_association API.
|
12084
12084
|
"""
|
12085
12085
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12086
12086
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -12178,7 +12178,7 @@ class DataSafeClient(object):
|
|
12178
12178
|
:rtype: :class:`~oci.response.Response`
|
12179
12179
|
|
12180
12180
|
:example:
|
12181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_target_database.py.html>`__ to see an example of how to use get_target_database API.
|
12182
12182
|
"""
|
12183
12183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12184
12184
|
required_arguments = ['targetDatabaseId']
|
@@ -12276,7 +12276,7 @@ class DataSafeClient(object):
|
|
12276
12276
|
:rtype: :class:`~oci.response.Response`
|
12277
12277
|
|
12278
12278
|
:example:
|
12279
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12279
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_user_assessment.py.html>`__ to see an example of how to use get_user_assessment API.
|
12280
12280
|
"""
|
12281
12281
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12282
12282
|
required_arguments = ['userAssessmentId']
|
@@ -12377,7 +12377,7 @@ class DataSafeClient(object):
|
|
12377
12377
|
:rtype: :class:`~oci.response.Response`
|
12378
12378
|
|
12379
12379
|
:example:
|
12380
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12380
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_user_assessment_comparison.py.html>`__ to see an example of how to use get_user_assessment_comparison API.
|
12381
12381
|
"""
|
12382
12382
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12383
12383
|
required_arguments = ['userAssessmentId', 'comparisonUserAssessmentId']
|
@@ -12476,7 +12476,7 @@ class DataSafeClient(object):
|
|
12476
12476
|
:rtype: :class:`~oci.response.Response`
|
12477
12477
|
|
12478
12478
|
:example:
|
12479
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12479
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
12480
12480
|
"""
|
12481
12481
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12482
12482
|
required_arguments = ['workRequestId']
|
@@ -12671,7 +12671,7 @@ class DataSafeClient(object):
|
|
12671
12671
|
:rtype: :class:`~oci.response.Response`
|
12672
12672
|
|
12673
12673
|
:example:
|
12674
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12674
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_alert_analytics.py.html>`__ to see an example of how to use list_alert_analytics API.
|
12675
12675
|
"""
|
12676
12676
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12677
12677
|
required_arguments = ['compartmentId']
|
@@ -12898,7 +12898,7 @@ class DataSafeClient(object):
|
|
12898
12898
|
:rtype: :class:`~oci.response.Response`
|
12899
12899
|
|
12900
12900
|
:example:
|
12901
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12901
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_alert_policies.py.html>`__ to see an example of how to use list_alert_policies API.
|
12902
12902
|
"""
|
12903
12903
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12904
12904
|
required_arguments = ['compartmentId']
|
@@ -13063,7 +13063,7 @@ class DataSafeClient(object):
|
|
13063
13063
|
:rtype: :class:`~oci.response.Response`
|
13064
13064
|
|
13065
13065
|
:example:
|
13066
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13066
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_alert_policy_rules.py.html>`__ to see an example of how to use list_alert_policy_rules API.
|
13067
13067
|
"""
|
13068
13068
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13069
13069
|
required_arguments = ['alertPolicyId']
|
@@ -13237,7 +13237,7 @@ class DataSafeClient(object):
|
|
13237
13237
|
:rtype: :class:`~oci.response.Response`
|
13238
13238
|
|
13239
13239
|
:example:
|
13240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_alerts.py.html>`__ to see an example of how to use list_alerts API.
|
13241
13241
|
"""
|
13242
13242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13243
13243
|
required_arguments = ['compartmentId']
|
@@ -13428,7 +13428,7 @@ class DataSafeClient(object):
|
|
13428
13428
|
:rtype: :class:`~oci.response.Response`
|
13429
13429
|
|
13430
13430
|
:example:
|
13431
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13431
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_audit_archive_retrievals.py.html>`__ to see an example of how to use list_audit_archive_retrievals API.
|
13432
13432
|
"""
|
13433
13433
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13434
13434
|
required_arguments = ['compartmentId']
|
@@ -13666,7 +13666,7 @@ class DataSafeClient(object):
|
|
13666
13666
|
:rtype: :class:`~oci.response.Response`
|
13667
13667
|
|
13668
13668
|
:example:
|
13669
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13669
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_audit_event_analytics.py.html>`__ to see an example of how to use list_audit_event_analytics API.
|
13670
13670
|
"""
|
13671
13671
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13672
13672
|
required_arguments = ['compartmentId']
|
@@ -13881,7 +13881,7 @@ class DataSafeClient(object):
|
|
13881
13881
|
:rtype: :class:`~oci.response.Response`
|
13882
13882
|
|
13883
13883
|
:example:
|
13884
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13884
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_audit_events.py.html>`__ to see an example of how to use list_audit_events API.
|
13885
13885
|
"""
|
13886
13886
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13887
13887
|
required_arguments = ['compartmentId']
|
@@ -14071,7 +14071,7 @@ class DataSafeClient(object):
|
|
14071
14071
|
:rtype: :class:`~oci.response.Response`
|
14072
14072
|
|
14073
14073
|
:example:
|
14074
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14074
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_audit_policies.py.html>`__ to see an example of how to use list_audit_policies API.
|
14075
14075
|
"""
|
14076
14076
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14077
14077
|
required_arguments = ['compartmentId']
|
@@ -14272,7 +14272,7 @@ class DataSafeClient(object):
|
|
14272
14272
|
:rtype: :class:`~oci.response.Response`
|
14273
14273
|
|
14274
14274
|
:example:
|
14275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_audit_policy_analytics.py.html>`__ to see an example of how to use list_audit_policy_analytics API.
|
14276
14276
|
"""
|
14277
14277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14278
14278
|
required_arguments = ['compartmentId']
|
@@ -14451,7 +14451,7 @@ class DataSafeClient(object):
|
|
14451
14451
|
:rtype: :class:`~oci.response.Response`
|
14452
14452
|
|
14453
14453
|
:example:
|
14454
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14454
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_audit_profile_analytics.py.html>`__ to see an example of how to use list_audit_profile_analytics API.
|
14455
14455
|
"""
|
14456
14456
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14457
14457
|
required_arguments = ['compartmentId']
|
@@ -14643,7 +14643,7 @@ class DataSafeClient(object):
|
|
14643
14643
|
:rtype: :class:`~oci.response.Response`
|
14644
14644
|
|
14645
14645
|
:example:
|
14646
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14646
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_audit_profiles.py.html>`__ to see an example of how to use list_audit_profiles API.
|
14647
14647
|
"""
|
14648
14648
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14649
14649
|
required_arguments = ['compartmentId']
|
@@ -14832,7 +14832,7 @@ class DataSafeClient(object):
|
|
14832
14832
|
:rtype: :class:`~oci.response.Response`
|
14833
14833
|
|
14834
14834
|
:example:
|
14835
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14835
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_audit_trail_analytics.py.html>`__ to see an example of how to use list_audit_trail_analytics API.
|
14836
14836
|
"""
|
14837
14837
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14838
14838
|
required_arguments = ['compartmentId']
|
@@ -15018,7 +15018,7 @@ class DataSafeClient(object):
|
|
15018
15018
|
:rtype: :class:`~oci.response.Response`
|
15019
15019
|
|
15020
15020
|
:example:
|
15021
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15021
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_audit_trails.py.html>`__ to see an example of how to use list_audit_trails API.
|
15022
15022
|
"""
|
15023
15023
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15024
15024
|
required_arguments = ['compartmentId']
|
@@ -15214,7 +15214,7 @@ class DataSafeClient(object):
|
|
15214
15214
|
:rtype: :class:`~oci.response.Response`
|
15215
15215
|
|
15216
15216
|
:example:
|
15217
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15217
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_available_audit_volumes.py.html>`__ to see an example of how to use list_available_audit_volumes API.
|
15218
15218
|
"""
|
15219
15219
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15220
15220
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -15390,7 +15390,7 @@ class DataSafeClient(object):
|
|
15390
15390
|
:rtype: :class:`~oci.response.Response`
|
15391
15391
|
|
15392
15392
|
:example:
|
15393
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15393
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_collected_audit_volumes.py.html>`__ to see an example of how to use list_collected_audit_volumes API.
|
15394
15394
|
"""
|
15395
15395
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15396
15396
|
required_arguments = ['auditProfileId', 'workRequestId']
|
@@ -15562,7 +15562,7 @@ class DataSafeClient(object):
|
|
15562
15562
|
:rtype: :class:`~oci.response.Response`
|
15563
15563
|
|
15564
15564
|
:example:
|
15565
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15565
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_columns.py.html>`__ to see an example of how to use list_columns API.
|
15566
15566
|
"""
|
15567
15567
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15568
15568
|
required_arguments = ['targetDatabaseId']
|
@@ -15747,7 +15747,7 @@ class DataSafeClient(object):
|
|
15747
15747
|
:rtype: :class:`~oci.response.Response`
|
15748
15748
|
|
15749
15749
|
:example:
|
15750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_data_safe_private_endpoints.py.html>`__ to see an example of how to use list_data_safe_private_endpoints API.
|
15751
15751
|
"""
|
15752
15752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15753
15753
|
required_arguments = ['compartmentId']
|
@@ -15931,7 +15931,7 @@ class DataSafeClient(object):
|
|
15931
15931
|
:rtype: :class:`~oci.response.Response`
|
15932
15932
|
|
15933
15933
|
:example:
|
15934
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15934
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_difference_columns.py.html>`__ to see an example of how to use list_difference_columns API.
|
15935
15935
|
"""
|
15936
15936
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15937
15937
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -16117,7 +16117,7 @@ class DataSafeClient(object):
|
|
16117
16117
|
:rtype: :class:`~oci.response.Response`
|
16118
16118
|
|
16119
16119
|
:example:
|
16120
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16120
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_discovery_analytics.py.html>`__ to see an example of how to use list_discovery_analytics API.
|
16121
16121
|
"""
|
16122
16122
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16123
16123
|
required_arguments = ['compartmentId']
|
@@ -16272,7 +16272,7 @@ class DataSafeClient(object):
|
|
16272
16272
|
:rtype: :class:`~oci.response.Response`
|
16273
16273
|
|
16274
16274
|
:example:
|
16275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_discovery_job_results.py.html>`__ to see an example of how to use list_discovery_job_results API.
|
16276
16276
|
"""
|
16277
16277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16278
16278
|
required_arguments = ['discoveryJobId']
|
@@ -16474,7 +16474,7 @@ class DataSafeClient(object):
|
|
16474
16474
|
:rtype: :class:`~oci.response.Response`
|
16475
16475
|
|
16476
16476
|
:example:
|
16477
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16477
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_discovery_jobs.py.html>`__ to see an example of how to use list_discovery_jobs API.
|
16478
16478
|
"""
|
16479
16479
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16480
16480
|
required_arguments = ['compartmentId']
|
@@ -16652,7 +16652,7 @@ class DataSafeClient(object):
|
|
16652
16652
|
:rtype: :class:`~oci.response.Response`
|
16653
16653
|
|
16654
16654
|
:example:
|
16655
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16655
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_findings.py.html>`__ to see an example of how to use list_findings API.
|
16656
16656
|
"""
|
16657
16657
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16658
16658
|
required_arguments = ['securityAssessmentId']
|
@@ -16838,7 +16838,7 @@ class DataSafeClient(object):
|
|
16838
16838
|
:rtype: :class:`~oci.response.Response`
|
16839
16839
|
|
16840
16840
|
:example:
|
16841
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16841
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_grants.py.html>`__ to see an example of how to use list_grants API.
|
16842
16842
|
"""
|
16843
16843
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16844
16844
|
required_arguments = ['userAssessmentId', 'userKey']
|
@@ -17045,7 +17045,7 @@ class DataSafeClient(object):
|
|
17045
17045
|
:rtype: :class:`~oci.response.Response`
|
17046
17046
|
|
17047
17047
|
:example:
|
17048
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17048
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_library_masking_formats.py.html>`__ to see an example of how to use list_library_masking_formats API.
|
17049
17049
|
"""
|
17050
17050
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17051
17051
|
required_arguments = ['compartmentId']
|
@@ -17237,7 +17237,7 @@ class DataSafeClient(object):
|
|
17237
17237
|
:rtype: :class:`~oci.response.Response`
|
17238
17238
|
|
17239
17239
|
:example:
|
17240
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17240
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_masked_columns.py.html>`__ to see an example of how to use list_masked_columns API.
|
17241
17241
|
"""
|
17242
17242
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17243
17243
|
required_arguments = ['maskingReportId']
|
@@ -17410,7 +17410,7 @@ class DataSafeClient(object):
|
|
17410
17410
|
:rtype: :class:`~oci.response.Response`
|
17411
17411
|
|
17412
17412
|
:example:
|
17413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_masking_analytics.py.html>`__ to see an example of how to use list_masking_analytics API.
|
17414
17414
|
"""
|
17415
17415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17416
17416
|
required_arguments = ['compartmentId']
|
@@ -17614,7 +17614,7 @@ class DataSafeClient(object):
|
|
17614
17614
|
:rtype: :class:`~oci.response.Response`
|
17615
17615
|
|
17616
17616
|
:example:
|
17617
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17617
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_masking_columns.py.html>`__ to see an example of how to use list_masking_columns API.
|
17618
17618
|
"""
|
17619
17619
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17620
17620
|
required_arguments = ['maskingPolicyId']
|
@@ -17823,7 +17823,7 @@ class DataSafeClient(object):
|
|
17823
17823
|
:rtype: :class:`~oci.response.Response`
|
17824
17824
|
|
17825
17825
|
:example:
|
17826
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
17826
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_masking_objects.py.html>`__ to see an example of how to use list_masking_objects API.
|
17827
17827
|
"""
|
17828
17828
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
17829
17829
|
required_arguments = ['maskingPolicyId']
|
@@ -18030,7 +18030,7 @@ class DataSafeClient(object):
|
|
18030
18030
|
:rtype: :class:`~oci.response.Response`
|
18031
18031
|
|
18032
18032
|
:example:
|
18033
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18033
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_masking_policies.py.html>`__ to see an example of how to use list_masking_policies API.
|
18034
18034
|
"""
|
18035
18035
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18036
18036
|
required_arguments = ['compartmentId']
|
@@ -18215,7 +18215,7 @@ class DataSafeClient(object):
|
|
18215
18215
|
:rtype: :class:`~oci.response.Response`
|
18216
18216
|
|
18217
18217
|
:example:
|
18218
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18218
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_masking_reports.py.html>`__ to see an example of how to use list_masking_reports API.
|
18219
18219
|
"""
|
18220
18220
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18221
18221
|
required_arguments = ['compartmentId']
|
@@ -18369,7 +18369,7 @@ class DataSafeClient(object):
|
|
18369
18369
|
:rtype: :class:`~oci.response.Response`
|
18370
18370
|
|
18371
18371
|
:example:
|
18372
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18372
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_masking_schemas.py.html>`__ to see an example of how to use list_masking_schemas API.
|
18373
18373
|
"""
|
18374
18374
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18375
18375
|
required_arguments = ['maskingPolicyId']
|
@@ -18542,7 +18542,7 @@ class DataSafeClient(object):
|
|
18542
18542
|
:rtype: :class:`~oci.response.Response`
|
18543
18543
|
|
18544
18544
|
:example:
|
18545
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18545
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_on_prem_connectors.py.html>`__ to see an example of how to use list_on_prem_connectors API.
|
18546
18546
|
"""
|
18547
18547
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18548
18548
|
required_arguments = ['compartmentId']
|
@@ -18738,7 +18738,7 @@ class DataSafeClient(object):
|
|
18738
18738
|
:rtype: :class:`~oci.response.Response`
|
18739
18739
|
|
18740
18740
|
:example:
|
18741
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18741
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_profile_analytics.py.html>`__ to see an example of how to use list_profile_analytics API.
|
18742
18742
|
"""
|
18743
18743
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18744
18744
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -18979,7 +18979,7 @@ class DataSafeClient(object):
|
|
18979
18979
|
:rtype: :class:`~oci.response.Response`
|
18980
18980
|
|
18981
18981
|
:example:
|
18982
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
18982
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_profile_summaries.py.html>`__ to see an example of how to use list_profile_summaries API.
|
18983
18983
|
"""
|
18984
18984
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
18985
18985
|
required_arguments = ['userAssessmentId', 'compartmentId']
|
@@ -19202,7 +19202,7 @@ class DataSafeClient(object):
|
|
19202
19202
|
:rtype: :class:`~oci.response.Response`
|
19203
19203
|
|
19204
19204
|
:example:
|
19205
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19205
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_report_definitions.py.html>`__ to see an example of how to use list_report_definitions API.
|
19206
19206
|
"""
|
19207
19207
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19208
19208
|
required_arguments = ['compartmentId']
|
@@ -19407,7 +19407,7 @@ class DataSafeClient(object):
|
|
19407
19407
|
:rtype: :class:`~oci.response.Response`
|
19408
19408
|
|
19409
19409
|
:example:
|
19410
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19410
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_reports.py.html>`__ to see an example of how to use list_reports API.
|
19411
19411
|
"""
|
19412
19412
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19413
19413
|
required_arguments = ['compartmentId']
|
@@ -19587,7 +19587,7 @@ class DataSafeClient(object):
|
|
19587
19587
|
:rtype: :class:`~oci.response.Response`
|
19588
19588
|
|
19589
19589
|
:example:
|
19590
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19590
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_roles.py.html>`__ to see an example of how to use list_roles API.
|
19591
19591
|
"""
|
19592
19592
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19593
19593
|
required_arguments = ['targetDatabaseId']
|
@@ -19750,7 +19750,7 @@ class DataSafeClient(object):
|
|
19750
19750
|
:rtype: :class:`~oci.response.Response`
|
19751
19751
|
|
19752
19752
|
:example:
|
19753
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19753
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_schemas.py.html>`__ to see an example of how to use list_schemas API.
|
19754
19754
|
"""
|
19755
19755
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19756
19756
|
required_arguments = ['targetDatabaseId']
|
@@ -19929,7 +19929,7 @@ class DataSafeClient(object):
|
|
19929
19929
|
:rtype: :class:`~oci.response.Response`
|
19930
19930
|
|
19931
19931
|
:example:
|
19932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
19932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_sdm_masking_policy_differences.py.html>`__ to see an example of how to use list_sdm_masking_policy_differences API.
|
19933
19933
|
"""
|
19934
19934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
19935
19935
|
required_arguments = ['compartmentId']
|
@@ -20163,7 +20163,7 @@ class DataSafeClient(object):
|
|
20163
20163
|
:rtype: :class:`~oci.response.Response`
|
20164
20164
|
|
20165
20165
|
:example:
|
20166
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20166
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_security_assessments.py.html>`__ to see an example of how to use list_security_assessments API.
|
20167
20167
|
"""
|
20168
20168
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20169
20169
|
required_arguments = ['compartmentId']
|
@@ -20431,7 +20431,7 @@ class DataSafeClient(object):
|
|
20431
20431
|
:rtype: :class:`~oci.response.Response`
|
20432
20432
|
|
20433
20433
|
:example:
|
20434
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20434
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_sensitive_columns.py.html>`__ to see an example of how to use list_sensitive_columns API.
|
20435
20435
|
"""
|
20436
20436
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20437
20437
|
required_arguments = ['sensitiveDataModelId']
|
@@ -20684,7 +20684,7 @@ class DataSafeClient(object):
|
|
20684
20684
|
:rtype: :class:`~oci.response.Response`
|
20685
20685
|
|
20686
20686
|
:example:
|
20687
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20687
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_sensitive_data_models.py.html>`__ to see an example of how to use list_sensitive_data_models API.
|
20688
20688
|
"""
|
20689
20689
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20690
20690
|
required_arguments = ['compartmentId']
|
@@ -20861,7 +20861,7 @@ class DataSafeClient(object):
|
|
20861
20861
|
:rtype: :class:`~oci.response.Response`
|
20862
20862
|
|
20863
20863
|
:example:
|
20864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
20864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_sensitive_objects.py.html>`__ to see an example of how to use list_sensitive_objects API.
|
20865
20865
|
"""
|
20866
20866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
20867
20867
|
required_arguments = ['sensitiveDataModelId']
|
@@ -21025,7 +21025,7 @@ class DataSafeClient(object):
|
|
21025
21025
|
:rtype: :class:`~oci.response.Response`
|
21026
21026
|
|
21027
21027
|
:example:
|
21028
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21028
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_sensitive_schemas.py.html>`__ to see an example of how to use list_sensitive_schemas API.
|
21029
21029
|
"""
|
21030
21030
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21031
21031
|
required_arguments = ['sensitiveDataModelId']
|
@@ -21230,7 +21230,7 @@ class DataSafeClient(object):
|
|
21230
21230
|
:rtype: :class:`~oci.response.Response`
|
21231
21231
|
|
21232
21232
|
:example:
|
21233
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21233
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_sensitive_types.py.html>`__ to see an example of how to use list_sensitive_types API.
|
21234
21234
|
"""
|
21235
21235
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21236
21236
|
required_arguments = ['compartmentId']
|
@@ -21427,7 +21427,7 @@ class DataSafeClient(object):
|
|
21427
21427
|
:rtype: :class:`~oci.response.Response`
|
21428
21428
|
|
21429
21429
|
:example:
|
21430
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21430
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_tables.py.html>`__ to see an example of how to use list_tables API.
|
21431
21431
|
"""
|
21432
21432
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21433
21433
|
required_arguments = ['targetDatabaseId']
|
@@ -21624,7 +21624,7 @@ class DataSafeClient(object):
|
|
21624
21624
|
:rtype: :class:`~oci.response.Response`
|
21625
21625
|
|
21626
21626
|
:example:
|
21627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_target_alert_policy_associations.py.html>`__ to see an example of how to use list_target_alert_policy_associations API.
|
21628
21628
|
"""
|
21629
21629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21630
21630
|
required_arguments = ['compartmentId']
|
@@ -21827,7 +21827,7 @@ class DataSafeClient(object):
|
|
21827
21827
|
:rtype: :class:`~oci.response.Response`
|
21828
21828
|
|
21829
21829
|
:example:
|
21830
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
21830
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_target_databases.py.html>`__ to see an example of how to use list_target_databases API.
|
21831
21831
|
"""
|
21832
21832
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
21833
21833
|
required_arguments = ['compartmentId']
|
@@ -22089,7 +22089,7 @@ class DataSafeClient(object):
|
|
22089
22089
|
:rtype: :class:`~oci.response.Response`
|
22090
22090
|
|
22091
22091
|
:example:
|
22092
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22092
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_user_analytics.py.html>`__ to see an example of how to use list_user_analytics API.
|
22093
22093
|
"""
|
22094
22094
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22095
22095
|
required_arguments = ['userAssessmentId']
|
@@ -22343,7 +22343,7 @@ class DataSafeClient(object):
|
|
22343
22343
|
:rtype: :class:`~oci.response.Response`
|
22344
22344
|
|
22345
22345
|
:example:
|
22346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_user_assessments.py.html>`__ to see an example of how to use list_user_assessments API.
|
22347
22347
|
"""
|
22348
22348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22349
22349
|
required_arguments = ['compartmentId']
|
@@ -22617,7 +22617,7 @@ class DataSafeClient(object):
|
|
22617
22617
|
:rtype: :class:`~oci.response.Response`
|
22618
22618
|
|
22619
22619
|
:example:
|
22620
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22620
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_users.py.html>`__ to see an example of how to use list_users API.
|
22621
22621
|
"""
|
22622
22622
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22623
22623
|
required_arguments = ['userAssessmentId']
|
@@ -22794,7 +22794,7 @@ class DataSafeClient(object):
|
|
22794
22794
|
:rtype: :class:`~oci.response.Response`
|
22795
22795
|
|
22796
22796
|
:example:
|
22797
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22797
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
22798
22798
|
"""
|
22799
22799
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22800
22800
|
required_arguments = ['workRequestId']
|
@@ -22912,7 +22912,7 @@ class DataSafeClient(object):
|
|
22912
22912
|
:rtype: :class:`~oci.response.Response`
|
22913
22913
|
|
22914
22914
|
:example:
|
22915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
22915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
22916
22916
|
"""
|
22917
22917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
22918
22918
|
required_arguments = ['workRequestId']
|
@@ -23050,7 +23050,7 @@ class DataSafeClient(object):
|
|
23050
23050
|
:rtype: :class:`~oci.response.Response`
|
23051
23051
|
|
23052
23052
|
:example:
|
23053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
23054
23054
|
"""
|
23055
23055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23056
23056
|
required_arguments = ['compartmentId']
|
@@ -23174,7 +23174,7 @@ class DataSafeClient(object):
|
|
23174
23174
|
:rtype: :class:`~oci.response.Response`
|
23175
23175
|
|
23176
23176
|
:example:
|
23177
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23177
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/mask_data.py.html>`__ to see an example of how to use mask_data API.
|
23178
23178
|
"""
|
23179
23179
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23180
23180
|
required_arguments = ['maskingPolicyId']
|
@@ -23288,7 +23288,7 @@ class DataSafeClient(object):
|
|
23288
23288
|
:rtype: :class:`~oci.response.Response`
|
23289
23289
|
|
23290
23290
|
:example:
|
23291
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23291
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/modify_global_settings.py.html>`__ to see an example of how to use modify_global_settings API.
|
23292
23292
|
"""
|
23293
23293
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23294
23294
|
required_arguments = ['compartmentId']
|
@@ -23410,7 +23410,7 @@ class DataSafeClient(object):
|
|
23410
23410
|
:rtype: :class:`~oci.response.Response`
|
23411
23411
|
|
23412
23412
|
:example:
|
23413
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23413
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/patch_alerts.py.html>`__ to see an example of how to use patch_alerts API.
|
23414
23414
|
"""
|
23415
23415
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23416
23416
|
required_arguments = []
|
@@ -23526,7 +23526,7 @@ class DataSafeClient(object):
|
|
23526
23526
|
:rtype: :class:`~oci.response.Response`
|
23527
23527
|
|
23528
23528
|
:example:
|
23529
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23529
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/patch_discovery_job_results.py.html>`__ to see an example of how to use patch_discovery_job_results API.
|
23530
23530
|
"""
|
23531
23531
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23532
23532
|
required_arguments = ['discoveryJobId']
|
@@ -23638,7 +23638,7 @@ class DataSafeClient(object):
|
|
23638
23638
|
:rtype: :class:`~oci.response.Response`
|
23639
23639
|
|
23640
23640
|
:example:
|
23641
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23641
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/patch_masking_columns.py.html>`__ to see an example of how to use patch_masking_columns API.
|
23642
23642
|
"""
|
23643
23643
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23644
23644
|
required_arguments = ['maskingPolicyId']
|
@@ -23749,7 +23749,7 @@ class DataSafeClient(object):
|
|
23749
23749
|
:rtype: :class:`~oci.response.Response`
|
23750
23750
|
|
23751
23751
|
:example:
|
23752
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23752
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/patch_sdm_masking_policy_difference_columns.py.html>`__ to see an example of how to use patch_sdm_masking_policy_difference_columns API.
|
23753
23753
|
"""
|
23754
23754
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23755
23755
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -23861,7 +23861,7 @@ class DataSafeClient(object):
|
|
23861
23861
|
:rtype: :class:`~oci.response.Response`
|
23862
23862
|
|
23863
23863
|
:example:
|
23864
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23864
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/patch_sensitive_columns.py.html>`__ to see an example of how to use patch_sensitive_columns API.
|
23865
23865
|
"""
|
23866
23866
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23867
23867
|
required_arguments = ['sensitiveDataModelId']
|
@@ -23968,7 +23968,7 @@ class DataSafeClient(object):
|
|
23968
23968
|
:rtype: :class:`~oci.response.Response`
|
23969
23969
|
|
23970
23970
|
:example:
|
23971
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
23971
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/patch_target_alert_policy_association.py.html>`__ to see an example of how to use patch_target_alert_policy_association API.
|
23972
23972
|
"""
|
23973
23973
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
23974
23974
|
required_arguments = []
|
@@ -24072,7 +24072,7 @@ class DataSafeClient(object):
|
|
24072
24072
|
:rtype: :class:`~oci.response.Response`
|
24073
24073
|
|
24074
24074
|
:example:
|
24075
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24075
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/provision_audit_policy.py.html>`__ to see an example of how to use provision_audit_policy API.
|
24076
24076
|
"""
|
24077
24077
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24078
24078
|
required_arguments = ['auditPolicyId']
|
@@ -24192,7 +24192,7 @@ class DataSafeClient(object):
|
|
24192
24192
|
:rtype: :class:`~oci.response.Response`
|
24193
24193
|
|
24194
24194
|
:example:
|
24195
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24195
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/refresh_security_assessment.py.html>`__ to see an example of how to use refresh_security_assessment API.
|
24196
24196
|
"""
|
24197
24197
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24198
24198
|
required_arguments = ['securityAssessmentId']
|
@@ -24313,7 +24313,7 @@ class DataSafeClient(object):
|
|
24313
24313
|
:rtype: :class:`~oci.response.Response`
|
24314
24314
|
|
24315
24315
|
:example:
|
24316
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24316
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/refresh_user_assessment.py.html>`__ to see an example of how to use refresh_user_assessment API.
|
24317
24317
|
"""
|
24318
24318
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24319
24319
|
required_arguments = ['userAssessmentId']
|
@@ -24429,7 +24429,7 @@ class DataSafeClient(object):
|
|
24429
24429
|
:rtype: :class:`~oci.response.Response`
|
24430
24430
|
|
24431
24431
|
:example:
|
24432
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24432
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/remove_schedule_report.py.html>`__ to see an example of how to use remove_schedule_report API.
|
24433
24433
|
"""
|
24434
24434
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24435
24435
|
required_arguments = ['reportDefinitionId']
|
@@ -24537,7 +24537,7 @@ class DataSafeClient(object):
|
|
24537
24537
|
:rtype: :class:`~oci.response.Response`
|
24538
24538
|
|
24539
24539
|
:example:
|
24540
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24540
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/resume_audit_trail.py.html>`__ to see an example of how to use resume_audit_trail API.
|
24541
24541
|
"""
|
24542
24542
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24543
24543
|
required_arguments = ['auditTrailId']
|
@@ -24648,7 +24648,7 @@ class DataSafeClient(object):
|
|
24648
24648
|
:rtype: :class:`~oci.response.Response`
|
24649
24649
|
|
24650
24650
|
:example:
|
24651
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24651
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/resume_work_request.py.html>`__ to see an example of how to use resume_work_request API.
|
24652
24652
|
"""
|
24653
24653
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24654
24654
|
required_arguments = ['workRequestId']
|
@@ -24762,7 +24762,7 @@ class DataSafeClient(object):
|
|
24762
24762
|
:rtype: :class:`~oci.response.Response`
|
24763
24763
|
|
24764
24764
|
:example:
|
24765
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24765
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/retrieve_audit_policies.py.html>`__ to see an example of how to use retrieve_audit_policies API.
|
24766
24766
|
"""
|
24767
24767
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24768
24768
|
required_arguments = ['auditPolicyId']
|
@@ -24879,7 +24879,7 @@ class DataSafeClient(object):
|
|
24879
24879
|
:rtype: :class:`~oci.response.Response`
|
24880
24880
|
|
24881
24881
|
:example:
|
24882
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
24882
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/schedule_report.py.html>`__ to see an example of how to use schedule_report API.
|
24883
24883
|
"""
|
24884
24884
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
24885
24885
|
required_arguments = ['reportDefinitionId']
|
@@ -24998,7 +24998,7 @@ class DataSafeClient(object):
|
|
24998
24998
|
:rtype: :class:`~oci.response.Response`
|
24999
24999
|
|
25000
25000
|
:example:
|
25001
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25001
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/set_security_assessment_baseline.py.html>`__ to see an example of how to use set_security_assessment_baseline API.
|
25002
25002
|
"""
|
25003
25003
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25004
25004
|
required_arguments = ['securityAssessmentId']
|
@@ -25118,7 +25118,7 @@ class DataSafeClient(object):
|
|
25118
25118
|
:rtype: :class:`~oci.response.Response`
|
25119
25119
|
|
25120
25120
|
:example:
|
25121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/set_user_assessment_baseline.py.html>`__ to see an example of how to use set_user_assessment_baseline API.
|
25122
25122
|
"""
|
25123
25123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25124
25124
|
required_arguments = ['userAssessmentId']
|
@@ -25238,7 +25238,7 @@ class DataSafeClient(object):
|
|
25238
25238
|
:rtype: :class:`~oci.response.Response`
|
25239
25239
|
|
25240
25240
|
:example:
|
25241
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25241
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/start_audit_trail.py.html>`__ to see an example of how to use start_audit_trail API.
|
25242
25242
|
"""
|
25243
25243
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25244
25244
|
required_arguments = ['auditTrailId']
|
@@ -25348,7 +25348,7 @@ class DataSafeClient(object):
|
|
25348
25348
|
:rtype: :class:`~oci.response.Response`
|
25349
25349
|
|
25350
25350
|
:example:
|
25351
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25351
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/stop_audit_trail.py.html>`__ to see an example of how to use stop_audit_trail API.
|
25352
25352
|
"""
|
25353
25353
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25354
25354
|
required_arguments = ['auditTrailId']
|
@@ -25459,7 +25459,7 @@ class DataSafeClient(object):
|
|
25459
25459
|
:rtype: :class:`~oci.response.Response`
|
25460
25460
|
|
25461
25461
|
:example:
|
25462
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25462
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/suspend_work_request.py.html>`__ to see an example of how to use suspend_work_request API.
|
25463
25463
|
"""
|
25464
25464
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25465
25465
|
required_arguments = ['workRequestId']
|
@@ -25574,7 +25574,7 @@ class DataSafeClient(object):
|
|
25574
25574
|
:rtype: :class:`~oci.response.Response`
|
25575
25575
|
|
25576
25576
|
:example:
|
25577
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25577
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/unset_security_assessment_baseline.py.html>`__ to see an example of how to use unset_security_assessment_baseline API.
|
25578
25578
|
"""
|
25579
25579
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25580
25580
|
required_arguments = ['securityAssessmentId']
|
@@ -25689,7 +25689,7 @@ class DataSafeClient(object):
|
|
25689
25689
|
:rtype: :class:`~oci.response.Response`
|
25690
25690
|
|
25691
25691
|
:example:
|
25692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/unset_user_assessment_baseline.py.html>`__ to see an example of how to use unset_user_assessment_baseline API.
|
25693
25693
|
"""
|
25694
25694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25695
25695
|
required_arguments = ['userAssessmentId']
|
@@ -25800,7 +25800,7 @@ class DataSafeClient(object):
|
|
25800
25800
|
:rtype: :class:`~oci.response.Response`
|
25801
25801
|
|
25802
25802
|
:example:
|
25803
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25803
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_alert.py.html>`__ to see an example of how to use update_alert API.
|
25804
25804
|
"""
|
25805
25805
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25806
25806
|
required_arguments = ['alertId']
|
@@ -25912,7 +25912,7 @@ class DataSafeClient(object):
|
|
25912
25912
|
:rtype: :class:`~oci.response.Response`
|
25913
25913
|
|
25914
25914
|
:example:
|
25915
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
25915
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_audit_archive_retrieval.py.html>`__ to see an example of how to use update_audit_archive_retrieval API.
|
25916
25916
|
"""
|
25917
25917
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
25918
25918
|
required_arguments = ['auditArchiveRetrievalId']
|
@@ -26022,7 +26022,7 @@ class DataSafeClient(object):
|
|
26022
26022
|
:rtype: :class:`~oci.response.Response`
|
26023
26023
|
|
26024
26024
|
:example:
|
26025
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26025
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_audit_policy.py.html>`__ to see an example of how to use update_audit_policy API.
|
26026
26026
|
"""
|
26027
26027
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26028
26028
|
required_arguments = ['auditPolicyId']
|
@@ -26132,7 +26132,7 @@ class DataSafeClient(object):
|
|
26132
26132
|
:rtype: :class:`~oci.response.Response`
|
26133
26133
|
|
26134
26134
|
:example:
|
26135
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26135
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_audit_profile.py.html>`__ to see an example of how to use update_audit_profile API.
|
26136
26136
|
"""
|
26137
26137
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26138
26138
|
required_arguments = ['auditProfileId']
|
@@ -26242,7 +26242,7 @@ class DataSafeClient(object):
|
|
26242
26242
|
:rtype: :class:`~oci.response.Response`
|
26243
26243
|
|
26244
26244
|
:example:
|
26245
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26245
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_audit_trail.py.html>`__ to see an example of how to use update_audit_trail API.
|
26246
26246
|
"""
|
26247
26247
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26248
26248
|
required_arguments = ['auditTrailId']
|
@@ -26352,7 +26352,7 @@ class DataSafeClient(object):
|
|
26352
26352
|
:rtype: :class:`~oci.response.Response`
|
26353
26353
|
|
26354
26354
|
:example:
|
26355
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26355
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_data_safe_private_endpoint.py.html>`__ to see an example of how to use update_data_safe_private_endpoint API.
|
26356
26356
|
"""
|
26357
26357
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26358
26358
|
required_arguments = ['dataSafePrivateEndpointId']
|
@@ -26462,7 +26462,7 @@ class DataSafeClient(object):
|
|
26462
26462
|
:rtype: :class:`~oci.response.Response`
|
26463
26463
|
|
26464
26464
|
:example:
|
26465
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26465
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_library_masking_format.py.html>`__ to see an example of how to use update_library_masking_format API.
|
26466
26466
|
"""
|
26467
26467
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26468
26468
|
required_arguments = ['libraryMaskingFormatId']
|
@@ -26576,7 +26576,7 @@ class DataSafeClient(object):
|
|
26576
26576
|
:rtype: :class:`~oci.response.Response`
|
26577
26577
|
|
26578
26578
|
:example:
|
26579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_masking_column.py.html>`__ to see an example of how to use update_masking_column API.
|
26580
26580
|
"""
|
26581
26581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26582
26582
|
required_arguments = ['maskingColumnKey', 'maskingPolicyId']
|
@@ -26687,7 +26687,7 @@ class DataSafeClient(object):
|
|
26687
26687
|
:rtype: :class:`~oci.response.Response`
|
26688
26688
|
|
26689
26689
|
:example:
|
26690
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26690
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_masking_policy.py.html>`__ to see an example of how to use update_masking_policy API.
|
26691
26691
|
"""
|
26692
26692
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26693
26693
|
required_arguments = ['maskingPolicyId']
|
@@ -26797,7 +26797,7 @@ class DataSafeClient(object):
|
|
26797
26797
|
:rtype: :class:`~oci.response.Response`
|
26798
26798
|
|
26799
26799
|
:example:
|
26800
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26800
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_on_prem_connector.py.html>`__ to see an example of how to use update_on_prem_connector API.
|
26801
26801
|
"""
|
26802
26802
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26803
26803
|
required_arguments = ['onPremConnectorId']
|
@@ -26913,7 +26913,7 @@ class DataSafeClient(object):
|
|
26913
26913
|
:rtype: :class:`~oci.response.Response`
|
26914
26914
|
|
26915
26915
|
:example:
|
26916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
26916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_on_prem_connector_wallet.py.html>`__ to see an example of how to use update_on_prem_connector_wallet API.
|
26917
26917
|
"""
|
26918
26918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
26919
26919
|
required_arguments = ['onPremConnectorId']
|
@@ -27032,7 +27032,7 @@ class DataSafeClient(object):
|
|
27032
27032
|
:rtype: :class:`~oci.response.Response`
|
27033
27033
|
|
27034
27034
|
:example:
|
27035
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27035
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_report_definition.py.html>`__ to see an example of how to use update_report_definition API.
|
27036
27036
|
"""
|
27037
27037
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27038
27038
|
required_arguments = ['reportDefinitionId']
|
@@ -27145,7 +27145,7 @@ class DataSafeClient(object):
|
|
27145
27145
|
:rtype: :class:`~oci.response.Response`
|
27146
27146
|
|
27147
27147
|
:example:
|
27148
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27148
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_sdm_masking_policy_difference.py.html>`__ to see an example of how to use update_sdm_masking_policy_difference API.
|
27149
27149
|
"""
|
27150
27150
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27151
27151
|
required_arguments = ['sdmMaskingPolicyDifferenceId']
|
@@ -27255,7 +27255,7 @@ class DataSafeClient(object):
|
|
27255
27255
|
:rtype: :class:`~oci.response.Response`
|
27256
27256
|
|
27257
27257
|
:example:
|
27258
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27258
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_security_assessment.py.html>`__ to see an example of how to use update_security_assessment API.
|
27259
27259
|
"""
|
27260
27260
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27261
27261
|
required_arguments = ['securityAssessmentId']
|
@@ -27368,7 +27368,7 @@ class DataSafeClient(object):
|
|
27368
27368
|
:rtype: :class:`~oci.response.Response`
|
27369
27369
|
|
27370
27370
|
:example:
|
27371
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27371
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_sensitive_column.py.html>`__ to see an example of how to use update_sensitive_column API.
|
27372
27372
|
"""
|
27373
27373
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27374
27374
|
required_arguments = ['sensitiveDataModelId', 'sensitiveColumnKey']
|
@@ -27480,7 +27480,7 @@ class DataSafeClient(object):
|
|
27480
27480
|
:rtype: :class:`~oci.response.Response`
|
27481
27481
|
|
27482
27482
|
:example:
|
27483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_sensitive_data_model.py.html>`__ to see an example of how to use update_sensitive_data_model API.
|
27484
27484
|
"""
|
27485
27485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27486
27486
|
required_arguments = ['sensitiveDataModelId']
|
@@ -27590,7 +27590,7 @@ class DataSafeClient(object):
|
|
27590
27590
|
:rtype: :class:`~oci.response.Response`
|
27591
27591
|
|
27592
27592
|
:example:
|
27593
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27593
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_sensitive_type.py.html>`__ to see an example of how to use update_sensitive_type API.
|
27594
27594
|
"""
|
27595
27595
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27596
27596
|
required_arguments = ['sensitiveTypeId']
|
@@ -27700,7 +27700,7 @@ class DataSafeClient(object):
|
|
27700
27700
|
:rtype: :class:`~oci.response.Response`
|
27701
27701
|
|
27702
27702
|
:example:
|
27703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_target_alert_policy_association.py.html>`__ to see an example of how to use update_target_alert_policy_association API.
|
27704
27704
|
"""
|
27705
27705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27706
27706
|
required_arguments = ['targetAlertPolicyAssociationId']
|
@@ -27816,7 +27816,7 @@ class DataSafeClient(object):
|
|
27816
27816
|
:rtype: :class:`~oci.response.Response`
|
27817
27817
|
|
27818
27818
|
:example:
|
27819
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27819
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_target_database.py.html>`__ to see an example of how to use update_target_database API.
|
27820
27820
|
"""
|
27821
27821
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27822
27822
|
required_arguments = ['targetDatabaseId']
|
@@ -27929,7 +27929,7 @@ class DataSafeClient(object):
|
|
27929
27929
|
:rtype: :class:`~oci.response.Response`
|
27930
27930
|
|
27931
27931
|
:example:
|
27932
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
27932
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/update_user_assessment.py.html>`__ to see an example of how to use update_user_assessment API.
|
27933
27933
|
"""
|
27934
27934
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
27935
27935
|
required_arguments = ['userAssessmentId']
|
@@ -28050,7 +28050,7 @@ class DataSafeClient(object):
|
|
28050
28050
|
:rtype: :class:`~oci.response.Response`
|
28051
28051
|
|
28052
28052
|
:example:
|
28053
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28053
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/upload_masking_policy.py.html>`__ to see an example of how to use upload_masking_policy API.
|
28054
28054
|
"""
|
28055
28055
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28056
28056
|
required_arguments = ['maskingPolicyId']
|
@@ -28191,7 +28191,7 @@ class DataSafeClient(object):
|
|
28191
28191
|
:rtype: :class:`~oci.response.Response`
|
28192
28192
|
|
28193
28193
|
:example:
|
28194
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
28194
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.103.0/datasafe/upload_sensitive_data_model.py.html>`__ to see an example of how to use upload_sensitive_data_model API.
|
28195
28195
|
"""
|
28196
28196
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
28197
28197
|
required_arguments = ['sensitiveDataModelId']
|