whoCanPostMessage property

String? whoCanPostMessage
getter/setter pair

Permissions to post messages.

Possible values are:

  • NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
  • When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
  • If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
  • ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
  • ALL_MEMBERS_CAN_POST: Any group member can post a message.
  • ALL_OWNERS_CAN_POST: Only group owners can post a message.
  • ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
  • ANYONE_CAN_POST: Any Internet user who outside your account can access your Google Groups service and post a message. Note: When whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.

Implementation

core.String? whoCanPostMessage;