Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.89 KB

SmtpCredentialsPayload.md

File metadata and controls

34 lines (25 loc) · 1.89 KB

ElasticEmail.model.smtp_credentials_payload.SmtpCredentialsPayload

Create new SMTP Credentials

Model Type Info

Input Type Accessed Type Description Notes
dict, frozendict.frozendict, frozendict.frozendict, Create new SMTP Credentials

Dictionary Keys

Key Input Type Accessed Type Description Notes
Name str, str, Name of the Credential for ease of reference. It must be a valid email address.
Expires None, str, datetime, NoneClass, str, Date this SmtpCredential expires. [optional] value must conform to RFC-3339 date-time
RestrictAccessToIPRange list, tuple, tuple, Which IPs can use this SmtpCredential [optional]
Subaccount str, str, Email of the subaccount for which this SmtpCredential should be created [optional]
any_string_name dict, frozendict.frozendict, str, date, datetime, int, float, bool, decimal.Decimal, None, list, tuple, bytes, io.FileIO, io.BufferedReader frozendict.frozendict, str, BoolClass, decimal.Decimal, NoneClass, tuple, bytes, FileIO any string name can be used but the value must be the correct type [optional]

RestrictAccessToIPRange

Which IPs can use this SmtpCredential

Model Type Info

Input Type Accessed Type Description Notes
list, tuple, tuple, Which IPs can use this SmtpCredential

Tuple Items

Class Name Input Type Accessed Type Description Notes
items str, str,

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