Cyera Integration Discovered Resources
Overview
The Cyera integration augments table and column resources with Cyera classification and sensitivity metadata. Cyera does not create new resource types; it observes tables and columns that Cyera has classified and adds Cyera-specific indexed properties to the corresponding resources in Euno.
Only tables and columns that have Cyera classifications or a sensitivity assignment are observed. The following properties are added to those resources.
Table β Cyera Properties
When a table has Cyera classifications or a sensitivity level, the Cyera integration adds these properties to the table resource:
cyera_tags
List of Cyera data classification tag names derived from Cyera's classifications (e.g., from dataClassName). Empty or absent if the table has no tags.
cyera_sensitivity
The sensitivity level assigned by Cyera (e.g., "Unclassified", "NotSensitive", "Internal").
cyera_sensitivity_display_name
The human-readable display name for the Cyera sensitivity level (e.g., "Unclassified", "Public").
Column β Cyera Properties
When a column has Cyera classifications, the Cyera integration adds these indexed properties to the column resource:
cyera_tags
List of Cyera data classification tag names derived from Cyera's classifications (e.g., from dataClassName).
Columns do not have cyera_sensitivity or cyera_sensitivity_display_name in the current model; those apply at the table level in Cyera.
Relationships
The Cyera integration does not create new relationships. It enriches existing table and column resources.
Usage in EQL
You can filter and search by Cyera properties in Euno's search and EQL:
Examples:
Last updated