2.2.4.110 IPAuditRecord
The IPAuditRecord complex type is used to specify 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="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: This specifies the client identifier associated with the address audit event row if applicable.
DomainName: This specifies the name of the domain associated with the address audit row if applicable.
EventType: This specifies the type of the audit event the row represents.
HostName: This specifies the name of the host machine associated with the address audit row if applicable.
IPAddress: This specifies the IP address associated with the address audit row if applicable.
RecordId: This specifies a unique identifier for the data in the IPAM data store.
ServerType: This specifies the type of server that generated the address audit event.
SourceServerName: This specifies the name of the server that is the source of the address audit event.
TimeOfEvent: This specifies the time at which the audit event was generated.
UserName: This specifies the name of the user associated with the audit event if applicable.