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.
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.
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.
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.