google_api_apigee v0.3.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneSmtpConfig View Source

SMTP configuration for a zone.

Attributes

  • secureAuthType (type: String.t, default: nil) - Authorization type. Valid values include: SSL or TLS. Leave this field blank for no authorization.
  • sender (type: String.t, default: nil) - Email address used as the sender.
  • serverHost (type: String.t, default: nil) - Hostname of the SMTP server, such as smtp.gmail.com.
  • serverPassword (type: String.t, default: nil) - Password of the SMTP account.
  • serverPort (type: String.t, default: nil) - Port to be used, such as 465 if you are using TLS/SSL.
  • serverUsername (type: String.t, default: nil) - Username of the SMTP account.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1ZoneSmtpConfig{
  secureAuthType: String.t(),
  sender: String.t(),
  serverHost: String.t(),
  serverPassword: String.t(),
  serverPort: String.t(),
  serverUsername: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.