Class SecretBackendCertState
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 SecretBackendCertState : ResourceArgs
Constructors
View SourceSecretBackendCertState()
Declaration
public SecretBackendCertState()
Properties
View SourceAltNames
List of alternative names
Declaration
public InputList<string> AltNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
AutoRenew
If set to true, certs will be renewed if the expiration is within min_seconds_remaining. Default false
Declaration
public Input<bool> AutoRenew { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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 certificate to create
Declaration
public Input<string> CommonName { 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> |
Expiration
The expiration date of the certificate in unix epoch format
Declaration
public Input<int> Expiration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
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> |
MinSecondsRemaining
Generate a new certificate when the expiration is within this number of seconds, default is 604800 (7 days)
Declaration
public Input<int> MinSecondsRemaining { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Name of the role to create the certificate against
Declaration
public Input<string> Name { 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> |
PrivateKey
The private key
Declaration
public Input<string> PrivateKey { 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> |
PrivateKeyType
The private key type
Declaration
public Input<string> PrivateKeyType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SerialNumber
The serial number
Declaration
public Input<string> SerialNumber { 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> |