GetSecretsListResult

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

A collection of values returned by getSecretsList.

Constructors

Link copied to clipboard
constructor(id: String, 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

List of all secret names listed under the given path.

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