Skip to content

SoftwareLicensingType

Licensing Type (Freeware, Shareware, Commercial etc.).

erDiagram
    SoftwareLicensingType ||--o{ SoftwarePackage : "SoftwareLicensingTypeID"

Fields

Field Type Description
ID numeric Internal ID for the SoftwareLicensingType entity (Primary Key)
LicensingRelevant boolean True for commercial licensing types
Name string Name of the licensing type
OctopusID string OctoSAM internal name for programmatic access to the software licensing type (e.g., in queries)

Referenced by

Table Column Name Description
SoftwarePackage SoftwareLicensingTypeID A software package defines a logical software entity. A software package can own 0 to n software signatures.