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