Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 792 Bytes

EmailServerResponse.md

File metadata and controls

15 lines (11 loc) · 792 Bytes

Okta.Sdk.Model.EmailServerResponse

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]
Id string ID of your SMTP server [optional]

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