Web Application Firewall Types

DBMS_CLOUD_OCI_WAF_WAF_CHANGE_NETWORK_ADDRESS_LIST_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_network_address_list_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_change_network_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_WAF_WAF_CHANGE_WEB_APP_FIREWALL_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_web_app_firewall_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_change_web_app_firewall_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_WAF_WAF_CHANGE_WEB_APP_FIREWALL_POLICY_COMPARTMENT_RESPONSE_T Type

Contains the response body, headers and the status code of the change_web_app_firewall_policy_compartment request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_change_web_app_firewall_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_WAF_WAF_CREATE_NETWORK_ADDRESS_LIST_RESPONSE_T Type

Contains the response body, headers and the status code of the create_network_address_list request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_create_network_address_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_network_address_list_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_network_address_list

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_CREATE_WEB_APP_FIREWALL_RESPONSE_T Type

Contains the response body, headers and the status code of the create_web_app_firewall request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_create_web_app_firewall_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_web_app_firewall_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_web_app_firewall

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_CREATE_WEB_APP_FIREWALL_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the create_web_app_firewall_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_create_web_app_firewall_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_web_app_firewall_policy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of create_web_app_firewall_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_DELETE_NETWORK_ADDRESS_LIST_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_network_address_list request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_delete_network_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_WAF_WAF_DELETE_WEB_APP_FIREWALL_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_web_app_firewall request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_delete_web_app_firewall_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_WAF_WAF_DELETE_WEB_APP_FIREWALL_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the delete_web_app_firewall_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_delete_web_app_firewall_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_WAF_WAF_GET_NETWORK_ADDRESS_LIST_RESPONSE_T Type

Contains the response body, headers and the status code of the get_network_address_list request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_get_network_address_list_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_network_address_list_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_network_address_list

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_GET_WEB_APP_FIREWALL_RESPONSE_T Type

Contains the response body, headers and the status code of the get_web_app_firewall request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_get_web_app_firewall_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_web_app_firewall_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_web_app_firewall

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_GET_WEB_APP_FIREWALL_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the get_web_app_firewall_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_get_web_app_firewall_policy_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_web_app_firewall_policy_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of get_web_app_firewall_policy

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_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_waf_waf_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_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_WAF_WAF_LIST_NETWORK_ADDRESS_LISTS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_network_address_lists request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_list_network_address_lists_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_network_address_list_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_network_address_lists

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_NUMBER_TBL Type

Nested table type of number.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_number_tbl FORCE IS TABLE OF (number) NOT PERSISTABLE;

DBMS_CLOUD_OCI_WAF_WAF_LIST_PROTECTION_CAPABILITIES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_protection_capabilities request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_list_protection_capabilities_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_protection_capability_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_protection_capabilities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_LIST_PROTECTION_CAPABILITY_GROUP_TAGS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_protection_capability_group_tags request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_list_protection_capability_group_tags_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_protection_capability_group_tag_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_protection_capability_group_tags

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_LIST_WEB_APP_FIREWALL_POLICIES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_web_app_firewall_policies request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_list_web_app_firewall_policies_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_web_app_firewall_policy_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_web_app_firewall_policies

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_LIST_WEB_APP_FIREWALLS_RESPONSE_T Type

Contains the response body, headers and the status code of the list_web_app_firewalls request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_list_web_app_firewalls_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_web_app_firewall_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_web_app_firewalls

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_WAF_WAF_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_waf_waf_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_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_WAF_WAF_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_waf_waf_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_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_WAF_WAF_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_waf_waf_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_waf_work_request_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_WAF_WAF_UPDATE_NETWORK_ADDRESS_LIST_RESPONSE_T Type

Contains the response body, headers and the status code of the update_network_address_list request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_update_network_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_WAF_WAF_UPDATE_WEB_APP_FIREWALL_RESPONSE_T Type

Contains the response body, headers and the status code of the update_web_app_firewall request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_update_web_app_firewall_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_WAF_WAF_UPDATE_WEB_APP_FIREWALL_POLICY_RESPONSE_T Type

Contains the response body, headers and the status code of the update_web_app_firewall_policy request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_waf_waf_update_web_app_firewall_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

Was this article helpful?