DBMS_CLOUD_OCI_OAC_OPERATOR_CONTROL_CHANGE_OPERATOR_CONTROL_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_operator_control_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_change_operator_control_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_OAC_OPERATOR_CONTROL_CREATE_OPERATOR_CONTROL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_operator_control request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_create_operator_control_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_operator_access_control_operator_control_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_operator_control
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OAC_OPERATOR_CONTROL_DELETE_OPERATOR_CONTROL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_operator_control request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_delete_operator_control_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_OAC_OPERATOR_CONTROL_GET_OPERATOR_CONTROL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_operator_control request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_get_operator_control_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_operator_access_control_operator_control_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_operator_control
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OAC_OPERATOR_CONTROL_LIST_OPERATOR_CONTROLS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_operator_controls request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_list_operator_controls_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_operator_access_control_operator_control_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_operator_controls
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_OAC_OPERATOR_CONTROL_UPDATE_OPERATOR_CONTROL_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_operator_control request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_update_operator_control_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_operator_access_control_operator_control_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;