Class SecretBackendCrlConfigState
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 SecretBackendCrlConfigState : ResourceArgs
Constructors
View SourceSecretBackendCrlConfigState()
Declaration
public SecretBackendCrlConfigState()
Properties
View SourceBackend
The path the PKI secret backend is mounted at, with no leading or trailing /s.
Declaration
public Input<string> Backend { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Disable
Disables or enables CRL building.
Declaration
public Input<bool> Disable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Expiry
Specifies the time until expiration.
Declaration
public Input<string> Expiry { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |