Class SecretBackendIntermediateCertRequestArgs
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 SecretBackendIntermediateCertRequestArgs : ResourceArgs
Constructors
View SourceSecretBackendIntermediateCertRequestArgs()
Declaration
public SecretBackendIntermediateCertRequestArgs()
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> |
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> |
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> |
KeyBits
The number of bits to use
Declaration
public Input<int> KeyBits { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
KeyType
The desired key type
Declaration
public Input<string> KeyType { 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> |
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> |
PostalCode
The postal code
Declaration
public Input<string> PostalCode { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PrivateKeyFormat
The private key format
Declaration
public Input<string> PrivateKeyFormat { 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> |
StreetAddress
The street address
Declaration
public Input<string> StreetAddress { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Type
Type of intermediate to create. Must be either "exported" or "internal"
Declaration
public Input<string> Type { 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> |