Show / Hide Table of Contents

Class EmailTranslationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EmailTranslationArgs
Inherited Members
ResourceArgs.Empty
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 Source

EmailTranslationArgs()

Declaration
public EmailTranslationArgs()

Properties

View Source

Language

The language to map tthe template to.

Declaration
public Input<string> Language { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Subject

The email subject line.

Declaration
public Input<string> Subject { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Template

The email body.

Declaration
public Input<string> Template { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.