Skip to main content

Account Data Model

The Account data model represents a user's access to a service. It extends the Asset data model.

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

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