whoCanApproveMembers property

String? whoCanApproveMembers
getter/setter pair

Specifies who can approve members who ask to join groups.

This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:

  • ALL_MEMBERS_CAN_APPROVE
  • ALL_MANAGERS_CAN_APPROVE
  • ALL_OWNERS_CAN_APPROVE
  • NONE_CAN_APPROVE

Implementation

core.String? whoCanApproveMembers;