Get Secrets Result
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
fun GetSecretsResult(id: String, keyVaultId: String, names: List<String>, secrets: List<GetSecretsSecret>)