Class EmailTranslationArgs
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.Inputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class EmailTranslationArgs : ResourceArgs
Constructors
View SourceEmailTranslationArgs()
Declaration
public EmailTranslationArgs()
Properties
View SourceLanguage
The language to map tthe template to.
Declaration
public Input<string> Language { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Subject
The email subject line.
Declaration
public Input<string> Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Template
The email body.
Declaration
public Input<string> Template { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |