ImportedFOSMUserAppUsage Table
The ImportedFOSMUserAppUsage
table holds license app usage details from FOSM API.
Note: To cater for multi-tenant mode, this table may contain data for
multiple tenants. Access requires that the database
TenantID
has been set in the SQL Server
connection context information. That setting filters an underlying table to produce this
view of data for the single, selected tenant.
Database Column |
Details |
---|---|
Email
|
Type: text (max 256 characters). Key |
FirstName
|
Type: text (max 256 characters). Nullable FirstName |
LastName
|
Type: text (max 256 characters). Nullable LastName |
UserName
|
Type: text (max 256 characters). Nullable UserName |
AppId
|
Type: text (max 256 characters). Key. Nullable AppId |
AppName
|
Type: text (max 256 characters). Nullable AppName |
Vendorname
|
Type: text (max 256 characters). Nullable Publisher name |
DisServiceId
|
Type: text (max 256 characters). Nullable DisServiceId |
LastActive
|
Type: datetime. Nullable LastActive |
LicenseIds
|
Type: text. Nullable LicenseIds |
Version
|
Type: text (max 256 characters). Nullable Version |
IsHybrid
|
Type: boolean. Nullable 0=NamedUser, 1=SaaS |
ImportedDate
|
Type: datetime ImportedDate |
ComplianceConnectionID
|
Type: integer. Key ComplianceConnectionID |