GetSecretsResult

data class GetSecretsResult(val id: String, val keyVaultId: String, val names: List<String>, val secrets: List<GetSecretsSecret>)

A collection of values returned by getSecrets.

Constructors

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

List containing names of secrets that exist in this Key Vault.

Link copied to clipboard

One or more secrets blocks as defined below.