Class EmailState
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 EmailState : ResourceArgs
Constructors
View SourceEmailState()
Declaration
public EmailState()
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<EmailTranslationGetArgs> Translations { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<EmailTranslationGetArgs> |
Type
Email template type
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |