EnvironmentConfigResponse
$schemauri
A URL to the JSON Schema for this object.
Example:
https://example.com/schemas/EnvironmentConfigResponse.jsonconfigValues objectrequired
property name*string
environmentstringrequired
secretStatus objectrequired
property name*boolean
updatedAtstringrequired
EnvironmentConfigResponse
{
"$schema": "https://example.com/schemas/EnvironmentConfigResponse.json",
"configValues": {},
"environment": "string",
"secretStatus": {},
"updatedAt": "string"
}