Class GetServiceGrafanaUserConfigSmtpServerResult
Inheritance
System.Object
GetServiceGrafanaUserConfigSmtpServerResult
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.Outputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceGrafanaUserConfigSmtpServerResult
Fields
View SourceFromAddress
Declaration
public readonly string FromAddress
Field Value
| Type | Description |
|---|---|
| System.String |
FromName
Declaration
public readonly string FromName
Field Value
| Type | Description |
|---|---|
| System.String |
Host
Declaration
public readonly string Host
Field Value
| Type | Description |
|---|---|
| System.String |
Password
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
Port
Declaration
public readonly int? Port
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
SkipVerify
Declaration
public readonly string SkipVerify
Field Value
| Type | Description |
|---|---|
| System.String |
Username
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |