Skip to main content

Cloud Resource Data Model

The Cloud resource data model represents a resource from a cloud provider and can be anything from a VPC (virtual private cloud) to an individual user in your system. It extends the Asset data model.

The following table details the attributes of the Cloud resource data model:

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