Access Governance CP Types

DBMS_CLOUD_OCI_AGC_ACCESS_GOVERNANCE_CP_CHANGE_GOVERNANCE_INSTANCE_COMPARTMENT_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_agc_access_governance_cp_change_governance_instance_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_AGC_ACCESS_GOVERNANCE_CP_CREATE_GOVERNANCE_INSTANCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of create_governance_instance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AGC_ACCESS_GOVERNANCE_CP_DELETE_GOVERNANCE_INSTANCE_RESPONSE_T Type

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

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_agc_access_governance_cp_delete_governance_instance_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_AGC_ACCESS_GOVERNANCE_CP_GET_GOVERNANCE_INSTANCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_governance_instance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AGC_ACCESS_GOVERNANCE_CP_GET_GOVERNANCE_INSTANCE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of get_governance_instance_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AGC_ACCESS_GOVERNANCE_CP_LIST_GOVERNANCE_INSTANCES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_governance_instances

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AGC_ACCESS_GOVERNANCE_CP_UPDATE_GOVERNANCE_INSTANCE_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_governance_instance

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_AGC_ACCESS_GOVERNANCE_CP_UPDATE_GOVERNANCE_INSTANCE_CONFIGURATION_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of update_governance_instance_configuration

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer