permission property

String? permission
getter/setter pair

User’s permission for this domain.

Assigned by the server. Possible string values are:

  • "PERMISSION_UNSPECIFIED" : The default value and should never be used explicitly.
  • "OWNER" : User has read access to the domain and can share access with others.
  • "READER" : User has read access to the domain.
  • "NONE" : User doesn't have permission to access information about the domain. User did not verify ownership of domain nor was access granted by other domain owners.

Implementation

core.String? permission;