AUDIT_MGMT_OBLIGATION table
The AUDIT_MGMT_OBLIGATION table contains information about obligations. These obligations are related to Access Management, Person Management, and Account Management that are submitted through the administrative console, Self-service user interface, and the 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* Enter of the obligation.
- CREATE_ACCOUNT, MODIFY_ACCOUNT, DELETE_ACCOUNT, SUSPEND_ACCOUNT, and RESTORE_ACCOUNT
- SET_SYNCPASSWORD, SELECT_ACCOUNTS, and CHANGE_PASSWORD
- CREATE_PERSON, MODIFY_PERSON, DELETE_PERSON, SUSPEND_PERSON, RESTORE_PERSON, TRANSFER_PERSON, and SELF_REGISTER.
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 is 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.
Parent topic: Access request management