Show / Hide Table of Contents

Class SecretBackendCrlConfigState

Inheritance
System.Object
InputArgs
ResourceArgs
SecretBackendCrlConfigState
Inherited Members
ResourceArgs.Empty
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 Source

SecretBackendCrlConfigState()

Declaration
public SecretBackendCrlConfigState()

Properties

View Source

Backend

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>
View Source

Disable

Disables or enables CRL building.

Declaration
public Input<bool> Disable { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Expiry

Specifies the time until expiration.

Declaration
public Input<string> Expiry { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.