A domain represents a thematic category that a data profile can fall under.
| JSON representation | 
|---|
| { "category" : enum ( | 
| Fields | |
|---|---|
| category |   A domain category that this profile is related to. | 
| signals[] |   The collection of signals that influenced selection of the category. | 
Category
This enum defines the various domain categories a data profile can fall under.
| Enums | |
|---|---|
| CATEGORY_UNSPECIFIED | Category unspecified. | 
| AI | Indicates that the data profile is related to artificial intelligence. When set, all findings stored to Security Command Center will set the corresponding AI domain field of Findingobjects. | 
| CODE | Indicates that the data profile is related to code. | 
Signal
The signal used to determine the category. This list may increase over time.
| Enums | |
|---|---|
| SIGNAL_UNSPECIFIED | Unused. | 
| MODEL | One or more machine learning models are present. | 
| TEXT_EMBEDDING | A table appears to be a text embedding. | 
| VERTEX_PLUGIN | The Cloud SQL Vertex AI plugin is installed on the database. | 
| VECTOR_PLUGIN | Support for Cloud SQL vector embeddings is enabled on the database. | 
| SOURCE_CODE | Source code is present. | 
| SERVICE | If the service determines the category type. For example, Vertex AI assets would always have a CategoryofAI. | 

