Show / Hide Table of Contents

Class GetRealmSmtpServerArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetRealmSmtpServerArgs
Inherited Members
InvokeArgs.Empty
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.Keycloak.Inputs
Assembly: Pulumi.Keycloak.dll
Syntax
public sealed class GetRealmSmtpServerArgs : InvokeArgs

Constructors

View Source

GetRealmSmtpServerArgs()

Declaration
public GetRealmSmtpServerArgs()

Properties

View Source

Auths

Declaration
public List<GetRealmSmtpServerAuthArgs> Auths { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetRealmSmtpServerAuthArgs>
View Source

EnvelopeFrom

Declaration
public string EnvelopeFrom { get; set; }
Property Value
Type Description
System.String
View Source

From

Declaration
public string From { get; set; }
Property Value
Type Description
System.String
View Source

FromDisplayName

Declaration
public string FromDisplayName { get; set; }
Property Value
Type Description
System.String
View Source

Host

Declaration
public string Host { get; set; }
Property Value
Type Description
System.String
View Source

Port

Declaration
public string Port { get; set; }
Property Value
Type Description
System.String
View Source

ReplyTo

Declaration
public string ReplyTo { get; set; }
Property Value
Type Description
System.String
View Source

ReplyToDisplayName

Declaration
public string ReplyToDisplayName { get; set; }
Property Value
Type Description
System.String
View Source

Ssl

Declaration
public bool Ssl { get; set; }
Property Value
Type Description
System.Boolean
View Source

Starttls

Declaration
public bool Starttls { get; set; }
Property Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.