Class EmailTranslation
Inheritance
System.Object
EmailTranslation
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.Outputs
Assembly: Pulumi.Okta.dll
Syntax
public sealed class EmailTranslation
Fields
View SourceLanguage
The language to map tthe template to.
Declaration
public readonly string Language
Field Value
| Type | Description |
|---|---|
| System.String |
Subject
The email subject line.
Declaration
public readonly string Subject
Field Value
| Type | Description |
|---|---|
| System.String |
Template
The email body.
Declaration
public readonly string Template
Field Value
| Type | Description |
|---|---|
| System.String |