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:

Attribute NameAttribute TypeRelationship TypeRequired
baseRiskScoreNumberN/ANo
businessServicesReference (Business service)SUPPORTSNo
categoriesText (Multivalued)N/ANo
complianceFlagsText (Multivalued)N/ANo
complianceStatusSingle ChoiceN/ANo
connectorCategoriesText (Multivalued)N/ANo
connectorNamesText (Multivalued)N/ANo
createdByTextN/ANo
dataIntegrationTitlesText (Multivalued)N/ANo
dataModelNameCalculated (Text)N/ANo
dateCreatedDate TimeN/ANo
descriptionText AreaN/ANo
displayNameTextN/AYes
environmentsCategory (Environment)WITHINNo
firstSeenDate TimeN/ANo
flowStateTextN/ANo
informedUsersCategory (Informed user)INFORMED_OFNo
lastAssessedDate TimeN/ANo
lastEnrollmentDate TimeN/ANo
lastInventoryUpdateDate TimeN/ANo
lastSeenDate TimeN/ANo
lastUpdatedDate TimeN/ANo
lifecycleInactiveDateCalculated (Date Time)N/ANo
lifecyclePurgeDateCalculated (Date Time)N/ANo
lifecycleStatusCalculated (Single Choice)N/ANo
nameTextN/ANo
numberOfDataIntegrationSourcesCalculated (Number)N/ANo
numberOfDataIntegrationsWithMultipleSourceDatasetsCalculated (Number)N/ANo
numberOfSourceDatasetsCalculated (Number)N/ANo
numberOutOfComplianceNumberN/ANo
openFindingCountNumberN/ANo
ownersReference (Person)OWNSNo
profilesCategory (Asset profile)ISNo
remediationOwnerCategory (Remediation owner)OWNS_REMEDIATIONNo
riskFactorOffsetNumberN/ANo
riskFactorsRisk FactorsN/ANo
riskOwnerCategory (Risk owner)OWNS_RISKNo
riskRatingSingle ChoiceN/ANo
riskScoreNumberN/ANo
riskScoringModelRisk Scoring ModelN/ANo
scannedForVulnerabilitiesCalculated (True False)N/ANo
sourceStatusSingle ChoiceN/ANo
sourceUidsText (Multivalued)N/ANo
sourcesReference (Source model)SOURCED_FROMNo
sourcesIconsSource data models iconsN/ANo
statusSingle ChoiceN/ANo
statusCategoryCalculated (Single Choice)N/ANo
statusConfigurationModelStatus Configuration ModelN/ANo
summaryTextN/ANo
tagsText (Multivalued)N/ANo
technologiesCategory (Asset technology)ISNo
typeCategory (Asset type)ISNo
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. For additional information, see Calculated attributes.
  • 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 Category and Reference type attributes. You can use the relationship type keyword in BQL queries.