Show / Hide Table of Contents

Class X509AuthenticationDatabaseUserCertificateGetArgs

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

Constructors

View Source

X509AuthenticationDatabaseUserCertificateGetArgs()

Declaration
public X509AuthenticationDatabaseUserCertificateGetArgs()

Properties

View Source

CreatedAt

Declaration
public Input<string> CreatedAt { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GroupId

Declaration
public Input<string> GroupId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Id

Declaration
public Input<int> Id { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

NotAfter

Declaration
public Input<string> NotAfter { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Subject

Declaration
public Input<string> Subject { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.