DBMS_CLOUD_OCI_EM_EMAIL_CHANGE_EMAIL_DOMAIN_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_email_domain_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_change_email_domain_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_EM_EMAIL_CHANGE_SENDER_COMPARTMENT_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the change_sender_compartment request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_change_sender_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_EM_EMAIL_CREATE_DKIM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_dkim request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_create_dkim_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_dkim_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_dkim
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_CREATE_EMAIL_DOMAIN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_email_domain request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_create_email_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_email_domain_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_email_domain
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_CREATE_SENDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_sender request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_create_sender_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_sender_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_sender
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_CREATE_SUPPRESSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the create_suppression request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_create_suppression_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_suppression_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of create_suppression
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_DELETE_DKIM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_dkim request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_delete_dkim_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_EM_EMAIL_DELETE_EMAIL_DOMAIN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_email_domain request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_delete_email_domain_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_EM_EMAIL_DELETE_SENDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_sender request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_delete_sender_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_EM_EMAIL_DELETE_SUPPRESSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the delete_suppression request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_delete_suppression_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_EM_EMAIL_GET_DKIM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_dkim request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_get_dkim_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_dkim_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_dkim
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_GET_EMAIL_DOMAIN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_email_domain request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_get_email_domain_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_email_domain_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_email_domain
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_GET_SENDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_sender request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_get_sender_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_sender_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_sender
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_GET_SUPPRESSION_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_suppression request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_get_suppression_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_suppression_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_suppression
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_GET_WORK_REQUEST_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the get_work_request request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_get_work_request_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_work_request_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of get_work_request
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_LIST_DKIMS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_dkims request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_list_dkims_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_dkim_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_dkims
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_LIST_EMAIL_DOMAINS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_email_domains request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_list_email_domains_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_email_domain_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_email_domains
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EMAIL_SENDER_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_email_sender_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_email_sender_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_email_sender_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_EM_EMAIL_LIST_SENDERS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_senders request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_list_senders_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_sender_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_senders
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EMAIL_SUPPRESSION_SUMMARY_TBL Type 🔗
Nested table type of dbms_cloud_oci_email_suppression_summary_t.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_email_suppression_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_email_suppression_summary_t) NOT PERSISTABLE;
DBMS_CLOUD_OCI_EM_EMAIL_LIST_SUPPRESSIONS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_suppressions request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_list_suppressions_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_suppression_summary_tbl,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_suppressions
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_LIST_WORK_REQUEST_ERRORS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_errors request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_list_work_request_errors_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_work_request_error_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_errors
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_LIST_WORK_REQUEST_LOGS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_request_logs request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_list_work_request_logs_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_work_request_log_entry_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_request_logs
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_LIST_WORK_REQUESTS_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the list_work_requests request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_list_work_requests_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_work_request_summary_collection_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;
Fields
Field
Description
response_body
Response body of list_work_requests
headers
Response headers as JSON data in a JSON object
status_code
HTTP response status code as an integer
DBMS_CLOUD_OCI_EM_EMAIL_UPDATE_DKIM_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_dkim request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_update_dkim_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_EM_EMAIL_UPDATE_EMAIL_DOMAIN_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_email_domain request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_update_email_domain_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_EM_EMAIL_UPDATE_SENDER_RESPONSE_T Type 🔗
Contains the response body, headers and the status code of the update_sender request.
Syntax
CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_em_email_update_sender_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
response_body dbms_cloud_oci_email_sender_t,
headers json_object_t,
status_code number
) NOT PERSISTABLE;