Skip to main content

Violation Data Model

The Violation data model represents a finding that is not following best practice policy. It extends the Finding data model.

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

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2typeReference (Violation definition)ISNo
3baseRiskScoreCalculated (Number)N/ANo
4riskFactorOffsetCalculated (Number)N/ANo
5riskScoreCalculated (Number)N/ANo
6riskRatingCalculated (Singe Choice)N/ANo
7ageInDaysCalculated (Number)N/ANo
8slaCalculated (Number)N/ANo
9dueDateCalculated (Date Time)N/ANo
10complianceStatusCalculated (Singe Choice)N/ANo
11daysToFixCalculated (Number)N/ANo
12slaLevelCalculated (Text)N/ANo
13confidenceSingle ChoiceN/ANo
14summaryTextN/ANo
15descriptionTextN/ANo
16assessmentReference (Assessment)DISCOVERED_INNo
17severitySingle ChoiceN/ANo
18statusStatusN/ANo
19resultsTextN/ANo
20statusCategorySinge ChoiceN/ANo
21targetsReference (Asset)HASNo
22remediationSLANumberN/ANo
23firstFoundDate TimeN/ANo
24lastFoundDate TimeN/ANo
25lastFixedDate TimeN/ANo
26extendedDueDateDate TimeN/ANo
27riskOwnerCategoryN/ANo
28remediationOwnerCategoryN/ANo
29riskScoringModelRisk Scoring ModelN/ANo
30riskFactorsRisk FactorsN/ANo
31slaDefinitionSLAN/ANo
32uidTextN/AYes
33dataModelNameCalculated (Text)N/ANo
34sourceUidsText (Multivalued)N/ANo
35connectorCategoriesText (Multivalued)N/ANo
36connectorNamesText (Multivalued)N/ANo
37dataIntegrationTitlesText (Multivalued)N/ANo
38sourcesIconsSource data models iconsN/ANo
39nameTextN/ANo
40categoriesText (Multivalued)N/ANo
41flowStateTextN/ANo
42sourcesReference (Base model)SOURCED_FROMNo
43dateCreatedDate TimeN/ANo
44lastUpdatedDate TimeN/ANo
45createdByTextN/ANo
46updatedByTextN/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.