Show / Hide Table of Contents

Class EmailState

Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
EmailState
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 EmailState : ResourceArgs

Constructors

View Source

EmailState()

Declaration
public EmailState()

Properties

View Source

Credentials

List(Resource). Configuration settings for the credentials for the email provider. For details, see Credentials.

Declaration
public Input<EmailCredentialsGetArgs> Credentials { get; set; }
Property Value
Type Description
Pulumi.Input<EmailCredentialsGetArgs>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.