Skip to main content

Site Certificate Data Model

The Site Certificate data model is a built-in model to represent a site's certificate. It extends the Asset data model.

The following table details the default attributes of the Site Certificate data model:

OrderAttribute NameAttribute TypeRelationship TypeRequired
1displayNameCalculated (Text)N/AYes
2issuerCountryTextN/ANo
3issuerLocalityTextN/ANo
4signatureAlgorithmTextN/ANo
5sitesReference (Site)CERTIFIESNo
6issuerAlternativeNameTextN/ANo
7baseRiskScoreCalculated (Number)N/ANo
8domainNamesText (Multivalued)N/ANo
9riskFactorOffsetCalculated (Number)N/ANo
10subjectAlternativeNamesText (Multivalued)N/ANo
11issuerOrganizationTextN/ANo
12hostsReference (Host)CERTIFIESNo
13subjectCommonNameTextN/ANo
14issuerStateTextN/ANo
15subjectLocalityTextN/ANo
16subjectOrganizationalUnitTextN/ANo
17subjectStateTextN/ANo
18expirationDateDate TimeN/ANo
19creationDateDate TimeN/ANo
20issuerOrganizationalUnitTextN/AYes
21issuerAlternativeNamesText (Multivalued)N/ANo
22subjectOrganizationText (Multivalued)N/ANo
23subjectCountryTextN/ANo
24riskScoreCalculated (Number)N/ANo
25openFindingCountCalcuated (Number)N/ANo
26riskRatingCalculated (Single Choice)N/ANo
27numberOutOfComplianceCalculated (Number)N/ANo
28complianceStatusCalculated (Single Choice)N/ANo
29statusSingle ChoiceN/ANo
30firstSeenDate TimeN/ANo
31lastSeenDate TimeN/ANo
32lastInventoryUpdateDate TimeN/ANo
33lastEnrollmentDate TimeN/ANo
34lastAssessedDate TimeN/ANo
35tagsText (Multivalued)N/ANo
36complianceFlagsText (Multivalued)N/ANo
37businessServicesReference (Business service)SUPPORTSNo
38applicationsReference (Application)SUPPORTSNo
39ownersReference (Person)OWNSNo
40typeCategoryN/ANo
41remediationOwnerCategoryN/ANo
42riskOwnerCategoryN/ANo
43profilesCategoryN/ANo
44environmentsCategoryN/ANo
45technologiesCategoryN/ANo
46numberOfDataIntegrationSourcesCalculated (Number)N/ANo
47numberOfSourceDatasetsCalculated (Number)N/ANo
48numberOfDataIntegrationsWithMultipleSourceDatasetsCalculated (Number)N/ANo
49riskScoringModelRisk Scoring ModelN/ANo
50riskFactorsRisk FactorsN/ANo
51uidTextN/AYes
52dataModelNameCalculated (Text)N/ANo
53sourceUidsText (Multivalued)N/ANo
54connectorCategoriesText (Multivalued)N/ANo
55connectorNamesText (Multivalued)N/ANo
56dataIntegrationTitlesText (Multivalued)N/ANo
57sourcesIconsSource data models iconsN/ANo
58nameTextN/ANo
59summaryTextN/ANo
60descriptionTextN/ANo
61categoriesText (Multivalued)N/ANo
62flowStateTextN/ANo
63sourcesReference (Base model)SOURCED_FROMNo
64dateCreatedDate TimeN/ANo
65lastUpdatedDate TimeN/ANo
66createdByTextN/ANo
67updatedByTextN/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.