Skip to main content

Network Segment Data Model

The Network Segment data model represents a group of subnets in a network. It extends the Asset data model.

The following table details the default attributes of the Network Segment data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (TextN/AYes
2businessServicesReference (Business service)SUPPORTSNo
3subnetsReference (Subnet)BELONGS_TONo
4dmzTrue FalseN/ANo
5baseRiskScoreCalculated (Number)N/ANo
6riskFactorOffsetCalculated (Number)N/ANo
7riskScoreCalculated (Number)N/ANo
8openFindingCountCalcuated (Number)N/ANo
9riskRatingCalculated (Single Choice)N/ANo
10numberOutOfComplianceCalculated (Number)N/ANo
11complianceStatusCalculated (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
20applicationsReference (Application)SUPPORTSNo
21ownersReference (Person)OWNSNo
22typeCategoryN/ANo
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

:::note 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. :::