Skip to main content

EnvironmentConfigResponse

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/EnvironmentConfigResponse.json
configValues 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"
}