Skip to main content

Business Unit Data Model

The Business Unit data model represents a group of assets that belong to the same business ownership group. It extends the Entity Model data model.

The following table details the default attributes of the Business Unit data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2ownerReference (Person)OWNSNo
3companiesReference (Company)SUPPORTSNo
4riskFactorOffsetCalculated (Number)N/ANo
5openFindingCountCalculated (Number)N/ANo
6numberOutofComplianceCalculated (Number)N/ANo
7complianceStatusCalculated (Single Choice)N/ANo
8riskScoreCalculated (Number)N/ANo
9riskRatingCalculated (Single Choice)N/ANo
10riskScoringModelRisk Scoring ModelN/ANo
11uidTextN/AYes
12nameTextN/ANo
13summaryTextN/ANo
14descriptionTextN/ANo
15dataModelNameCalculated (Text)N/ANo
16sourceUidsText (Multivalued)N/ANo
17connectorCategoriesText (Multivalued)N/ANo
18connectorNamesText (Multivalued)N/ANo
19dataIntegrationTitlesText (Multivalued)N/ANo
20sourcesIconsSource data models iconsN/ANo
21flowStateTextN/ANo
22sourcesReference (Base model)SOURCED_FROMNo
23dateCreatedDate TimeN/ANo
24lastUpdatedDate TimeN/ANo
25createdByTextN/ANo
26updatedByTextN/ANo
27categoriesText (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.