Skip to main content

CreateTenantInput

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/CreateTenantInput.json
kindstring
namestringrequired
parentTenantUUIDstring
planstring
slugstringrequired
CreateTenantInput
{
"$schema": "https://example.com/schemas/CreateTenantInput.json",
"kind": "string",
"name": "string",
"parentTenantUUID": "string",
"plan": "string",
"slug": "string"
}