SOD_RULE_ROLE table

The SOD_RULE_ROLE1 table stores information about the roles listed in a separation of duty policy rule. This table is used by the inner workings of separation of duty implementation and separation of duty reports.

Column Name Description Data type
ID* Separation of duty policy rule unique ID. Primary key. Numeric
POLICY_RULE_ID* Separation of duty policy rule ID associated with the data. References SOD_RULE(ID). Numeric
GLOBAL_ID* The global identifier of this role in LDAP. Numeric
NAME Name of this role. Character (256)
DESCRIPTION Description of this role. Character (500)
BUSINESS_UNIT_NAME Name of the business unit for this role. Character (100)
DN DN to this role as specified in ISIM LDAP store. Character (2000)

* Indicates the column is required and not null.

1 Indicates the table is added in release 5.1.

Parent topic: Separation of duty policy tables