Enum Class ServiceProviderAdminUserAccess

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

public enum ServiceProviderAdminUserAccess extends Enum<ServiceProviderAdminUserAccess>
Policy for a service provider administrator's access to user configuration. "Full" indicates full access to users in the service provider. "Full Profile" indicates 1) the service provider administrator is restricted from adding or removing users, but 2) has full access to the user's profile "Read-Only Profile" indicates 1) the service provider 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 service provider 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 service provider.
Author:
AlpacaGenerator