Configure a mail server
/api/20210901/system/mail/server
Request
There are no request parameters for this operation.
- application/json
object
-
auth(required): object
Discriminator: authType
Discriminator:
{ "propertyName":"authType", "mapping":{ "NO_AUTH":"#/components/schemas/MailServerNoAuth", "USERNAME_PASSWORD_AUTH":"#/components/schemas/MailServerUsernamePasswordAuth", "OAUTH2_AUTH":"#/components/schemas/MailServerOAuth2Auth" } }
Mail server authentication type. -
connectionSecurity(required): object
Discriminator: connectionSecurityType
Discriminator:
{ "propertyName":"connectionSecurityType", "mapping":{ "NO_CONNECTION_SECURITY":"#/components/schemas/NoConnectionSecurity", "SSL_TLS_CONNECTION_SECURITY":"#/components/schemas/SslTlsConnectionSecurity", "START_TLS_CONNECTION_SECURITY":"#/components/schemas/StartTlsConnectionSecurity" } }
Connection security options for the mail server connection. -
host(required): string
Minimum Length:
1
Host name of the SMTP server you want to use to deliver emails. The SMTP server must be accessible from the public internet. -
port(required): integer
Minimum Value:
1
Maximum Value:65535
Port number on the mail server. Common SMTP ports include: 25 (no security), 465 (SSL TLS), 587 (STARTTLS) -
sender(required): object
MailSender
Sender of emails
object
Discriminator Values
-
NO_AUTH -
object
MailServerNoAuth
Mail server doesn???t require authentication.
-
USERNAME_PASSWORD_AUTH -
object
MailServerUsernamePasswordAuth
Mail server authentication requires a username and password.
-
OAUTH2_AUTH -
object
MailServerOAuth2Auth
Mail server authentication uses OAuth2
object
Discriminator Values
-
NO_CONNECTION_SECURITY -
object
NoConnectionSecurity
No conection security.
-
SSL_TLS_CONNECTION_SECURITY -
object
SslTlsConnectionSecurity
SSL TLS security for the mail server connection.
-
START_TLS_CONNECTION_SECURITY -
object
StartTlsConnectionSecurity
STARTTLS security for the mail server connection.
object
-
displayName(required): string
Minimum Length:
1
Name displayed in the 'From' field of emails delivering reports. -
emailAddress(required): string
Minimum Length:
1
Email address displayed in the 'From' field of emails delivering reports.
object
-
authType(required):
authType
No authentication type
object
-
authType(required):
authType
Username and password required for authentication.
-
password(required): string
Minimum Length:
8
Maximum Length:255
Password to authenticate access to the mail server. -
username(required): string
Minimum Length:
1
Username to authenticate access to the mail server.
object
-
authType:
authType
OAuth2 AuthType
-
oAuth2Details(required): object
Discriminator: oAuth2Provider
Discriminator:
{ "propertyName":"oAuth2Provider", "mapping":{ "MS_OAUTH2":"#/components/schemas/MailServerMSOAuth2" } }
Configuration details for a specific OAuth2 provider.
NO_AUTH
-
string
Allowed Values:
[ "NO_AUTH", "USERNAME_PASSWORD_AUTH", "OAUTH2_AUTH" ]
Type of authentication the mail server requires.
USERNAME_PASSWORD_AUTH
-
string
Allowed Values:
[ "NO_AUTH", "USERNAME_PASSWORD_AUTH", "OAUTH2_AUTH" ]
Type of authentication the mail server requires.
OAUTH2_AUTH
-
string
Allowed Values:
[ "OSS_AUTH_OCI_USER_ID", "OCI_RESOURCE_PRINCIPAL" ]
Type of authentication.
object
Discriminator Values
-
MS_OAUTH2 -
object
MailServerMSOAuth2
Mail server authentication that uses the Microsoft OAuth2 client credential flow.
object
-
clientId(required): string
Minimum Length:
1
Maximum Length:255
OAuth2 client ID required to authenticate access to the mail server. -
oAuth2Provider:
oAuth2Provider
Specific OAuth2 AuthType
-
secret(required): string
Minimum Length:
8
Maximum Length:255
OAuth2 client secret required to authenticate access to the mail server. -
tenant(required): string
Minimum Length:
1
Maximum Length:255
OAuth2 tenant required to authenticate to access the mail server. -
username(required): string
Minimum Length:
1
Username required to authenticate to the mail server. Any valid user with access to the mail server.
MS_OAUTH2
-
string
Allowed Values:
[ "MS_OAUTH2" ]
OAuth2 services provider.
object
-
connectionSecurityType(required):
connectionSecurityType
No connection security.
object
-
connectionSecurityType(required):
connectionSecurityType
SSL TLS connection security.
-
tlsCertificateDetails(required): object
Discriminator: certificateType
Discriminator:
{ "propertyName":"certificateType", "mapping":{ "DEFAULT_TLS_CERTIFICATE":"#/components/schemas/DefaultTlsCertificate", "CUSTOM_TLS_CERTIFICATE":"#/components/schemas/CustomTlsCertificate" } }
Certificate for SSL TLS or START TLS connection security.
object
-
connectionSecurityType(required):
connectionSecurityType
STARTTLS connection security.
-
tlsCertificateDetails(required): object
Discriminator: certificateType
Discriminator:
{ "propertyName":"certificateType", "mapping":{ "DEFAULT_TLS_CERTIFICATE":"#/components/schemas/DefaultTlsCertificate", "CUSTOM_TLS_CERTIFICATE":"#/components/schemas/CustomTlsCertificate" } }
Certificate for SSL TLS or START TLS connection security.
NO_CONNECTION_SECURITY
-
string
Allowed Values:
[ "NO_CONNECTION_SECURITY", "SSL_TLS_CONNECTION_SECURITY", "START_TLS_CONNECTION_SECURITY" ]
Type of security on the mail server connection.
SSL_TLS_CONNECTION_SECURITY
-
string
Allowed Values:
[ "NO_CONNECTION_SECURITY", "SSL_TLS_CONNECTION_SECURITY", "START_TLS_CONNECTION_SECURITY" ]
Type of security on the mail server connection.
object
Discriminator Values
-
DEFAULT_TLS_CERTIFICATE -
object
DefaultTlsCertificate
Use the default certificate provided for an SSL-enabled mail server.
-
CUSTOM_TLS_CERTIFICATE -
object
CustomTlsCertificate
Use a custom TLS certificate for an SSL-enabled mail server.
object
-
certificateType(required):
certificateType
Use the mail server???s default TLS certificate.
object
-
certificate(required): string
The certificate for an SSL enabled MailServer
-
certificateType(required):
certificateType
CustomTlsCertificate CertificateType
DEFAULT_TLS_CERTIFICATE
-
string
Allowed Values:
[ "DEFAULT_TLS_CERTIFICATE", "CUSTOM_TLS_CERTIFICATE" ]
Type of TLS certificate, default or custom.
CUSTOM_TLS_CERTIFICATE
-
string
Allowed Values:
[ "DEFAULT_TLS_CERTIFICATE", "CUSTOM_TLS_CERTIFICATE" ]
Type of TLS certificate, default or custom.
START_TLS_CONNECTION_SECURITY
-
string
Allowed Values:
[ "NO_CONNECTION_SECURITY", "SSL_TLS_CONNECTION_SECURITY", "START_TLS_CONNECTION_SECURITY" ]
Type of security on the mail server connection.
Response
- application/json
200 Response
object
-
auth(required): object
Discriminator: authType
Discriminator:
{ "propertyName":"authType", "mapping":{ "NO_AUTH":"#/components/schemas/MailServerNoAuth", "USERNAME_PASSWORD_AUTH":"#/components/schemas/MailServerUsernamePasswordAuth", "OAUTH2_AUTH":"#/components/schemas/MailServerOAuth2Auth" } }
Mail server authentication type. -
connectionSecurity(required): object
Discriminator: connectionSecurityType
Discriminator:
{ "propertyName":"connectionSecurityType", "mapping":{ "NO_CONNECTION_SECURITY":"#/components/schemas/NoConnectionSecurity", "SSL_TLS_CONNECTION_SECURITY":"#/components/schemas/SslTlsConnectionSecurity", "START_TLS_CONNECTION_SECURITY":"#/components/schemas/StartTlsConnectionSecurity" } }
Connection security options for the mail server connection. -
host(required): string
Minimum Length:
1
Host name of the SMTP server you want to use to deliver emails. The SMTP server must be accessible from the public internet. -
port(required): integer
Minimum Value:
1
Maximum Value:65535
Port number on the mail server. Common SMTP ports include: 25 (no security), 465 (SSL TLS), 587 (STARTTLS) -
sender(required): object
MailSender
Sender of emails
object
Discriminator Values
-
NO_AUTH -
object
MailServerNoAuth
Mail server doesn???t require authentication.
-
USERNAME_PASSWORD_AUTH -
object
MailServerUsernamePasswordAuth
Mail server authentication requires a username and password.
-
OAUTH2_AUTH -
object
MailServerOAuth2Auth
Mail server authentication uses OAuth2
object
Discriminator Values
-
NO_CONNECTION_SECURITY -
object
NoConnectionSecurity
No conection security.
-
SSL_TLS_CONNECTION_SECURITY -
object
SslTlsConnectionSecurity
SSL TLS security for the mail server connection.
-
START_TLS_CONNECTION_SECURITY -
object
StartTlsConnectionSecurity
STARTTLS security for the mail server connection.
object
-
displayName(required): string
Minimum Length:
1
Name displayed in the 'From' field of emails delivering reports. -
emailAddress(required): string
Minimum Length:
1
Email address displayed in the 'From' field of emails delivering reports.
object
-
authType(required):
authType
No authentication type
object
-
authType(required):
authType
Username and password required for authentication.
-
password(required): string
Minimum Length:
8
Maximum Length:255
Password to authenticate access to the mail server. -
username(required): string
Minimum Length:
1
Username to authenticate access to the mail server.
object
-
authType:
authType
OAuth2 AuthType
-
oAuth2Details(required): object
Discriminator: oAuth2Provider
Discriminator:
{ "propertyName":"oAuth2Provider", "mapping":{ "MS_OAUTH2":"#/components/schemas/MailServerMSOAuth2" } }
Configuration details for a specific OAuth2 provider.
NO_AUTH
-
string
Allowed Values:
[ "NO_AUTH", "USERNAME_PASSWORD_AUTH", "OAUTH2_AUTH" ]
Type of authentication the mail server requires.
USERNAME_PASSWORD_AUTH
-
string
Allowed Values:
[ "NO_AUTH", "USERNAME_PASSWORD_AUTH", "OAUTH2_AUTH" ]
Type of authentication the mail server requires.
OAUTH2_AUTH
-
string
Allowed Values:
[ "OSS_AUTH_OCI_USER_ID", "OCI_RESOURCE_PRINCIPAL" ]
Type of authentication.
object
Discriminator Values
-
MS_OAUTH2 -
object
MailServerMSOAuth2
Mail server authentication that uses the Microsoft OAuth2 client credential flow.
object
-
clientId(required): string
Minimum Length:
1
Maximum Length:255
OAuth2 client ID required to authenticate access to the mail server. -
oAuth2Provider:
oAuth2Provider
Specific OAuth2 AuthType
-
secret(required): string
Minimum Length:
8
Maximum Length:255
OAuth2 client secret required to authenticate access to the mail server. -
tenant(required): string
Minimum Length:
1
Maximum Length:255
OAuth2 tenant required to authenticate to access the mail server. -
username(required): string
Minimum Length:
1
Username required to authenticate to the mail server. Any valid user with access to the mail server.
MS_OAUTH2
-
string
Allowed Values:
[ "MS_OAUTH2" ]
OAuth2 services provider.
object
-
connectionSecurityType(required):
connectionSecurityType
No connection security.
object
-
connectionSecurityType(required):
connectionSecurityType
SSL TLS connection security.
-
tlsCertificateDetails(required): object
Discriminator: certificateType
Discriminator:
{ "propertyName":"certificateType", "mapping":{ "DEFAULT_TLS_CERTIFICATE":"#/components/schemas/DefaultTlsCertificate", "CUSTOM_TLS_CERTIFICATE":"#/components/schemas/CustomTlsCertificate" } }
Certificate for SSL TLS or START TLS connection security.
object
-
connectionSecurityType(required):
connectionSecurityType
STARTTLS connection security.
-
tlsCertificateDetails(required): object
Discriminator: certificateType
Discriminator:
{ "propertyName":"certificateType", "mapping":{ "DEFAULT_TLS_CERTIFICATE":"#/components/schemas/DefaultTlsCertificate", "CUSTOM_TLS_CERTIFICATE":"#/components/schemas/CustomTlsCertificate" } }
Certificate for SSL TLS or START TLS connection security.
NO_CONNECTION_SECURITY
-
string
Allowed Values:
[ "NO_CONNECTION_SECURITY", "SSL_TLS_CONNECTION_SECURITY", "START_TLS_CONNECTION_SECURITY" ]
Type of security on the mail server connection.
SSL_TLS_CONNECTION_SECURITY
-
string
Allowed Values:
[ "NO_CONNECTION_SECURITY", "SSL_TLS_CONNECTION_SECURITY", "START_TLS_CONNECTION_SECURITY" ]
Type of security on the mail server connection.
object
Discriminator Values
-
DEFAULT_TLS_CERTIFICATE -
object
DefaultTlsCertificate
Use the default certificate provided for an SSL-enabled mail server.
-
CUSTOM_TLS_CERTIFICATE -
object
CustomTlsCertificate
Use a custom TLS certificate for an SSL-enabled mail server.
object
-
certificateType(required):
certificateType
Use the mail server???s default TLS certificate.
object
-
certificate(required): string
The certificate for an SSL enabled MailServer
-
certificateType(required):
certificateType
CustomTlsCertificate CertificateType
DEFAULT_TLS_CERTIFICATE
-
string
Allowed Values:
[ "DEFAULT_TLS_CERTIFICATE", "CUSTOM_TLS_CERTIFICATE" ]
Type of TLS certificate, default or custom.
CUSTOM_TLS_CERTIFICATE
-
string
Allowed Values:
[ "DEFAULT_TLS_CERTIFICATE", "CUSTOM_TLS_CERTIFICATE" ]
Type of TLS certificate, default or custom.
START_TLS_CONNECTION_SECURITY
-
string
Allowed Values:
[ "NO_CONNECTION_SECURITY", "SSL_TLS_CONNECTION_SECURITY", "START_TLS_CONNECTION_SECURITY" ]
Type of security on the mail server connection.
201 Response
object
-
auth(required): object
Discriminator: authType
Discriminator:
{ "propertyName":"authType", "mapping":{ "NO_AUTH":"#/components/schemas/MailServerNoAuth", "USERNAME_PASSWORD_AUTH":"#/components/schemas/MailServerUsernamePasswordAuth", "OAUTH2_AUTH":"#/components/schemas/MailServerOAuth2Auth" } }
Mail server authentication type. -
connectionSecurity(required): object
Discriminator: connectionSecurityType
Discriminator:
{ "propertyName":"connectionSecurityType", "mapping":{ "NO_CONNECTION_SECURITY":"#/components/schemas/NoConnectionSecurity", "SSL_TLS_CONNECTION_SECURITY":"#/components/schemas/SslTlsConnectionSecurity", "START_TLS_CONNECTION_SECURITY":"#/components/schemas/StartTlsConnectionSecurity" } }
Connection security options for the mail server connection. -
host(required): string
Minimum Length:
1
Host name of the SMTP server you want to use to deliver emails. The SMTP server must be accessible from the public internet. -
port(required): integer
Minimum Value:
1
Maximum Value:65535
Port number on the mail server. Common SMTP ports include: 25 (no security), 465 (SSL TLS), 587 (STARTTLS) -
sender(required): object
MailSender
Sender of emails
object
Discriminator Values
-
NO_AUTH -
object
MailServerNoAuth
Mail server doesn???t require authentication.
-
USERNAME_PASSWORD_AUTH -
object
MailServerUsernamePasswordAuth
Mail server authentication requires a username and password.
-
OAUTH2_AUTH -
object
MailServerOAuth2Auth
Mail server authentication uses OAuth2
object
Discriminator Values
-
NO_CONNECTION_SECURITY -
object
NoConnectionSecurity
No conection security.
-
SSL_TLS_CONNECTION_SECURITY -
object
SslTlsConnectionSecurity
SSL TLS security for the mail server connection.
-
START_TLS_CONNECTION_SECURITY -
object
StartTlsConnectionSecurity
STARTTLS security for the mail server connection.
object
-
displayName(required): string
Minimum Length:
1
Name displayed in the 'From' field of emails delivering reports. -
emailAddress(required): string
Minimum Length:
1
Email address displayed in the 'From' field of emails delivering reports.
object
-
authType(required):
authType
No authentication type
object
-
authType(required):
authType
Username and password required for authentication.
-
password(required): string
Minimum Length:
8
Maximum Length:255
Password to authenticate access to the mail server. -
username(required): string
Minimum Length:
1
Username to authenticate access to the mail server.
object
-
authType:
authType
OAuth2 AuthType
-
oAuth2Details(required): object
Discriminator: oAuth2Provider
Discriminator:
{ "propertyName":"oAuth2Provider", "mapping":{ "MS_OAUTH2":"#/components/schemas/MailServerMSOAuth2" } }
Configuration details for a specific OAuth2 provider.
NO_AUTH
-
string
Allowed Values:
[ "NO_AUTH", "USERNAME_PASSWORD_AUTH", "OAUTH2_AUTH" ]
Type of authentication the mail server requires.
USERNAME_PASSWORD_AUTH
-
string
Allowed Values:
[ "NO_AUTH", "USERNAME_PASSWORD_AUTH", "OAUTH2_AUTH" ]
Type of authentication the mail server requires.
OAUTH2_AUTH
-
string
Allowed Values:
[ "OSS_AUTH_OCI_USER_ID", "OCI_RESOURCE_PRINCIPAL" ]
Type of authentication.
object
Discriminator Values
-
MS_OAUTH2 -
object
MailServerMSOAuth2
Mail server authentication that uses the Microsoft OAuth2 client credential flow.
object
-
clientId(required): string
Minimum Length:
1
Maximum Length:255
OAuth2 client ID required to authenticate access to the mail server. -
oAuth2Provider:
oAuth2Provider
Specific OAuth2 AuthType
-
secret(required): string
Minimum Length:
8
Maximum Length:255
OAuth2 client secret required to authenticate access to the mail server. -
tenant(required): string
Minimum Length:
1
Maximum Length:255
OAuth2 tenant required to authenticate to access the mail server. -
username(required): string
Minimum Length:
1
Username required to authenticate to the mail server. Any valid user with access to the mail server.
MS_OAUTH2
-
string
Allowed Values:
[ "MS_OAUTH2" ]
OAuth2 services provider.
object
-
connectionSecurityType(required):
connectionSecurityType
No connection security.
object
-
connectionSecurityType(required):
connectionSecurityType
SSL TLS connection security.
-
tlsCertificateDetails(required): object
Discriminator: certificateType
Discriminator:
{ "propertyName":"certificateType", "mapping":{ "DEFAULT_TLS_CERTIFICATE":"#/components/schemas/DefaultTlsCertificate", "CUSTOM_TLS_CERTIFICATE":"#/components/schemas/CustomTlsCertificate" } }
Certificate for SSL TLS or START TLS connection security.
object
-
connectionSecurityType(required):
connectionSecurityType
STARTTLS connection security.
-
tlsCertificateDetails(required): object
Discriminator: certificateType
Discriminator:
{ "propertyName":"certificateType", "mapping":{ "DEFAULT_TLS_CERTIFICATE":"#/components/schemas/DefaultTlsCertificate", "CUSTOM_TLS_CERTIFICATE":"#/components/schemas/CustomTlsCertificate" } }
Certificate for SSL TLS or START TLS connection security.
NO_CONNECTION_SECURITY
-
string
Allowed Values:
[ "NO_CONNECTION_SECURITY", "SSL_TLS_CONNECTION_SECURITY", "START_TLS_CONNECTION_SECURITY" ]
Type of security on the mail server connection.
SSL_TLS_CONNECTION_SECURITY
-
string
Allowed Values:
[ "NO_CONNECTION_SECURITY", "SSL_TLS_CONNECTION_SECURITY", "START_TLS_CONNECTION_SECURITY" ]
Type of security on the mail server connection.
object
Discriminator Values
-
DEFAULT_TLS_CERTIFICATE -
object
DefaultTlsCertificate
Use the default certificate provided for an SSL-enabled mail server.
-
CUSTOM_TLS_CERTIFICATE -
object
CustomTlsCertificate
Use a custom TLS certificate for an SSL-enabled mail server.
object
-
certificateType(required):
certificateType
Use the mail server???s default TLS certificate.
object
-
certificate(required): string
The certificate for an SSL enabled MailServer
-
certificateType(required):
certificateType
CustomTlsCertificate CertificateType
DEFAULT_TLS_CERTIFICATE
-
string
Allowed Values:
[ "DEFAULT_TLS_CERTIFICATE", "CUSTOM_TLS_CERTIFICATE" ]
Type of TLS certificate, default or custom.
CUSTOM_TLS_CERTIFICATE
-
string
Allowed Values:
[ "DEFAULT_TLS_CERTIFICATE", "CUSTOM_TLS_CERTIFICATE" ]
Type of TLS certificate, default or custom.
START_TLS_CONNECTION_SECURITY
-
string
Allowed Values:
[ "NO_CONNECTION_SECURITY", "SSL_TLS_CONNECTION_SECURITY", "START_TLS_CONNECTION_SECURITY" ]
Type of security on the mail server connection.
400 Response
object
-
code(required): string
Short error code that defines the error, meant for programmatic parsing.
-
message(required): string
Human-readable error string.
401 Response
object
-
code(required): string
Short error code that defines the error, meant for programmatic parsing.
-
message(required): string
Human-readable error string.
Examples
In this example, you configure a
mail server by first creating update_mail_server.json
with the required
properties. Running this either creates a new mail server configuration (if one doesn't
exist) or updates an existing configuration, using the settings in the
update_mail_server.json
file.
cURL Example
curl -i \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --request PUT 'http://<hostname>/api/20210901/system/mail/server' \ --data @update_mail_server.json
Examples of Properties JSON
The properties in the JSON file you pass to the mail server API depends on your authentication and certificate requirements. Use the examples below to determine what properties to include in your JSON.JSON for mail server with authentication and SSLTLS using the default certificate
{ "host": "mail-server.com", "port": 465, "sender": { "displayName": "John Smith", "emailAddress": "john.smith@myorg.com" }, "auth": { "authType": "USERNAME_PASSWORD_AUTH", "username": "jsmith", "password": "mypassword123" }, "connectionSecurity": { "connectionSecurityType": "SSL_TLS_CONNECTION_SECURITY", "tlsCertificateDetails": { "certificateType": "DEFAULT_TLS_CERTIFICATE" } } }
JSON for mail server with authentication and STARTTLS using a custom certificate
{ "host": "mail-server.com", "port": 587, "sender": { "displayName": "John Smith", "emailAddress": "john.smith@myorg.com" }, "auth": { "authType": "USERNAME_PASSWORD_AUTH", "username": "jsmith", "password": "mypassword123" }, "connectionSecurity": { "connectionSecurityType": "START_TLS_CONNECTION_SECURITY", "tlsCertificateDetails": { "certificateType": "CUSTOM_TLS_CERTIFICATE", "certificate": "-----BEGIN CERTIFICATE-----\nMIIDzD..." } } }
Example of Request Body
Not applicable.
Example of Response Body - New mail server created
Status 201:
{ "host": "mail-server.com", "port": 25, "sender": { "displayName": "John Smith", "emailAddress": "john.smith@myorg.com" }, "auth": { "authType": "NO_AUTH" }, "connectionSecurity": { "connectionSecurityType": "NO_CONNECTION_SECURITY" } }
Example of Response Body - Authentication and SSLTLS using the default certificate
Status 200:
{ "host": "mail-server.com", "port": 465, "sender": { "displayName": "John Smith", "emailAddress": "john.smith@myorg.com" }, "auth": { "authType": "USERNAME_PASSWORD_AUTH", "username": "jsmith" }, "connectionSecurity": { "connectionSecurityType": "SSL_TLS_CONNECTION_SECURITY", "tlsCertificateDetails": { "certificateType": "DEFAULT_TLS_CERTIFICATE" } } }
Example of Response Body - Authentication and STARTTLS using a custom certificate
Status 200:
{ "host": "mail-server.com", "port": 587, "sender": { "displayName": "John Smith", "emailAddress": "john.smith@myorg.com" }, "auth": { "authType": "USERNAME_PASSWORD_AUTH", "username": "jsmith" }, "connectionSecurity": { "connectionSecurityType": "START_TLS_CONNECTION_SECURITY", "tlsCertificateDetails": { "certificateType": "CUSTOM_TLS_CERTIFICATE" } } }