LifecycleDefinitionType
Lookup table for lifecycle definition types.
erDiagram
LifecycleDefinitionType ||--o{ MachineSoftwarePackage : "LifecycleDefinitionTypeID"
LifecycleDefinitionType ||--o{ SoftwarePackage : "LifecycleDefinitionTypeID"
Fields
| Field |
Type |
Description |
| Created |
datetime |
Date/Time this entity was created |
| ID |
numeric |
Internal ID for the LifecycleDefinitionType entity (Primary Key) |
| Name |
string |
Software life cycle definition type |
| OctopusID |
string |
OctoSAM internal name for programmatic access to the lifecycle definition type (e.g., in queries) |
Referenced by
| Table |
Column Name |
Description |
| MachineSoftwarePackage |
LifecycleDefinitionTypeID |
m:n relation between machines and software packages. This is mostly a redundant relation to speed up reports. A relation between machine and software package can also be found via software signature. There are exceptions where a signature does not define installation status of a package (for example, left-over SWID tags). |
| SoftwarePackage |
LifecycleDefinitionTypeID |
A software package defines a logical software entity. A software package can own 0 to n software signatures. |