runLevelType Simple Type
Defines the possible values for the RunLevel (principalType) element.
<xs:simpleType name="runLevelType">
<xs:restriction
base="string"
>
<xs:enumeration
value="LeastPrivilege"
/>
<xs:enumeration
value="HighestAvailable"
/>
</xs:restriction>
</xs:simpleType>
Enumeration values
The runLevelType simple type defines the following values.
Value | Description |
---|---|
LeastPrivilege | Tasks are run with the least privileges (LUA). |
HighestAvailable | Tasks are run with the highest privileges. |
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |