Skip to main content

Exception Request Data Model

The Exception Request data model represents a request to have additional time to remediate a finding. It extends the Request data model.

The following table details the default attributes of the Exception Request data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2exceptionRequestDateDate TimeN/ANo
3baseRiskScoreCalculated (Number)N/ANo
4riskScoreCalculated (Number)N/ANo
5riskFactorOffsetCalculated (Number)N/ANo
6riskRatingCalculated (Single Choice)N/ANo
7openFindingCountCalculated (Number)N/ANo
8numberOutofComplianceCalculated (Number)N/ANo
9complianceStatusCalculated (Single Choice)N/ANo
10uidTextUnique IdentifierNo
11nameTextN/ANo
12bqlQueryTextN/ANo
13dataModelNameCalculated (Text)N/ANo
14statusSingle ChoiceN/ANo
15descriptionTextN/ANo
16categoriesText (Multivalued)N/ANo
17flowStateTextN/ANo
18targetsReference (Finding)REQUESTEDNo
19justificationText AreaN/ANo
20evidenceText AreaN/ANo
21feedbackText AreaN/ANo
22attachmentsAttachmentsN/ANo
23commentsCommentsN/ANo
24submitterReference (User)SUBMITTEDNo
25reviewerReference (User)REVIEWSNo
26dateLastApprovedDate TimeN/ANo
27dateLastRejectedDate TimeN/ANo
28dateLastSubmittedDate TimeN/ANo
29dateLastCanceledDate TimeN/ANo
30riskScoringModelRisk Scoring ModelN/ANo
31sourcesReference (Base model)SOURCED_FROMNo
32dateCreatedDate TimeN/ANo
33lastUpdatedDate TimeN/ANo
34createdByTextN/ANo
35updatedByTextN/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.