Class EmailProviderCredentials
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
Credentials required to use the provider.
[Serializable]
public record EmailProviderCredentials : IJsonOnDeserialized, IEquatable<EmailProviderCredentials>
- Inheritance
-
EmailProviderCredentials
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
ApiUser
API User.
[JsonPropertyName("api_user")]
public string? ApiUser { get; set; }
Property Value
Region
AWS or SparkPost region.
[JsonPropertyName("region")]
public string? Region { get; set; }
Property Value
SmtpHost
SMTP host.
[JsonPropertyName("smtp_host")]
public string? SmtpHost { get; set; }
Property Value
SmtpPort
SMTP port.
[JsonPropertyName("smtp_port")]
public int? SmtpPort { get; set; }
Property Value
- int?
SmtpUser
SMTP username.
[JsonPropertyName("smtp_user")]
public string? SmtpUser { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.