Class ServiceGrafanaUserConfigSmtpServerArgs
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.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class ServiceGrafanaUserConfigSmtpServerArgs : ResourceArgs
Constructors
View SourceServiceGrafanaUserConfigSmtpServerArgs()
Declaration
public ServiceGrafanaUserConfigSmtpServerArgs()
Properties
View SourceFromAddress
Declaration
public Input<string> FromAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FromName
Declaration
public Input<string> FromName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Host
Declaration
public Input<string> Host { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Port
Declaration
public Input<int> Port { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
SkipVerify
Declaration
public Input<string> SkipVerify { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Username
Declaration
public Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |