GetSecretsResult

data class GetSecretsResult(val id: String, val plaintext: Map<String, String>, val secrets: List<GetSecretsSecret>)

A collection of values returned by getSecrets.

Constructors

Link copied to clipboard
constructor(id: String, plaintext: Map<String, String>, secrets: List<GetSecretsSecret>)

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

Map containing each secret name as the key with its decrypted plaintext value

Link copied to clipboard