Show / Hide Table of Contents

Class SecretBackendConfigUrlsState

Inheritance
System.Object
InputArgs
ResourceArgs
SecretBackendConfigUrlsState
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 SecretBackendConfigUrlsState : ResourceArgs

Constructors

View Source

SecretBackendConfigUrlsState()

Declaration
public SecretBackendConfigUrlsState()

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

CrlDistributionPoints

Specifies the URL values for the CRL Distribution Points field.

Declaration
public InputList<string> CrlDistributionPoints { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

IssuingCertificates

Specifies the URL values for the Issuing Certificate field.

Declaration
public InputList<string> IssuingCertificates { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

OcspServers

Specifies the URL values for the OCSP Servers field.

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