google_api_apigee v0.4.0 GoogleApi.Apigee.V1.Model.GoogleCloudApigeeV1SmtpConfig View Source

Attributes

  • authType (type: String.t, default: nil) - Authorization type. Valid values include SSL, TLS, or blank (no auth).
  • fromEmail (type: String.t, default: nil) - Email address used as the sender.
  • host (type: String.t, default: nil) - Host URL of the SMTP server.
  • id (type: integer(), default: nil) - ID of the SMTP configuration.
  • password (type: String.t, default: nil) - SMTP password.
  • port (type: String.t, default: nil) - Port number for the SMTP server. Supported values include: 465 (SSL), 587 (TLS), and 25 (open, no authorization).
  • secure (type: boolean(), default: nil) - Boolean flag that specifies whether to use a secure connection to the SMTP server.
  • securePassword (type: String.t, default: nil) - SMTP secure password.
  • siteId (type: String.t, default: nil) - ID of the portal.
  • username (type: String.t, default: nil) - SMTP username.

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.GoogleCloudApigeeV1SmtpConfig{
  authType: String.t(),
  fromEmail: String.t(),
  host: String.t(),
  id: integer(),
  password: String.t(),
  port: String.t(),
  secure: boolean(),
  securePassword: String.t(),
  siteId: String.t(),
  username: 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.