Render · Schema

protectedStatus

Indicates whether an environment is `unprotected` or `protected`. Only admin users can perform destructive actions in `protected` environments.

CloudPlatformDeploymentInfrastructureDevOpsWeb ServicesDatabasesHosting
View JSON Schema on GitHub

JSON Schema

render-protectedstatus-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/protectedStatus",
  "title": "protectedStatus",
  "type": "string",
  "description": "Indicates whether an environment is `unprotected` or `protected`. Only admin users can perform destructive actions in `protected` environments.",
  "enum": [
    "unprotected",
    "protected"
  ]
}