Operator Access Control Operator Control Assignment Types
DBMS_CLOUD_OCI_OAC_OPERATOR_CONTROL_ASSIGNMENT_CHANGE_OPERATOR_CONTROL_ASSIGNMENT_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_operator_control_assignment_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_assignment_change_operator_control_assignment_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_ASSIGNMENT_CREATE_OPERATOR_CONTROL_ASSIGNMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_operator_control_assignment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_assignment_create_operator_control_assignment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_operator_access_control_operator_control_assignment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_operator_control_assignment
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_ASSIGNMENT_DELETE_OPERATOR_CONTROL_ASSIGNMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_operator_control_assignment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_assignment_delete_operator_control_assignment_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_ASSIGNMENT_GET_OPERATOR_CONTROL_ASSIGNMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_operator_control_assignment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_assignment_get_operator_control_assignment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_operator_access_control_operator_control_assignment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_operator_control_assignment
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_ASSIGNMENT_LIST_OPERATOR_CONTROL_ASSIGNMENTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_operator_control_assignments request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_assignment_list_operator_control_assignments_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_operator_access_control_operator_control_assignment_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_operator_control_assignments
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_ASSIGNMENT_UPDATE_OPERATOR_CONTROL_ASSIGNMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_operator_control_assignment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_operator_control_assignment_update_operator_control_assignment_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_operator_access_control_operator_control_assignment_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_operator_control_assignment