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 Description(s):
Column Name | Column Type | Description |
ACPOLGRP_ID |
INTEGER NOT NULL |
The ID of the access control policy group to which the organizational entity is subscribing. It is a foreign key to ACPOLGRP table. |
ORGENTITY_ID |
BIGINT NOT NULL |
The organizational entity ID of the organization that is subscribing to a policy group. It is a foreign key to the ORGENTITY table. |
OPTCOUNTER |
SMALLINT |
Reserved for IBM internal use. |
Index(es):
Index Name | Indexed Column Names | Index Type |
SQL050212031153450 |
ORGENTITY_ID+ACPOLGRP_ID |
Primary Key |
I0000437 |
ACPOLGRP_ID |
Non-Unique Index |
Constraint(s):
Constraint Name | Column Name(s) | Foreign Table Name | Foreign Column Name(s) | Constraint Type |
F_1012 |
ACPOLGRP_ID |
ACPOLGRP |
ACPOLGRP_ID |
Cascade |
F_1013 |
ORGENTITY_ID |
ORGENTITY |
ORGENTITY_ID |
Cascade |
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.