GetSecretsListV2Result

data class GetSecretsListV2Result(val id: String, val mount: String, val name: String? = null, val names: List<String>, val namespace: String? = null, val path: String)

A collection of values returned by getSecretsListV2.

Constructors

Link copied to clipboard
constructor(id: String, mount: String, name: String? = null, names: List<String>, namespace: String? = null, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

List of all secret names listed under the given path.

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

Full path where the KV-V2 secrets are listed.