ImportedDomain Table

The ImportedDomain table holds all of the domains which have been retrieved from the source connections.

Note: To cater for multi-tenant mode, this table may contain data for multiple tenants. Access requires that the database TenantID has been set in the SQL Server connection context information. That setting filters an underlying table to produce this view of data for the single, selected tenant.
Table 1. Database columns for ImportedDomain table

Database Column

Details

ComplianceConnectionID

Type: integer. Key. Nullable

The identifier for a data source connection in the ComplianceConnection table.

ComplianceDomainID

Type: integer. Nullable

Identifier of the domain in the ComplianceDomain table that this imported domain links to. This is populated as part of the import process and does not need to be provided by the source connections.

QualifiedName

Type: text (max 200 characters). Key. Nullable

The fully qualified name of the domain.

FlatName

Type: text (max 200 characters). Key. Nullable

The flat name of the domain.