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 SourceEmailTemplateArgs()
Declaration
public EmailTemplateArgs()
Properties
View SourceBody
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> |
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> |
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> |
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> |
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> |
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> |
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> |
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> |