GetSecretSubkeysV2PlainArgs

data class GetSecretSubkeysV2PlainArgs(val depth: Int? = null, val mount: String, val name: String, val namespace: String? = null, val version: Int? = null) : ConvertibleToJava<GetSecretSubkeysV2PlainArgs>

A collection of arguments for invoking getSecretSubkeysV2.

Constructors

Link copied to clipboard
constructor(depth: Int? = null, mount: String, name: String, namespace: String? = null, version: Int? = null)

Properties

Link copied to clipboard
val depth: Int? = null

Specifies the deepest nesting level to provide in the output. If non-zero, keys that reside at the specified depth value will be artificially treated as leaves and will thus be null even if further underlying sub-keys exist.

Link copied to clipboard

Path where KV-V2 engine is mounted.

Link copied to clipboard

Full name of the secret. For a nested secret the name is the nested path excluding the mount and data prefix. For example, for a secret at kvv2/data/foo/bar/baz the name is foo/bar/baz.

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
val version: Int? = null

Specifies the version to return. If not set the latest version is returned.

Functions

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