permission property

String? permission
getter/setter pair

The permission level that the user has for the specified domain. Possible string values are:

  • "PERMISSION_UNSPECIFIED" : Unspecified permission.
  • "READER" : User has read access to the domain.
  • "ADMIN" : User has admin access to the domain.
  • "OWNER" : User has owner access to the domain.
  • "NONE" : User has no access to the domain.

Implementation

core.String? permission;