DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_BACKUP_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the backup_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_backup_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of backup_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_CANCEL_KEY_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_key_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_cancel_key_deletion_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of cancel_key_deletion
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_CANCEL_KEY_VERSION_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the cancel_key_version_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_cancel_key_version_deletion_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of cancel_key_version_deletion
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_CHANGE_KEY_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_key_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_change_key_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_KM_KMS_MANAGEMENT_CREATE_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_create_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_CREATE_KEY_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_key_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_create_key_version_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_key_version
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_DISABLE_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the disable_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_disable_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of disable_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_ENABLE_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the enable_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_enable_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of enable_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_GET_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_get_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_GET_KEY_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_key_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_get_key_version_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_key_version
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_GET_REPLICATION_STATUS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_replication_status request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_get_replication_status_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_replication_status_details_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_replication_status
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_GET_WRAPPING_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_wrapping_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_get_wrapping_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_wrapping_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_wrapping_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_IMPORT_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the import_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_import_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of import_key
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_IMPORT_KEY_VERSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the import_key_version request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_import_key_version_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of import_key_version
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KEY_MANAGEMENT_KEY_VERSION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_key_management_key_version_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_key_management_key_version_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_key_management_key_version_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_LIST_KEY_VERSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_key_versions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_list_key_versions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_version_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_key_versions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KEY_MANAGEMENT_KEY_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_key_management_key_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_key_management_key_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_key_management_key_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_LIST_KEYS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_keys request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_list_keys_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_keys
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_RESTORE_KEY_FROM_FILE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the restore_key_from_file request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_restore_key_from_file_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of restore_key_from_file
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_RESTORE_KEY_FROM_OBJECT_STORE_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the restore_key_from_object_store request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_restore_key_from_object_store_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of restore_key_from_object_store
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_SCHEDULE_KEY_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the schedule_key_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_schedule_key_deletion_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of schedule_key_deletion
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_SCHEDULE_KEY_VERSION_DELETION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the schedule_key_version_deletion request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_schedule_key_version_deletion_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_version_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of schedule_key_version_deletion
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_KM_KMS_MANAGEMENT_UPDATE_KEY_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_key request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_km_kms_management_update_key_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_key_management_key_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;