CloudProviderAccountLicensingPlan¶
Cloud provider licensing plan information
Fields¶
Field | Type | Description |
---|---|---|
ActiveUnits | bigint | Number of active license units |
CloudProviderAccountID | bigint | Internal ID that references the CloudProviderAccount entity (Foreign Key) |
ConsumedUnits | bigint | Number of license units consumed |
Created | datetime2 | Date/Time this record got created |
CreatedGuid | uniqueidentifier | GUID of the scan that created this record |
FriendlyName | nvarchar | Friendly name, code translation from the SKU if available, SKU otherwise |
ID | bigint | Internal ID for the CloudProviderAccountLicensingPlan entity (Primary Key) |
LastScan | datetime2 | Date/Time this account licensing plan got last scanned |
LastScanGuid | uniqueidentifier | GUID of the last scan |
LockedOutUnits | bigint | Number of locked out license units |
Sku | nvarchar | SKU of the licensing plan |
WarningUnits | bigint | Number of license units that are in warning state |