SoftwareLicenseAllocation Table
SoftwareLicenseAllocation
records the allocations of individual computers, end-users, enterprise groups, instances or products to licenses.
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 |
---|---|
SoftwareLicense AllocationID
|
Type: integer. Key. Generated ID A unique identifier for the license allocation record. |
SoftwareLicenseID
|
Type: integer. Key The license that has been allocated. Foreign key to the |
ComplianceComputerID
|
Type: integer. Key. Nullable The computer to which the license is allocated. Foreign key to the |
SoftwareTitleProductID
|
Type: integer. Key. Nullable The software title product to which the license is. Foreign key to the |
ComplianceUserID
|
Type: integer. Key. Nullable The end-user to which the license is allocated. Foreign key to the |
InstanceID
|
Type: integer. Key. Nullable The instance to which the license is allocated. Foreign key to the |
GroupExID
|
Type: text (max 128 characters). Key. Nullable The enterprise group to which the license is assigned. Foreign key to the |
LicenseUserID
|
Type: integer. Key. Nullable The external end-user to whom the license is allocated. Foreign key to the |
AccessingUserID
|
Type: integer. Key. Nullable The external accessing user to whom the license is allocated. Foreign key to the |
SoftwareLicense AllocationUserTypeID
|
Type: integer. Key. Nullable Indicates for user allocations whether they are a regular user or some special type of user for this license. Foreign key to the |
NumberAllocated
|
Type: integer. Nullable The number of license entitlements assigned. This is used for group assignments. |
NumberUsed
|
Type: integer. Nullable The number of license entitlements where the application is recorded as being used. |
SoftwareLicense AllocationStatusID
|
Type: integer. Nullable Indicates the status of an allocation. Foreign key to the |
SoftwareLicenseKeyID
|
Type: integer. Key. Nullable The software license key that is allocated to this end-user/computer. Foreign key to the |
SoftwareLicense ExemptionReasonID
|
Type: integer. Key. Nullable The reason why this allocation is exempted from consuming a license entitlement. Foreign key to the |
IsIncludedForLicenseRec
|
Type: boolean. Key Indicates allocations whether they should be used in regular license reconciliation. |
AllocationReason
|
Type: text (max 256 characters). Nullable The reason explaining why this allocation has been made. |
AllocationFromReport
|
Type: boolean. Key Indicates if allocated From Report. |
ExemptionFromReport
|
Type: boolean. Key Indicates if exempted From Report. |
AllocationDate
|
Type: datetime The date when the allocation was made. |