Get Secrets Result
data class GetSecretsResult(val id: String, val plaintext: Map<String, String>, val secrets: List<GetSecretsSecret>)
A collection of values returned by getSecrets.
A collection of values returned by getSecrets.