GetBackendConfigCmpv2PlainArgs

data class GetBackendConfigCmpv2PlainArgs(val backend: String, val disabledValidations: List<String>? = null, val namespace: String? = null) : ConvertibleToJava<GetBackendConfigCmpv2PlainArgs>

A collection of arguments for invoking getBackendConfigCmpv2.

Constructors

Link copied to clipboard
constructor(backend: String, disabledValidations: List<String>? = null, namespace: String? = null)

Properties

Link copied to clipboard

The path to the PKI secret backend to read the CMPv2 configuration from, with no leading or trailing /s.

Link copied to clipboard

A comma-separated list of validations not to perform on CMPv2 messages.

Link copied to clipboard
val namespace: String? = null

The namespace of the target resource. The value should not contain leading or trailing forward slashes. The namespace is always relative to the provider's configured namespace. Available only for Vault Enterprise.

Functions

Link copied to clipboard
open override fun toJava(): GetBackendConfigCmpv2PlainArgs