Class X509AuthenticationDatabaseUserArgs
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.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class X509AuthenticationDatabaseUserArgs : ResourceArgs
Constructors
View SourceX509AuthenticationDatabaseUserArgs()
Declaration
public X509AuthenticationDatabaseUserArgs()
Properties
View SourceCustomerX509Cas
PEM string containing one or more customer CAs for database user authentication.
Declaration
public Input<string> CustomerX509Cas { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
MonthsUntilExpiration
A number of months that the created certificate is valid for before expiry, up to 24 months. By default is 3.
Declaration
public Input<int> MonthsUntilExpiration { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Int32> |
ProjectId
Identifier for the Atlas project associated with the X.509 configuration.
Declaration
public Input<string> ProjectId { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
Username
Username of the database user to create a certificate for.
Declaration
public Input<string> Username { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |