Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Feature Request: Support Additional Settings in googleworkspace_group_settings Resource #489

Description

@duncanboa

Some of the settings that can be configured via the API are not currently supported by the googleworkspace_group_settings resource. Could the following settings be added?

  • default_sender (String): Default sender for members who can post messages as the group. Possible values:

    • DEFAULT_SELF: Messages will be sent from the user.
    • GROUP: Messages will be sent from the group.
  • description (String): Description of the group. This value may be an empty string if no group description has been provided. The maximum length is 300 characters.

  • favoriteRepliesOnTop (String): Indicates if favorite replies should be displayed above other replies. Possible values:

    • true: Favorite replies are displayed above other replies.
    • false: Favorite replies are not prioritized.
  • whoCanApproveMembers (String): Specifies who can approve members who request to join the group. This permission will be deprecated once it merges with the new whoCanModerateMembers setting. Possible values:

    • ALL_MEMBERS_CAN_APPROVE
    • ALL_MANAGERS_CAN_APPROVE
    • ALL_OWNERS_CAN_APPROVE
    • NONE_CAN_APPROVE
  • whoCanBanUsers (String): Specifies who can deny membership to users. This permission will be deprecated once it merges with the new whoCanModerateMembers setting. Possible values:

    • ALL_MEMBERS
    • OWNERS_AND_MANAGERS
    • OWNERS_ONLY
    • NONE

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions