userAccessType property
User type of the user profile.
This is a read-only field that can be left blank. Possible string values are:
- "NORMAL_USER" : Normal user managed by the customer.
- "SUPER_USER" : Super user managed by internal support teams.
- "INTERNAL_ADMINISTRATOR" : Internal administrator having super user access to only a specific set of networks.
- "READ_ONLY_SUPER_USER" : A super-user without permission to mutate any data.
Implementation
core.String? userAccessType;