Show / Hide Table of Contents

Class EmailCredentialsArgs

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

Constructors

View Source

EmailCredentialsArgs()

Declaration
public EmailCredentialsArgs()

Properties

View Source

AccessKeyId

String, Case-sensitive. AWS Access Key ID. Used only for AWS.

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

ApiKey

String, Case-sensitive. API Key for your email service. Will always be encrypted in our database.

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

ApiUser

String. API User for your email service.

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

Domain

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

Region

String. Default region. Used only for AWS, Mailgun, and SparkPost.

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

SecretAccessKey

String, Case-sensitive. AWS Secret Key. Will always be encrypted in our database. Used only for AWS.

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

SmtpHost

String. Hostname or IP address of your SMTP server. Used only for SMTP.

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

SmtpPass

String, Case-sensitive. SMTP password. Used only for SMTP.

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

SmtpPort

Integer. Port used by your SMTP server. Please avoid using port 25 if possible because many providers have limitations on this port. Used only for SMTP.

Declaration
public Input<int> SmtpPort { get; set; }
Property Value
Type Description
Pulumi.Input<System.Int32>
View Source

SmtpUser

String. SMTP username. Used only for SMTP.

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