Secret Env Var Response
data class SecretEnvVarResponse(val key: String, val project: String, val secret: String, val version: String)
Configuration for a secret environment variable. It has the information necessary to fetch the secret value from secret manager and expose it as an environment variable.