CMDBAuditInfoStruct structure
The CMDBAuditInfoStruct
data structure holds the audit information to set audit options for the class.
typedef struct CMDBAuditInfoStruct
{
unsigned int type;
CMDBQualifierStruct qual;
union
{
ARNameType logForm;
} u;
CMDB_CLASS_AUDITCHANGE_MASK auditMask;
} CMDBAuditInfoStruct;
The CMDBAuditInfoStruct
structure consists of the following elements:
type |
The type of audit option to set.
|
qual |
The qualification to retrieve the audit information for the class. |
logForm |
The name of the BMC Remedy AR System form for the Log audit option. |
auditMask |
The setting (Audit Only Changed Fields) for what type of activity triggers an audit. The options for auditMask are of the type
|
Comments