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.
A collection of values returned by getSecrets.