Database Table: ACPOLGPPOL

This table stores the association between access control policy groups and access control policies. An access control policy that belongs to a policy group will be applied to all the organizations that subscribe to that policy group.

Column Name Column Type Column Description
ACPOLGRP_ID INTEGER
NOT NULL
ID of the access control policy group to which the access control policy belongs. Foreign key to ACPOLGRP table.
ACPOLICY_ID INTEGER
NOT NULL
ID of the access control policy. Foreign key to ACPOLICY table.
Indexes:
Index Name Indexed Column Names Index Type
SQL030416034828980 ACPOLICY_ID, ACPOLGRP_ID Primary Key
Constraints:
Constraint Name Column Names Foreign Table Name Foreign Column Names Constraint Type
F_1010 ACPOLICY_ID ACPOLICY ACPOLICY_ID Cascade
F_1011 ACPOLGRP_ID ACPOLGRP ACPOLGRP_ID Cascade

Referenced By:
Constraint Name Referenced Column Name Foreign Table Name Foreign Column Names Constraint Type
Not Applicable