Class SecretBackendRootSignIntermediateState
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.Vault.PkiSecret
Assembly: Pulumi.Vault.dll
Syntax
public sealed class SecretBackendRootSignIntermediateState : ResourceArgs
Constructors
View SourceSecretBackendRootSignIntermediateState()
Declaration
public SecretBackendRootSignIntermediateState()
Properties
View SourceAltNames
List of alternative names
Declaration
public InputList<string> AltNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Backend
The PKI secret backend the resource belongs to.
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CaChain
The CA chain
Declaration
public Input<string> CaChain { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Certificate
The certificate
Declaration
public Input<string> Certificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CommonName
CN of intermediate to create
Declaration
public Input<string> CommonName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Country
The country
Declaration
public Input<string> Country { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Csr
The CSR
Declaration
public Input<string> Csr { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ExcludeCnFromSans
Flag to exclude CN from SANs
Declaration
public Input<bool> ExcludeCnFromSans { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Format
The format of data
Declaration
public Input<string> Format { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpSans
List of alternative IPs
Declaration
public InputList<string> IpSans { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
IssuingCa
The issuing CA
Declaration
public Input<string> IssuingCa { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Locality
The locality
Declaration
public Input<string> Locality { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Organization
The organization
Declaration
public Input<string> Organization { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
OtherSans
List of other SANs
Declaration
public InputList<string> OtherSans { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Ou
The organization unit
Declaration
public Input<string> Ou { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
PostalCode
The postal code
Declaration
public Input<string> PostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Province
The province
Declaration
public Input<string> Province { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Serial
The serial
Declaration
public Input<string> Serial { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StreetAddress
The street address
Declaration
public Input<string> StreetAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Ttl
Time to live
Declaration
public Input<string> Ttl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
UriSans
List of alternative URIs
Declaration
public InputList<string> UriSans { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
UseCsrValues
Preserve CSR values
Declaration
public Input<bool> UseCsrValues { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |