Show / Hide Table of Contents

Class EmailArgs

Inheritance
System.Object
InputArgs
ResourceArgs
EmailArgs
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
Assembly: Pulumi.Okta.dll
Syntax
public sealed class EmailArgs : ResourceArgs

Constructors

View Source

EmailArgs()

Declaration
public EmailArgs()

Properties

View Source

DefaultLanguage

The default language, by default is set to "en".

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

Translations

Set of translations for particular template.

Declaration
public InputList<EmailTranslationArgs> Translations { get; set; }
Property Value
Type Description
InputList<EmailTranslationArgs>
View Source

Type

Email template type

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