LicenseManagerServerUser
Used to store user information for per user statistics (session/checkout statistics).
erDiagram
LicenseManagerServer ||--o{ LicenseManagerServerUser : "LicenseManagerServerID"
User ||--o{ LicenseManagerServerUser : "UserID"
LicenseManagerServerUser ||--o{ LicenseManagerServerFeatureSessionUsageDetail : "LicenseManagerServerUserID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this user entity was created |
| ID |
numeric |
Internal ID for the LicenseManagerServerUser entity (Primary Key) |
| LastScan |
datetime |
Date/Time this user entity was last detected |
| LicenseManagerServerID |
numeric |
Internal ID that references the LicenseManagerServer entity (Foreign Key) |
| Name |
string |
User name |
| UserID |
numeric |
Internal ID that references the User entity (Foreign Key) |
References
| Column Name |
Referenced Table |
Description |
| LicenseManagerServerID |
LicenseManagerServer |
Defines a license manager server for use by the OctoSAM Monitor module |
| UserID |
User |
Basic user Information |
Referenced by