Show / Hide Table of Contents

Class EmailCredentials

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

Fields

View Source

AccessKeyId

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

Declaration
public readonly string AccessKeyId
Field Value
Type Description
System.String
View Source

ApiKey

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

Declaration
public readonly string ApiKey
Field Value
Type Description
System.String
View Source

ApiUser

String. API User for your email service.

Declaration
public readonly string ApiUser
Field Value
Type Description
System.String
View Source

Domain

Declaration
public readonly string Domain
Field Value
Type Description
System.String
View Source

Region

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

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

SecretAccessKey

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

Declaration
public readonly string SecretAccessKey
Field Value
Type Description
System.String
View Source

SmtpHost

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

Declaration
public readonly string SmtpHost
Field Value
Type Description
System.String
View Source

SmtpPass

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

Declaration
public readonly string SmtpPass
Field Value
Type Description
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 readonly int? SmtpPort
Field Value
Type Description
System.Nullable<System.Int32>
View Source

SmtpUser

String. SMTP username. Used only for SMTP.

Declaration
public readonly string SmtpUser
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.