Show / Hide Table of Contents

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 Source

Language

The language to map tthe template to.

Declaration
public readonly string Language
Field Value
Type Description
System.String
View Source

Subject

The email subject line.

Declaration
public readonly string Subject
Field Value
Type Description
System.String
View Source

Template

The email body.

Declaration
public readonly string Template
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.