Class EmailCredentialsGetArgs
Inheritance
System.Object
Pulumi.InputArgs
Pulumi.ResourceArgs
EmailCredentialsGetArgs
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 EmailCredentialsGetArgs : ResourceArgs
Constructors
View SourceEmailCredentialsGetArgs()
Declaration
public EmailCredentialsGetArgs()
Properties
View SourceAccessKeyId
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> |
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> |
ApiUser
String. API User for your email service.
Declaration
public Input<string> ApiUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
Domain
Declaration
public Input<string> Domain { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |
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> |
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> |
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> |
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> |
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> |
SmtpUser
String. SMTP username. Used only for SMTP.
Declaration
public Input<string> SmtpUser { get; set; }
Property Value
| Type | Description |
|---|---|
| Pulumi.Input<System.String> |