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:

Attribute NameAttribute TypeRelationship TypeRequired
baseRiskScoreCalculated (Number)N/ANo
categoriesText (Multivalued)N/ANo
complianceStatusCalculated (Single Choice)N/ANo
connectorCategoriesText (Multivalued)N/ANo
connectorNamesText (Multivalued)N/ANo
createdByTextN/ANo
dataIntegrationTitlesText (Multivalued)N/ANo
dataModelNameCalculated (Text)N/ANo
dateCreatedDate TimeN/ANo
departmentTextN/ANo
descriptionTextN/ANo
displayNameCalculated (Text)N/AYes
divisionTextN/ANo
emailsText (Multivalued)N/ANo
employeeNumberTextN/ANo
employmentStatusSingle ChoiceN/ANo
firstNameTextN/ANo
firstSeenDate TimeN/ANo
flowStateTextN/ANo
hireDateDate TimeN/ANo
jobLevelTextN/ANo
jobTitleTextN/ANo
lastEnrollmentDate TimeN/ANo
lastInventoryUpdateDate TimeN/ANo
lastNameTextN/ANo
lastSeenDate TimeN/ANo
lastUpdatedDate TimeN/ANo
managersReference (Person)MANAGED_BYNo
nameTextN/ANo
numberOfDataIntegrationSourcesCalculated (Number)N/ANo
numberOfDataIntegrationsWithMultipleSourceDatasetsCalculated (Number)N/ANo
numberOfSourceDatasetsCalculated (Number)N/ANo
numberOutOfComplianceCalculated (Number)N/ANo
openFindingCountCalcuated (Number)N/ANo
phoneNumbersText (Multivalued)N/ANo
profilesCategoryN/ANo
reportsToReference (Person)REPORTS_TONo
riskFactorOffsetCalculated (Number)N/ANo
riskFactorsRisk FactorsN/ANo
riskRatingCalculated (Single Choice)N/ANo
riskScoreCalculated (Number)N/ANo
riskScoringModelRisk Scoring ModelN/ANo
scannedForVulnerabilitiesCalculated (True False)N/ANo
sourcesReference (Base model)SOURCED_FROMNo
sourcesIconsSource data models iconsN/ANo
sourceUidsText (Multivalued)N/ANo
statusSingle ChoiceN/ANo
summaryTextN/ANo
tagsText (Multivalued)N/ANo
technologiesCategoryN/ANo
terminationDateDate TimeN/ANo
typeCategoryN/ANo
uidTextN/AYes
updatedByTextN/ANo
FOOTNOTES
  • 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.