2.2.5.50 ServerRoleAuditFileAccess

This simple type is an enumeration that is used to specify the access status the IPAM server has on the DHCP audit log file.

 <xs:simpleType name="ServerRoleAuditFileAccess">
   <xs:restriction base="xsd:string">
     <xs:enumeration value="NotChecked" />
     <xs:enumeration value="NotApplicable" />
     <xs:enumeration value="Denied" />
     <xs:enumeration value="Success" />
     
   </xs:restriction>
 </xs:simpleType>

The following table describes the various values of this type.

Value

Description

NotChecked

The DHCP audit log file read access status is yet to be checked.

NotApplicable

The DHCP audit log file access status is not applicable for the server role type.

Denied

The DHCP audit log file access is denied permission.

Success

The DHCP audit log file access is successful.