2.2.4.67 ConfigurationAuditRecord
The ConfigurationAuditRecord complex type specifies information for a single configuration audit event. The configuration audit record can represent both the IPAM configuration audit as well as the DHCP configuration audit event.
-
<xs:complexType name="ConfigurationAuditRecord"> <xs:complexContent mixed="false"> <xs:extension base="ipam:IpamObject"> <xs:sequence> <xs:element minOccurs="0" name="EventID" type="xsd:int" /> <xs:element minOccurs="0" name="EventParameters" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="Keywords" nillable="true" type="xsd:base64Binary" /> <xs:element minOccurs="0" name="Opcode" nillable="true" type="xsd:int" /> <xs:element minOccurs="0" name="RecordId" type="xsd:long" /> <xs:element minOccurs="0" name="ServerName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="ServerType" type="ipam:ServerAuditType" /> <xs:element minOccurs="0" name="ServerVersion" type="xsd:decimal" /> <xs:element minOccurs="0" name="TaskCategory" nillable="true" type="xsd:int" /> <xs:element minOccurs="0" name="TimeOfEvent" nillable="true" type="xsd:dateTime" /> <xs:element minOccurs="0" name="UserDomainName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="UserForestName" nillable="true" type="xsd:string" /> <xs:element minOccurs="0" name="UserName" nillable="true" type="xsd:string" /> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType>
EventID: The event identifier for the configuration audit event.
EventParameters: The XML representation of the event parameters (see [MS-EVEN6] section 2.2.13).
Keywords: The keywords data associated with the configuration audit event.
Opcode: The operation code data associated with the configuration audit event.
RecordId: The unique identifier for the data in the IPAM data store.
ServerName: The name of the server instance on which the configuration audit event was generated.
ServerType: Identifies the type of server (DHCP or IPAM) that generated the audit event.
ServerVersion: The version of the server which generated the audit event.
TaskCategory: The task category data associated with the audit event.
TimeOfEvent: The time at which the event occurred.
UserDomainName: The domain name of the user account responsible for the configuration change that triggered the audit event.
UserForestName: The forest name of the user account responsible for the configuration change that triggered the audit event.
UserName: The name of the user responsible for the configuration change that triggered the audit event.