Class EmailProviderCredentialsSchemaSmtpHost
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record EmailProviderCredentialsSchemaSmtpHost : IJsonOnDeserialized, IEquatable<EmailProviderCredentialsSchemaSmtpHost>
- Inheritance
-
EmailProviderCredentialsSchemaSmtpHost
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
SmtpHost
[JsonPropertyName("smtp_host")]
public string? SmtpHost { get; set; }
Property Value
SmtpPass
SMTP password.
[JsonPropertyName("smtp_pass")]
public string? SmtpPass { 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.