Class EmailArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
EmailArgs
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 EmailArgs : ResourceArgs
Constructors
View SourceEmailArgs()
Declaration
public EmailArgs()
Properties
View SourceCredentials
List(Resource). Configuration settings for the credentials for the email provider. For details, see Credentials.
Declaration
public Input<EmailCredentialsArgs> Credentials { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<EmailCredentialsArgs> |
DefaultFromAddress
String. Email address to use as the sender when no other "from" address is specified.
Declaration
public Input<string> DefaultFromAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Enabled
Boolean. Indicates whether or not the email provider is enabled.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.Boolean> |
Name
String. Name of the email provider. Options include mailgun, mandrill, sendgrid, ses, smtp, and sparkpost.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |