permissionLevel property
The user's permission level for the site. Possible string values are:
- "SITE_PERMISSION_LEVEL_UNSPECIFIED"
- "SITE_OWNER" : Owner has complete access to the site.
- "SITE_FULL_USER" : Full users can access all data, and perform most of the operations.
- "SITE_RESTRICTED_USER" : Restricted users can access most of the data, and perform some operations.
- "SITE_UNVERIFIED_USER" : Unverified user has no access to site's data.
Implementation
core.String? permissionLevel;