DBMS_CLOUD_OCI_WS_WAAS_ACCEPT_RECOMMENDATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the accept_recommendations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_accept_recommendations_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_WS_WAAS_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_ws_waas_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_WS_WAAS_CHANGE_ADDRESS_LIST_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_address_list_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_change_address_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_WS_WAAS_CHANGE_CERTIFICATE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_certificate_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_change_certificate_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_WS_WAAS_CHANGE_CUSTOM_PROTECTION_RULE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_custom_protection_rule_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_change_custom_protection_rule_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_WS_WAAS_CHANGE_WAAS_POLICY_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_waas_policy_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_change_waas_policy_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_WS_WAAS_CREATE_ADDRESS_LIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_address_list request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_create_address_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_address_list_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_address_list
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_CREATE_CERTIFICATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_certificate request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_create_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_certificate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_certificate
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_CREATE_CUSTOM_PROTECTION_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_custom_protection_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_create_custom_protection_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_custom_protection_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_custom_protection_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_CREATE_WAAS_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_waas_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_create_waas_policy_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_WS_WAAS_DELETE_ADDRESS_LIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_address_list request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_delete_address_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_WS_WAAS_DELETE_CERTIFICATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_certificate request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_delete_certificate_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_WS_WAAS_DELETE_CUSTOM_PROTECTION_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_custom_protection_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_delete_custom_protection_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_WS_WAAS_DELETE_WAAS_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_waas_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_delete_waas_policy_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_WS_WAAS_GET_ADDRESS_LIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_address_list request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_address_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_address_list_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_address_list
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_CERTIFICATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_certificate request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_certificate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_certificate
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_CUSTOM_PROTECTION_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_custom_protection_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_custom_protection_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_custom_protection_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_custom_protection_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_DEVICE_FINGERPRINT_CHALLENGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_device_fingerprint_challenge request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_device_fingerprint_challenge_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_device_fingerprint_challenge_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_device_fingerprint_challenge
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_HUMAN_INTERACTION_CHALLENGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_human_interaction_challenge request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_human_interaction_challenge_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_human_interaction_challenge_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_human_interaction_challenge
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_JS_CHALLENGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_js_challenge request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_js_challenge_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_js_challenge_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_js_challenge
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_POLICY_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_policy_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_policy_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_policy_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_policy_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_PROTECTION_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_protection_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_protection_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_protection_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_protection_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_PROTECTION_SETTINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_protection_settings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_protection_settings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_protection_settings_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_protection_settings
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_WAAS_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_waas_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_waas_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_waas_policy_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_waas_policy
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_WAF_ADDRESS_RATE_LIMITING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_waf_address_rate_limiting request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_waf_address_rate_limiting_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_address_rate_limiting_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_waf_address_rate_limiting
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_GET_WAF_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_waf_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_get_waf_config_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_waf_config_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_waf_config
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_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_ws_waas_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_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_WS_WAAS_LIST_ACCESS_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_access_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_access_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_access_rule_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_access_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_ADDRESS_LIST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_address_list_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_address_list_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_address_list_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_ADDRESS_LISTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_address_lists request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_address_lists_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_address_list_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_address_lists
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_CACHING_RULE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_caching_rule_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_caching_rule_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_caching_rule_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_CACHING_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_caching_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_caching_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_caching_rule_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_caching_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_LIST_CAPTCHAS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_captchas request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_captchas_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_captcha_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_captchas
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_CERTIFICATE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_certificate_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_certificate_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_certificate_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_CERTIFICATES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_certificates request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_certificates_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_certificate_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_certificates
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_CUSTOM_PROTECTION_RULE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_custom_protection_rule_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_custom_protection_rule_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_custom_protection_rule_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_CUSTOM_PROTECTION_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_custom_protection_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_custom_protection_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_custom_protection_rule_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_custom_protection_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_EDGE_SUBNET_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_edge_subnet_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_edge_subnet_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_edge_subnet_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_EDGE_SUBNETS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_edge_subnets request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_edge_subnets_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_edge_subnet_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_edge_subnets
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_LIST_GOOD_BOTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_good_bots request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_good_bots_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_good_bot_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_good_bots
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_LIST_PROTECTION_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_protection_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_protection_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_protection_rule_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_protection_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_RECOMMENDATION_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_recommendation_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_recommendation_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_recommendation_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_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_ws_waas_list_recommendations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_recommendation_tbl,
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_WS_WAAS_LIST_THREAT_FEEDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_threat_feeds request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_threat_feeds_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_threat_feed_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_threat_feeds
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_WAAS_POLICY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_waas_policy_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_waas_policy_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_waas_policy_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_WAAS_POLICIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_waas_policies request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_waas_policies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_waas_policy_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_waas_policies
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_WAAS_POLICY_CUSTOM_PROTECTION_RULE_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_waas_policy_custom_protection_rule_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_waas_policy_custom_protection_rule_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_waas_policy_custom_protection_rule_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_WAAS_POLICY_CUSTOM_PROTECTION_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_waas_policy_custom_protection_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_waas_policy_custom_protection_rules_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_waas_policy_custom_protection_rule_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_waas_policy_custom_protection_rules
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_WAF_BLOCKED_REQUEST_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_waf_blocked_request_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_waf_blocked_request_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_waf_blocked_request_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_WAF_BLOCKED_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_waf_blocked_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_waf_blocked_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_waf_blocked_request_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_waf_blocked_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_WAF_LOG_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_waf_log_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_waf_log_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_waf_log_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WAAS_NUMBER_TBL Type 🔗
Nested table type of number.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_number_tbl FORCE IS TABLE OF (number) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_WAF_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_waf_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_waf_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_waf_log_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_waf_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_WAF_REQUEST_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_waf_request_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_waf_request_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_waf_request_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_WAF_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_waf_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_waf_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_waf_request_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_waf_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_WAF_TRAFFIC_DATUM_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_waf_traffic_datum_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_waf_traffic_datum_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_waf_traffic_datum_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_LIST_WAF_TRAFFIC_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_waf_traffic request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_waf_traffic_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_waf_traffic_datum_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_waf_traffic
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_LIST_WHITELISTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_whitelists request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_list_whitelists_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_whitelist_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_whitelists
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WAAS_WORK_REQUEST_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_work_request_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_work_request_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_work_request_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_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_ws_waas_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_work_request_summary_tbl,
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_WS_WAAS_PURGE_CACHE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the purge_cache request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_purge_cache_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_WS_WAAS_UPDATE_ACCESS_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_access_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_access_rules_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_WS_WAAS_UPDATE_ADDRESS_LIST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_address_list request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_address_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_address_list_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_address_list
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_UPDATE_CACHING_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_caching_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_caching_rules_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_WS_WAAS_UPDATE_CAPTCHAS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_captchas request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_captchas_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_WS_WAAS_UPDATE_CERTIFICATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_certificate request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_certificate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_certificate
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_UPDATE_CUSTOM_PROTECTION_RULE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_custom_protection_rule request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_custom_protection_rule_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_waas_custom_protection_rule_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_custom_protection_rule
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_WS_WAAS_UPDATE_DEVICE_FINGERPRINT_CHALLENGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_device_fingerprint_challenge request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_device_fingerprint_challenge_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_WS_WAAS_UPDATE_GOOD_BOTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_good_bots request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_good_bots_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_WS_WAAS_UPDATE_HUMAN_INTERACTION_CHALLENGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_human_interaction_challenge request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_human_interaction_challenge_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_WS_WAAS_UPDATE_JS_CHALLENGE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_js_challenge request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_js_challenge_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_WS_WAAS_UPDATE_POLICY_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_policy_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_policy_config_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_WAAS_PROTECTION_RULE_ACTION_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_protection_rule_action_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_protection_rule_action_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_protection_rule_action_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_UPDATE_PROTECTION_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_protection_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_protection_rules_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_WS_WAAS_UPDATE_PROTECTION_SETTINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_protection_settings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_protection_settings_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_WAAS_THREAT_FEED_ACTION_TBL Type 🔗
Nested table type of dbms_cloud_oci_waas_threat_feed_action_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waas_threat_feed_action_tbl FORCE IS TABLE OF (dbms_cloud_oci_waas_threat_feed_action_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_WS_WAAS_UPDATE_THREAT_FEEDS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_threat_feeds request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_threat_feeds_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_WS_WAAS_UPDATE_WAAS_POLICY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_waas_policy request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_waas_policy_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_WS_WAAS_UPDATE_WAAS_POLICY_CUSTOM_PROTECTION_RULES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_waas_policy_custom_protection_rules request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_waas_policy_custom_protection_rules_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_WS_WAAS_UPDATE_WAF_ADDRESS_RATE_LIMITING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_waf_address_rate_limiting request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_waf_address_rate_limiting_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_WS_WAAS_UPDATE_WAF_CONFIG_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_waf_config request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_waf_config_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_WS_WAAS_UPDATE_WHITELISTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_whitelists request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_ws_waas_update_whitelists_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;