Operator Access Control Access Requests Types

DBMS_CLOUD_OCI_OAC_ACCESS_REQUESTS_APPROVE_ACCESS_REQUEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_access_requests_approve_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_OAC_ACCESS_REQUESTS_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_oac_access_requests_get_access_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_operator_access_control_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_OAC_ACCESS_REQUESTS_INTERACTION_REQUEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of interaction_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OAC_ACCESS_REQUESTS_LIST_ACCESS_REQUEST_HISTORIES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_access_request_histories

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OAC_ACCESS_REQUESTS_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_oac_access_requests_list_access_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_operator_access_control_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_OAC_ACCESS_REQUESTS_LIST_INTERACTIONS_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_interactions

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OAC_ACCESS_REQUESTS_REJECT_ACCESS_REQUEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_access_requests_reject_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_OAC_ACCESS_REQUESTS_REVIEW_ACCESS_REQUEST_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of review_access_request

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_OAC_ACCESS_REQUESTS_REVOKE_ACCESS_REQUEST_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_oac_access_requests_revoke_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