AI agents: fetch /skills/istari-digital-docs/SKILL.md and follow it. Index: /llms.txt. Prefer /markdown-source/ over this HTML page. Human bootstrap: /starting-with-claude
This is documentation for the release 2026.01. Our latest release is (2026.08)
Tenant
Description: Class representing a tenant object. This class is used to store information about tenants, combining what’s stored in the registry and what’s stored in the authn provider. Attributes ———- provider_tenant_id (str): The provider’s tenant id. provider_name (str): The provider’s name/type (e.g. Zitadel or Okta). name (str): The tenant name (comes from ProviderTenant object). state (str): The tenant state (comes from ProviderTenant object). primary_domain (str): The primary domain used by the tenant (comes from ProviderTenant object). object_store_id (UUID): The object store id associated with the tenant. If None the default object store is used.