Skip to main content

Business Service Data Model

The Business Service data model represents a function performed by a business unit. It extends the Entity Model data model.

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

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