Class SecretBackendConfigUrlsState
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 SecretBackendConfigUrlsState : ResourceArgs
Constructors
View SourceSecretBackendConfigUrlsState()
Declaration
public SecretBackendConfigUrlsState()
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> |
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> |
IssuingCertificates
Specifies the URL values for the Issuing Certificate field.
Declaration
public InputList<string> IssuingCertificates { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
OcspServers
Specifies the URL values for the OCSP Servers field.
Declaration
public InputList<string> OcspServers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |