This table stores all the access control resource groups in the system. The conditions column stores an XML document containing the constraints and attribute value pairs used for grouping the resources.
Column Descriptions
Column Name
| Column Type
| Description
|
ACRESGRP_ID
| INTEGER NOT NULL
| The resource group ID.
|
MEMBER_ID
| BIGINT NOT NULL
| The foreign key to the MEMBER table for the owner of this resource group. All resource groups should be owned by the root organization.
|
GRPNAME
| VARCHAR(254) NOT NULL
| The name of the resource group.
|
DESCRIPTION
| VARCHAR(254)
| Reserved for IBM internal use.
|
CONDITIONS
| VARCHAR(2500)
| An XML document describing the condition for this implicit resource group.
|
FIELD1
| VARCHAR(254)
| This column is customizable.
|
FIELD2
| VARCHAR(254)
| This column is customizable.
|
OPTCOUNTER
| SMALLINT
| Reserved for IBM internal use.
|