2.2.5.51 ServerRoleEventViewerAccess

This simple type is an enumeration that is used to specify the event viewer access status for the IPAM server on the managed machines.

 <xs:simpleType name="ServerRoleEventViewerAccess">
   <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 event viewer read access status is yet to be checked.

NotApplicable

The event viewer read access status is not applicable for the server role type.

Denied

The event viewer read access is denied permission.

Success

The event viewer read access is successful.