Class EmailArgs
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.Okta.Template
Assembly: Pulumi.Okta.dll
Syntax
public sealed class EmailArgs : ResourceArgs
Constructors
View SourceEmailArgs()
Declaration
public EmailArgs()
Properties
View SourceDefaultLanguage
The default language, by default is set to "en".
Declaration
public Input<string> DefaultLanguage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Translations
Set of translations for particular template.
Declaration
public InputList<EmailTranslationArgs> Translations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EmailTranslationArgs> |
Type
Email template type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |