Show / Hide Table of Contents

Class X509AuthenticationDatabaseUserArgs

Inheritance
System.Object
InputArgs
ResourceArgs
X509AuthenticationDatabaseUserArgs
Inherited Members
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.Mongodbatlas
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class X509AuthenticationDatabaseUserArgs : ResourceArgs

Constructors

View Source

X509AuthenticationDatabaseUserArgs()

Declaration
public X509AuthenticationDatabaseUserArgs()

Properties

View Source

CustomerX509Cas

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>
View Source

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>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.