SecurityRole
No description
enum SecurityRole {
ADMIN
EMPLOYEE
PDL
}
Values
SecurityRole.ADMIN
Employee with administrator access to a park.
SecurityRole.EMPLOYEE
A normal employee with restricted access to a park.
SecurityRole.PDL
Employees with access to confidential data and all features of a park.
Member Of
AddUserRoleInput input ● DisableFeatureInput input ● EnableFeatureInput input ● RemoveUserRoleInput input