Skip to main content

Certification Data Model

The Certification data model represents the certification a user receives upon completing a course or taking an exam. It extends the Asset data model.

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

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