1. Docs
  2. API Reference
  3. EnvironmentExportDto

EnvironmentExportDto

Example

JSON
{
  "format_version": 1,
  "source_env": {},
  "access_model": "flat",
  "organizations_enabled": false,
  "hierarchy_schema": {},
  "permissions": [
    null
  ],
  "roles": [
    null
  ],
  "nodes": [
    null
  ],
  "oauth_clients": [
    null
  ],
  "webhooks": [
    null
  ]
}

Properties

10 properties 10 required

format_version number Required
Example1
source_env object Required
access_model enum Required
Enumflathierarchy
organizations_enabled boolean Required
hierarchy_schema object Required
nullable
permissions array of any Required
roles array of any Required
nodes array of any Required
oauth_clients array of any Required
webhooks array of any Required
Was this page helpful?

Tell us how we can improve this guide.