Skip to main content

Asset Data Model

The Asset data model is the Base model for various asset categories such as Host, Container, or Application. It extends the Entity Model data model.

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

OrderAttribute NameAttribute TypeRelationship TypeRequired
1statusSingle ChoiceN/ANo
2firstSeenDate TimeN/ANo
3lastSeenDate TimeN/ANo
4lastInventoryUpdateDate TimeN/ANo
5lastEnrollmentDate TimeN/ANo
6baseRiskScoreNumberN/ANo
7riskFactorOffsetNumberN/ANo
8riskScoreNumberN/ANo
9riskRatingSingle ChoiceN/ANo
10openFindingCountNumberN/ANo
11numberOutOfComplianceNumberN/ANo
12complianceStatusSingle ChoiceN/ANo
13lastAssessedDate TimeN/ANo
14tagsText (Multivalued)N/ANo
15complianceFlagsText (Multivalued)N/ANo
16businessServicesReference (Business service)SUPPORTSNo
17applicationsReference (Application)SUPPORTSNo
18ownersReference (Person)OWNSNo
19typeCategoryN/ANo
20remediationOwnerCategoryN/ANo
21riskOwnerCategoryN/ANo
22profilesCategoryN/ANo
23environmentsCategoryN/ANo
24technologiesCategoryN/ANo
25numberOfDataIntegrationSourcesCalculated (Number)N/ANo
26numberOfSourceDatasetsCalculated (Number)N/ANo
27numberOfDataIntegrationsWithMultipleSourceDatasetsCalculated (Number)N/ANo
28riskScoringModelRisk Scoring ModelN/ANo
29riskFactorsRisk FactorsN/ANo
30uidTextN/AYes
31nameTextN/ANo
32displayNameTextN/AYes
33summaryTextN/ANo
34descriptionTextN/ANo
35dataModelNameCalculated (Text)N/ANo
36sourceUidsText (Multivalued)N/ANo
37connectorCategoriesText (Multivalued)N/ANo
38connectorNamesText (Multivalued)N/ANo
39dataIntegrationTitlesText (Multivalued)N/ANo
40sourcesIconsSource data models iconsN/ANo
41flowStateTextN/ANo
42sourcesReference (Base model)SOURCED_FROMNo
43dateCreatedDate TimeN/ANo
44lastUpdatedDate TimeN/ANo
45createdByTextN/ANo
46updatedByTextN/ANo
47categoriesText (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.