DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_CANCEL_CERTIFICATE_AUTHORITY_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_certificate_authority_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_cancel_certificate_authority_deletion_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_CERTM_CERTIFICATES_MANAGEMENT_CANCEL_CERTIFICATE_AUTHORITY_VERSION_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_certificate_authority_version_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_cancel_certificate_authority_version_deletion_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_CERTM_CERTIFICATES_MANAGEMENT_CANCEL_CERTIFICATE_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_certificate_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_cancel_certificate_deletion_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_CERTM_CERTIFICATES_MANAGEMENT_CANCEL_CERTIFICATE_VERSION_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_certificate_version_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_cancel_certificate_version_deletion_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_CERTM_CERTIFICATES_MANAGEMENT_CHANGE_CA_BUNDLE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_ca_bundle_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_change_ca_bundle_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_CERTM_CERTIFICATES_MANAGEMENT_CHANGE_CERTIFICATE_AUTHORITY_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_certificate_authority_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_change_certificate_authority_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_CERTM_CERTIFICATES_MANAGEMENT_CHANGE_CERTIFICATE_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_certificate_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_change_certificate_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_CERTM_CERTIFICATES_MANAGEMENT_CREATE_CA_BUNDLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_ca_bundle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_create_ca_bundle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_ca_bundle_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_ca_bundle
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_CREATE_CERTIFICATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_certificate request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_create_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_certificate
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_CREATE_CERTIFICATE_AUTHORITY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_certificate_authority request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_create_certificate_authority_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_authority_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_certificate_authority
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_DELETE_CA_BUNDLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_ca_bundle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_delete_ca_bundle_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_CERTM_CERTIFICATES_MANAGEMENT_GET_ASSOCIATION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_association request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_get_association_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_association_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_association
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_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_certm_certificates_management_get_ca_bundle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_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_CERTM_CERTIFICATES_MANAGEMENT_GET_CERTIFICATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_certificate request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_get_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_certificate
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_GET_CERTIFICATE_AUTHORITY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_certificate_authority request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_get_certificate_authority_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_authority_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_certificate_authority
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_GET_CERTIFICATE_AUTHORITY_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_certificate_authority_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_get_certificate_authority_version_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_authority_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_certificate_authority_version
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_GET_CERTIFICATE_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_certificate_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_get_certificate_version_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_certificate_version
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_LIST_ASSOCIATIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_associations request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_list_associations_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_association_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_associations
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_LIST_CA_BUNDLES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_ca_bundles request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_list_ca_bundles_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_ca_bundle_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_ca_bundles
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_LIST_CERTIFICATE_AUTHORITIES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_certificate_authorities request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_list_certificate_authorities_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_authority_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_certificate_authorities
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_LIST_CERTIFICATE_AUTHORITY_VERSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_certificate_authority_versions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_list_certificate_authority_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_authority_version_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_certificate_authority_versions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_LIST_CERTIFICATE_VERSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_certificate_versions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_list_certificate_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_version_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_certificate_versions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_LIST_CERTIFICATES_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_certificates request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_list_certificates_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_certificates
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_REVOKE_CERTIFICATE_AUTHORITY_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the revoke_certificate_authority_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_revoke_certificate_authority_version_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_CERTM_CERTIFICATES_MANAGEMENT_REVOKE_CERTIFICATE_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the revoke_certificate_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_revoke_certificate_version_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_CERTM_CERTIFICATES_MANAGEMENT_SCHEDULE_CERTIFICATE_AUTHORITY_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the schedule_certificate_authority_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_schedule_certificate_authority_deletion_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_CERTM_CERTIFICATES_MANAGEMENT_SCHEDULE_CERTIFICATE_AUTHORITY_VERSION_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the schedule_certificate_authority_version_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_schedule_certificate_authority_version_deletion_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_CERTM_CERTIFICATES_MANAGEMENT_SCHEDULE_CERTIFICATE_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the schedule_certificate_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_schedule_certificate_deletion_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_CERTM_CERTIFICATES_MANAGEMENT_SCHEDULE_CERTIFICATE_VERSION_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the schedule_certificate_version_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_schedule_certificate_version_deletion_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_CERTM_CERTIFICATES_MANAGEMENT_UPDATE_CA_BUNDLE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_ca_bundle request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_update_ca_bundle_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_ca_bundle_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_ca_bundle
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_UPDATE_CERTIFICATE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_certificate request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_update_certificate_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of update_certificate
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_CERTM_CERTIFICATES_MANAGEMENT_UPDATE_CERTIFICATE_AUTHORITY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_certificate_authority request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_certm_certificates_management_update_certificate_authority_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_certificates_management_certificate_authority_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;