Admin Configuration
Stores credentials for administrative access to Guardian for a tenant. Required for admin logout functionality.
Table name: admin_config
| Field | Type | Description |
|---|---|---|
| tenant_id | CHAR(10) | Tenant identifier (Primary Key) |
| username | VARCHAR(50) | Admin username for the tenant |
| password | VARCHAR(50) | Admin password for the tenant |
Prerequisites
Section titled “Prerequisites”- Tenant Configuration - A tenant must be created first
Related Configurations
Section titled “Related Configurations”Admin configuration is independent but requires: