2.2.5.45 ServerAuditType
This simple type is an enumeration which specifies the source of an audit information.
-
<xs:simpleType name="ServerAuditType"> <xs:restriction base="xsd:string"> <xs:enumeration value="None" /> <xs:enumeration value="Ipam" /> <xs:enumeration value="Dhcp" /> <xs:enumeration value="Nps" /> <xs:enumeration value="Dc" /> </xs:restriction> </xs:simpleType>
The following table describes the various values of this type.
|
Value |
Description |
|---|---|
|
None |
Unspecified or an invalid value. |
|
Ipam |
The audit information is from an IPAM server. |
|
Dhcp |
The audit information is from a DHCP server. |
|
Nps |
The audit information is from an NPS server. |
|
Dc |
The audit information is from a domain controller. |