CMDBAuditValueList structure
The CMDBAuditValueList
data structure holds a list of audit values to retrieve.
typedef struct CMDBAuditValueList
{
unsigned int operation;
ARAccessNameType changedBy;
ARTimestamp auditTimestamp;
ARNameList attrNameChangeList;
CMDBAuditValueList *attrAuditValueList;
} CMDBAuditValueList;
The CMDBAuditValueList
structure consists of the following elements:
operation |
The type of audit operation performed.
|
changedBy |
The user who performed the audit operation. |
auditTimestamp |
The date and time when the audit operation was performed. |
attrNameChangeList |
The list of attribute names that changed in the audit operation. |
attrAuditValueList |
The list of attribute values that changed for the specified attributes. |
Comments