Show / Hide Table of Contents

Class SecretBackendRootCertArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SecretBackendRootCertArgs
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.Vault.PkiSecret
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendRootCertArgs : ResourceArgs

Constructors

View Source

SecretBackendRootCertArgs()

Declaration
public SecretBackendRootCertArgs()

Properties

View Source

AltNames

List of alternative names

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

Backend

The PKI secret backend the resource belongs to.

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

CommonName

CN of intermediate to create

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

Country

The country

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

ExcludeCnFromSans

Flag to exclude CN from SANs

Declaration
public Input<bool> ExcludeCnFromSans { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Format

The format of data

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

IpSans

List of alternative IPs

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

KeyBits

The number of bits to use

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

KeyType

The desired key type

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

Locality

The locality

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

MaxPathLength

The maximum path length to encode in the generated certificate

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

Organization

The organization

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

OtherSans

List of other SANs

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

Ou

The organization unit

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

PermittedDnsDomains

List of domains for which certificates are allowed to be issued

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

PostalCode

The postal code

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

PrivateKeyFormat

The private key format

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

Province

The province

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

StreetAddress

The street address

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

Ttl

Time to live

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

Type

Type of intermediate to create. Must be either &quot;exported&quot; or &quot;internal&quot;

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

UriSans

List of alternative URIs

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