service_auth Table (489)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Authentication for a service (imap, smtp...)
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| service_auth_id | Primary key | PK | |
| server | The mail server | String(255) | ● |
| port | The server port | Int | ● |
| auth_type | The type of authentication, plain-text, OAuth... | String(255) | ● |
| username | The username | String(255) | ● |
| password | The (encrypted) password or token | String(255) | ● |
| registered | Registered when | UtcDateTime | |
| registered_associate_id | Registered by whom | FK associate | |
| updated | Last updated when | UtcDateTime | |
| updated_associate_id | Last updated by whom | FK associate | |
| updatedCount | Number of updates made to this record | UShort | |
| associate_id | Associate who owns this authentication entry | FK associate | ● |
| auth_status | The status of this authentication entry | Enum ServiceAuthStatus | ● |
| encryptedCheck | Encrypted hash checksum | String(254) |

Indexes
| Fields | Types | Description |
|---|---|---|
| service_auth_id | PK | Clustered, Unique |
Relationships
| Table | Description |
|---|---|
| associate | Employees, resources and other users - except for External persons |
| email_account | Email account information |
Replication Flags
- None
Security Flags
- No access control via user's Role.