ADM Types

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_ACTIVATE_REMEDIATION_RECIPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_activate_remediation_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_CANCEL_REMEDIATION_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of cancel_remediation_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_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_adm_application_dependency_management_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_CHANGE_KNOWLEDGE_BASE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_change_knowledge_base_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_CHANGE_REMEDIATION_RECIPE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_change_remediation_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_CHANGE_REMEDIATION_RUN_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_change_remediation_run_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_CHANGE_VULNERABILITY_AUDIT_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_change_vulnerability_audit_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_CREATE_KNOWLEDGE_BASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_create_knowledge_base_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_CREATE_REMEDIATION_RECIPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_create_remediation_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_CREATE_REMEDIATION_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_remediation_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_CREATE_VULNERABILITY_AUDIT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_vulnerability_audit

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_DEACTIVATE_REMEDIATION_RECIPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_deactivate_remediation_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_DELETE_KNOWLEDGE_BASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_delete_knowledge_base_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_DELETE_REMEDIATION_RECIPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_delete_remediation_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_DELETE_REMEDIATION_RUN_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_delete_remediation_run_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_DELETE_VULNERABILITY_AUDIT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_delete_vulnerability_audit_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_GET_KNOWLEDGE_BASE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_knowledge_base

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_GET_REMEDIATION_RECIPE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_remediation_recipe

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_GET_REMEDIATION_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_remediation_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_GET_STAGE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_stage

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_GET_VULNERABILITY_AUDIT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_vulnerability_audit

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_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_adm_application_dependency_management_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_adm_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_LIST_APPLICATION_DEPENDENCY_RECOMMENDATIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_application_dependency_recommendations

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_LIST_APPLICATION_DEPENDENCY_VULNERABILITIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_application_dependency_vulnerabilities

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_LIST_KNOWLEDGE_BASES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_knowledge_bases

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_LIST_REMEDIATION_RECIPES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_remediation_recipes

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_LIST_REMEDIATION_RUNS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_remediation_runs

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_LIST_STAGES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_stages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_LIST_VULNERABILITY_AUDITS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_vulnerability_audits

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_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_adm_application_dependency_management_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_adm_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_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_adm_application_dependency_management_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_adm_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_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_adm_application_dependency_management_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_adm_work_request_summary_collection_t,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_work_requests

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_UPDATE_KNOWLEDGE_BASE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_update_knowledge_base_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_UPDATE_REMEDIATION_RECIPE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_adm_application_dependency_management_update_remediation_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_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_UPDATE_REMEDIATION_RUN_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_remediation_run

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ADM_APPLICATION_DEPENDENCY_MANAGEMENT_UPDATE_VULNERABILITY_AUDIT_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_vulnerability_audit

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

Was this article helpful?