Skip to main content

Site Data Model

The Site data model represents a website or web application. It extends the Asset data model.

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

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2urlTextN/ANo
3subdomainsReference (Site)HASNo
4hostsReference (Host)DEPLOYED_ONNo
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
23typeCategoryN/ANo
24remediationOwnerCategoryN/ANo
25riskOwnerCategoryN/ANo
26profilesCategoryN/ANo
27environmentsCategoryN/ANo
28technologiesCategoryN/ANo
29numberOfDataIntegrationSourcesCalculated (Number)N/ANo
30numberOfSourceDatasetsCalculated (Number)N/ANo
31numberOfDataIntegrationsWithMultipleSourceDatasetsCalculated (Number)N/ANo
32riskScoringModelRisk Scoring ModelN/ANo
33riskFactorsRisk FactorsN/ANo
34uidTextN/AYes
35dataModelNameCalculated (Text)N/ANo
36sourceUidsText (Multivalued)N/ANo
37connectorCategoriesText (Multivalued)N/ANo
38connectorNamesText (Multivalued)N/ANo
39dataIntegrationTitlesText (Multivalued)N/ANo
40sourcesIconsSource data models iconsN/ANo
41nameTextN/ANo
42summaryTextN/ANo
43descriptionTextN/ANo
44categoriesText (Multivalued)N/ANo
45flowStateTextN/ANo
46sourcesReference (Base model)SOURCED_FROMNo
47dateCreatedDate TimeN/ANo
48lastUpdatedDate TimeN/ANo
49createdByTextN/ANo
50updatedByTextN/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.