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 Descriptions:
Name | Type | Description |
ACPOLICY_ID | INTEGER NOT NULL | The ID of the access control policy. It is a
foreign key to the ACPOLICY table. |
ACPOLGRP_ID | INTEGER NOT NULL | The ID of the access control policy group to
which the access control policy belongs. It is a foreign key to the
ACPOLGRP table. |
OPTCOUNTER | SMALLINT | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
Name | Column Names | Type |
<SYSTEM-GENERATED> | ACPOLICY_ID+ACPOLGRP_ID | Primary Key |
I0000438 | ACPOLGRP_ID | Non-Unique Index |
Constrained By Parent Tables:
Constraint | Columns | Parent Table | Parent Columns | Type |
F_1010 | ACPOLICY_ID | ACPOLICY | ACPOLICY_ID | Cascade |
F_1011 | ACPOLGRP_ID | ACPOLGRP | ACPOLGRP_ID | Cascade |