Vulnerability Scanning Types

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_CHANGE_CONTAINER_SCAN_RECIPE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_change_container_scan_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_VS_VULNERABILITY_SCANNING_CHANGE_CONTAINER_SCAN_RESULT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_change_container_scan_result_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_VS_VULNERABILITY_SCANNING_CHANGE_CONTAINER_SCAN_TARGET_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_change_container_scan_target_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_VS_VULNERABILITY_SCANNING_CHANGE_HOST_AGENT_SCAN_RESULT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_change_host_agent_scan_result_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_VS_VULNERABILITY_SCANNING_CHANGE_HOST_CIS_BENCHMARK_SCAN_RESULT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_change_host_cis_benchmark_scan_result_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_VS_VULNERABILITY_SCANNING_CHANGE_HOST_ENDPOINT_PROTECTION_SCAN_RESULT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_change_host_endpoint_protection_scan_result_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_VS_VULNERABILITY_SCANNING_CHANGE_HOST_PORT_SCAN_RESULT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_change_host_port_scan_result_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_VS_VULNERABILITY_SCANNING_CHANGE_HOST_SCAN_RECIPE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_change_host_scan_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_VS_VULNERABILITY_SCANNING_CHANGE_HOST_SCAN_TARGET_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_change_host_scan_target_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_VS_VULNERABILITY_SCANNING_CREATE_CONTAINER_SCAN_RECIPE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_container_scan_recipe

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_CREATE_CONTAINER_SCAN_TARGET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_container_scan_target

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_CREATE_HOST_SCAN_RECIPE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_host_scan_recipe

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_CREATE_HOST_SCAN_TARGET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_host_scan_target

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_DELETE_CONTAINER_SCAN_RECIPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_delete_container_scan_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_VS_VULNERABILITY_SCANNING_DELETE_CONTAINER_SCAN_RESULT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_delete_container_scan_result_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_VS_VULNERABILITY_SCANNING_DELETE_CONTAINER_SCAN_TARGET_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_delete_container_scan_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_VS_VULNERABILITY_SCANNING_DELETE_HOST_AGENT_SCAN_RESULT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_delete_host_agent_scan_result_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_VS_VULNERABILITY_SCANNING_DELETE_HOST_CIS_BENCHMARK_SCAN_RESULT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_delete_host_cis_benchmark_scan_result_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_VS_VULNERABILITY_SCANNING_DELETE_HOST_ENDPOINT_PROTECTION_SCAN_RESULT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_delete_host_endpoint_protection_scan_result_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_VS_VULNERABILITY_SCANNING_DELETE_HOST_PORT_SCAN_RESULT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_delete_host_port_scan_result_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_VS_VULNERABILITY_SCANNING_DELETE_HOST_SCAN_RECIPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_delete_host_scan_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_VS_VULNERABILITY_SCANNING_DELETE_HOST_SCAN_TARGET_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_delete_host_scan_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_VS_VULNERABILITY_SCANNING_EXPORT_HOST_AGENT_SCAN_RESULT_CSV_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of export_host_agent_scan_result_csv

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_EXPORT_HOST_VULNERABILITY_CSV_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of export_host_vulnerability_csv

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_CONTAINER_SCAN_RECIPE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_container_scan_recipe

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_CONTAINER_SCAN_RESULT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_container_scan_result

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_CONTAINER_SCAN_TARGET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_container_scan_target

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_HOST_AGENT_SCAN_RESULT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_host_agent_scan_result

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_HOST_CIS_BENCHMARK_SCAN_RESULT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_host_cis_benchmark_scan_result

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_HOST_ENDPOINT_PROTECTION_SCAN_RESULT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_host_endpoint_protection_scan_result

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_HOST_PORT_SCAN_RESULT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_host_port_scan_result

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_HOST_SCAN_RECIPE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_host_scan_recipe

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_HOST_SCAN_TARGET_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_host_scan_target

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_HOST_VULNERABILITY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_host_vulnerability

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_GET_VULNERABILITY_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_vulnerability

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_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_vs_vulnerability_scanning_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_vulnerability_scanning_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_VS_VULNERABILITY_SCANNING_LIST_CONTAINER_SCAN_RECIPES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_container_scan_recipes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_CONTAINER_SCAN_RESULTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_container_scan_results

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_CONTAINER_SCAN_TARGETS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_container_scan_targets

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_HOST_AGENT_SCAN_RESULTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_host_agent_scan_results

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_HOST_CIS_BENCHMARK_SCAN_RESULTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_host_cis_benchmark_scan_results

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_HOST_ENDPOINT_PROTECTION_SCAN_RESULTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_host_endpoint_protection_scan_results

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_HOST_PORT_SCAN_RESULTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_host_port_scan_results

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_HOST_SCAN_RECIPES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_host_scan_recipes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_HOST_SCAN_TARGET_ERRORS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_host_scan_target_errors

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_HOST_SCAN_TARGETS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_host_scan_targets

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_HOST_VULNERABILITIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_host_vulnerabilities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_HOST_VULNERABILITY_IMPACTED_HOSTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_host_vulnerability_impacted_hosts

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_VULNERABILITIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vulnerabilities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_VULNERABILITY_IMPACTED_CONTAINERS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vulnerability_impacted_containers

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_LIST_VULNERABILITY_IMPACTED_HOSTS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vulnerability_impacted_hosts

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_VS_VULNERABILITY_SCANNING_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_vs_vulnerability_scanning_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_vulnerability_scanning_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_VS_VULNERABILITY_SCANNING_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_vs_vulnerability_scanning_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_vulnerability_scanning_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_VS_VULNERABILITY_SCANNING_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_vs_vulnerability_scanning_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_vulnerability_scanning_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_VS_VULNERABILITY_SCANNING_UPDATE_CONTAINER_SCAN_RECIPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_update_container_scan_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_VS_VULNERABILITY_SCANNING_UPDATE_CONTAINER_SCAN_TARGET_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_update_container_scan_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_VS_VULNERABILITY_SCANNING_UPDATE_HOST_SCAN_RECIPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_vs_vulnerability_scanning_update_host_scan_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_VS_VULNERABILITY_SCANNING_UPDATE_HOST_SCAN_TARGET_RESPONSE_T Type

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

Syntax

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

Was this article helpful?