SoftwareLicenseMetric¶
Software license metrics define how software licenses are measured.
Fields¶
| Field | Type | Description |
|---|---|---|
| Created | datetime | Date/Time the entity got created |
| Description | string | Description of the software license metric |
| ExtraData | string | Optional JSON document that can hold extra data for this SoftwareLicenseMetric entity |
| ID | numeric | Internal ID for the SoftwareLicenseMetric entity (Primary Key) |
| LastModification | datetime | Date/Time the entity was last modified |
| Name | string | Name of the software license metric |
| OctopusID | string | OctoSAM internal name for programmatic access to the software license metric (e.g. in queries) |
| OctopusObjectTypeID | numeric | Internal ID that references the OctopusObjectType entity (Foreign Key) |
| PredefinedByOctopus | boolean | If true, the metric is predefined by OctoSAM and cannot be modified or deleted |
| SoftwareLicenseMetricGroupID | numeric | Internal ID that references the SoftwareLicenseMetricGroup entity (Foreign Key) |