DBMS_CLOUD_OCI_CERT_CERTIFICATES_GET_CA_BUNDLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_ca_bundle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cert_certificates_get_ca_bundle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_ca_bundle_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_ca_bundle
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERT_CERTIFICATES_GET_CERTIFICATE_AUTHORITY_BUNDLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_certificate_authority_bundle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cert_certificates_get_certificate_authority_bundle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_certificate_authority_bundle_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_certificate_authority_bundle
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERT_CERTIFICATES_GET_CERTIFICATE_BUNDLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_certificate_bundle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cert_certificates_get_certificate_bundle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_certificate_bundle_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_certificate_bundle
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERT_CERTIFICATES_LIST_CERTIFICATE_AUTHORITY_BUNDLE_VERSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_certificate_authority_bundle_versions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cert_certificates_list_certificate_authority_bundle_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_certificate_authority_bundle_version_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_certificate_authority_bundle_versions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERT_CERTIFICATES_LIST_CERTIFICATE_BUNDLE_VERSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_certificate_bundle_versions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_cert_certificates_list_certificate_bundle_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_certificate_bundle_version_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;