ACPLGPSUBS

This table stores the association between access control policy groups and organizational entities. An organizational entity that is associated with a policy group is said to subscribe to that policy group. The access control policies belonging to that policy group will apply to that organization. An organization can subscribe to multiple policy groups and multiple organizations can subscribe to the same policy group.

Column Descriptions:

NameTypeDescription
ACPOLGRP_IDINTEGER NOT NULLThe ID of the access control policy group to which the organizational entity is subscribing. It is a foreign key to ACPOLGRP table.
ORGENTITY_IDBIGINT NOT NULLThe organizational entity ID of the organization that is subscribing to a policy group. It is a foreign key to the ORGENTITY table.
OPTCOUNTERSMALLINTThe optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
<SYSTEM-GENERATED>ORGENTITY_ID+ACPOLGRP_IDPrimary Key
I0000437ACPOLGRP_IDNon-Unique Index

Constrained By Parent Tables:

ConstraintColumnsParent TableParent ColumnsType
F_1012ACPOLGRP_IDACPOLGRPACPOLGRP_IDCascade
F_1013ORGENTITY_IDORGENTITYORGENTITY_IDCascade