Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 815 Bytes

EmailServerRequest.md

File metadata and controls

15 lines (11 loc) · 815 Bytes

Okta.Sdk.Model.EmailServerRequest

Properties

Name Type Description Notes
Alias string Human-readable name for your SMTP server [optional]
Enabled bool If `true`, routes all email traffic through your SMTP server [optional]
Host string Hostname or IP address of your SMTP server [optional]
Port int Port number of your SMTP server [optional]
Username string Username used to access your SMTP server [optional]
Password string Password used to access your SMTP server [optional]

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