Class X509AuthenticationDatabaseUserCertificateGetArgs
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.Inputs
Assembly: Pulumi.Mongodbatlas.dll
Syntax
public sealed class X509AuthenticationDatabaseUserCertificateGetArgs : ResourceArgs
Constructors
View SourceX509AuthenticationDatabaseUserCertificateGetArgs()
Declaration
public X509AuthenticationDatabaseUserCertificateGetArgs()
Properties
View SourceCreatedAt
Declaration
public Input<string> CreatedAt { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GroupId
Declaration
public Input<string> GroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Id
Declaration
public Input<int> Id { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
NotAfter
Declaration
public Input<string> NotAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Subject
Declaration
public Input<string> Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |