Skip to main content

False Positive Request Data Model

The False Positive Request data model represents a request to mark a finding as a false positive. It extends the Request data model.

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

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