Skip to main content

FinalizeResponseBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/FinalizeResponseBody.json
allowAdditionalInternalTenantsboolean

Derived from mode == manual

modestring

Selected Tier-1 provisioning mode: manual | single

statestring

Set to setup.finalization_in_progress on a 202 accepted response; absent on the terminal 200

tenantIdstring

UUID of the created Tier-1 tenant

tenantNamestring

Normalized tenant name

tenantSlugstring

Normalized tenant slug

FinalizeResponseBody
{
"$schema": "https://example.com/schemas/FinalizeResponseBody.json",
"allowAdditionalInternalTenants": true,
"mode": "string",
"state": "string",
"tenantId": "string",
"tenantName": "string",
"tenantSlug": "string"
}