DBMS_CLOUD_OCI_TMCP_GOVERNANCE_ADD_GOVERNANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the add_governance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_governance_add_governance_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_TMCP_GOVERNANCE_REMOVE_GOVERNANCE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the remove_governance request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_governance_remove_governance_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
headers json_object_t,
status_code number
) NOT PERSISTABLE;