Skip to main content

Person Data Model

The Person data model is the built-in model that defines common attributes for a person object. It extends the Entity Model data model.

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

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2companyIdTextN/ANo
3firstNameTextN/ANo
4lastNameTextN/ANo
5titleTextN/ANo
6baseRiskScoreCalculated (Number)N/ANo
7employmentStatusSingle ChoiceN/ANo
8riskFactorOffsetCalculated (Number)N/ANo
9emailsText (Multivalued)N/ANo
10phoneNumbersText (Multivalued)N/ANo
11managersReference (Person)MANAGED_BYNo
12openFindingCountCalcuated (Number)N/ANo
13numberOutOfComplianceCalculated (Number)N/ANo
14complianceStatusCalculated (Single Choice)N/ANo
15riskScoreCalculated (Number)N/ANo
16riskRatingCalculated (Single Choice)N/ANo
17statusSingle ChoiceN/ANo
18firstSeenDate TimeN/ANo
19lastSeenDate TimeN/ANo
20lastInventoryUpdateDate TimeN/ANo
21lastEnrollmentDate TimeN/ANo
22lastAssessedDate TimeN/ANo
23tagsText (Multivalued)N/ANo
24complianceFlagsText (Multivalued)N/ANo
25businessServicesReference (Business service)SUPPORTSNo
26applicationsReference (Application)SUPPORTSNo
27ownersReference (Person)OWNSNo
28typeCategoryN/ANo
29remediationOwnerCategoryN/ANo
30riskOwnerCategoryN/ANo
31profilesCategoryN/ANo
32environmentsCategoryN/ANo
33technologiesCategoryN/ANo
34numberOfDataIntegrationSourcesCalculated (Number)N/ANo
35numberOfSourceDatasetsCalculated (Number)N/ANo
36numberOfDataIntegrationsWithMultipleSourceDatasetsCalculated (Number)N/ANo
37riskScoringModelRisk Scoring ModelN/ANo
38riskFactorsRisk FactorsN/ANo
39uidTextN/AYes
40dataModelNameCalculated (Text)N/ANo
41sourceUidsText (Multivalued)N/ANo
42connectorCategoriesText (Multivalued)N/ANo
43connectorNamesText (Multivalued)N/ANo
44dataIntegrationTitlesText (Multivalued)N/ANo
45sourcesIconsSource data models iconsN/ANo
46nameTextN/ANo
47summaryTextN/ANo
48descriptionTextN/ANo
49categoriesText (Multivalued)N/ANo
50flowStateTextN/ANo
51sourcesReference (Base model)SOURCED_FROMNo
52dateCreatedDate TimeN/ANo
53lastUpdatedDate TimeN/ANo
54createdByTextN/ANo
55updatedByTextN/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.