AUDIT_MGMT_OBLIGATION table
The AUDIT_MGMT_OBLIGATION table contains information about obligations that are related to access requests submitted through the Administrative console, Self-service user interface, and Identity Service Center user interface.
The AUDIT_MGMT_OBLIGATION table contains
the following columns.
| Column name | Column description | Data type |
|---|---|---|
| EVENT_ID* | Identifier that is assigned to this event. References AUDIT_EVENT (ID) | Numeric |
| ID* | Identifier of the activity. The value of this column serves as a foreign key for the AUDIT_MGMT_OBLIGATION_ATTRIB and AUDIT_MGMT_OBLIGATION_RESOURCE tables. | Numeric |
| PERSON_DN* | Distinguished name of the person for whom the access request was submitted to which the obligation is related. | Character (1000) |
| OBLIGATION_TYPE* | Type of the obligation.
|
Character (50) |
| SYSTEM_GENERATED* | Indicates whether the obligation was system-generated. Values are Y or N | Character (1) |
| ACCESS_FORM_TEMPLATE | Form template in JSON format that presents related attributes in the CREATE_ACCOUNT obligation. Form template will be shown only if the create account request is submitted from Identity Service Center. | Long character (100 K) |
* Indicates the column is required and not null.