Skip to main content

Assessment Data Model

The Assessment data model is an assessment performed against an asset. It extends the Entity Model data model.

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

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2startTimeDate TimeN/ANo
3endTimeDate TimeN/ANo
4numberOfFilesNumberN/ANo
5linesofCodeNumberN/ANo
6targetsReference (Asset)EVALUATESNo
7statusSingle ChoiceN/ANo
8baseRiskScoreCalculated (Number)N/ANo
9riskScoreCalculated (Number)N/ANo
10riskFactorOffsetCalculated (Number)N/ANo
11riskRatingCalculated (Single Choice)N/ANo
12numberOutofComplianceCalculated (Number)N/ANo
13complianceStatusCalculated (Single Choice)N/ANo
14riskScoringModelRisk Scoring ModelN/ANo
15riskFactorsRisk FactorsN/ANo
16uidTextN/AYes
17nameTextN/ANo
18summaryTextN/ANo
19descriptionTextN/ANo
20dataModelNameCalculated (Text)N/ANo
21sourceUidsText (Multivalued)N/ANo
22connectorCategoriesText (Multivalued)N/ANo
23connectorNamesText (Multivalued)N/ANo
24dataIntegrationTitlesText (Multivalued)N/ANo
25sourcesIconsSource data models iconsN/ANo
26flowStateTextN/ANo
27sourcesReference (Base model)SOURCED_FROMNo
28dateCreatedDate TimeN/ANo
29lastUpdatedDate TimeN/ANo
30createdByTextN/ANo
31updatedByTextN/ANo
32categoriesText (Multivalued)N/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.