UserPrivilege Enum

Definition

Caution

Deprecated in HPC Pack 2012 with Service Pack 1 (SP1). Use the UserRoles enumeration instead.

Indicates to which group the user belongs.

[System.Obsolete("Deprecated in HPC Pack 2012 with Service Pack 1 (SP1).  Use the UserRoles enumeration instead.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("FC865149-5068-4561-AB00-9BF8CEE7EC40")]
public enum UserPrivilege
type UserPrivilege = 
Public Enum UserPrivilege
Inheritance
UserPrivilege
Attributes

Fields

AccessDenied 0

The user has no access privileges (the user does not belong to the Administrators group or Users group). This enumeration member represents a value of 0.

Admin 2

The user belongs to the Administrators group on the head node. This enumeration member represents a value of 2.

JobAdministrator 8
JobOperator 4
User 1

The user belongs to the Users group on the head node. This enumeration member represents a value of 1.

Applies to