permission property

String? permission
getter/setter pair

User's permission of this domain.

Output only. 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;