GetBackendCertMetadataPlainArgs

data class GetBackendCertMetadataPlainArgs(val namespace: String? = null, val path: String, val serial: String) : ConvertibleToJava<GetBackendCertMetadataPlainArgs>

A collection of arguments for invoking getBackendCertMetadata.

Constructors

Link copied to clipboard
constructor(namespace: String? = null, path: String, serial: String)

Properties

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.

Link copied to clipboard

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

Link copied to clipboard

Specifies the serial of the certificate whose metadata to read.

Functions

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