Show / Hide Table of Contents

Class RealmSmtpServerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RealmSmtpServerArgs
Inherited Members
ResourceArgs.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 RealmSmtpServerArgs : ResourceArgs

Constructors

View Source

RealmSmtpServerArgs()

Declaration
public RealmSmtpServerArgs()

Properties

View Source

Auth

Declaration
public Input<RealmSmtpServerAuthArgs> Auth { get; set; }
Property Value
Type Description
Input<RealmSmtpServerAuthArgs>
View Source

EnvelopeFrom

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

From

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

FromDisplayName

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

Host

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

Port

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

ReplyTo

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

ReplyToDisplayName

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

Ssl

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

Starttls

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