Skip to main content

Container Data Model

The Container data model represents a package of all dependencies related to a software component that is run in an isolated environment. It extends the Asset data model.

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

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