DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_CREATE_SUBSCRIPTION_MAPPING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_subscription_mapping request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_create_subscription_mapping_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_subscription_mapping_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_subscription_mapping
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_DELETE_SUBSCRIPTION_MAPPING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_subscription_mapping request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_delete_subscription_mapping_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_TMCP_SUBSCRIPTION_GET_ASSIGNED_SUBSCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_assigned_subscription request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_get_assigned_subscription_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_assigned_subscription_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_assigned_subscription
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_GET_SUBSCRIPTION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_subscription request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_get_subscription_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_subscription_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_subscription
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_GET_SUBSCRIPTION_MAPPING_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_subscription_mapping request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_get_subscription_mapping_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_subscription_mapping_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_subscription_mapping
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_LIST_ASSIGNED_SUBSCRIPTION_LINE_ITEMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_assigned_subscription_line_items request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_list_assigned_subscription_line_items_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_assigned_subscription_line_item_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_assigned_subscription_line_items
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_LIST_ASSIGNED_SUBSCRIPTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_assigned_subscriptions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_list_assigned_subscriptions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_assigned_subscription_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_assigned_subscriptions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_LIST_AVAILABLE_REGIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_available_regions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_list_available_regions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_available_region_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_available_regions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_LIST_SUBSCRIPTION_LINE_ITEMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_subscription_line_items request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_list_subscription_line_items_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_subscription_line_item_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_subscription_line_items
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_LIST_SUBSCRIPTION_MAPPINGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_subscription_mappings request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_list_subscription_mappings_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_subscription_mapping_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_subscription_mappings
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_TMCP_SUBSCRIPTION_LIST_SUBSCRIPTIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_subscriptions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_tmcp_subscription_list_subscriptions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_tenant_manager_control_plane_subscription_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;