Skip to main content

Request Data Model

The Request data model is a built-in model that defines common attributes for requests. It extends the Base model data model.

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

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