Share via


2.2.4.294 IPAuditRecord

The IPAuditRecord complex type specifies single IP address audit.

 <xs:complexType name="IPAuditRecord">
   <xs:complexContent mixed="false">
     <xs:extension base="ipam:IpamObject">
       <xs:sequence>
         <xs:element minOccurs="0" name="ClientId" nillable="true" type="xsd:base64Binary" />
         <xs:element minOccurs="0" name="DomainName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="EventType" type="ipam:IPAuditEventType" />
         <xs:element minOccurs="0" name="ForestName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="HostName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="IPAddress" nillable="true" type="sysnet:IPAddress" />
         <xs:element minOccurs="0" name="RecordId" type="xsd:long" />
         <xs:element minOccurs="0" name="ServerType" type="ipam:ServerAuditType" />
         <xs:element minOccurs="0" name="SourceServerName" nillable="true" type="xsd:string" />
         <xs:element minOccurs="0" name="TimeOfEvent" nillable="true" type="xsd:dateTime" />
         <xs:element minOccurs="0" name="UserName" nillable="true" type="xsd:string" />
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

ClientId: Specifies the client identifier associated with the address audit event row if applicable.

DomainName: Specifies the name of the domain associated with the address audit row if applicable.

EventType: Specifies the type of the audit event the row represents.

ForestName: Specifies the name of the forest associated with the address audit row if applicable.

HostName: Specifies the name of the host machine associated with the address audit row if applicable.

IPAddress: Specifies the IP address associated with the address audit row if applicable.

RecordId: Specifies a unique identifier for the data in the IPAM data store.

ServerType: Specifies the type of server that generated the address audit event.

SourceServerName: Specifies the name of the server that is the source of the address audit event.

TimeOfEvent: Specifies the time at which the audit event was generated.

UserName: Specifies the name of the user associated with the audit event if applicable.