tenantManager property
TenantManager
get
tenantManager
The TenantManager instance associated with the current project.
This provides tenant management capabilities for multi-tenant applications. Multi-tenancy support requires Google Cloud's Identity Platform (GCIP). To learn more about GCIP, including pricing and features, see the GCIP documentation.
Implementation
TenantManager get tenantManager {
return _tenantManager ??= TenantManager._(app);
}