Class SecretBackendCertArgs
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 SecretBackendCertArgs : ResourceArgs
Constructors
View SourceSecretBackendCertArgs()
Declaration
public SecretBackendCertArgs()
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> |
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> |
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> |
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> |
PrivateKeyFormat
The private key format
Declaration
public Input<string> PrivateKeyFormat { 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> |