DBMS_CLOUD_OCI_CG_CLOUD_GUARD_ADD_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the add_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_add_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_zone_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of add_compartment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CANCEL_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_cancel_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CHANGE_DATA_SOURCE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_data_source_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_change_data_source_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CHANGE_DETECTOR_RECIPE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_detector_recipe_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_change_detector_recipe_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CHANGE_MANAGED_LIST_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_managed_list_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_change_managed_list_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CHANGE_RESPONDER_RECIPE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_responder_recipe_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_change_responder_recipe_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CHANGE_SECURITY_RECIPE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_security_recipe_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_change_security_recipe_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CHANGE_SECURITY_ZONE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_security_zone_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_change_security_zone_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_DATA_MASK_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_data_mask_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_data_mask_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_data_mask_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_data_mask_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_DATA_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_data_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_data_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_DETECTOR_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_detector_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_detector_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_detector_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_DETECTOR_RECIPE_DETECTOR_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_detector_recipe_detector_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_detector_recipe_detector_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_recipe_detector_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_detector_recipe_detector_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_MANAGED_LIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_managed_list request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_managed_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_managed_list_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_managed_list
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_RESPONDER_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_responder_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_responder_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_responder_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_SECURITY_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_security_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_security_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_security_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_SECURITY_ZONE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_security_zone request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_security_zone_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_zone_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_security_zone
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_target_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_target
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_TARGET_DETECTOR_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_target_detector_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_target_detector_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_detector_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_target_detector_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_CREATE_TARGET_RESPONDER_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_target_responder_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_create_target_responder_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_responder_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_target_responder_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_DATA_MASK_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_data_mask_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_data_mask_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_DATA_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_data_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_data_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_DETECTOR_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_detector_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_detector_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_DETECTOR_RECIPE_DETECTOR_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_detector_recipe_detector_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_detector_recipe_detector_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_DETECTOR_RECIPE_DETECTOR_RULE_DATA_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_detector_recipe_detector_rule_data_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_detector_recipe_detector_rule_data_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_MANAGED_LIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_managed_list request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_managed_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_RESPONDER_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_responder_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_responder_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_SECURITY_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_security_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_security_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_SECURITY_ZONE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_security_zone request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_security_zone_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_target_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_TARGET_DETECTOR_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_target_detector_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_target_detector_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_DELETE_TARGET_RESPONDER_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_target_responder_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_delete_target_responder_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_EXECUTE_RESPONDER_EXECUTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the execute_responder_execution request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_execute_responder_execution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_CONDITION_METADATA_TYPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_condition_metadata_type request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_condition_metadata_type_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_condition_metadata_type_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_condition_metadata_type
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_DATA_MASK_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_data_mask_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_data_mask_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_data_mask_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_data_mask_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_DATA_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_data_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_data_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_data_source_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_data_source
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_DETECTOR_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_detector request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_detector_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_detector
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_DETECTOR_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_detector_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_detector_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_detector_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_DETECTOR_RECIPE_DETECTOR_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_detector_recipe_detector_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_detector_recipe_detector_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_recipe_detector_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_detector_recipe_detector_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_DETECTOR_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_detector_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_detector_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_detector_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_MANAGED_LIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_managed_list request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_managed_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_managed_list_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_managed_list
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_PROBLEM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_problem request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_problem_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_problem_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_problem
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_RESOURCE_PROFILE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_resource_profile request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_resource_profile_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_resource_profile_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_resource_profile
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_RESPONDER_EXECUTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_responder_execution request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_responder_execution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_execution_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_responder_execution
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_RESPONDER_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_responder_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_responder_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_responder_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_RESPONDER_RECIPE_RESPONDER_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_responder_recipe_responder_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_responder_recipe_responder_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_recipe_responder_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_responder_recipe_responder_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_RESPONDER_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_responder_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_responder_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_responder_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_SECURITY_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_security_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_security_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_security_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_SECURITY_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_security_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_security_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_security_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_SECURITY_ZONE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_security_zone request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_security_zone_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_zone_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_security_zone
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_SIGHTING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_sighting request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_sighting_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_sighting_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_sighting
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_target_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_target
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_TARGET_DETECTOR_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_target_detector_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_target_detector_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_detector_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_target_detector_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_TARGET_DETECTOR_RECIPE_DETECTOR_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_target_detector_recipe_detector_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_target_detector_recipe_detector_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_detector_recipe_detector_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_target_detector_recipe_detector_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_TARGET_RESPONDER_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_target_responder_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_target_responder_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_responder_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_target_responder_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_TARGET_RESPONDER_RECIPE_RESPONDER_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_target_responder_recipe_responder_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_target_responder_recipe_responder_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_responder_recipe_responder_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_target_responder_recipe_responder_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_CONDITION_METADATA_TYPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_condition_metadata_types request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_condition_metadata_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_condition_metadata_type_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_condition_metadata_types
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_DATA_MASK_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_data_mask_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_data_mask_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_data_mask_rule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_data_mask_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_DATA_SOURCE_EVENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_data_source_events request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_data_source_events_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_data_source_event_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_data_source_events
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_DATA_SOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_data_sources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_data_sources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_data_source_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_data_sources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_DETECTOR_RECIPE_DETECTOR_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_detector_recipe_detector_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_detector_recipe_detector_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_recipe_detector_rule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_detector_recipe_detector_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_DETECTOR_RECIPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_detector_recipes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_detector_recipes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_recipe_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_detector_recipes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_DETECTOR_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_detector_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_detector_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_rule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_detector_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_DETECTORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_detectors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_detectors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_detectors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_IMPACTED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_impacted_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_impacted_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_impacted_resource_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_impacted_resources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_MANAGED_LIST_TYPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_managed_list_types request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_managed_list_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_managed_list_type_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_managed_list_types
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_MANAGED_LISTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_managed_lists request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_managed_lists_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_managed_list_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_managed_lists
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_POLICIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_policies request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_policies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_policy_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_policies
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_PROBLEM_ENDPOINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_problem_endpoints request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_problem_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_problem_endpoint_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_problem_endpoints
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_PROBLEM_ENTITIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_problem_entities request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_problem_entities_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_problem_entity_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_problem_entities
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_PROBLEM_HISTORIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_problem_histories request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_problem_histories_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_problem_history_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_problem_histories
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_PROBLEMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_problems request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_problems_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_problem_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_problems
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RECOMMENDATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_recommendations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_recommendations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_recommendation_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_recommendations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RESOURCE_PROFILE_ENDPOINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_resource_profile_endpoints request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_resource_profile_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_resource_profile_endpoint_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_resource_profile_endpoints
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RESOURCE_PROFILE_IMPACTED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_resource_profile_impacted_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_resource_profile_impacted_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_resource_profile_impacted_resource_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_resource_profile_impacted_resources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RESOURCE_PROFILES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_resource_profiles request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_resource_profiles_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_resource_profile_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_resource_profiles
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RESOURCE_TYPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_resource_types request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_resource_types_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_resource_type_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_resource_types
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RESPONDER_ACTIVITIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_responder_activities request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_responder_activities_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_activity_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_responder_activities
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RESPONDER_EXECUTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_responder_executions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_responder_executions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_execution_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_responder_executions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RESPONDER_RECIPE_RESPONDER_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_responder_recipe_responder_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_responder_recipe_responder_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_recipe_responder_rule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_responder_recipe_responder_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RESPONDER_RECIPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_responder_recipes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_responder_recipes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_recipe_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_responder_recipes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_RESPONDER_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_responder_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_responder_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_rule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_responder_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_SECURITY_POLICIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_security_policies request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_security_policies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_policy_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_security_policies
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_SECURITY_RECIPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_security_recipes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_security_recipes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_recipe_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_security_recipes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_SECURITY_ZONES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_security_zones request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_security_zones_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_zone_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_security_zones
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_SIGHTING_ENDPOINTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_sighting_endpoints request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_sighting_endpoints_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_sighting_endpoint_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_sighting_endpoints
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_SIGHTING_IMPACTED_RESOURCES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_sighting_impacted_resources request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_sighting_impacted_resources_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_sighting_impacted_resource_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_sighting_impacted_resources
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_SIGHTINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_sightings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_sightings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_sighting_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_sightings
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_TACTICS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_tactics request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_tactics_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_tactic_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_tactics
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_TARGET_DETECTOR_RECIPE_DETECTOR_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_target_detector_recipe_detector_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_target_detector_recipe_detector_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_detector_recipe_detector_rule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_target_detector_recipe_detector_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_TARGET_DETECTOR_RECIPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_target_detector_recipes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_target_detector_recipes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_detector_recipe_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_target_detector_recipes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_TARGET_RESPONDER_RECIPE_RESPONDER_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_target_responder_recipe_responder_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_target_responder_recipe_responder_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_responder_recipe_responder_rule_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_target_responder_recipe_responder_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_TARGET_RESPONDER_RECIPES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_target_responder_recipes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_target_responder_recipes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_responder_recipe_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_target_responder_recipes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_TARGETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_targets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_targets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_targets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_TECHNIQUES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_techniques request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_techniques_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_technique_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_techniques
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_work_request_log_entry_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_work_request_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REMOVE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_remove_compartment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_zone_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of remove_compartment
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_RISK_SCORES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_risk_scores request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_risk_scores_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_risk_score_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_risk_scores
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SECURITY_SCORE_SUMMARIZED_TREND_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_security_score_summarized_trend request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_security_score_summarized_trend_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_score_trend_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_security_score_summarized_trend
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SECURITY_SCORES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_security_scores request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_security_scores_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_score_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_security_scores
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_ACTIVITY_PROBLEMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_activity_problems request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_activity_problems_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_activity_problem_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_activity_problems
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_PROBLEMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_problems request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_problems_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_problem_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_problems
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_RESPONDER_EXECUTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_responder_executions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_responder_executions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_execution_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_responder_executions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_RISK_SCORES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_risk_scores request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_risk_scores_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_risk_score_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_risk_scores
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_SECURITY_SCORES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_security_scores request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_security_scores_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_score_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_security_scores
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_TOP_TREND_RESOURCE_PROFILE_RISK_SCORES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_top_trend_resource_profile_risk_scores request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_top_trend_resource_profile_risk_scores_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_resource_profile_risk_score_aggregation_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_top_trend_resource_profile_risk_scores
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_TREND_PROBLEMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_trend_problems request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_trend_problems_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_problem_trend_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_trend_problems
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_TREND_RESOURCE_RISK_SCORES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_trend_resource_risk_scores request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_trend_resource_risk_scores_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_resource_risk_score_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_trend_resource_risk_scores
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_TREND_RESPONDER_EXECUTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_trend_responder_executions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_trend_responder_executions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_execution_trend_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_trend_responder_executions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_REQUEST_SUMMARIZED_TREND_SECURITY_SCORES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the request_summarized_trend_security_scores request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_request_summarized_trend_security_scores_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_score_trend_aggregation_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of request_summarized_trend_security_scores
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_SKIP_BULK_RESPONDER_EXECUTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the skip_bulk_responder_execution request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_skip_bulk_responder_execution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_SKIP_RESPONDER_EXECUTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the skip_responder_execution request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_skip_responder_execution_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_TRIGGER_RESPONDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the trigger_responder request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_trigger_responder_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_BULK_PROBLEM_STATUS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_bulk_problem_status request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_bulk_problem_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_CONFIGURATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_configuration request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_configuration_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_configuration_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_configuration
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_DATA_MASK_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_data_mask_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_data_mask_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_data_mask_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_data_mask_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_DATA_SOURCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_data_source request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_data_source_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_DETECTOR_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_detector_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_detector_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_detector_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_DETECTOR_RECIPE_DETECTOR_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_detector_recipe_detector_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_detector_recipe_detector_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_detector_recipe_detector_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_detector_recipe_detector_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_MANAGED_LIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_managed_list request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_managed_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_managed_list_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_managed_list
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_PROBLEM_STATUS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_problem_status request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_problem_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_problem_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_problem_status
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_RESPONDER_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_responder_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_responder_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_responder_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_RESPONDER_RECIPE_RESPONDER_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_responder_recipe_responder_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_responder_recipe_responder_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_responder_recipe_responder_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_responder_recipe_responder_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_SECURITY_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_security_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_security_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_security_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_SECURITY_ZONE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_security_zone request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_security_zone_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_security_zone_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_security_zone
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_TARGET_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_target request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_target_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_target
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_TARGET_DETECTOR_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_target_detector_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_target_detector_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_detector_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_target_detector_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_TARGET_DETECTOR_RECIPE_DETECTOR_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_target_detector_recipe_detector_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_target_detector_recipe_detector_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_detector_recipe_detector_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_target_detector_recipe_detector_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_TARGET_RESPONDER_RECIPE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_target_responder_recipe request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_target_responder_recipe_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_responder_recipe_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_target_responder_recipe
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CG_CLOUD_GUARD_UPDATE_TARGET_RESPONDER_RECIPE_RESPONDER_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_target_responder_recipe_responder_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cg_cloud_guard_update_target_responder_recipe_responder_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_cloud_guard_target_responder_recipe_responder_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_target_responder_recipe_responder_rule