Skip to main content

Software Install Data Model

The Software Install data model represents a computer program whose code is not managed by AppSec that is installed on an asset. It extends the Asset data model.

The following table details the default attributes of the Software Install data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2type Reference (Software)ISNo
3targets Reference (Asset)INSTALLED_ONNo
4installedDateDate TimeN/ANo
5baseRiskScoreCalculated (Number)N/ANo
6riskFactorOffsetCalculated (Number)N/ANo
7openFindingCountCalcuated (Number)N/ANo
8numberOutOfComplianceCalculated (Number)N/ANo
9complianceStatusCalculated (Single Choice)N/ANo
10riskScoreCalculated (Number)N/ANo
11riskRatingCalculated (Single Choice)N/ANo
12statusSingle ChoiceN/ANo
13firstSeenDate TimeN/ANo
14lastSeenDate TimeN/ANo
15lastInventoryUpdateDate TimeN/ANo
16lastEnrollmentDate TimeN/ANo
17lastAssessedDate TimeN/ANo
18tagsText (Multivalued)N/ANo
19complianceFlagsText (Multivalued)N/ANo
20businessServicesReference (Business service)SUPPORTSNo
21applicationsReference (Application)SUPPORTSNo
22ownersReference (Person)OWNSNo
23remediationOwnerCategoryN/ANo
24riskOwnerCategoryN/ANo
25profilesCategoryN/ANo
26environmentsCategoryN/ANo
27technologiesCategoryN/ANo
28numberOfDataIntegrationSourcesCalculated (Number)N/ANo
29numberOfSourceDatasetsCalculated (Number)N/ANo
30numberOfDataIntegrationsWithMultipleSourceDatasetsCalculated (Number)N/ANo
31riskScoringModelRisk Scoring ModelN/ANo
32riskFactorsRisk FactorsN/ANo
33uidTextN/AYes
34dataModelNameCalculated (Text)N/ANo
35sourceUidsText (Multivalued)N/ANo
36connectorCategoriesText (Multivalued)N/ANo
37connectorNamesText (Multivalued)N/ANo
38dataIntegrationTitlesText (Multivalued)N/ANo
39sourcesIconsSource data models iconsN/ANo
40nameTextN/ANo
41summaryTextN/ANo
42descriptionTextN/ANo
43categoriesText (Multivalued)N/ANo
44flowStateTextN/ANo
45sourcesReference (Base model)SOURCED_FROMNo
46dateCreatedDate TimeN/ANo
47lastUpdatedDate TimeN/ANo
48createdByTextN/ANo
49updatedByTextN/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.