DBMS_CLOUD_OCI_LBX_LOCKBOX_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_lbx_lockbox_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_LBX_LOCKBOX_CHANGE_APPROVAL_TEMPLATE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_approval_template_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_change_approval_template_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_LBX_LOCKBOX_CHANGE_LOCKBOX_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_lockbox_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_change_lockbox_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_LBX_LOCKBOX_CREATE_ACCESS_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_access_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_create_access_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_access_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_access_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_CREATE_APPROVAL_TEMPLATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_approval_template request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_create_approval_template_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_approval_template_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_approval_template
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_CREATE_LOCKBOX_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_lockbox request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_create_lockbox_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_lockbox_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_lockbox
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_DELETE_APPROVAL_TEMPLATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_approval_template request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_delete_approval_template_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_LBX_LOCKBOX_DELETE_LOCKBOX_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_lockbox request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_delete_lockbox_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_LBX_LOCKBOX_EXPORT_ACCESS_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the export_access_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_export_access_requests_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_access_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_GET_ACCESS_MATERIALS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_access_materials request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_get_access_materials_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_access_materials_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_access_materials
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_GET_ACCESS_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_access_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_get_access_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_access_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_access_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_GET_APPROVAL_TEMPLATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_approval_template request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_get_approval_template_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_approval_template_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_approval_template
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_GET_LOCKBOX_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_lockbox request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_get_lockbox_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_lockbox_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_lockbox
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_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_lbx_lockbox_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_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_LBX_LOCKBOX_HANDLE_ACCESS_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the handle_access_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_handle_access_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_LBX_LOCKBOX_LIST_ACCESS_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_access_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_list_access_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_access_request_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_access_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_LIST_APPROVAL_TEMPLATES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_approval_templates request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_list_approval_templates_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_approval_template_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_approval_templates
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_LIST_LOCKBOXES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_lockboxes request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_list_lockboxes_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_lockbox_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_lockboxes
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_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_lbx_lockbox_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_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_LBX_LOCKBOX_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_lbx_lockbox_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_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_LBX_LOCKBOX_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_lbx_lockbox_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_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_LBX_LOCKBOX_UPDATE_APPROVAL_TEMPLATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_approval_template request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_update_approval_template_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_approval_template_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_approval_template
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_LBX_LOCKBOX_UPDATE_LOCKBOX_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_lockbox request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_lbx_lockbox_update_lockbox_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_lockbox_lockbox_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;