ScopingGroupMember Table

The ScopingGroupMember table holds the members of a given scoping group.

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 ScopingGroupMember table

Database Column

Details

ScopingGroupID

Type: integer. Key

The unique ID for the scoping group to which the member belongs.

ComplianceComputerID

Type: integer. Key. Nullable

A computer belonging to the scoping group. Foreign key to the ComplianceComputer table.

ComplianceUserID

Type: integer. Key. Nullable

A user belonging to the scoping group. Foreign key to the ComplianceUser table.