Sha256: 30bb4c21e645d4391ba4b2aa4dcb0bdf712a1c8e54e584011acecc782769db87
Contents?: true
Size: 754 Bytes
Versions: 3
Compression:
Stored size: 754 Bytes
Contents
# ElasticEmail::SmtpCredentialsPayload ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **name** | **String** | Name of the Credential for ease of reference. It must be a valid email address. | [optional] | | **expires** | **Time** | Date this SmtpCredential expires. | [optional] | | **restrict_access_to_ip_range** | **Array<String>** | Which IPs can use this SmtpCredential | [optional] | | **subaccount** | **String** | Email of the subaccount for which this SmtpCredential should be created | [optional] | ## Example ```ruby require 'ElasticEmail' instance = ElasticEmail::SmtpCredentialsPayload.new( name: null, expires: null, restrict_access_to_ip_range: null, subaccount: null ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ElasticEmail-4.0.12 | docs/SmtpCredentialsPayload.md |
ElasticEmail-4.0.11 | docs/SmtpCredentialsPayload.md |
ElasticEmail-4.0.1 | docs/SmtpCredentialsPayload.md |