Class GetRealmSmtpServerArgs
Inheritance
System.Object
GetRealmSmtpServerArgs
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
public sealed class GetRealmSmtpServerArgs : InvokeArgs
Constructors
View Source
Declaration
public GetRealmSmtpServerArgs()
Properties
View Source
Declaration
public List<GetRealmSmtpServerAuthArgs> Auths { get; set; }
Property Value
View Source
Declaration
public string EnvelopeFrom { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string From { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string FromDisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Host { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string Port { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string ReplyTo { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public string ReplyToDisplayName { get; set; }
Property Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public bool Ssl { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
View Source
Declaration
public bool Starttls { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|