Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.12 KB

File metadata and controls

21 lines (17 loc) · 1.12 KB

ApiEmailConfiguration

Properties

Name Type Description Notes
enabled bool [optional]
host str [optional]
port int
username str [optional]
password str [optional]
from_address str [optional]
subject_prefix str A prefix to add to all email subjects to aid in identifying automated emails [optional]
start_tls_enabled bool Enable STARTTLS Support for Insecure Connections [optional]
start_tls_required bool Require STARTTLS Support [optional]
ssl_on_connect_enabled bool Enable SSL/TLS Encryption upon Connection [optional]
ssl_server_identity_check_enabled bool Verify the server certificate when using TLS or SSL [optional]
nexus_trust_store_enabled bool Use the Nexus Repository Manager's certificate truststore [optional]

[Back to Model list] [Back to API list] [Back to README]