Get Secrets Result
data class GetSecretsResult(val filter: String? = null, val id: String, val project: String, val secrets: List<GetSecretsSecret>)
A collection of values returned by getSecrets.
A collection of values returned by getSecrets.