Show / Hide Table of Contents

Class SelfSignedCertSubject

Inheritance
System.Object
SelfSignedCertSubject
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.Tls.Outputs
Assembly: Pulumi.Tls.dll
Syntax
public sealed class SelfSignedCertSubject

Fields

View Source

CommonName

Declaration
public readonly string CommonName
Field Value
Type Description
System.String
View Source

Country

Declaration
public readonly string Country
Field Value
Type Description
System.String
View Source

Locality

Declaration
public readonly string Locality
Field Value
Type Description
System.String
View Source

Organization

Declaration
public readonly string Organization
Field Value
Type Description
System.String
View Source

OrganizationalUnit

Declaration
public readonly string OrganizationalUnit
Field Value
Type Description
System.String
View Source

PostalCode

Declaration
public readonly string PostalCode
Field Value
Type Description
System.String
View Source

Province

Declaration
public readonly string Province
Field Value
Type Description
System.String
View Source

SerialNumber

Declaration
public readonly string SerialNumber
Field Value
Type Description
System.String
View Source

StreetAddresses

Declaration
public readonly ImmutableArray<string> StreetAddresses
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.