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 SourceAccessKeyId
String, Case-sensitive. AWS Access Key ID. Used only for AWS.
Declaration
public readonly string AccessKeyId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
ApiUser
String. API User for your email service.
Declaration
public readonly string ApiUser
Field Value
| Type | Description |
|---|---|
| System.String |
Domain
Declaration
public readonly string Domain
Field Value
| Type | Description |
|---|---|
| System.String |
Region
String. Default region. Used only for AWS, Mailgun, and SparkPost.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
SmtpPass
String, Case-sensitive. SMTP password. Used only for SMTP.
Declaration
public readonly string SmtpPass
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
SmtpUser
String. SMTP username. Used only for SMTP.
Declaration
public readonly string SmtpUser
Field Value
| Type | Description |
|---|---|
| System.String |