ACCT_CHANGE
The ACCT_CHANGE
table represents general
information about account actions that result from a change in a system.
Column Name | Description | Data type |
---|---|---|
CHANGE_ID * |
Randomly generated unique ID. Primary key. | Character (32) |
ACCT_UID * |
The UID of the account. | Character (60) |
ACCT_IDENTIFIER * |
The UID of the account. | Character (255) |
SERVICE_NAME * |
Name of the service instance for the account action. | Character (200) |
SERVICE_IDENTIFIER * |
Global ID. | Character (255) |
OWNER_NAME * |
Name of the account owner. | Character (200) |
OWNER_IDENTIFIER * |
Global ID. | Character (255) |
OPERATION_TYPE * |
Type of operation:
|
Numeric |
PROVISION_PRIORITY |
Priority of provisioning when there is an ordered sequence with service prerequisites. | Numeric |
SEQUENCE_NR |
A sequence number. | |
REASON * |
Enforcement violation reason.
Values include: 0 – Disallowed 1 – Not Compliant 2 – Unknown Compliance State |
Numeric |
REVOKE_CHANGE * |
The compound key with a unique analysis session ID and a sequential number of the account action in the analysis. | Numeric |
STATUS |
The account
status. Values include: 0 – Pending 1 - Done |
Numeric |
POLICY_ANALYSIS_ID * |
The analysis session ID this account enforcement
action is associated. References POLICY_ANALYSIS(ANALYSIS_ID) . Primary key. |
Character (32) |
* Indicates the column is required and not null.