Show / Hide Table of Contents

Class EmailTemplateArgs

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
EmailTemplateArgs
Inherited Members
Pulumi.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.Auth0
Assembly: Pulumi.Auth0.dll
Syntax
public sealed class EmailTemplateArgs : ResourceArgs

Constructors

View Source

EmailTemplateArgs()

Declaration
public EmailTemplateArgs()

Properties

View Source

Body

String. Body of the email template. You can include common variables.

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

Enabled

Boolean. Indicates whether or not the template is enabled.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Pulumi.Input<System.Boolean>
View Source

From

String. Email address to use as the sender. You can include common variables.

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

ResultUrl

String. URL to redirect the user to after a successful action. Learn more.

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

Subject

String. Subject line of the email. You can include common variables.

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

Syntax

String. Syntax of the template body. You can use either text or HTML + Liquid syntax.

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

Template

String. Template name. Options include verify_email, reset_email, welcome_email, blocked_account, stolen_credentials, enrollment_email, mfa_oob_code, change_password (legacy), and password_reset (legacy).

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

UrlLifetimeInSeconds

Integer. Number of seconds during which the link within the email will be valid.

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