assigneeType property

String? assigneeType
getter/setter pair

The type of the assignee (USER or GROUP).

Output only. Possible string values are:

  • "user" : An individual user within the domain.
  • "group" : A group within the domain.

Implementation

core.String? assigneeType;