GetSecretSubkeysV2Result

data class GetSecretSubkeysV2Result(val data: Map<String, String>, val dataJson: String, val depth: Int? = null, val id: String, val mount: String, val name: String, val namespace: String? = null, val path: String, val version: Int? = null)

A collection of values returned by getSecretSubkeysV2.

Constructors

Link copied to clipboard
constructor(data: Map<String, String>, dataJson: String, depth: Int? = null, id: String, mount: String, name: String, namespace: String? = null, path: String, version: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Subkeys for the KV-V2 secret stored as a serialized map of strings.

Link copied to clipboard

Subkeys for the KV-V2 secret read from Vault.

Link copied to clipboard
val depth: Int? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val namespace: String? = null
Link copied to clipboard

Full path where the KV-V2 secrets are listed.

Link copied to clipboard
val version: Int? = null