The OV_PM_PolicyGroup table contains all policy groups. The ParentGroupId field links every policy group to its parent, and so creates the policy group hierarchy. Records in this table are cascaded. That is, all child policy groups are removed automatically when the parent policy group is removed.
Column Name | Constraint | Column Type | Description |
---|---|---|---|
GroupId | PK, I1 | uniqueidentifier | ID of the policy group. |
ParentGroupId | FK1 | uniqueidentifier | Reference to the parent policy group, if it exists. |
Name | FK1 | nvarchar(64) | Name of the policy group. |