Class GetRealmSmtpServerResult
Inheritance
System.Object
GetRealmSmtpServerResult
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 GetRealmSmtpServerResult
Fields
View Source
Auths
Declaration
public readonly ImmutableArray<GetRealmSmtpServerAuthResult> Auths
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
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
Starttls
Declaration
public readonly bool Starttls
Field Value
| Type |
Description |
| System.Boolean |
|