oci 2.117.0__py3-none-any.whl → 2.118.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/adm/application_dependency_management_client.py +36 -36
- oci/ai_anomaly_detection/anomaly_detection_client.py +36 -36
- oci/ai_document/ai_service_document_client.py +22 -22
- oci/ai_language/ai_service_language_client.py +36 -36
- 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/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 +32 -32
- oci/audit/audit_client.py +3 -3
- oci/autoscaling/auto_scaling_client.py +11 -11
- oci/bastion/bastion_client.py +15 -15
- oci/bds/bds_client.py +51 -51
- oci/blockchain/blockchain_platform_client.py +27 -27
- oci/budget/budget_client.py +10 -10
- oci/certificates/certificates_client.py +5 -5
- oci/certificates_management/certificates_management_client.py +32 -32
- oci/cims/incident_client.py +8 -8
- oci/cims/user_client.py +1 -1
- oci/cloud_bridge/common_client.py +5 -5
- oci/cloud_bridge/discovery_client.py +14 -14
- oci/cloud_bridge/inventory_client.py +16 -16
- oci/cloud_bridge/ocb_agent_svc_client.py +23 -23
- oci/cloud_guard/cloud_guard_client.py +133 -133
- oci/cloud_migrations/migration_client.py +43 -43
- oci/compute_cloud_at_customer/compute_cloud_at_customer_client.py +12 -12
- oci/compute_instance_agent/compute_instance_agent_client.py +6 -6
- oci/compute_instance_agent/plugin_client.py +2 -2
- oci/compute_instance_agent/pluginconfig_client.py +1 -1
- oci/container_engine/container_engine_client.py +44 -44
- oci/container_instances/container_instance_client.py +18 -18
- oci/core/blockstorage_client.py +60 -60
- oci/core/compute_client.py +99 -99
- oci/core/compute_management_client.py +32 -32
- oci/core/models/update_instance_details.py +39 -2
- oci/core/virtual_network_client.py +242 -242
- oci/dashboard_service/dashboard_client.py +6 -6
- oci/dashboard_service/dashboard_group_client.py +6 -6
- oci/data_catalog/data_catalog_client.py +1027 -252
- oci/data_catalog/data_catalog_client_composite_operations.py +276 -0
- oci/data_catalog/models/__init__.py +6 -0
- oci/data_catalog/models/add_resource_lock_details.py +183 -0
- oci/data_catalog/models/catalog.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint.py +76 -2
- oci/data_catalog/models/catalog_private_endpoint_summary.py +76 -2
- oci/data_catalog/models/catalog_summary.py +76 -2
- oci/data_catalog/models/metastore.py +76 -2
- oci/data_catalog/models/metastore_summary.py +76 -2
- oci/data_catalog/models/remove_resource_lock_details.py +183 -0
- oci/data_catalog/models/resource_lock.py +185 -0
- oci/data_flow/data_flow_client.py +42 -42
- oci/data_integration/data_integration_client.py +163 -163
- oci/data_integration/models/__init__.py +8 -0
- oci/data_integration/models/create_task_details.py +31 -0
- oci/data_integration/models/create_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/create_task_from_integration_task.py +7 -0
- oci/data_integration/models/create_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/create_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/create_task_from_rest_task.py +7 -0
- oci/data_integration/models/create_task_from_sql_task.py +7 -0
- oci/data_integration/models/incremental_data_entity_clause.py +170 -0
- oci/data_integration/models/incremental_field_clause.py +170 -0
- oci/data_integration/models/incremental_read_config.py +103 -0
- oci/data_integration/models/json_format_attribute.py +33 -2
- oci/data_integration/models/read_operation_config.py +27 -0
- oci/data_integration/models/runtime_operator.py +2 -2
- oci/data_integration/models/runtime_operator_summary.py +2 -2
- oci/data_integration/models/shape_details.py +68 -0
- oci/data_integration/models/task.py +31 -0
- oci/data_integration/models/task_from_data_loader_task_details.py +7 -0
- oci/data_integration/models/task_from_integration_task_details.py +7 -0
- oci/data_integration/models/task_from_oci_dataflow_task_details.py +63 -2
- oci/data_integration/models/task_from_pipeline_task_details.py +7 -0
- oci/data_integration/models/task_from_rest_task_details.py +7 -0
- oci/data_integration/models/task_from_sql_task_details.py +7 -0
- oci/data_integration/models/task_summary.py +31 -0
- oci/data_integration/models/task_summary_from_data_loader_task.py +7 -0
- oci/data_integration/models/task_summary_from_integration_task.py +7 -0
- oci/data_integration/models/task_summary_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/task_summary_from_pipeline_task.py +7 -0
- oci/data_integration/models/task_summary_from_rest_task.py +7 -0
- oci/data_integration/models/task_summary_from_sql_task.py +7 -0
- oci/data_integration/models/update_task_details.py +31 -0
- oci/data_integration/models/update_task_from_data_loader_task.py +7 -0
- oci/data_integration/models/update_task_from_integration_task.py +7 -0
- oci/data_integration/models/update_task_from_oci_dataflow_task.py +63 -2
- oci/data_integration/models/update_task_from_pipeline_task.py +7 -0
- oci/data_integration/models/update_task_from_rest_task.py +7 -0
- oci/data_integration/models/update_task_from_sql_task.py +7 -0
- oci/data_labeling_service/data_labeling_management_client.py +17 -17
- oci/data_labeling_service_dataplane/data_labeling_client.py +15 -15
- oci/data_safe/data_safe_client.py +307 -290
- oci/data_safe/data_safe_client_composite_operations.py +5 -5
- oci/data_safe/models/__init__.py +2 -0
- oci/data_safe/models/audit_event_aggregation_dimensions.py +6 -6
- oci/data_safe/models/audit_event_summary.py +14 -14
- oci/data_safe/models/audit_policy_dimensions.py +2 -2
- oci/data_safe/models/change_report_compartment_details.py +1 -1
- oci/data_safe/models/change_sql_firewall_policy_compartment_details.py +2 -2
- oci/data_safe/models/database_security_config.py +1 -1
- oci/data_safe/models/database_security_config_summary.py +1 -1
- oci/data_safe/models/delete_rows_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_date_format_entry.py +1 -1
- oci/data_safe/models/deterministic_encryption_format_entry.py +1 -1
- oci/data_safe/models/deterministic_substitution_format_entry.py +1 -1
- oci/data_safe/models/dimensions.py +33 -2
- oci/data_safe/models/discovery_analytics_summary.py +7 -3
- oci/data_safe/models/entry_details.py +2 -2
- oci/data_safe/models/finding_summary.py +2 -2
- oci/data_safe/models/firewall_policy_entry_details.py +5 -5
- oci/data_safe/models/fixed_number_format_entry.py +1 -1
- oci/data_safe/models/fixed_string_format_entry.py +1 -1
- oci/data_safe/models/format_entry.py +11 -3
- oci/data_safe/models/generate_report_details.py +2 -2
- oci/data_safe/models/library_masking_format_entry.py +1 -1
- oci/data_safe/models/mask_data_details.py +4 -2
- oci/data_safe/models/null_value_format_entry.py +1 -1
- oci/data_safe/models/patch_alerts_details.py +1 -1
- oci/data_safe/models/pattern_format_entry.py +104 -0
- oci/data_safe/models/ppf_format_entry.py +1 -1
- oci/data_safe/models/preserve_original_data_format_entry.py +1 -1
- oci/data_safe/models/random_date_format_entry.py +1 -1
- oci/data_safe/models/random_decimal_number_format_entry.py +1 -1
- oci/data_safe/models/random_digits_format_entry.py +1 -1
- oci/data_safe/models/random_list_format_entry.py +1 -1
- oci/data_safe/models/random_number_format_entry.py +1 -1
- oci/data_safe/models/random_string_format_entry.py +1 -1
- oci/data_safe/models/random_substitution_format_entry.py +1 -1
- oci/data_safe/models/regular_expression_format_entry.py +1 -1
- oci/data_safe/models/report.py +2 -2
- oci/data_safe/models/report_definition.py +8 -8
- oci/data_safe/models/report_summary.py +2 -2
- oci/data_safe/models/schedule_report_details.py +2 -2
- oci/data_safe/models/sdm_masking_policy_difference.py +5 -5
- oci/data_safe/models/sensitive_category.py +7 -0
- oci/data_safe/models/sensitive_type.py +33 -0
- oci/data_safe/models/sensitive_type_pattern.py +7 -0
- oci/data_safe/models/sensitive_type_summary.py +33 -0
- oci/data_safe/models/shuffle_format_entry.py +1 -1
- oci/data_safe/models/sql_expression_format_entry.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_allowed_sql_collection.py +3 -3
- oci/data_safe/models/sql_firewall_allowed_sql_dimensions.py +7 -7
- oci/data_safe/models/sql_firewall_allowed_sql_summary.py +23 -23
- oci/data_safe/models/sql_firewall_config.py +1 -1
- oci/data_safe/models/sql_firewall_policy.py +35 -35
- oci/data_safe/models/sql_firewall_policy_aggregation.py +1 -1
- oci/data_safe/models/sql_firewall_policy_analytics_collection.py +1 -1
- oci/data_safe/models/sql_firewall_policy_collection.py +3 -3
- oci/data_safe/models/sql_firewall_policy_dimensions.py +9 -9
- oci/data_safe/models/sql_firewall_policy_summary.py +29 -29
- oci/data_safe/models/sql_firewall_violation_aggregation_dimensions.py +2 -2
- oci/data_safe/models/substring_format_entry.py +1 -1
- oci/data_safe/models/truncate_table_format_entry.py +1 -1
- oci/data_safe/models/udf_format_entry.py +1 -1
- oci/data_safe/models/update_sql_firewall_config_details.py +1 -1
- oci/data_safe/models/update_sql_firewall_policy_details.py +19 -19
- oci/data_safe/models/work_request.py +11 -3
- oci/data_safe/models/work_request_summary.py +11 -3
- oci/data_science/data_science_client.py +91 -91
- oci/database/database_client.py +327 -327
- oci/database_management/db_management_client.py +182 -182
- oci/database_management/diagnosability_client.py +4 -4
- oci/database_management/managed_my_sql_databases_client.py +6 -6
- oci/database_management/perfhub_client.py +1 -1
- oci/database_management/sql_tuning_client.py +17 -17
- oci/database_migration/database_migration_client.py +41 -41
- oci/database_tools/database_tools_client.py +23 -23
- oci/devops/devops_client.py +89 -89
- oci/disaster_recovery/disaster_recovery_client.py +29 -29
- oci/dns/dns_client.py +52 -52
- oci/dts/appliance_export_job_client.py +6 -6
- oci/dts/shipping_vendors_client.py +1 -1
- oci/dts/transfer_appliance_client.py +8 -8
- oci/dts/transfer_appliance_entitlement_client.py +3 -3
- oci/dts/transfer_device_client.py +5 -5
- oci/dts/transfer_job_client.py +6 -6
- oci/dts/transfer_package_client.py +7 -7
- oci/em_warehouse/em_data_lake_client.py +13 -13
- oci/em_warehouse/em_warehouse_client.py +13 -13
- oci/email/email_client.py +25 -25
- oci/events/events_client.py +6 -6
- oci/file_storage/file_storage_client.py +50 -50
- oci/fleet_software_update/fleet_software_update_client.py +44 -44
- oci/functions/functions_invoke_client.py +1 -1
- oci/functions/functions_management_client.py +16 -16
- oci/fusion_apps/data_masking_activity_client.py +3 -3
- oci/fusion_apps/fusion_applications_client.py +39 -39
- oci/fusion_apps/fusion_environment_client.py +15 -15
- oci/fusion_apps/fusion_environment_family_client.py +8 -8
- oci/fusion_apps/refresh_activity_client.py +4 -4
- oci/fusion_apps/scheduled_activity_client.py +2 -2
- oci/fusion_apps/service_attachment_client.py +2 -2
- oci/generic_artifacts_content/generic_artifacts_content_client.py +3 -3
- oci/golden_gate/golden_gate_client.py +61 -61
- oci/golden_gate/models/amazon_kinesis_connection.py +9 -0
- oci/golden_gate/models/amazon_kinesis_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_redshift_connection.py +9 -0
- oci/golden_gate/models/amazon_redshift_connection_summary.py +8 -0
- oci/golden_gate/models/amazon_s3_connection.py +9 -0
- oci/golden_gate/models/amazon_s3_connection_summary.py +8 -0
- oci/golden_gate/models/azure_data_lake_storage_connection.py +9 -0
- oci/golden_gate/models/azure_data_lake_storage_connection_summary.py +8 -0
- oci/golden_gate/models/azure_synapse_connection.py +9 -0
- oci/golden_gate/models/azure_synapse_connection_summary.py +8 -0
- oci/golden_gate/models/connection.py +61 -4
- oci/golden_gate/models/connection_summary.py +61 -4
- oci/golden_gate/models/create_amazon_kinesis_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_redshift_connection_details.py +8 -0
- oci/golden_gate/models/create_amazon_s3_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_data_lake_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_azure_synapse_connection_details.py +8 -0
- oci/golden_gate/models/create_connection_details.py +61 -4
- oci/golden_gate/models/create_database_registration_details.py +2 -2
- oci/golden_gate/models/create_deployment_details.py +41 -2
- oci/golden_gate/models/create_elasticsearch_connection_details.py +8 -0
- oci/golden_gate/models/create_generic_connection_details.py +8 -0
- oci/golden_gate/models/create_golden_gate_connection_details.py +14 -0
- oci/golden_gate/models/create_google_big_query_connection_details.py +8 -0
- oci/golden_gate/models/create_google_cloud_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_hdfs_connection_details.py +8 -0
- oci/golden_gate/models/create_java_message_service_connection_details.py +14 -0
- oci/golden_gate/models/create_kafka_connection_details.py +8 -0
- oci/golden_gate/models/create_kafka_schema_registry_connection_details.py +14 -0
- oci/golden_gate/models/create_microsoft_sqlserver_connection_details.py +14 -0
- oci/golden_gate/models/create_mongo_db_connection_details.py +8 -0
- oci/golden_gate/models/create_mysql_connection_details.py +14 -0
- oci/golden_gate/models/create_oci_object_storage_connection_details.py +8 -0
- oci/golden_gate/models/create_oracle_connection_details.py +14 -0
- oci/golden_gate/models/create_oracle_nosql_connection_details.py +8 -0
- oci/golden_gate/models/create_postgresql_connection_details.py +14 -0
- oci/golden_gate/models/create_redis_connection_details.py +8 -0
- oci/golden_gate/models/create_snowflake_connection_details.py +8 -0
- oci/golden_gate/models/database_registration.py +2 -2
- oci/golden_gate/models/database_registration_summary.py +2 -2
- oci/golden_gate/models/deployment.py +113 -4
- oci/golden_gate/models/deployment_summary.py +78 -2
- oci/golden_gate/models/elasticsearch_connection.py +9 -0
- oci/golden_gate/models/elasticsearch_connection_summary.py +8 -0
- oci/golden_gate/models/generic_connection.py +9 -0
- oci/golden_gate/models/generic_connection_summary.py +8 -0
- oci/golden_gate/models/golden_gate_connection.py +15 -0
- oci/golden_gate/models/golden_gate_connection_summary.py +14 -0
- oci/golden_gate/models/google_big_query_connection.py +9 -0
- oci/golden_gate/models/google_big_query_connection_summary.py +8 -0
- oci/golden_gate/models/google_cloud_storage_connection.py +9 -0
- oci/golden_gate/models/google_cloud_storage_connection_summary.py +8 -0
- oci/golden_gate/models/hdfs_connection.py +9 -0
- oci/golden_gate/models/hdfs_connection_summary.py +8 -0
- oci/golden_gate/models/java_message_service_connection.py +15 -0
- oci/golden_gate/models/java_message_service_connection_summary.py +14 -0
- oci/golden_gate/models/kafka_bootstrap_server.py +6 -0
- oci/golden_gate/models/kafka_connection.py +9 -0
- oci/golden_gate/models/kafka_connection_summary.py +8 -0
- oci/golden_gate/models/kafka_schema_registry_connection.py +15 -0
- oci/golden_gate/models/kafka_schema_registry_connection_summary.py +14 -0
- oci/golden_gate/models/microsoft_sqlserver_connection.py +15 -0
- oci/golden_gate/models/microsoft_sqlserver_connection_summary.py +14 -0
- oci/golden_gate/models/mongo_db_connection.py +9 -0
- oci/golden_gate/models/mongo_db_connection_summary.py +8 -0
- oci/golden_gate/models/mysql_connection.py +15 -0
- oci/golden_gate/models/mysql_connection_summary.py +14 -0
- oci/golden_gate/models/oci_object_storage_connection.py +9 -0
- oci/golden_gate/models/oci_object_storage_connection_summary.py +8 -0
- oci/golden_gate/models/oracle_connection.py +15 -0
- oci/golden_gate/models/oracle_connection_summary.py +14 -0
- oci/golden_gate/models/oracle_nosql_connection.py +9 -0
- oci/golden_gate/models/oracle_nosql_connection_summary.py +8 -0
- oci/golden_gate/models/postgresql_connection.py +15 -0
- oci/golden_gate/models/postgresql_connection_summary.py +14 -0
- oci/golden_gate/models/redis_connection.py +9 -0
- oci/golden_gate/models/redis_connection_summary.py +8 -0
- oci/golden_gate/models/snowflake_connection.py +9 -0
- oci/golden_gate/models/snowflake_connection_summary.py +8 -0
- oci/golden_gate/models/update_amazon_kinesis_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_redshift_connection_details.py +15 -0
- oci/golden_gate/models/update_amazon_s3_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_data_lake_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_azure_synapse_connection_details.py +15 -0
- oci/golden_gate/models/update_connection_details.py +94 -2
- oci/golden_gate/models/update_deployment_details.py +2 -2
- oci/golden_gate/models/update_elasticsearch_connection_details.py +15 -0
- oci/golden_gate/models/update_generic_connection_details.py +15 -0
- oci/golden_gate/models/update_golden_gate_connection_details.py +21 -0
- oci/golden_gate/models/update_google_big_query_connection_details.py +15 -0
- oci/golden_gate/models/update_google_cloud_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_hdfs_connection_details.py +15 -0
- oci/golden_gate/models/update_java_message_service_connection_details.py +21 -0
- oci/golden_gate/models/update_kafka_connection_details.py +15 -0
- oci/golden_gate/models/update_kafka_schema_registry_connection_details.py +21 -0
- oci/golden_gate/models/update_microsoft_sqlserver_connection_details.py +21 -0
- oci/golden_gate/models/update_mongo_db_connection_details.py +15 -0
- oci/golden_gate/models/update_mysql_connection_details.py +21 -0
- oci/golden_gate/models/update_oci_object_storage_connection_details.py +15 -0
- oci/golden_gate/models/update_oracle_connection_details.py +21 -0
- oci/golden_gate/models/update_oracle_nosql_connection_details.py +15 -0
- oci/golden_gate/models/update_postgresql_connection_details.py +21 -0
- oci/golden_gate/models/update_redis_connection_details.py +15 -0
- oci/golden_gate/models/update_snowflake_connection_details.py +15 -0
- oci/governance_rules_control_plane/governance_rule_client.py +15 -15
- oci/governance_rules_control_plane/work_request_client.py +5 -5
- oci/healthchecks/health_checks_client.py +17 -17
- oci/identity/identity_client.py +145 -145
- oci/identity_data_plane/dataplane_client.py +2 -2
- oci/identity_domains/identity_domains_client.py +1901 -1029
- oci/identity_domains/models/__init__.py +8 -0
- oci/identity_domains/models/extension_user_user.py +59 -0
- oci/identity_domains/models/identity_propagation_trust.py +1623 -0
- oci/identity_domains/models/identity_propagation_trust_impersonation_service_users.py +243 -0
- oci/identity_domains/models/identity_propagation_trust_keytab.py +153 -0
- oci/identity_domains/models/identity_propagation_trusts.py +196 -0
- oci/identity_domains/models/me.py +1 -1
- oci/identity_domains/models/me_name.py +4 -4
- oci/identity_domains/models/user.py +1 -1
- oci/identity_domains/models/user_name.py +4 -4
- oci/integration/integration_instance_client.py +15 -15
- oci/jms/java_management_service_client.py +66 -66
- oci/jms_java_downloads/java_download_client.py +25 -25
- oci/key_management/ekm_client.py +5 -5
- oci/key_management/kms_crypto_client.py +6 -6
- oci/key_management/kms_management_client.py +21 -21
- oci/key_management/kms_vault_client.py +14 -14
- oci/license_manager/license_manager_client.py +18 -18
- oci/limits/limits_client.py +4 -4
- oci/limits/quotas_client.py +7 -7
- oci/load_balancer/load_balancer_client.py +61 -61
- oci/lockbox/lockbox_client.py +23 -23
- oci/log_analytics/log_analytics_client.py +193 -193
- oci/logging/logging_management_client.py +30 -30
- oci/loggingingestion/logging_client.py +1 -1
- oci/loggingsearch/log_search_client.py +1 -1
- oci/management_agent/management_agent_client.py +23 -23
- oci/management_dashboard/dashx_apis_client.py +14 -14
- oci/marketplace/account_client.py +2 -2
- oci/marketplace/marketplace_client.py +30 -30
- oci/marketplace_publisher/marketplace_publisher_client.py +71 -71
- oci/media_services/media_services_client.py +48 -48
- oci/media_services/media_stream_client.py +2 -2
- oci/monitoring/monitoring_client.py +13 -13
- oci/mysql/channels_client.py +7 -7
- oci/mysql/db_backups_client.py +6 -6
- oci/mysql/db_system_client.py +17 -17
- oci/mysql/mysqlaas_client.py +7 -7
- oci/mysql/replicas_client.py +5 -5
- oci/mysql/work_requests_client.py +4 -4
- oci/network_firewall/network_firewall_client.py +80 -80
- oci/network_load_balancer/network_load_balancer_client.py +34 -34
- oci/nosql/nosql_client.py +24 -24
- oci/object_storage/object_storage_client.py +50 -50
- oci/oce/oce_instance_client.py +10 -10
- oci/oci_control_center/occ_metrics_client.py +3 -3
- oci/ocvp/cluster_client.py +5 -5
- oci/ocvp/esxi_host_client.py +8 -8
- oci/ocvp/sddc_client.py +14 -14
- oci/ocvp/work_request_client.py +4 -4
- oci/oda/management_client.py +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/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_client.py +6 -6
- oci/opsi/operations_insights_client.py +173 -173
- oci/optimizer/models/create_profile_details.py +33 -0
- oci/optimizer/models/profile.py +33 -0
- oci/optimizer/models/profile_summary.py +33 -0
- oci/optimizer/models/update_profile_details.py +33 -0
- oci/optimizer/optimizer_client.py +129 -53
- oci/os_management/event_client.py +8 -8
- oci/os_management/os_management_client.py +69 -69
- oci/os_management_hub/lifecycle_environment_client.py +11 -11
- oci/os_management_hub/managed_instance_client.py +22 -22
- oci/os_management_hub/managed_instance_group_client.py +22 -22
- oci/os_management_hub/management_station_client.py +8 -8
- oci/os_management_hub/onboarding_client.py +5 -5
- oci/os_management_hub/reporting_managed_instance_client.py +3 -3
- oci/os_management_hub/scheduled_job_client.py +6 -6
- oci/os_management_hub/software_source_client.py +22 -22
- oci/os_management_hub/work_request_client.py +4 -4
- oci/osp_gateway/address_rule_service_client.py +1 -1
- oci/osp_gateway/address_service_client.py +2 -2
- oci/osp_gateway/invoice_service_client.py +5 -5
- oci/osp_gateway/subscription_service_client.py +5 -5
- oci/osub_billing_schedule/billing_schedule_client.py +1 -1
- oci/osub_organization_subscription/organization_subscription_client.py +1 -1
- oci/osub_subscription/commitment_client.py +2 -2
- oci/osub_subscription/ratecard_client.py +1 -1
- oci/osub_subscription/subscription_client.py +1 -1
- oci/osub_usage/computed_usage_client.py +3 -3
- oci/psql/models/backup.py +53 -21
- oci/psql/models/backup_policy.py +5 -5
- oci/psql/models/backup_source_details.py +10 -5
- oci/psql/models/backup_summary.py +47 -19
- oci/psql/models/change_backup_compartment_details.py +7 -5
- oci/psql/models/change_configuration_compartment_details.py +7 -5
- oci/psql/models/change_db_system_compartment_details.py +3 -3
- oci/psql/models/config_overrides.py +5 -5
- oci/psql/models/config_params.py +17 -17
- oci/psql/models/configuration.py +37 -21
- oci/psql/models/configuration_collection.py +2 -2
- oci/psql/models/configuration_details.py +1 -1
- oci/psql/models/configuration_summary.py +39 -19
- oci/psql/models/connection_details.py +5 -5
- oci/psql/models/create_backup_details.py +13 -9
- oci/psql/models/create_configuration_details.py +21 -15
- oci/psql/models/create_db_instance_details.py +9 -9
- oci/psql/models/create_db_system_details.py +35 -25
- oci/psql/models/credentials.py +3 -3
- oci/psql/models/daily_backup_policy.py +3 -3
- oci/psql/models/db_configuration_override_collection.py +3 -3
- oci/psql/models/db_instance.py +35 -15
- oci/psql/models/db_instance_endpoint.py +3 -3
- oci/psql/models/db_system.py +63 -33
- oci/psql/models/db_system_collection.py +3 -3
- oci/psql/models/db_system_details.py +5 -5
- oci/psql/models/db_system_summary.py +57 -27
- oci/psql/models/default_config_params.py +15 -15
- oci/psql/models/default_configuration.py +31 -19
- oci/psql/models/default_configuration_collection.py +2 -2
- oci/psql/models/default_configuration_details.py +1 -1
- oci/psql/models/default_configuration_summary.py +29 -17
- oci/psql/models/endpoint.py +7 -7
- oci/psql/models/failover_db_system_details.py +13 -9
- oci/psql/models/management_policy.py +1 -1
- oci/psql/models/management_policy_details.py +1 -1
- oci/psql/models/monthly_backup_policy.py +5 -5
- oci/psql/models/network_details.py +15 -7
- oci/psql/models/none_backup_policy.py +1 -1
- oci/psql/models/none_source_details.py +1 -1
- oci/psql/models/oci_optimized_storage_details.py +3 -3
- oci/psql/models/password_details.py +4 -4
- oci/psql/models/patch_db_system_details.py +2 -2
- oci/psql/models/plain_text_password_details.py +3 -3
- oci/psql/models/primary_db_instance_details.py +3 -3
- oci/psql/models/reset_master_user_password_details.py +2 -2
- oci/psql/models/restart_db_instance_in_db_system_details.py +5 -5
- oci/psql/models/restore_db_system_details.py +11 -7
- oci/psql/models/shape_collection.py +3 -3
- oci/psql/models/shape_summary.py +11 -9
- oci/psql/models/source_details.py +1 -1
- oci/psql/models/storage_details.py +13 -13
- oci/psql/models/update_backup_details.py +4 -4
- oci/psql/models/update_configuration_details.py +73 -7
- oci/psql/models/update_db_config_params.py +11 -7
- oci/psql/models/update_db_system_db_instance_details.py +5 -5
- oci/psql/models/update_db_system_details.py +4 -4
- oci/psql/models/update_storage_details_params.py +5 -5
- oci/psql/models/vault_secret_password_details.py +9 -5
- oci/psql/models/weekly_backup_policy.py +5 -5
- oci/psql/models/work_request.py +19 -9
- oci/psql/models/work_request_error.py +12 -6
- oci/psql/models/work_request_error_collection.py +2 -2
- oci/psql/models/work_request_log_entry.py +6 -2
- oci/psql/models/work_request_log_entry_collection.py +2 -2
- oci/psql/models/work_request_resource.py +4 -4
- oci/psql/models/work_request_summary.py +18 -8
- oci/psql/models/work_request_summary_collection.py +2 -2
- oci/psql/postgresql_client.py +186 -127
- oci/psql/postgresql_client_composite_operations.py +23 -69
- oci/queue/queue_admin_client.py +11 -11
- oci/queue/queue_client.py +8 -8
- oci/recovery/database_recovery_client.py +23 -23
- oci/redis/redis_cluster_client.py +11 -11
- oci/resource_manager/resource_manager_client.py +52 -52
- oci/resource_search/resource_search_client.py +3 -3
- oci/rover/rover_bundle_client.py +8 -8
- oci/rover/rover_cluster_client.py +8 -8
- oci/rover/rover_entitlement_client.py +6 -6
- oci/rover/rover_node_client.py +15 -15
- oci/rover/shape_client.py +1 -1
- oci/rover/work_requests_client.py +5 -5
- oci/sch/service_connector_client.py +12 -12
- oci/secrets/secrets_client.py +3 -3
- oci/service_catalog/service_catalog_client.py +26 -26
- oci/service_manager_proxy/service_manager_proxy_client.py +2 -2
- oci/service_mesh/service_mesh_client.py +48 -48
- oci/stack_monitoring/models/discovery_details.py +7 -3
- oci/stack_monitoring/models/discovery_job_summary.py +7 -3
- oci/stack_monitoring/stack_monitoring_client.py +58 -58
- oci/streaming/stream_admin_client.py +18 -18
- oci/streaming/stream_client.py +8 -8
- oci/tenant_manager_control_plane/domain_client.py +5 -5
- oci/tenant_manager_control_plane/domain_governance_client.py +5 -5
- oci/tenant_manager_control_plane/governance_client.py +2 -2
- oci/tenant_manager_control_plane/link_client.py +3 -3
- oci/tenant_manager_control_plane/orders_client.py +2 -2
- oci/tenant_manager_control_plane/organization_client.py +10 -10
- oci/tenant_manager_control_plane/recipient_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/sender_invitation_client.py +5 -5
- oci/tenant_manager_control_plane/subscription_client.py +11 -11
- oci/tenant_manager_control_plane/work_request_client.py +4 -4
- oci/threat_intelligence/threatintel_client.py +5 -5
- oci/usage/resources_client.py +2 -2
- oci/usage/rewards_client.py +6 -6
- oci/usage/usagelimits_client.py +1 -1
- oci/usage_api/models/__init__.py +24 -0
- oci/usage_api/models/average_carbon_emission.py +103 -0
- oci/usage_api/models/clean_energy_usage.py +134 -0
- oci/usage_api/models/create_schedule_details.py +4 -4
- oci/usage_api/models/create_usage_carbon_emissions_query_details.py +99 -0
- oci/usage_api/models/request_usage_carbon_emissions_details.py +297 -0
- oci/usage_api/models/schedule.py +4 -4
- oci/usage_api/models/update_schedule_details.py +2 -2
- oci/usage_api/models/update_usage_carbon_emissions_query_details.py +68 -0
- oci/usage_api/models/usage_carbon_emission_aggregation.py +103 -0
- oci/usage_api/models/usage_carbon_emission_summary.py +630 -0
- oci/usage_api/models/usage_carbon_emissions_query.py +130 -0
- oci/usage_api/models/usage_carbon_emissions_query_collection.py +72 -0
- oci/usage_api/models/usage_carbon_emissions_query_definition.py +157 -0
- oci/usage_api/models/usage_carbon_emissions_query_summary.py +99 -0
- oci/usage_api/models/usage_carbon_emissions_report_query.py +356 -0
- oci/usage_api/usageapi_client.py +1151 -210
- 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/vulnerability_scanning/vulnerability_scanning_client.py +58 -58
- oci/waa/waa_client.py +13 -13
- oci/waa/work_request_client.py +4 -4
- oci/waas/redirect_client.py +6 -6
- oci/waas/waas_client.py +66 -66
- oci/waf/waf_client.py +24 -24
- oci/work_requests/work_request_client.py +4 -4
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/METADATA +1 -1
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/RECORD +560 -536
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/LICENSE.txt +0 -0
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/THIRD_PARTY_LICENSES.txt +0 -0
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/WHEEL +0 -0
- {oci-2.117.0.dist-info → oci-2.118.0.dist-info}/top_level.txt +0 -0
@@ -162,7 +162,7 @@ class CloudGuardClient(object):
|
|
162
162
|
:rtype: :class:`~oci.response.Response`
|
163
163
|
|
164
164
|
:example:
|
165
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
165
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/add_compartment.py.html>`__ to see an example of how to use add_compartment API.
|
166
166
|
"""
|
167
167
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
168
168
|
required_arguments = ['securityZoneId']
|
@@ -272,7 +272,7 @@ class CloudGuardClient(object):
|
|
272
272
|
:rtype: :class:`~oci.response.Response`
|
273
273
|
|
274
274
|
:example:
|
275
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
275
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/cancel_work_request.py.html>`__ to see an example of how to use cancel_work_request API.
|
276
276
|
"""
|
277
277
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
278
278
|
required_arguments = ['workRequestId']
|
@@ -385,7 +385,7 @@ class CloudGuardClient(object):
|
|
385
385
|
:rtype: :class:`~oci.response.Response`
|
386
386
|
|
387
387
|
:example:
|
388
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
388
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/change_data_source_compartment.py.html>`__ to see an example of how to use change_data_source_compartment API.
|
389
389
|
"""
|
390
390
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
391
391
|
required_arguments = ['dataSourceId']
|
@@ -503,7 +503,7 @@ class CloudGuardClient(object):
|
|
503
503
|
:rtype: :class:`~oci.response.Response`
|
504
504
|
|
505
505
|
:example:
|
506
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
506
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/change_detector_recipe_compartment.py.html>`__ to see an example of how to use change_detector_recipe_compartment API.
|
507
507
|
"""
|
508
508
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
509
509
|
required_arguments = ['detectorRecipeId']
|
@@ -621,7 +621,7 @@ class CloudGuardClient(object):
|
|
621
621
|
:rtype: :class:`~oci.response.Response`
|
622
622
|
|
623
623
|
:example:
|
624
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
624
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/change_managed_list_compartment.py.html>`__ to see an example of how to use change_managed_list_compartment API.
|
625
625
|
"""
|
626
626
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
627
627
|
required_arguments = ['managedListId']
|
@@ -739,7 +739,7 @@ class CloudGuardClient(object):
|
|
739
739
|
:rtype: :class:`~oci.response.Response`
|
740
740
|
|
741
741
|
:example:
|
742
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
742
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/change_responder_recipe_compartment.py.html>`__ to see an example of how to use change_responder_recipe_compartment API.
|
743
743
|
"""
|
744
744
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
745
745
|
required_arguments = ['responderRecipeId']
|
@@ -857,7 +857,7 @@ class CloudGuardClient(object):
|
|
857
857
|
:rtype: :class:`~oci.response.Response`
|
858
858
|
|
859
859
|
:example:
|
860
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
860
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/change_security_recipe_compartment.py.html>`__ to see an example of how to use change_security_recipe_compartment API.
|
861
861
|
"""
|
862
862
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
863
863
|
required_arguments = ['securityRecipeId']
|
@@ -975,7 +975,7 @@ class CloudGuardClient(object):
|
|
975
975
|
:rtype: :class:`~oci.response.Response`
|
976
976
|
|
977
977
|
:example:
|
978
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
978
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/change_security_zone_compartment.py.html>`__ to see an example of how to use change_security_zone_compartment API.
|
979
979
|
"""
|
980
980
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
981
981
|
required_arguments = ['securityZoneId']
|
@@ -1083,7 +1083,7 @@ class CloudGuardClient(object):
|
|
1083
1083
|
:rtype: :class:`~oci.response.Response`
|
1084
1084
|
|
1085
1085
|
:example:
|
1086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_data_mask_rule.py.html>`__ to see an example of how to use create_data_mask_rule API.
|
1087
1087
|
"""
|
1088
1088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1089
1089
|
required_arguments = []
|
@@ -1179,7 +1179,7 @@ class CloudGuardClient(object):
|
|
1179
1179
|
:rtype: :class:`~oci.response.Response`
|
1180
1180
|
|
1181
1181
|
:example:
|
1182
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1182
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_data_source.py.html>`__ to see an example of how to use create_data_source API.
|
1183
1183
|
"""
|
1184
1184
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1185
1185
|
required_arguments = []
|
@@ -1273,7 +1273,7 @@ class CloudGuardClient(object):
|
|
1273
1273
|
:rtype: :class:`~oci.response.Response`
|
1274
1274
|
|
1275
1275
|
:example:
|
1276
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1276
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_detector_recipe.py.html>`__ to see an example of how to use create_detector_recipe API.
|
1277
1277
|
"""
|
1278
1278
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1279
1279
|
required_arguments = []
|
@@ -1372,7 +1372,7 @@ class CloudGuardClient(object):
|
|
1372
1372
|
:rtype: :class:`~oci.response.Response`
|
1373
1373
|
|
1374
1374
|
:example:
|
1375
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1375
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_detector_recipe_detector_rule.py.html>`__ to see an example of how to use create_detector_recipe_detector_rule API.
|
1376
1376
|
"""
|
1377
1377
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1378
1378
|
required_arguments = ['detectorRecipeId']
|
@@ -1480,7 +1480,7 @@ class CloudGuardClient(object):
|
|
1480
1480
|
:rtype: :class:`~oci.response.Response`
|
1481
1481
|
|
1482
1482
|
:example:
|
1483
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1483
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_managed_list.py.html>`__ to see an example of how to use create_managed_list API.
|
1484
1484
|
"""
|
1485
1485
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1486
1486
|
required_arguments = []
|
@@ -1576,7 +1576,7 @@ class CloudGuardClient(object):
|
|
1576
1576
|
:rtype: :class:`~oci.response.Response`
|
1577
1577
|
|
1578
1578
|
:example:
|
1579
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1579
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_responder_recipe.py.html>`__ to see an example of how to use create_responder_recipe API.
|
1580
1580
|
"""
|
1581
1581
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1582
1582
|
required_arguments = []
|
@@ -1672,7 +1672,7 @@ class CloudGuardClient(object):
|
|
1672
1672
|
:rtype: :class:`~oci.response.Response`
|
1673
1673
|
|
1674
1674
|
:example:
|
1675
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1675
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_security_recipe.py.html>`__ to see an example of how to use create_security_recipe API.
|
1676
1676
|
"""
|
1677
1677
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1678
1678
|
required_arguments = []
|
@@ -1768,7 +1768,7 @@ class CloudGuardClient(object):
|
|
1768
1768
|
:rtype: :class:`~oci.response.Response`
|
1769
1769
|
|
1770
1770
|
:example:
|
1771
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1771
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_security_zone.py.html>`__ to see an example of how to use create_security_zone API.
|
1772
1772
|
"""
|
1773
1773
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1774
1774
|
required_arguments = []
|
@@ -1864,7 +1864,7 @@ class CloudGuardClient(object):
|
|
1864
1864
|
:rtype: :class:`~oci.response.Response`
|
1865
1865
|
|
1866
1866
|
:example:
|
1867
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1867
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_target.py.html>`__ to see an example of how to use create_target API.
|
1868
1868
|
"""
|
1869
1869
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1870
1870
|
required_arguments = []
|
@@ -1963,7 +1963,7 @@ class CloudGuardClient(object):
|
|
1963
1963
|
:rtype: :class:`~oci.response.Response`
|
1964
1964
|
|
1965
1965
|
:example:
|
1966
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
1966
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_target_detector_recipe.py.html>`__ to see an example of how to use create_target_detector_recipe API.
|
1967
1967
|
"""
|
1968
1968
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
1969
1969
|
required_arguments = ['targetId']
|
@@ -2074,7 +2074,7 @@ class CloudGuardClient(object):
|
|
2074
2074
|
:rtype: :class:`~oci.response.Response`
|
2075
2075
|
|
2076
2076
|
:example:
|
2077
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2077
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/create_target_responder_recipe.py.html>`__ to see an example of how to use create_target_responder_recipe API.
|
2078
2078
|
"""
|
2079
2079
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2080
2080
|
required_arguments = ['targetId']
|
@@ -2182,7 +2182,7 @@ class CloudGuardClient(object):
|
|
2182
2182
|
:rtype: :class:`~oci.response.Response`
|
2183
2183
|
|
2184
2184
|
:example:
|
2185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_data_mask_rule.py.html>`__ to see an example of how to use delete_data_mask_rule API.
|
2186
2186
|
"""
|
2187
2187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2188
2188
|
required_arguments = ['dataMaskRuleId']
|
@@ -2292,7 +2292,7 @@ class CloudGuardClient(object):
|
|
2292
2292
|
:rtype: :class:`~oci.response.Response`
|
2293
2293
|
|
2294
2294
|
:example:
|
2295
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2295
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_data_source.py.html>`__ to see an example of how to use delete_data_source API.
|
2296
2296
|
"""
|
2297
2297
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2298
2298
|
required_arguments = ['dataSourceId']
|
@@ -2405,7 +2405,7 @@ class CloudGuardClient(object):
|
|
2405
2405
|
:rtype: :class:`~oci.response.Response`
|
2406
2406
|
|
2407
2407
|
:example:
|
2408
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2408
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_detector_recipe.py.html>`__ to see an example of how to use delete_detector_recipe API.
|
2409
2409
|
"""
|
2410
2410
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2411
2411
|
required_arguments = ['detectorRecipeId']
|
@@ -2514,7 +2514,7 @@ class CloudGuardClient(object):
|
|
2514
2514
|
:rtype: :class:`~oci.response.Response`
|
2515
2515
|
|
2516
2516
|
:example:
|
2517
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2517
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_detector_recipe_detector_rule.py.html>`__ to see an example of how to use delete_detector_recipe_detector_rule API.
|
2518
2518
|
"""
|
2519
2519
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2520
2520
|
required_arguments = ['detectorRecipeId', 'detectorRuleId']
|
@@ -2624,7 +2624,7 @@ class CloudGuardClient(object):
|
|
2624
2624
|
:rtype: :class:`~oci.response.Response`
|
2625
2625
|
|
2626
2626
|
:example:
|
2627
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2627
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_detector_recipe_detector_rule_data_source.py.html>`__ to see an example of how to use delete_detector_recipe_detector_rule_data_source API.
|
2628
2628
|
"""
|
2629
2629
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2630
2630
|
required_arguments = ['detectorRecipeId', 'detectorRuleId', 'dataSourceId']
|
@@ -2736,7 +2736,7 @@ class CloudGuardClient(object):
|
|
2736
2736
|
:rtype: :class:`~oci.response.Response`
|
2737
2737
|
|
2738
2738
|
:example:
|
2739
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2739
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_managed_list.py.html>`__ to see an example of how to use delete_managed_list API.
|
2740
2740
|
"""
|
2741
2741
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2742
2742
|
required_arguments = ['managedListId']
|
@@ -2842,7 +2842,7 @@ class CloudGuardClient(object):
|
|
2842
2842
|
:rtype: :class:`~oci.response.Response`
|
2843
2843
|
|
2844
2844
|
:example:
|
2845
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2845
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_responder_recipe.py.html>`__ to see an example of how to use delete_responder_recipe API.
|
2846
2846
|
"""
|
2847
2847
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2848
2848
|
required_arguments = ['responderRecipeId']
|
@@ -2945,7 +2945,7 @@ class CloudGuardClient(object):
|
|
2945
2945
|
:rtype: :class:`~oci.response.Response`
|
2946
2946
|
|
2947
2947
|
:example:
|
2948
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
2948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_security_recipe.py.html>`__ to see an example of how to use delete_security_recipe API.
|
2949
2949
|
"""
|
2950
2950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
2951
2951
|
required_arguments = ['securityRecipeId']
|
@@ -3048,7 +3048,7 @@ class CloudGuardClient(object):
|
|
3048
3048
|
:rtype: :class:`~oci.response.Response`
|
3049
3049
|
|
3050
3050
|
:example:
|
3051
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3051
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_security_zone.py.html>`__ to see an example of how to use delete_security_zone API.
|
3052
3052
|
"""
|
3053
3053
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3054
3054
|
required_arguments = ['securityZoneId']
|
@@ -3151,7 +3151,7 @@ class CloudGuardClient(object):
|
|
3151
3151
|
:rtype: :class:`~oci.response.Response`
|
3152
3152
|
|
3153
3153
|
:example:
|
3154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_target.py.html>`__ to see an example of how to use delete_target API.
|
3155
3155
|
"""
|
3156
3156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3157
3157
|
required_arguments = ['targetId']
|
@@ -3257,7 +3257,7 @@ class CloudGuardClient(object):
|
|
3257
3257
|
:rtype: :class:`~oci.response.Response`
|
3258
3258
|
|
3259
3259
|
:example:
|
3260
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3260
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_target_detector_recipe.py.html>`__ to see an example of how to use delete_target_detector_recipe API.
|
3261
3261
|
"""
|
3262
3262
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3263
3263
|
required_arguments = ['targetId', 'targetDetectorRecipeId']
|
@@ -3364,7 +3364,7 @@ class CloudGuardClient(object):
|
|
3364
3364
|
:rtype: :class:`~oci.response.Response`
|
3365
3365
|
|
3366
3366
|
:example:
|
3367
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3367
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/delete_target_responder_recipe.py.html>`__ to see an example of how to use delete_target_responder_recipe API.
|
3368
3368
|
"""
|
3369
3369
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3370
3370
|
required_arguments = ['targetId', 'targetResponderRecipeId']
|
@@ -3481,7 +3481,7 @@ class CloudGuardClient(object):
|
|
3481
3481
|
:rtype: :class:`~oci.response.Response`
|
3482
3482
|
|
3483
3483
|
:example:
|
3484
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3484
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/execute_responder_execution.py.html>`__ to see an example of how to use execute_responder_execution API.
|
3485
3485
|
"""
|
3486
3486
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3487
3487
|
required_arguments = ['responderExecutionId', 'compartmentId']
|
@@ -3598,7 +3598,7 @@ class CloudGuardClient(object):
|
|
3598
3598
|
:rtype: :class:`~oci.response.Response`
|
3599
3599
|
|
3600
3600
|
:example:
|
3601
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3601
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_condition_metadata_type.py.html>`__ to see an example of how to use get_condition_metadata_type API.
|
3602
3602
|
"""
|
3603
3603
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3604
3604
|
required_arguments = ['conditionMetadataTypeId']
|
@@ -3704,7 +3704,7 @@ class CloudGuardClient(object):
|
|
3704
3704
|
:rtype: :class:`~oci.response.Response`
|
3705
3705
|
|
3706
3706
|
:example:
|
3707
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3707
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_configuration.py.html>`__ to see an example of how to use get_configuration API.
|
3708
3708
|
"""
|
3709
3709
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3710
3710
|
required_arguments = ['compartmentId']
|
@@ -3795,7 +3795,7 @@ class CloudGuardClient(object):
|
|
3795
3795
|
:rtype: :class:`~oci.response.Response`
|
3796
3796
|
|
3797
3797
|
:example:
|
3798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_data_mask_rule.py.html>`__ to see an example of how to use get_data_mask_rule API.
|
3799
3799
|
"""
|
3800
3800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3801
3801
|
required_arguments = ['dataMaskRuleId']
|
@@ -3891,7 +3891,7 @@ class CloudGuardClient(object):
|
|
3891
3891
|
:rtype: :class:`~oci.response.Response`
|
3892
3892
|
|
3893
3893
|
:example:
|
3894
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3894
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_data_source.py.html>`__ to see an example of how to use get_data_source API.
|
3895
3895
|
"""
|
3896
3896
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3897
3897
|
required_arguments = ['dataSourceId']
|
@@ -3987,7 +3987,7 @@ class CloudGuardClient(object):
|
|
3987
3987
|
:rtype: :class:`~oci.response.Response`
|
3988
3988
|
|
3989
3989
|
:example:
|
3990
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
3990
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_detector.py.html>`__ to see an example of how to use get_detector API.
|
3991
3991
|
"""
|
3992
3992
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
3993
3993
|
required_arguments = ['detectorId']
|
@@ -4083,7 +4083,7 @@ class CloudGuardClient(object):
|
|
4083
4083
|
:rtype: :class:`~oci.response.Response`
|
4084
4084
|
|
4085
4085
|
:example:
|
4086
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4086
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_detector_recipe.py.html>`__ to see an example of how to use get_detector_recipe API.
|
4087
4087
|
"""
|
4088
4088
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4089
4089
|
required_arguments = ['detectorRecipeId']
|
@@ -4182,7 +4182,7 @@ class CloudGuardClient(object):
|
|
4182
4182
|
:rtype: :class:`~oci.response.Response`
|
4183
4183
|
|
4184
4184
|
:example:
|
4185
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4185
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_detector_recipe_detector_rule.py.html>`__ to see an example of how to use get_detector_recipe_detector_rule API.
|
4186
4186
|
"""
|
4187
4187
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4188
4188
|
required_arguments = ['detectorRecipeId', 'detectorRuleId']
|
@@ -4282,7 +4282,7 @@ class CloudGuardClient(object):
|
|
4282
4282
|
:rtype: :class:`~oci.response.Response`
|
4283
4283
|
|
4284
4284
|
:example:
|
4285
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4285
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_detector_rule.py.html>`__ to see an example of how to use get_detector_rule API.
|
4286
4286
|
"""
|
4287
4287
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4288
4288
|
required_arguments = ['detectorId', 'detectorRuleId']
|
@@ -4379,7 +4379,7 @@ class CloudGuardClient(object):
|
|
4379
4379
|
:rtype: :class:`~oci.response.Response`
|
4380
4380
|
|
4381
4381
|
:example:
|
4382
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4382
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_managed_list.py.html>`__ to see an example of how to use get_managed_list API.
|
4383
4383
|
"""
|
4384
4384
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4385
4385
|
required_arguments = ['managedListId']
|
@@ -4475,7 +4475,7 @@ class CloudGuardClient(object):
|
|
4475
4475
|
:rtype: :class:`~oci.response.Response`
|
4476
4476
|
|
4477
4477
|
:example:
|
4478
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4478
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_problem.py.html>`__ to see an example of how to use get_problem API.
|
4479
4479
|
"""
|
4480
4480
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4481
4481
|
required_arguments = ['problemId']
|
@@ -4571,7 +4571,7 @@ class CloudGuardClient(object):
|
|
4571
4571
|
:rtype: :class:`~oci.response.Response`
|
4572
4572
|
|
4573
4573
|
:example:
|
4574
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4574
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_resource_profile.py.html>`__ to see an example of how to use get_resource_profile API.
|
4575
4575
|
"""
|
4576
4576
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4577
4577
|
required_arguments = ['resourceProfileId']
|
@@ -4667,7 +4667,7 @@ class CloudGuardClient(object):
|
|
4667
4667
|
:rtype: :class:`~oci.response.Response`
|
4668
4668
|
|
4669
4669
|
:example:
|
4670
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4670
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_responder_execution.py.html>`__ to see an example of how to use get_responder_execution API.
|
4671
4671
|
"""
|
4672
4672
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4673
4673
|
required_arguments = ['responderExecutionId']
|
@@ -4763,7 +4763,7 @@ class CloudGuardClient(object):
|
|
4763
4763
|
:rtype: :class:`~oci.response.Response`
|
4764
4764
|
|
4765
4765
|
:example:
|
4766
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4766
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_responder_recipe.py.html>`__ to see an example of how to use get_responder_recipe API.
|
4767
4767
|
"""
|
4768
4768
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4769
4769
|
required_arguments = ['responderRecipeId']
|
@@ -4862,7 +4862,7 @@ class CloudGuardClient(object):
|
|
4862
4862
|
:rtype: :class:`~oci.response.Response`
|
4863
4863
|
|
4864
4864
|
:example:
|
4865
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4865
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_responder_recipe_responder_rule.py.html>`__ to see an example of how to use get_responder_recipe_responder_rule API.
|
4866
4866
|
"""
|
4867
4867
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4868
4868
|
required_arguments = ['responderRecipeId', 'responderRuleId']
|
@@ -4959,7 +4959,7 @@ class CloudGuardClient(object):
|
|
4959
4959
|
:rtype: :class:`~oci.response.Response`
|
4960
4960
|
|
4961
4961
|
:example:
|
4962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
4962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_responder_rule.py.html>`__ to see an example of how to use get_responder_rule API.
|
4963
4963
|
"""
|
4964
4964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
4965
4965
|
required_arguments = ['responderRuleId']
|
@@ -5055,7 +5055,7 @@ class CloudGuardClient(object):
|
|
5055
5055
|
:rtype: :class:`~oci.response.Response`
|
5056
5056
|
|
5057
5057
|
:example:
|
5058
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5058
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_security_policy.py.html>`__ to see an example of how to use get_security_policy API.
|
5059
5059
|
"""
|
5060
5060
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5061
5061
|
required_arguments = ['securityPolicyId']
|
@@ -5151,7 +5151,7 @@ class CloudGuardClient(object):
|
|
5151
5151
|
:rtype: :class:`~oci.response.Response`
|
5152
5152
|
|
5153
5153
|
:example:
|
5154
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5154
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_security_recipe.py.html>`__ to see an example of how to use get_security_recipe API.
|
5155
5155
|
"""
|
5156
5156
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5157
5157
|
required_arguments = ['securityRecipeId']
|
@@ -5247,7 +5247,7 @@ class CloudGuardClient(object):
|
|
5247
5247
|
:rtype: :class:`~oci.response.Response`
|
5248
5248
|
|
5249
5249
|
:example:
|
5250
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5250
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_security_zone.py.html>`__ to see an example of how to use get_security_zone API.
|
5251
5251
|
"""
|
5252
5252
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5253
5253
|
required_arguments = ['securityZoneId']
|
@@ -5343,7 +5343,7 @@ class CloudGuardClient(object):
|
|
5343
5343
|
:rtype: :class:`~oci.response.Response`
|
5344
5344
|
|
5345
5345
|
:example:
|
5346
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5346
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_sighting.py.html>`__ to see an example of how to use get_sighting API.
|
5347
5347
|
"""
|
5348
5348
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5349
5349
|
required_arguments = ['sightingId']
|
@@ -5439,7 +5439,7 @@ class CloudGuardClient(object):
|
|
5439
5439
|
:rtype: :class:`~oci.response.Response`
|
5440
5440
|
|
5441
5441
|
:example:
|
5442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_target.py.html>`__ to see an example of how to use get_target API.
|
5443
5443
|
"""
|
5444
5444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5445
5445
|
required_arguments = ['targetId']
|
@@ -5538,7 +5538,7 @@ class CloudGuardClient(object):
|
|
5538
5538
|
:rtype: :class:`~oci.response.Response`
|
5539
5539
|
|
5540
5540
|
:example:
|
5541
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5541
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_target_detector_recipe.py.html>`__ to see an example of how to use get_target_detector_recipe API.
|
5542
5542
|
"""
|
5543
5543
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5544
5544
|
required_arguments = ['targetId', 'targetDetectorRecipeId']
|
@@ -5641,7 +5641,7 @@ class CloudGuardClient(object):
|
|
5641
5641
|
:rtype: :class:`~oci.response.Response`
|
5642
5642
|
|
5643
5643
|
:example:
|
5644
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5644
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_target_detector_recipe_detector_rule.py.html>`__ to see an example of how to use get_target_detector_recipe_detector_rule API.
|
5645
5645
|
"""
|
5646
5646
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5647
5647
|
required_arguments = ['targetId', 'targetDetectorRecipeId', 'detectorRuleId']
|
@@ -5742,7 +5742,7 @@ class CloudGuardClient(object):
|
|
5742
5742
|
:rtype: :class:`~oci.response.Response`
|
5743
5743
|
|
5744
5744
|
:example:
|
5745
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5745
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_target_responder_recipe.py.html>`__ to see an example of how to use get_target_responder_recipe API.
|
5746
5746
|
"""
|
5747
5747
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5748
5748
|
required_arguments = ['targetId', 'targetResponderRecipeId']
|
@@ -5845,7 +5845,7 @@ class CloudGuardClient(object):
|
|
5845
5845
|
:rtype: :class:`~oci.response.Response`
|
5846
5846
|
|
5847
5847
|
:example:
|
5848
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5848
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_target_responder_recipe_responder_rule.py.html>`__ to see an example of how to use get_target_responder_recipe_responder_rule API.
|
5849
5849
|
"""
|
5850
5850
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5851
5851
|
required_arguments = ['targetId', 'targetResponderRecipeId', 'responderRuleId']
|
@@ -5943,7 +5943,7 @@ class CloudGuardClient(object):
|
|
5943
5943
|
:rtype: :class:`~oci.response.Response`
|
5944
5944
|
|
5945
5945
|
:example:
|
5946
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
5946
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/get_work_request.py.html>`__ to see an example of how to use get_work_request API.
|
5947
5947
|
"""
|
5948
5948
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
5949
5949
|
required_arguments = ['workRequestId']
|
@@ -6060,7 +6060,7 @@ class CloudGuardClient(object):
|
|
6060
6060
|
:rtype: :class:`~oci.response.Response`
|
6061
6061
|
|
6062
6062
|
:example:
|
6063
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6063
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_condition_metadata_types.py.html>`__ to see an example of how to use list_condition_metadata_types API.
|
6064
6064
|
"""
|
6065
6065
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6066
6066
|
required_arguments = ['compartmentId']
|
@@ -6229,7 +6229,7 @@ class CloudGuardClient(object):
|
|
6229
6229
|
:rtype: :class:`~oci.response.Response`
|
6230
6230
|
|
6231
6231
|
:example:
|
6232
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6232
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_data_mask_rules.py.html>`__ to see an example of how to use list_data_mask_rules API.
|
6233
6233
|
"""
|
6234
6234
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6235
6235
|
required_arguments = ['compartmentId']
|
@@ -6396,7 +6396,7 @@ class CloudGuardClient(object):
|
|
6396
6396
|
:rtype: :class:`~oci.response.Response`
|
6397
6397
|
|
6398
6398
|
:example:
|
6399
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6399
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_data_source_events.py.html>`__ to see an example of how to use list_data_source_events API.
|
6400
6400
|
"""
|
6401
6401
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6402
6402
|
required_arguments = ['dataSourceId']
|
@@ -6585,7 +6585,7 @@ class CloudGuardClient(object):
|
|
6585
6585
|
:rtype: :class:`~oci.response.Response`
|
6586
6586
|
|
6587
6587
|
:example:
|
6588
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6588
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_data_sources.py.html>`__ to see an example of how to use list_data_sources API.
|
6589
6589
|
"""
|
6590
6590
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6591
6591
|
required_arguments = ['compartmentId']
|
@@ -6765,7 +6765,7 @@ class CloudGuardClient(object):
|
|
6765
6765
|
:rtype: :class:`~oci.response.Response`
|
6766
6766
|
|
6767
6767
|
:example:
|
6768
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6768
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_detector_recipe_detector_rules.py.html>`__ to see an example of how to use list_detector_recipe_detector_rules API.
|
6769
6769
|
"""
|
6770
6770
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6771
6771
|
required_arguments = ['detectorRecipeId', 'compartmentId']
|
@@ -6959,7 +6959,7 @@ class CloudGuardClient(object):
|
|
6959
6959
|
:rtype: :class:`~oci.response.Response`
|
6960
6960
|
|
6961
6961
|
:example:
|
6962
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
6962
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_detector_recipes.py.html>`__ to see an example of how to use list_detector_recipes API.
|
6963
6963
|
"""
|
6964
6964
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
6965
6965
|
required_arguments = ['compartmentId']
|
@@ -7123,7 +7123,7 @@ class CloudGuardClient(object):
|
|
7123
7123
|
:rtype: :class:`~oci.response.Response`
|
7124
7124
|
|
7125
7125
|
:example:
|
7126
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7126
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_detector_rules.py.html>`__ to see an example of how to use list_detector_rules API.
|
7127
7127
|
"""
|
7128
7128
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7129
7129
|
required_arguments = ['detectorId', 'compartmentId']
|
@@ -7280,7 +7280,7 @@ class CloudGuardClient(object):
|
|
7280
7280
|
:rtype: :class:`~oci.response.Response`
|
7281
7281
|
|
7282
7282
|
:example:
|
7283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_detectors.py.html>`__ to see an example of how to use list_detectors API.
|
7284
7284
|
"""
|
7285
7285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7286
7286
|
required_arguments = ['compartmentId']
|
@@ -7418,7 +7418,7 @@ class CloudGuardClient(object):
|
|
7418
7418
|
:rtype: :class:`~oci.response.Response`
|
7419
7419
|
|
7420
7420
|
:example:
|
7421
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7421
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_impacted_resources.py.html>`__ to see an example of how to use list_impacted_resources API.
|
7422
7422
|
"""
|
7423
7423
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7424
7424
|
required_arguments = ['problemId']
|
@@ -7563,7 +7563,7 @@ class CloudGuardClient(object):
|
|
7563
7563
|
:rtype: :class:`~oci.response.Response`
|
7564
7564
|
|
7565
7565
|
:example:
|
7566
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7566
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_managed_list_types.py.html>`__ to see an example of how to use list_managed_list_types API.
|
7567
7567
|
"""
|
7568
7568
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7569
7569
|
required_arguments = ['compartmentId']
|
@@ -7747,7 +7747,7 @@ class CloudGuardClient(object):
|
|
7747
7747
|
:rtype: :class:`~oci.response.Response`
|
7748
7748
|
|
7749
7749
|
:example:
|
7750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_managed_lists.py.html>`__ to see an example of how to use list_managed_lists API.
|
7751
7751
|
"""
|
7752
7752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7753
7753
|
required_arguments = ['compartmentId']
|
@@ -7909,7 +7909,7 @@ class CloudGuardClient(object):
|
|
7909
7909
|
:rtype: :class:`~oci.response.Response`
|
7910
7910
|
|
7911
7911
|
:example:
|
7912
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
7912
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_policies.py.html>`__ to see an example of how to use list_policies API.
|
7913
7913
|
"""
|
7914
7914
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
7915
7915
|
required_arguments = ['compartmentId']
|
@@ -8038,7 +8038,7 @@ class CloudGuardClient(object):
|
|
8038
8038
|
:rtype: :class:`~oci.response.Response`
|
8039
8039
|
|
8040
8040
|
:example:
|
8041
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8041
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_problem_endpoints.py.html>`__ to see an example of how to use list_problem_endpoints API.
|
8042
8042
|
"""
|
8043
8043
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8044
8044
|
required_arguments = ['problemId']
|
@@ -8178,7 +8178,7 @@ class CloudGuardClient(object):
|
|
8178
8178
|
:rtype: :class:`~oci.response.Response`
|
8179
8179
|
|
8180
8180
|
:example:
|
8181
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8181
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_problem_entities.py.html>`__ to see an example of how to use list_problem_entities API.
|
8182
8182
|
"""
|
8183
8183
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8184
8184
|
required_arguments = ['problemId']
|
@@ -8321,7 +8321,7 @@ class CloudGuardClient(object):
|
|
8321
8321
|
:rtype: :class:`~oci.response.Response`
|
8322
8322
|
|
8323
8323
|
:example:
|
8324
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8324
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_problem_histories.py.html>`__ to see an example of how to use list_problem_histories API.
|
8325
8325
|
"""
|
8326
8326
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8327
8327
|
required_arguments = ['problemId', 'compartmentId']
|
@@ -8553,7 +8553,7 @@ class CloudGuardClient(object):
|
|
8553
8553
|
:rtype: :class:`~oci.response.Response`
|
8554
8554
|
|
8555
8555
|
:example:
|
8556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_problems.py.html>`__ to see an example of how to use list_problems API.
|
8557
8557
|
"""
|
8558
8558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8559
8559
|
required_arguments = ['compartmentId']
|
@@ -8785,7 +8785,7 @@ class CloudGuardClient(object):
|
|
8785
8785
|
:rtype: :class:`~oci.response.Response`
|
8786
8786
|
|
8787
8787
|
:example:
|
8788
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8788
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_recommendations.py.html>`__ to see an example of how to use list_recommendations API.
|
8789
8789
|
"""
|
8790
8790
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8791
8791
|
required_arguments = ['compartmentId']
|
@@ -8945,7 +8945,7 @@ class CloudGuardClient(object):
|
|
8945
8945
|
:rtype: :class:`~oci.response.Response`
|
8946
8946
|
|
8947
8947
|
:example:
|
8948
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
8948
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_resource_profile_endpoints.py.html>`__ to see an example of how to use list_resource_profile_endpoints API.
|
8949
8949
|
"""
|
8950
8950
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
8951
8951
|
required_arguments = ['resourceProfileId']
|
@@ -9085,7 +9085,7 @@ class CloudGuardClient(object):
|
|
9085
9085
|
:rtype: :class:`~oci.response.Response`
|
9086
9086
|
|
9087
9087
|
:example:
|
9088
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9088
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_resource_profile_impacted_resources.py.html>`__ to see an example of how to use list_resource_profile_impacted_resources API.
|
9089
9089
|
"""
|
9090
9090
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9091
9091
|
required_arguments = ['resourceProfileId']
|
@@ -9280,7 +9280,7 @@ class CloudGuardClient(object):
|
|
9280
9280
|
:rtype: :class:`~oci.response.Response`
|
9281
9281
|
|
9282
9282
|
:example:
|
9283
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9283
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_resource_profiles.py.html>`__ to see an example of how to use list_resource_profiles API.
|
9284
9284
|
"""
|
9285
9285
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9286
9286
|
required_arguments = ['compartmentId']
|
@@ -9448,7 +9448,7 @@ class CloudGuardClient(object):
|
|
9448
9448
|
:rtype: :class:`~oci.response.Response`
|
9449
9449
|
|
9450
9450
|
:example:
|
9451
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9451
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_resource_types.py.html>`__ to see an example of how to use list_resource_types API.
|
9452
9452
|
"""
|
9453
9453
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9454
9454
|
required_arguments = ['compartmentId']
|
@@ -9595,7 +9595,7 @@ class CloudGuardClient(object):
|
|
9595
9595
|
:rtype: :class:`~oci.response.Response`
|
9596
9596
|
|
9597
9597
|
:example:
|
9598
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9598
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_responder_activities.py.html>`__ to see an example of how to use list_responder_activities API.
|
9599
9599
|
"""
|
9600
9600
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9601
9601
|
required_arguments = ['problemId']
|
@@ -9786,7 +9786,7 @@ class CloudGuardClient(object):
|
|
9786
9786
|
:rtype: :class:`~oci.response.Response`
|
9787
9787
|
|
9788
9788
|
:example:
|
9789
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9789
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_responder_executions.py.html>`__ to see an example of how to use list_responder_executions API.
|
9790
9790
|
"""
|
9791
9791
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9792
9792
|
required_arguments = ['compartmentId']
|
@@ -9978,7 +9978,7 @@ class CloudGuardClient(object):
|
|
9978
9978
|
:rtype: :class:`~oci.response.Response`
|
9979
9979
|
|
9980
9980
|
:example:
|
9981
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
9981
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_responder_recipe_responder_rules.py.html>`__ to see an example of how to use list_responder_recipe_responder_rules API.
|
9982
9982
|
"""
|
9983
9983
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
9984
9984
|
required_arguments = ['responderRecipeId', 'compartmentId']
|
@@ -10171,7 +10171,7 @@ class CloudGuardClient(object):
|
|
10171
10171
|
:rtype: :class:`~oci.response.Response`
|
10172
10172
|
|
10173
10173
|
:example:
|
10174
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10174
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_responder_recipes.py.html>`__ to see an example of how to use list_responder_recipes API.
|
10175
10175
|
"""
|
10176
10176
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10177
10177
|
required_arguments = ['compartmentId']
|
@@ -10332,7 +10332,7 @@ class CloudGuardClient(object):
|
|
10332
10332
|
:rtype: :class:`~oci.response.Response`
|
10333
10333
|
|
10334
10334
|
:example:
|
10335
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10335
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_responder_rules.py.html>`__ to see an example of how to use list_responder_rules API.
|
10336
10336
|
"""
|
10337
10337
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10338
10338
|
required_arguments = ['compartmentId']
|
@@ -10483,7 +10483,7 @@ class CloudGuardClient(object):
|
|
10483
10483
|
:rtype: :class:`~oci.response.Response`
|
10484
10484
|
|
10485
10485
|
:example:
|
10486
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10486
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_security_policies.py.html>`__ to see an example of how to use list_security_policies API.
|
10487
10487
|
"""
|
10488
10488
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10489
10489
|
required_arguments = ['compartmentId']
|
@@ -10636,7 +10636,7 @@ class CloudGuardClient(object):
|
|
10636
10636
|
:rtype: :class:`~oci.response.Response`
|
10637
10637
|
|
10638
10638
|
:example:
|
10639
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10639
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_security_recipes.py.html>`__ to see an example of how to use list_security_recipes API.
|
10640
10640
|
"""
|
10641
10641
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10642
10642
|
required_arguments = ['compartmentId']
|
@@ -10795,7 +10795,7 @@ class CloudGuardClient(object):
|
|
10795
10795
|
:rtype: :class:`~oci.response.Response`
|
10796
10796
|
|
10797
10797
|
:example:
|
10798
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10798
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_security_zones.py.html>`__ to see an example of how to use list_security_zones API.
|
10799
10799
|
"""
|
10800
10800
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10801
10801
|
required_arguments = ['compartmentId']
|
@@ -10941,7 +10941,7 @@ class CloudGuardClient(object):
|
|
10941
10941
|
:rtype: :class:`~oci.response.Response`
|
10942
10942
|
|
10943
10943
|
:example:
|
10944
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
10944
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_sighting_endpoints.py.html>`__ to see an example of how to use list_sighting_endpoints API.
|
10945
10945
|
"""
|
10946
10946
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
10947
10947
|
required_arguments = ['sightingId']
|
@@ -11081,7 +11081,7 @@ class CloudGuardClient(object):
|
|
11081
11081
|
:rtype: :class:`~oci.response.Response`
|
11082
11082
|
|
11083
11083
|
:example:
|
11084
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11084
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_sighting_impacted_resources.py.html>`__ to see an example of how to use list_sighting_impacted_resources API.
|
11085
11085
|
"""
|
11086
11086
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11087
11087
|
required_arguments = ['sightingId']
|
@@ -11260,7 +11260,7 @@ class CloudGuardClient(object):
|
|
11260
11260
|
:rtype: :class:`~oci.response.Response`
|
11261
11261
|
|
11262
11262
|
:example:
|
11263
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11263
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_sightings.py.html>`__ to see an example of how to use list_sightings API.
|
11264
11264
|
"""
|
11265
11265
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11266
11266
|
required_arguments = ['compartmentId']
|
@@ -11413,7 +11413,7 @@ class CloudGuardClient(object):
|
|
11413
11413
|
:rtype: :class:`~oci.response.Response`
|
11414
11414
|
|
11415
11415
|
:example:
|
11416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_tactics.py.html>`__ to see an example of how to use list_tactics API.
|
11417
11417
|
"""
|
11418
11418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11419
11419
|
required_arguments = ['compartmentId']
|
@@ -11565,7 +11565,7 @@ class CloudGuardClient(object):
|
|
11565
11565
|
:rtype: :class:`~oci.response.Response`
|
11566
11566
|
|
11567
11567
|
:example:
|
11568
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11568
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_target_detector_recipe_detector_rules.py.html>`__ to see an example of how to use list_target_detector_recipe_detector_rules API.
|
11569
11569
|
"""
|
11570
11570
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11571
11571
|
required_arguments = ['targetId', 'targetDetectorRecipeId', 'compartmentId']
|
@@ -11729,7 +11729,7 @@ class CloudGuardClient(object):
|
|
11729
11729
|
:rtype: :class:`~oci.response.Response`
|
11730
11730
|
|
11731
11731
|
:example:
|
11732
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11732
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_target_detector_recipes.py.html>`__ to see an example of how to use list_target_detector_recipes API.
|
11733
11733
|
"""
|
11734
11734
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11735
11735
|
required_arguments = ['targetId', 'compartmentId']
|
@@ -11895,7 +11895,7 @@ class CloudGuardClient(object):
|
|
11895
11895
|
:rtype: :class:`~oci.response.Response`
|
11896
11896
|
|
11897
11897
|
:example:
|
11898
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
11898
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_target_responder_recipe_responder_rules.py.html>`__ to see an example of how to use list_target_responder_recipe_responder_rules API.
|
11899
11899
|
"""
|
11900
11900
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
11901
11901
|
required_arguments = ['targetId', 'targetResponderRecipeId', 'compartmentId']
|
@@ -12059,7 +12059,7 @@ class CloudGuardClient(object):
|
|
12059
12059
|
:rtype: :class:`~oci.response.Response`
|
12060
12060
|
|
12061
12061
|
:example:
|
12062
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12062
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_target_responder_recipes.py.html>`__ to see an example of how to use list_target_responder_recipes API.
|
12063
12063
|
"""
|
12064
12064
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12065
12065
|
required_arguments = ['targetId', 'compartmentId']
|
@@ -12252,7 +12252,7 @@ class CloudGuardClient(object):
|
|
12252
12252
|
:rtype: :class:`~oci.response.Response`
|
12253
12253
|
|
12254
12254
|
:example:
|
12255
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12255
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_targets.py.html>`__ to see an example of how to use list_targets API.
|
12256
12256
|
"""
|
12257
12257
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12258
12258
|
required_arguments = ['compartmentId']
|
@@ -12413,7 +12413,7 @@ class CloudGuardClient(object):
|
|
12413
12413
|
:rtype: :class:`~oci.response.Response`
|
12414
12414
|
|
12415
12415
|
:example:
|
12416
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12416
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_techniques.py.html>`__ to see an example of how to use list_techniques API.
|
12417
12417
|
"""
|
12418
12418
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12419
12419
|
required_arguments = ['compartmentId']
|
@@ -12553,7 +12553,7 @@ class CloudGuardClient(object):
|
|
12553
12553
|
:rtype: :class:`~oci.response.Response`
|
12554
12554
|
|
12555
12555
|
:example:
|
12556
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12556
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_work_request_errors.py.html>`__ to see an example of how to use list_work_request_errors API.
|
12557
12557
|
"""
|
12558
12558
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12559
12559
|
required_arguments = ['workRequestId']
|
@@ -12693,7 +12693,7 @@ class CloudGuardClient(object):
|
|
12693
12693
|
:rtype: :class:`~oci.response.Response`
|
12694
12694
|
|
12695
12695
|
:example:
|
12696
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12696
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_work_request_logs.py.html>`__ to see an example of how to use list_work_request_logs API.
|
12697
12697
|
"""
|
12698
12698
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12699
12699
|
required_arguments = ['workRequestId']
|
@@ -12841,7 +12841,7 @@ class CloudGuardClient(object):
|
|
12841
12841
|
:rtype: :class:`~oci.response.Response`
|
12842
12842
|
|
12843
12843
|
:example:
|
12844
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12844
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/list_work_requests.py.html>`__ to see an example of how to use list_work_requests API.
|
12845
12845
|
"""
|
12846
12846
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12847
12847
|
required_arguments = ['compartmentId']
|
@@ -12982,7 +12982,7 @@ class CloudGuardClient(object):
|
|
12982
12982
|
:rtype: :class:`~oci.response.Response`
|
12983
12983
|
|
12984
12984
|
:example:
|
12985
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
12985
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/remove_compartment.py.html>`__ to see an example of how to use remove_compartment API.
|
12986
12986
|
"""
|
12987
12987
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
12988
12988
|
required_arguments = ['securityZoneId']
|
@@ -13091,7 +13091,7 @@ class CloudGuardClient(object):
|
|
13091
13091
|
:rtype: :class:`~oci.response.Response`
|
13092
13092
|
|
13093
13093
|
:example:
|
13094
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13094
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_risk_scores.py.html>`__ to see an example of how to use request_risk_scores API.
|
13095
13095
|
"""
|
13096
13096
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13097
13097
|
required_arguments = ['compartmentId']
|
@@ -13199,7 +13199,7 @@ class CloudGuardClient(object):
|
|
13199
13199
|
:rtype: :class:`~oci.response.Response`
|
13200
13200
|
|
13201
13201
|
:example:
|
13202
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13202
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_security_score_summarized_trend.py.html>`__ to see an example of how to use request_security_score_summarized_trend API.
|
13203
13203
|
"""
|
13204
13204
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13205
13205
|
required_arguments = ['compartmentId']
|
@@ -13304,7 +13304,7 @@ class CloudGuardClient(object):
|
|
13304
13304
|
:rtype: :class:`~oci.response.Response`
|
13305
13305
|
|
13306
13306
|
:example:
|
13307
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13307
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_security_scores.py.html>`__ to see an example of how to use request_security_scores API.
|
13308
13308
|
"""
|
13309
13309
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13310
13310
|
required_arguments = ['compartmentId']
|
@@ -13439,7 +13439,7 @@ class CloudGuardClient(object):
|
|
13439
13439
|
:rtype: :class:`~oci.response.Response`
|
13440
13440
|
|
13441
13441
|
:example:
|
13442
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13442
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_activity_problems.py.html>`__ to see an example of how to use request_summarized_activity_problems API.
|
13443
13443
|
"""
|
13444
13444
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13445
13445
|
required_arguments = ['compartmentId']
|
@@ -13584,7 +13584,7 @@ class CloudGuardClient(object):
|
|
13584
13584
|
:rtype: :class:`~oci.response.Response`
|
13585
13585
|
|
13586
13586
|
:example:
|
13587
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13587
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_problems.py.html>`__ to see an example of how to use request_summarized_problems API.
|
13588
13588
|
"""
|
13589
13589
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13590
13590
|
required_arguments = ['listDimensions', 'compartmentId']
|
@@ -13747,7 +13747,7 @@ class CloudGuardClient(object):
|
|
13747
13747
|
:rtype: :class:`~oci.response.Response`
|
13748
13748
|
|
13749
13749
|
:example:
|
13750
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13750
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_responder_executions.py.html>`__ to see an example of how to use request_summarized_responder_executions API.
|
13751
13751
|
"""
|
13752
13752
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13753
13753
|
required_arguments = ['responderExecutionsDimensions', 'compartmentId']
|
@@ -13887,7 +13887,7 @@ class CloudGuardClient(object):
|
|
13887
13887
|
:rtype: :class:`~oci.response.Response`
|
13888
13888
|
|
13889
13889
|
:example:
|
13890
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13890
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_risk_scores.py.html>`__ to see an example of how to use request_summarized_risk_scores API.
|
13891
13891
|
"""
|
13892
13892
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13893
13893
|
required_arguments = ['compartmentId']
|
@@ -13988,7 +13988,7 @@ class CloudGuardClient(object):
|
|
13988
13988
|
:rtype: :class:`~oci.response.Response`
|
13989
13989
|
|
13990
13990
|
:example:
|
13991
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
13991
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_security_scores.py.html>`__ to see an example of how to use request_summarized_security_scores API.
|
13992
13992
|
"""
|
13993
13993
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
13994
13994
|
required_arguments = ['compartmentId']
|
@@ -14118,7 +14118,7 @@ class CloudGuardClient(object):
|
|
14118
14118
|
:rtype: :class:`~oci.response.Response`
|
14119
14119
|
|
14120
14120
|
:example:
|
14121
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14121
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_top_trend_resource_profile_risk_scores.py.html>`__ to see an example of how to use request_summarized_top_trend_resource_profile_risk_scores API.
|
14122
14122
|
"""
|
14123
14123
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14124
14124
|
required_arguments = ['compartmentId']
|
@@ -14277,7 +14277,7 @@ class CloudGuardClient(object):
|
|
14277
14277
|
:rtype: :class:`~oci.response.Response`
|
14278
14278
|
|
14279
14279
|
:example:
|
14280
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14280
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_trend_problems.py.html>`__ to see an example of how to use request_summarized_trend_problems API.
|
14281
14281
|
"""
|
14282
14282
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14283
14283
|
required_arguments = ['compartmentId']
|
@@ -14417,7 +14417,7 @@ class CloudGuardClient(object):
|
|
14417
14417
|
:rtype: :class:`~oci.response.Response`
|
14418
14418
|
|
14419
14419
|
:example:
|
14420
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14420
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_trend_resource_risk_scores.py.html>`__ to see an example of how to use request_summarized_trend_resource_risk_scores API.
|
14421
14421
|
"""
|
14422
14422
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14423
14423
|
required_arguments = ['compartmentId']
|
@@ -14567,7 +14567,7 @@ class CloudGuardClient(object):
|
|
14567
14567
|
:rtype: :class:`~oci.response.Response`
|
14568
14568
|
|
14569
14569
|
:example:
|
14570
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14570
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_trend_responder_executions.py.html>`__ to see an example of how to use request_summarized_trend_responder_executions API.
|
14571
14571
|
"""
|
14572
14572
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14573
14573
|
required_arguments = ['compartmentId']
|
@@ -14689,7 +14689,7 @@ class CloudGuardClient(object):
|
|
14689
14689
|
:rtype: :class:`~oci.response.Response`
|
14690
14690
|
|
14691
14691
|
:example:
|
14692
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14692
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/request_summarized_trend_security_scores.py.html>`__ to see an example of how to use request_summarized_trend_security_scores API.
|
14693
14693
|
"""
|
14694
14694
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14695
14695
|
required_arguments = ['compartmentId']
|
@@ -14789,7 +14789,7 @@ class CloudGuardClient(object):
|
|
14789
14789
|
:rtype: :class:`~oci.response.Response`
|
14790
14790
|
|
14791
14791
|
:example:
|
14792
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14792
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/skip_bulk_responder_execution.py.html>`__ to see an example of how to use skip_bulk_responder_execution API.
|
14793
14793
|
"""
|
14794
14794
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14795
14795
|
required_arguments = []
|
@@ -14890,7 +14890,7 @@ class CloudGuardClient(object):
|
|
14890
14890
|
:rtype: :class:`~oci.response.Response`
|
14891
14891
|
|
14892
14892
|
:example:
|
14893
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
14893
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/skip_responder_execution.py.html>`__ to see an example of how to use skip_responder_execution API.
|
14894
14894
|
"""
|
14895
14895
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
14896
14896
|
required_arguments = ['responderExecutionId', 'compartmentId']
|
@@ -15013,7 +15013,7 @@ class CloudGuardClient(object):
|
|
15013
15013
|
:rtype: :class:`~oci.response.Response`
|
15014
15014
|
|
15015
15015
|
:example:
|
15016
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15016
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/trigger_responder.py.html>`__ to see an example of how to use trigger_responder API.
|
15017
15017
|
"""
|
15018
15018
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15019
15019
|
required_arguments = ['problemId']
|
@@ -15115,7 +15115,7 @@ class CloudGuardClient(object):
|
|
15115
15115
|
:rtype: :class:`~oci.response.Response`
|
15116
15116
|
|
15117
15117
|
:example:
|
15118
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15118
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_bulk_problem_status.py.html>`__ to see an example of how to use update_bulk_problem_status API.
|
15119
15119
|
"""
|
15120
15120
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15121
15121
|
required_arguments = []
|
@@ -15216,7 +15216,7 @@ class CloudGuardClient(object):
|
|
15216
15216
|
:rtype: :class:`~oci.response.Response`
|
15217
15217
|
|
15218
15218
|
:example:
|
15219
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15219
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_configuration.py.html>`__ to see an example of how to use update_configuration API.
|
15220
15220
|
"""
|
15221
15221
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15222
15222
|
required_arguments = ['compartmentId']
|
@@ -15324,7 +15324,7 @@ class CloudGuardClient(object):
|
|
15324
15324
|
:rtype: :class:`~oci.response.Response`
|
15325
15325
|
|
15326
15326
|
:example:
|
15327
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15327
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_data_mask_rule.py.html>`__ to see an example of how to use update_data_mask_rule API.
|
15328
15328
|
"""
|
15329
15329
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15330
15330
|
required_arguments = ['dataMaskRuleId']
|
@@ -15441,7 +15441,7 @@ class CloudGuardClient(object):
|
|
15441
15441
|
:rtype: :class:`~oci.response.Response`
|
15442
15442
|
|
15443
15443
|
:example:
|
15444
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15444
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_data_source.py.html>`__ to see an example of how to use update_data_source API.
|
15445
15445
|
"""
|
15446
15446
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15447
15447
|
required_arguments = ['dataSourceId']
|
@@ -15559,7 +15559,7 @@ class CloudGuardClient(object):
|
|
15559
15559
|
:rtype: :class:`~oci.response.Response`
|
15560
15560
|
|
15561
15561
|
:example:
|
15562
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15562
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_detector_recipe.py.html>`__ to see an example of how to use update_detector_recipe API.
|
15563
15563
|
"""
|
15564
15564
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15565
15565
|
required_arguments = ['detectorRecipeId']
|
@@ -15675,7 +15675,7 @@ class CloudGuardClient(object):
|
|
15675
15675
|
:rtype: :class:`~oci.response.Response`
|
15676
15676
|
|
15677
15677
|
:example:
|
15678
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15678
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_detector_recipe_detector_rule.py.html>`__ to see an example of how to use update_detector_recipe_detector_rule API.
|
15679
15679
|
"""
|
15680
15680
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15681
15681
|
required_arguments = ['detectorRecipeId', 'detectorRuleId']
|
@@ -15793,7 +15793,7 @@ class CloudGuardClient(object):
|
|
15793
15793
|
:rtype: :class:`~oci.response.Response`
|
15794
15794
|
|
15795
15795
|
:example:
|
15796
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15796
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_managed_list.py.html>`__ to see an example of how to use update_managed_list API.
|
15797
15797
|
"""
|
15798
15798
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15799
15799
|
required_arguments = ['managedListId']
|
@@ -15913,7 +15913,7 @@ class CloudGuardClient(object):
|
|
15913
15913
|
:rtype: :class:`~oci.response.Response`
|
15914
15914
|
|
15915
15915
|
:example:
|
15916
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
15916
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_problem_status.py.html>`__ to see an example of how to use update_problem_status API.
|
15917
15917
|
"""
|
15918
15918
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
15919
15919
|
required_arguments = ['problemId']
|
@@ -16026,7 +16026,7 @@ class CloudGuardClient(object):
|
|
16026
16026
|
:rtype: :class:`~oci.response.Response`
|
16027
16027
|
|
16028
16028
|
:example:
|
16029
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16029
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_responder_recipe.py.html>`__ to see an example of how to use update_responder_recipe API.
|
16030
16030
|
"""
|
16031
16031
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16032
16032
|
required_arguments = ['responderRecipeId']
|
@@ -16139,7 +16139,7 @@ class CloudGuardClient(object):
|
|
16139
16139
|
:rtype: :class:`~oci.response.Response`
|
16140
16140
|
|
16141
16141
|
:example:
|
16142
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16142
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_responder_recipe_responder_rule.py.html>`__ to see an example of how to use update_responder_recipe_responder_rule API.
|
16143
16143
|
"""
|
16144
16144
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16145
16145
|
required_arguments = ['responderRecipeId', 'responderRuleId']
|
@@ -16250,7 +16250,7 @@ class CloudGuardClient(object):
|
|
16250
16250
|
:rtype: :class:`~oci.response.Response`
|
16251
16251
|
|
16252
16252
|
:example:
|
16253
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16253
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_security_recipe.py.html>`__ to see an example of how to use update_security_recipe API.
|
16254
16254
|
"""
|
16255
16255
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16256
16256
|
required_arguments = ['securityRecipeId']
|
@@ -16360,7 +16360,7 @@ class CloudGuardClient(object):
|
|
16360
16360
|
:rtype: :class:`~oci.response.Response`
|
16361
16361
|
|
16362
16362
|
:example:
|
16363
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16363
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_security_zone.py.html>`__ to see an example of how to use update_security_zone API.
|
16364
16364
|
"""
|
16365
16365
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16366
16366
|
required_arguments = ['securityZoneId']
|
@@ -16470,7 +16470,7 @@ class CloudGuardClient(object):
|
|
16470
16470
|
:rtype: :class:`~oci.response.Response`
|
16471
16471
|
|
16472
16472
|
:example:
|
16473
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16473
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_target.py.html>`__ to see an example of how to use update_target API.
|
16474
16474
|
"""
|
16475
16475
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16476
16476
|
required_arguments = ['targetId']
|
@@ -16583,7 +16583,7 @@ class CloudGuardClient(object):
|
|
16583
16583
|
:rtype: :class:`~oci.response.Response`
|
16584
16584
|
|
16585
16585
|
:example:
|
16586
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16586
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_target_detector_recipe.py.html>`__ to see an example of how to use update_target_detector_recipe API.
|
16587
16587
|
"""
|
16588
16588
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16589
16589
|
required_arguments = ['targetId', 'targetDetectorRecipeId']
|
@@ -16700,7 +16700,7 @@ class CloudGuardClient(object):
|
|
16700
16700
|
:rtype: :class:`~oci.response.Response`
|
16701
16701
|
|
16702
16702
|
:example:
|
16703
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16703
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_target_detector_recipe_detector_rule.py.html>`__ to see an example of how to use update_target_detector_recipe_detector_rule API.
|
16704
16704
|
"""
|
16705
16705
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16706
16706
|
required_arguments = ['targetId', 'targetDetectorRecipeId', 'detectorRuleId']
|
@@ -16815,7 +16815,7 @@ class CloudGuardClient(object):
|
|
16815
16815
|
:rtype: :class:`~oci.response.Response`
|
16816
16816
|
|
16817
16817
|
:example:
|
16818
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16818
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_target_responder_recipe.py.html>`__ to see an example of how to use update_target_responder_recipe API.
|
16819
16819
|
"""
|
16820
16820
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16821
16821
|
required_arguments = ['targetId', 'targetResponderRecipeId']
|
@@ -16932,7 +16932,7 @@ class CloudGuardClient(object):
|
|
16932
16932
|
:rtype: :class:`~oci.response.Response`
|
16933
16933
|
|
16934
16934
|
:example:
|
16935
|
-
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.
|
16935
|
+
Click `here <https://docs.cloud.oracle.com/en-us/iaas/tools/python-sdk-examples/2.118.0/cloudguard/update_target_responder_recipe_responder_rule.py.html>`__ to see an example of how to use update_target_responder_recipe_responder_rule API.
|
16936
16936
|
"""
|
16937
16937
|
# Required path and query arguments. These are in camelCase to replace values in service endpoints.
|
16938
16938
|
required_arguments = ['targetId', 'targetResponderRecipeId', 'responderRuleId']
|