Class NotifierSmtpConfigArgs
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()
Namespace: Pulumi.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class NotifierSmtpConfigArgs : ResourceArgs
Constructors
View SourceNotifierSmtpConfigArgs()
Declaration
public NotifierSmtpConfigArgs()
Properties
View SourceDefaultRecipient
Wechat default recipient (string)
Declaration
public Input<string> DefaultRecipient { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
SMTP host (string)
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
SMTP password (string)
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
SMTP port (int)
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Sender
SMTP sender (string)
Declaration
public Input<string> Sender { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tls
SMTP tls. Default true (bool)
Declaration
public Input<bool> Tls { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Username
SMTP username (string)
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |