Class RealmSmtpServer
Inheritance
System.Object
RealmSmtpServer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class RealmSmtpServer
Fields
View Source
Auth
Declaration
public readonly RealmSmtpServerAuth Auth
Field Value
View Source
EnvelopeFrom
Declaration
public readonly string EnvelopeFrom
Field Value
| Type |
Description |
| System.String |
|
View Source
From
Declaration
public readonly string From
Field Value
| Type |
Description |
| System.String |
|
View Source
FromDisplayName
Declaration
public readonly string FromDisplayName
Field Value
| Type |
Description |
| System.String |
|
View Source
Host
Declaration
public readonly string Host
Field Value
| Type |
Description |
| System.String |
|
View Source
Port
Declaration
public readonly string Port
Field Value
| Type |
Description |
| System.String |
|
View Source
ReplyTo
Declaration
public readonly string ReplyTo
Field Value
| Type |
Description |
| System.String |
|
View Source
ReplyToDisplayName
Declaration
public readonly string ReplyToDisplayName
Field Value
| Type |
Description |
| System.String |
|
View Source
Ssl
Declaration
public readonly bool? Ssl
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
Starttls
Declaration
public readonly bool? Starttls
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|