Skip to main content

Package Data Model

The Package data model represents an assemblage of files and information about those files. A package can be software components, applications from a package manager, and more. It extends the Asset data model.

The following table details the default attributes of the Package data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2currentVersionTextN/ANo
3latestVersionTextN/ANo
4cpeRecordsReference (CPE record)ISNo
5installedOnDate TimeN/ANo
6baseRiskScoreCalculated (Number)N/ANo
7publishedDate TimeN/ANo
8riskFactorOffsetCalculated (Number)N/ANo
9sourceLastModifiedDate TimeN/ANo
10outdatedTrue FalseN/ANo
11licensesText (Multivalued)N/ANo
12targetsReference (Asset)HASNo
13projectsReference (Asset)USESNo
14openFindingCountCalcuated (Number)N/ANo
15numberOutOfComplianceCalculated (Number)N/ANo
16complianceStatusCalculated (Single Choice)N/ANo
17riskScoreCalculated (Number)N/ANo
18riskRatingCalculated (Single Choice)N/ANo
19statusSingle ChoiceN/ANo
20firstSeenDate TimeN/ANo
21lastSeenDate TimeN/ANo
22lastInventoryUpdateDate TimeN/ANo
23lastEnrollmentDate TimeN/ANo
24lastAssessedDate TimeN/ANo
25tagsText (Multivalued)N/ANo
26complianceFlagsText (Multivalued)N/ANo
27businessServicesReference (Business service)SUPPORTSNo
28applicationsReference (Application)SUPPORTSNo
29ownersReference (Person)OWNSNo
30typeCategoryN/ANo
31remediationOwnerCategoryN/ANo
32riskOwnerCategoryN/ANo
33profilesCategoryN/ANo
34environmentsCategoryN/ANo
35technologiesCategoryN/ANo
36numberOfDataIntegrationSourcesCalculated (Number)N/ANo
37numberOfSourceDatasetsCalculated (Number)N/ANo
38numberOfDataIntegrationsWithMultipleSourceDatasetsCalculated (Number)N/ANo
39riskScoringModelRisk Scoring ModelN/ANo
40riskFactorsRisk FactorsN/ANo
41uidTextN/AYes
42dataModelNameCalculated (Text)N/ANo
43sourceUidsText (Multivalued)N/ANo
44connectorCategoriesText (Multivalued)N/ANo
45connectorNamesText (Multivalued)N/ANo
46dataIntegrationTitlesText (Multivalued)N/ANo
47sourcesIconsSource data models iconsN/ANo
48nameTextN/ANo
49summaryTextN/ANo
50descriptionTextN/ANo
51categoriesText (Multivalued)N/ANo
52flowStateTextN/ANo
53sourcesReference (Base model)SOURCED_FROMNo
54dateCreatedDate TimeN/ANo
55lastUpdatedDate TimeN/ANo
56createdByTextN/ANo
57updatedByTextN/ANo
FOOTNOTES
  • The Order column specifies the order of attributes being calculated in data computation.
  • The attribute names are used in Brinqa Query Language (BQL) queries and Brinqa Condition Language (BCL) predicates.
  • In the Type column, Calculated means that the value of the attribute is computed by executing a script. The text in the parentheses after Calculated denotes the type of the outcome.
  • In the Type column, Reference means that two data models are related. The name in the parentheses after Reference indicates the other data model.
  • The Relationship Type column only applies to the Reference type attributes. You can use the relationship type keyword in BQL queries.