# BigID Integration Discovered Resources

## Overview

The BigID integration augments **table** and **column** resources with BigID attribute metadata. BigID does not create new resource types; it observes tables and columns that BigID has classified and adds BigID-specific indexed properties to the corresponding resources in Euno.

Only tables and columns that have BigID attributes are observed. The following properties are added to those resources.

## Table – BigID Properties

When a table has BigID attributes, the BigID integration adds these properties to the table resource:

| Property          | Value                                                                                                                                               |
| ----------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| bigid\_attributes | List of BigID attribute names assigned to the table (e.g., classification labels, data categories). Empty or absent if the table has no attributes. |

## Column – BigID Properties

When a column has BigID attributes, the BigID integration adds these indexed properties to the column resource:

| Property          | Value                                                                                                |
| ----------------- | ---------------------------------------------------------------------------------------------------- |
| bigid\_attributes | List of BigID attribute names assigned to the column (e.g., classification labels, data categories). |

## Relationships

The BigID integration does not create new relationships. It enriches existing table and column resources.

## Usage in EQL

You can filter and search by BigID properties in Euno's search and EQL:

**Examples**:

```
# Tables with at least one BigID attribute
bigid_attributes is not null

# Columns that have been classified by BigID
bigid_attributes is not null and type = "column"
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.euno.ai/sources/data-security/bigid-integration/bigid-integration-discovered-resources.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
