Enum Class GroupDepartmentAdminUserAccess

java.lang.Object
java.lang.Enum<GroupDepartmentAdminUserAccess>
co.ecg.alpaca.toolkit.generated.enums.GroupDepartmentAdminUserAccess
All Implemented Interfaces:
Serializable, Comparable<GroupDepartmentAdminUserAccess>, Constable

public enum GroupDepartmentAdminUserAccess extends Enum<GroupDepartmentAdminUserAccess>
Group's policy for department administrator's access to user configuration. "Full" indicates full access to users in the department. "Read-Only Profile" indicates 1) the department administrator is restricted from adding or removing users, and 2) read-only access is granted to the user's profile. "No Profile" indicates 1) the department administrator is restricted from adding or removing users, and 2) no access is granted to the user's profile. "None" indicates no access to users in the department.
Author:
AlpacaGenerator