blob: 8fc7f2711035c62a91b9582b5c09e845d6809687 [file] [log] [blame]
John Asmuth614db982014-04-24 15:46:26 -04001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="groupssettings_v1.html">Groups Settings API</a> . <a href="groupssettings_v1.groups.html">groups</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070078 <code><a href="#close">close()</a></code></p>
79<p class="firstline">Close httplib2 connections.</p>
80<p class="toc_element">
John Asmuth614db982014-04-24 15:46:26 -040081 <code><a href="#get">get(groupUniqueId)</a></code></p>
82<p class="firstline">Gets one resource by id.</p>
83<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070084 <code><a href="#patch">patch(groupUniqueId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040085<p class="firstline">Updates an existing resource. This method supports patch semantics.</p>
86<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070087 <code><a href="#update">update(groupUniqueId, body=None)</a></code></p>
John Asmuth614db982014-04-24 15:46:26 -040088<p class="firstline">Updates an existing resource.</p>
89<h3>Method Details</h3>
90<div class="method">
Dmitry Frenkel3e17f892020-10-06 16:46:05 -070091 <code class="details" id="close">close()</code>
92 <pre>Close httplib2 connections.</pre>
93</div>
94
95<div class="method">
John Asmuth614db982014-04-24 15:46:26 -040096 <code class="details" id="get">get(groupUniqueId)</code>
97 <pre>Gets one resource by id.
98
99Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700100 groupUniqueId: string, The group&#x27;s email address. (required)
John Asmuth614db982014-04-24 15:46:26 -0400101
102Returns:
103 An object of the form:
104
105 { # JSON template for Group resource
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800106 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
107 # - ALL_MEMBERS
108 # - OWNERS_AND_MANAGERS
109 # - MANAGERS_ONLY
110 # - OWNERS_ONLY
111 # - NONE
112 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
113 # - true
114 # - false
115 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
116 # - ALL_MEMBERS
117 # - OWNERS_AND_MANAGERS
118 # - OWNERS_ONLY
119 # - NONE
120 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
121 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
122 # If a group already has external members, those members can still send email to this group.
123 #
124 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
125 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
126 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
127 # - true: All groups in the account are listed in the Groups directory.
128 # - false: All groups in the account are not listed in the directory.
129 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
130 # - ALL_MEMBERS
131 # - OWNERS_AND_MANAGERS
132 # - OWNERS_ONLY
133 # - NONE
134 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
135 # - ALL_MEMBERS
136 # - OWNERS_AND_MANAGERS
137 # - MANAGERS_ONLY
138 # - OWNERS_ONLY
139 # - NONE
140 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
141 # - true: Group is included in the Global Address List.
142 # - false: Group is not included in the Global Address List.
143 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
144 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
145 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
146 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
147 #
148 # - REPLY_TO_SENDER: The reply sent to author of message.
149 # - REPLY_TO_LIST: This reply message is sent to the group.
150 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
151 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
152 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
153 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
154 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
155 # - ALL_MEMBERS
156 # - OWNERS_AND_MANAGERS
157 # - MANAGERS_ONLY
158 # - OWNERS_ONLY
159 # - NONE
160 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
161 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
162 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
163 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
164 # - NONE_CAN_ADD: No one can directly add new members.
165 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
166 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
167 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
168 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
169 # - false: The group is active and can receive messages.
170 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
171 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
172 # - ALL_MEMBERS
173 # - OWNERS_AND_MANAGERS
174 # - MANAGERS_ONLY
175 # - OWNERS_ONLY
176 # - NONE
177 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
178 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
179 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
180 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
181 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
182 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
183 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
184 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # 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:
185 # - ALL_MEMBERS_CAN_APPROVE
186 # - ALL_MANAGERS_CAN_APPROVE
187 # - ALL_OWNERS_CAN_APPROVE
188 # - NONE_CAN_APPROVE
189 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
190 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
191 # - ALL_MEMBERS
192 # - OWNERS_AND_MANAGERS
193 # - OWNERS_ONLY
194 # - NONE
195 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
196 # - true: When a message is rejected, send the deny message notification to the message author.
197 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
198 #
199 # - false: When a message is rejected, no notification is sent.
200 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
201 # - ALL_MEMBERS
202 # - OWNERS_AND_MANAGERS
203 # - MANAGERS_ONLY
204 # - OWNERS_ONLY
205 # - NONE
206 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
207 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
208 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
209 # - ALL_IN_DOMAIN_CAN_CONTACT
210 # - ALL_MANAGERS_CAN_CONTACT
211 # - ALL_MEMBERS_CAN_CONTACT
212 # - ANYONE_CAN_CONTACT
213 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
214 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
215 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
216 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
217 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
218 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
219 # - ALLOW: Post the message to the group.
220 # - MODERATE: Send the message to the moderation queue. This is the default.
221 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
222 # - REJECT: Immediately reject the message.
223 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
224 # - ALL_MEMBERS
225 # - OWNERS_AND_MANAGERS
226 # - MANAGERS_ONLY
227 # - OWNERS_ONLY
228 # - NONE
229 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
230 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
231 # - true: G Suite users external to your organization can become members of this group.
232 # - false: Users not belonging to the organization are not allowed to become members of this group.
233 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
234 # - ALL_MEMBERS
235 # - OWNERS_AND_MANAGERS
236 # - OWNERS_ONLY
237 # - NONE
238 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
239 # - ALL_MEMBERS
240 # - OWNERS_AND_MANAGERS
241 # - OWNERS_ONLY
242 # - NONE
243 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
244 # - ALL_MEMBERS
245 # - OWNERS_AND_MANAGERS
246 # - OWNERS_ONLY
247 # - NONE
248 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
249 # - ALL_MEMBERS
250 # - OWNERS_AND_MANAGERS
251 # - OWNERS_ONLY
252 # - NONE
253 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
254 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
255 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
256 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
257 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
258 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
259 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
260 # - false: Google can not contact managers of this group.
261 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
262 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
263 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
264 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
265 # - ALL_MEMBERS
266 # - OWNERS_AND_MANAGERS
267 # - OWNERS_ONLY
268 # - NONE
269 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
270 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
271 # - false: Members can not post in behalf of the group&#x27;s email address.
272 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
273 # - ALL_MEMBERS
274 # - OWNERS_AND_MANAGERS
275 # - MANAGERS_ONLY
276 # - OWNERS_ONLY
277 # - NONE
278 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
279 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
280 # - ALL_MEMBERS
281 # - OWNERS_AND_MANAGERS
282 # - OWNERS_ONLY
283 # - NONE
284 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
285 # - ALL_MEMBERS
286 # - OWNERS_AND_MANAGERS
287 # - MANAGERS_ONLY
288 # - OWNERS_ONLY
289 # - NONE
290 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
291 # - true
292 # - false
293 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
294 # - true: Archive messages sent to the group.
295 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
296 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
297 # - ALL_MEMBERS
298 # - OWNERS_AND_MANAGERS
299 # - OWNERS_ONLY
300 # - NONE
301 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
302 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
303 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
304 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
305 # - NONE_CAN_INVITE: No one can invite a new member candidate.
306 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
307 # - true
308 # - false
309 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
310 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
311 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
312 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
313 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
314 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
315 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
316 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
317 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
318 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
319 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
320 # - 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.
321 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
322 # - ALL_MEMBERS
323 # - OWNERS_AND_MANAGERS
324 # - OWNERS_ONLY
325 # - NONE
326 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
327 # - true: Allows any member to post to the group forum.
328 # - false: Members only use Gmail to communicate with the group.
329 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
330 # - ALL_MEMBERS
331 # - OWNERS_AND_MANAGERS
332 # - MANAGERS_ONLY
333 # - OWNERS_ONLY
334 # - NONE
335 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
336 # - ALL_MEMBERS
337 # - OWNERS_AND_MANAGERS
338 # - OWNERS_ONLY
339 # - NONE
340 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
341 # - ALL_MEMBERS
342 # - OWNERS_AND_MANAGERS
343 # - MANAGERS_ONLY
344 # - OWNERS_ONLY
345 # - NONE
346 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
347 # - true: Favorite replies will be displayed above other replies.
348 # - false: Favorite replies will not be displayed above other replies.
349 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
350 # - ANYONE_CAN_DISCOVER
351 # - ALL_IN_DOMAIN_CAN_DISCOVER
352 # - ALL_MEMBERS_CAN_DISCOVER
353 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
354 # - ALL_MEMBERS
355 # - OWNERS_AND_MANAGERS
356 # - MANAGERS_ONLY
357 # - OWNERS_ONLY
358 # - NONE
359 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
360 # - ALL_MEMBERS
361 # - OWNERS_AND_MANAGERS
362 # - OWNERS_ONLY
363 # - NONE
364 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
365 # - ALL_MANAGERS_CAN_LEAVE
366 # - ALL_MEMBERS_CAN_LEAVE
367 # - NONE_CAN_LEAVE
368 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400369</div>
370
371<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700372 <code class="details" id="patch">patch(groupUniqueId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400373 <pre>Updates an existing resource. This method supports patch semantics.
374
375Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700376 groupUniqueId: string, The group&#x27;s email address. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700377 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400378 The object takes the form of:
379
380{ # JSON template for Group resource
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800381 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
382 # - ALL_MEMBERS
383 # - OWNERS_AND_MANAGERS
384 # - MANAGERS_ONLY
385 # - OWNERS_ONLY
386 # - NONE
387 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
388 # - true
389 # - false
390 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
391 # - ALL_MEMBERS
392 # - OWNERS_AND_MANAGERS
393 # - OWNERS_ONLY
394 # - NONE
395 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
396 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
397 # If a group already has external members, those members can still send email to this group.
398 #
399 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
400 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
401 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
402 # - true: All groups in the account are listed in the Groups directory.
403 # - false: All groups in the account are not listed in the directory.
404 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
405 # - ALL_MEMBERS
406 # - OWNERS_AND_MANAGERS
407 # - OWNERS_ONLY
408 # - NONE
409 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
410 # - ALL_MEMBERS
411 # - OWNERS_AND_MANAGERS
412 # - MANAGERS_ONLY
413 # - OWNERS_ONLY
414 # - NONE
415 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
416 # - true: Group is included in the Global Address List.
417 # - false: Group is not included in the Global Address List.
418 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
419 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
420 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
421 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
422 #
423 # - REPLY_TO_SENDER: The reply sent to author of message.
424 # - REPLY_TO_LIST: This reply message is sent to the group.
425 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
426 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
427 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
428 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
429 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
430 # - ALL_MEMBERS
431 # - OWNERS_AND_MANAGERS
432 # - MANAGERS_ONLY
433 # - OWNERS_ONLY
434 # - NONE
435 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
436 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
437 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
438 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
439 # - NONE_CAN_ADD: No one can directly add new members.
440 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
441 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
442 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
443 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
444 # - false: The group is active and can receive messages.
445 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
446 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
447 # - ALL_MEMBERS
448 # - OWNERS_AND_MANAGERS
449 # - MANAGERS_ONLY
450 # - OWNERS_ONLY
451 # - NONE
452 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
453 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
454 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
455 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
456 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
457 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
458 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
459 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # 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:
460 # - ALL_MEMBERS_CAN_APPROVE
461 # - ALL_MANAGERS_CAN_APPROVE
462 # - ALL_OWNERS_CAN_APPROVE
463 # - NONE_CAN_APPROVE
464 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
465 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
466 # - ALL_MEMBERS
467 # - OWNERS_AND_MANAGERS
468 # - OWNERS_ONLY
469 # - NONE
470 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
471 # - true: When a message is rejected, send the deny message notification to the message author.
472 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
473 #
474 # - false: When a message is rejected, no notification is sent.
475 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
476 # - ALL_MEMBERS
477 # - OWNERS_AND_MANAGERS
478 # - MANAGERS_ONLY
479 # - OWNERS_ONLY
480 # - NONE
481 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
482 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
483 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
484 # - ALL_IN_DOMAIN_CAN_CONTACT
485 # - ALL_MANAGERS_CAN_CONTACT
486 # - ALL_MEMBERS_CAN_CONTACT
487 # - ANYONE_CAN_CONTACT
488 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
489 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
490 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
491 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
492 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
493 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
494 # - ALLOW: Post the message to the group.
495 # - MODERATE: Send the message to the moderation queue. This is the default.
496 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
497 # - REJECT: Immediately reject the message.
498 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
499 # - ALL_MEMBERS
500 # - OWNERS_AND_MANAGERS
501 # - MANAGERS_ONLY
502 # - OWNERS_ONLY
503 # - NONE
504 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
505 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
506 # - true: G Suite users external to your organization can become members of this group.
507 # - false: Users not belonging to the organization are not allowed to become members of this group.
508 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
509 # - ALL_MEMBERS
510 # - OWNERS_AND_MANAGERS
511 # - OWNERS_ONLY
512 # - NONE
513 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
514 # - ALL_MEMBERS
515 # - OWNERS_AND_MANAGERS
516 # - OWNERS_ONLY
517 # - NONE
518 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
519 # - ALL_MEMBERS
520 # - OWNERS_AND_MANAGERS
521 # - OWNERS_ONLY
522 # - NONE
523 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
524 # - ALL_MEMBERS
525 # - OWNERS_AND_MANAGERS
526 # - OWNERS_ONLY
527 # - NONE
528 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
529 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
530 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
531 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
532 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
533 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
534 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
535 # - false: Google can not contact managers of this group.
536 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
537 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
538 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
539 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
540 # - ALL_MEMBERS
541 # - OWNERS_AND_MANAGERS
542 # - OWNERS_ONLY
543 # - NONE
544 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
545 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
546 # - false: Members can not post in behalf of the group&#x27;s email address.
547 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
548 # - ALL_MEMBERS
549 # - OWNERS_AND_MANAGERS
550 # - MANAGERS_ONLY
551 # - OWNERS_ONLY
552 # - NONE
553 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
554 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
555 # - ALL_MEMBERS
556 # - OWNERS_AND_MANAGERS
557 # - OWNERS_ONLY
558 # - NONE
559 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
560 # - ALL_MEMBERS
561 # - OWNERS_AND_MANAGERS
562 # - MANAGERS_ONLY
563 # - OWNERS_ONLY
564 # - NONE
565 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
566 # - true
567 # - false
568 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
569 # - true: Archive messages sent to the group.
570 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
571 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
572 # - ALL_MEMBERS
573 # - OWNERS_AND_MANAGERS
574 # - OWNERS_ONLY
575 # - NONE
576 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
577 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
578 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
579 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
580 # - NONE_CAN_INVITE: No one can invite a new member candidate.
581 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
582 # - true
583 # - false
584 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
585 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
586 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
587 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
588 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
589 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
590 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
591 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
592 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
593 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
594 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
595 # - 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.
596 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
597 # - ALL_MEMBERS
598 # - OWNERS_AND_MANAGERS
599 # - OWNERS_ONLY
600 # - NONE
601 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
602 # - true: Allows any member to post to the group forum.
603 # - false: Members only use Gmail to communicate with the group.
604 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
605 # - ALL_MEMBERS
606 # - OWNERS_AND_MANAGERS
607 # - MANAGERS_ONLY
608 # - OWNERS_ONLY
609 # - NONE
610 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
611 # - ALL_MEMBERS
612 # - OWNERS_AND_MANAGERS
613 # - OWNERS_ONLY
614 # - NONE
615 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
616 # - ALL_MEMBERS
617 # - OWNERS_AND_MANAGERS
618 # - MANAGERS_ONLY
619 # - OWNERS_ONLY
620 # - NONE
621 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
622 # - true: Favorite replies will be displayed above other replies.
623 # - false: Favorite replies will not be displayed above other replies.
624 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
625 # - ANYONE_CAN_DISCOVER
626 # - ALL_IN_DOMAIN_CAN_DISCOVER
627 # - ALL_MEMBERS_CAN_DISCOVER
628 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
629 # - ALL_MEMBERS
630 # - OWNERS_AND_MANAGERS
631 # - MANAGERS_ONLY
632 # - OWNERS_ONLY
633 # - NONE
634 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
635 # - ALL_MEMBERS
636 # - OWNERS_AND_MANAGERS
637 # - OWNERS_ONLY
638 # - NONE
639 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
640 # - ALL_MANAGERS_CAN_LEAVE
641 # - ALL_MEMBERS_CAN_LEAVE
642 # - NONE_CAN_LEAVE
643}
644
645
646Returns:
647 An object of the form:
648
649 { # JSON template for Group resource
650 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
651 # - ALL_MEMBERS
652 # - OWNERS_AND_MANAGERS
653 # - MANAGERS_ONLY
654 # - OWNERS_ONLY
655 # - NONE
656 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
657 # - true
658 # - false
659 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
660 # - ALL_MEMBERS
661 # - OWNERS_AND_MANAGERS
662 # - OWNERS_ONLY
663 # - NONE
664 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
665 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
666 # If a group already has external members, those members can still send email to this group.
667 #
668 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
669 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
670 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
671 # - true: All groups in the account are listed in the Groups directory.
672 # - false: All groups in the account are not listed in the directory.
673 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
674 # - ALL_MEMBERS
675 # - OWNERS_AND_MANAGERS
676 # - OWNERS_ONLY
677 # - NONE
678 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
679 # - ALL_MEMBERS
680 # - OWNERS_AND_MANAGERS
681 # - MANAGERS_ONLY
682 # - OWNERS_ONLY
683 # - NONE
684 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
685 # - true: Group is included in the Global Address List.
686 # - false: Group is not included in the Global Address List.
687 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
688 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
689 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
690 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
691 #
692 # - REPLY_TO_SENDER: The reply sent to author of message.
693 # - REPLY_TO_LIST: This reply message is sent to the group.
694 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
695 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
696 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
697 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
698 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
699 # - ALL_MEMBERS
700 # - OWNERS_AND_MANAGERS
701 # - MANAGERS_ONLY
702 # - OWNERS_ONLY
703 # - NONE
704 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
705 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
706 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
707 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
708 # - NONE_CAN_ADD: No one can directly add new members.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800709 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
710 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
711 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
712 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
713 # - false: The group is active and can receive messages.
714 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
715 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -0700716 # - ALL_MEMBERS
717 # - OWNERS_AND_MANAGERS
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800718 # - MANAGERS_ONLY
719 # - OWNERS_ONLY
720 # - NONE
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800721 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800722 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
723 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
724 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
725 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
726 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
727 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800728 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # 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:
729 # - ALL_MEMBERS_CAN_APPROVE
730 # - ALL_MANAGERS_CAN_APPROVE
731 # - ALL_OWNERS_CAN_APPROVE
732 # - NONE_CAN_APPROVE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800733 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
734 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800735 # - ALL_MEMBERS
736 # - OWNERS_AND_MANAGERS
737 # - OWNERS_ONLY
738 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800739 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
740 # - true: When a message is rejected, send the deny message notification to the message author.
741 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
742 #
743 # - false: When a message is rejected, no notification is sent.
744 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
745 # - ALL_MEMBERS
746 # - OWNERS_AND_MANAGERS
747 # - MANAGERS_ONLY
748 # - OWNERS_ONLY
749 # - NONE
750 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
751 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800752 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
753 # - ALL_IN_DOMAIN_CAN_CONTACT
754 # - ALL_MANAGERS_CAN_CONTACT
755 # - ALL_MEMBERS_CAN_CONTACT
756 # - ANYONE_CAN_CONTACT
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800757 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
758 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
759 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
760 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
761 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
762 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
763 # - ALLOW: Post the message to the group.
764 # - MODERATE: Send the message to the moderation queue. This is the default.
765 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
766 # - REJECT: Immediately reject the message.
767 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
768 # - ALL_MEMBERS
769 # - OWNERS_AND_MANAGERS
770 # - MANAGERS_ONLY
771 # - OWNERS_ONLY
772 # - NONE
773 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
774 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
775 # - true: G Suite users external to your organization can become members of this group.
776 # - false: Users not belonging to the organization are not allowed to become members of this group.
777 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
778 # - ALL_MEMBERS
779 # - OWNERS_AND_MANAGERS
780 # - OWNERS_ONLY
781 # - NONE
782 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
783 # - ALL_MEMBERS
784 # - OWNERS_AND_MANAGERS
785 # - OWNERS_ONLY
786 # - NONE
787 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
788 # - ALL_MEMBERS
789 # - OWNERS_AND_MANAGERS
790 # - OWNERS_ONLY
791 # - NONE
792 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
793 # - ALL_MEMBERS
794 # - OWNERS_AND_MANAGERS
795 # - OWNERS_ONLY
796 # - NONE
797 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
798 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
799 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
800 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
801 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
802 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
803 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
804 # - false: Google can not contact managers of this group.
805 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
806 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
807 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
808 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
809 # - ALL_MEMBERS
810 # - OWNERS_AND_MANAGERS
811 # - OWNERS_ONLY
812 # - NONE
813 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
814 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
815 # - false: Members can not post in behalf of the group&#x27;s email address.
816 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
817 # - ALL_MEMBERS
818 # - OWNERS_AND_MANAGERS
819 # - MANAGERS_ONLY
820 # - OWNERS_ONLY
821 # - NONE
822 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
823 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
824 # - ALL_MEMBERS
825 # - OWNERS_AND_MANAGERS
826 # - OWNERS_ONLY
827 # - NONE
828 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
829 # - ALL_MEMBERS
830 # - OWNERS_AND_MANAGERS
831 # - MANAGERS_ONLY
832 # - OWNERS_ONLY
833 # - NONE
834 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
835 # - true
836 # - false
837 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
838 # - true: Archive messages sent to the group.
839 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
840 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
841 # - ALL_MEMBERS
842 # - OWNERS_AND_MANAGERS
843 # - OWNERS_ONLY
844 # - NONE
845 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
846 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
847 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
848 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
849 # - NONE_CAN_INVITE: No one can invite a new member candidate.
850 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
851 # - true
852 # - false
853 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
854 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
855 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
856 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
857 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
858 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
859 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
860 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
861 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
862 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
863 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
864 # - 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.
865 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
866 # - ALL_MEMBERS
867 # - OWNERS_AND_MANAGERS
868 # - OWNERS_ONLY
869 # - NONE
870 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
871 # - true: Allows any member to post to the group forum.
872 # - false: Members only use Gmail to communicate with the group.
873 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
874 # - ALL_MEMBERS
875 # - OWNERS_AND_MANAGERS
876 # - MANAGERS_ONLY
877 # - OWNERS_ONLY
878 # - NONE
879 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
880 # - ALL_MEMBERS
881 # - OWNERS_AND_MANAGERS
882 # - OWNERS_ONLY
883 # - NONE
884 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
885 # - ALL_MEMBERS
886 # - OWNERS_AND_MANAGERS
887 # - MANAGERS_ONLY
888 # - OWNERS_ONLY
889 # - NONE
890 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
891 # - true: Favorite replies will be displayed above other replies.
892 # - false: Favorite replies will not be displayed above other replies.
893 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
894 # - ANYONE_CAN_DISCOVER
895 # - ALL_IN_DOMAIN_CAN_DISCOVER
896 # - ALL_MEMBERS_CAN_DISCOVER
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800897 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
898 # - ALL_MEMBERS
899 # - OWNERS_AND_MANAGERS
900 # - MANAGERS_ONLY
901 # - OWNERS_ONLY
902 # - NONE
903 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
904 # - ALL_MEMBERS
905 # - OWNERS_AND_MANAGERS
906 # - OWNERS_ONLY
907 # - NONE
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -0800908 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
909 # - ALL_MANAGERS_CAN_LEAVE
910 # - ALL_MEMBERS_CAN_LEAVE
911 # - NONE_CAN_LEAVE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800912 }</pre>
John Asmuth614db982014-04-24 15:46:26 -0400913</div>
914
915<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700916 <code class="details" id="update">update(groupUniqueId, body=None)</code>
John Asmuth614db982014-04-24 15:46:26 -0400917 <pre>Updates an existing resource.
918
919Args:
Bu Sun Kim65020912020-05-20 12:08:20 -0700920 groupUniqueId: string, The group&#x27;s email address. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -0700921 body: object, The request body.
John Asmuth614db982014-04-24 15:46:26 -0400922 The object takes the form of:
923
924{ # JSON template for Group resource
Yoshi Automation Botb6971b02020-11-26 17:16:03 -0800925 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
926 # - ALL_MEMBERS
927 # - OWNERS_AND_MANAGERS
928 # - MANAGERS_ONLY
929 # - OWNERS_ONLY
930 # - NONE
931 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
932 # - true
933 # - false
934 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
935 # - ALL_MEMBERS
936 # - OWNERS_AND_MANAGERS
937 # - OWNERS_ONLY
938 # - NONE
939 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
940 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
941 # If a group already has external members, those members can still send email to this group.
942 #
943 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
944 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
945 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
946 # - true: All groups in the account are listed in the Groups directory.
947 # - false: All groups in the account are not listed in the directory.
948 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
949 # - ALL_MEMBERS
950 # - OWNERS_AND_MANAGERS
951 # - OWNERS_ONLY
952 # - NONE
953 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
954 # - ALL_MEMBERS
955 # - OWNERS_AND_MANAGERS
956 # - MANAGERS_ONLY
957 # - OWNERS_ONLY
958 # - NONE
959 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
960 # - true: Group is included in the Global Address List.
961 # - false: Group is not included in the Global Address List.
962 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
963 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
964 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
965 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
966 #
967 # - REPLY_TO_SENDER: The reply sent to author of message.
968 # - REPLY_TO_LIST: This reply message is sent to the group.
969 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
970 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
971 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
972 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
973 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
974 # - ALL_MEMBERS
975 # - OWNERS_AND_MANAGERS
976 # - MANAGERS_ONLY
977 # - OWNERS_ONLY
978 # - NONE
979 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
980 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
981 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
982 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
983 # - NONE_CAN_ADD: No one can directly add new members.
984 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
985 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
986 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
987 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
988 # - false: The group is active and can receive messages.
989 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
990 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
991 # - ALL_MEMBERS
992 # - OWNERS_AND_MANAGERS
993 # - MANAGERS_ONLY
994 # - OWNERS_ONLY
995 # - NONE
996 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
997 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
998 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
999 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
1000 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
1001 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
1002 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
1003 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # 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:
1004 # - ALL_MEMBERS_CAN_APPROVE
1005 # - ALL_MANAGERS_CAN_APPROVE
1006 # - ALL_OWNERS_CAN_APPROVE
1007 # - NONE_CAN_APPROVE
1008 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
1009 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
1010 # - ALL_MEMBERS
1011 # - OWNERS_AND_MANAGERS
1012 # - OWNERS_ONLY
1013 # - NONE
1014 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
1015 # - true: When a message is rejected, send the deny message notification to the message author.
1016 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
1017 #
1018 # - false: When a message is rejected, no notification is sent.
1019 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
1020 # - ALL_MEMBERS
1021 # - OWNERS_AND_MANAGERS
1022 # - MANAGERS_ONLY
1023 # - OWNERS_ONLY
1024 # - NONE
1025 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
1026 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
1027 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
1028 # - ALL_IN_DOMAIN_CAN_CONTACT
1029 # - ALL_MANAGERS_CAN_CONTACT
1030 # - ALL_MEMBERS_CAN_CONTACT
1031 # - ANYONE_CAN_CONTACT
1032 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
1033 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
1034 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
1035 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
1036 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
1037 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
1038 # - ALLOW: Post the message to the group.
1039 # - MODERATE: Send the message to the moderation queue. This is the default.
1040 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
1041 # - REJECT: Immediately reject the message.
1042 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
1043 # - ALL_MEMBERS
1044 # - OWNERS_AND_MANAGERS
1045 # - MANAGERS_ONLY
1046 # - OWNERS_ONLY
1047 # - NONE
1048 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
1049 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
1050 # - true: G Suite users external to your organization can become members of this group.
1051 # - false: Users not belonging to the organization are not allowed to become members of this group.
1052 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
1053 # - ALL_MEMBERS
1054 # - OWNERS_AND_MANAGERS
1055 # - OWNERS_ONLY
1056 # - NONE
1057 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
1058 # - ALL_MEMBERS
1059 # - OWNERS_AND_MANAGERS
1060 # - OWNERS_ONLY
1061 # - NONE
1062 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
1063 # - ALL_MEMBERS
1064 # - OWNERS_AND_MANAGERS
1065 # - OWNERS_ONLY
1066 # - NONE
1067 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
1068 # - ALL_MEMBERS
1069 # - OWNERS_AND_MANAGERS
1070 # - OWNERS_ONLY
1071 # - NONE
1072 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
1073 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
1074 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
1075 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
1076 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
1077 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
1078 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
1079 # - false: Google can not contact managers of this group.
1080 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
1081 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
1082 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
1083 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
1084 # - ALL_MEMBERS
1085 # - OWNERS_AND_MANAGERS
1086 # - OWNERS_ONLY
1087 # - NONE
1088 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
1089 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
1090 # - false: Members can not post in behalf of the group&#x27;s email address.
1091 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
1092 # - ALL_MEMBERS
1093 # - OWNERS_AND_MANAGERS
1094 # - MANAGERS_ONLY
1095 # - OWNERS_ONLY
1096 # - NONE
1097 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
1098 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
1099 # - ALL_MEMBERS
1100 # - OWNERS_AND_MANAGERS
1101 # - OWNERS_ONLY
1102 # - NONE
1103 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
1104 # - ALL_MEMBERS
1105 # - OWNERS_AND_MANAGERS
1106 # - MANAGERS_ONLY
1107 # - OWNERS_ONLY
1108 # - NONE
1109 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
1110 # - true
1111 # - false
1112 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
1113 # - true: Archive messages sent to the group.
1114 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
1115 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
1116 # - ALL_MEMBERS
1117 # - OWNERS_AND_MANAGERS
1118 # - OWNERS_ONLY
1119 # - NONE
1120 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
1121 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
1122 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
1123 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
1124 # - NONE_CAN_INVITE: No one can invite a new member candidate.
1125 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
1126 # - true
1127 # - false
1128 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
1129 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
1130 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
1131 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
1132 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
1133 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
1134 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
1135 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
1136 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
1137 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
1138 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
1139 # - 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.
1140 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
1141 # - ALL_MEMBERS
1142 # - OWNERS_AND_MANAGERS
1143 # - OWNERS_ONLY
1144 # - NONE
1145 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
1146 # - true: Allows any member to post to the group forum.
1147 # - false: Members only use Gmail to communicate with the group.
1148 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
1149 # - ALL_MEMBERS
1150 # - OWNERS_AND_MANAGERS
1151 # - MANAGERS_ONLY
1152 # - OWNERS_ONLY
1153 # - NONE
1154 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
1155 # - ALL_MEMBERS
1156 # - OWNERS_AND_MANAGERS
1157 # - OWNERS_ONLY
1158 # - NONE
1159 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
1160 # - ALL_MEMBERS
1161 # - OWNERS_AND_MANAGERS
1162 # - MANAGERS_ONLY
1163 # - OWNERS_ONLY
1164 # - NONE
1165 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
1166 # - true: Favorite replies will be displayed above other replies.
1167 # - false: Favorite replies will not be displayed above other replies.
1168 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
1169 # - ANYONE_CAN_DISCOVER
1170 # - ALL_IN_DOMAIN_CAN_DISCOVER
1171 # - ALL_MEMBERS_CAN_DISCOVER
1172 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
1173 # - ALL_MEMBERS
1174 # - OWNERS_AND_MANAGERS
1175 # - MANAGERS_ONLY
1176 # - OWNERS_ONLY
1177 # - NONE
1178 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
1179 # - ALL_MEMBERS
1180 # - OWNERS_AND_MANAGERS
1181 # - OWNERS_ONLY
1182 # - NONE
1183 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
1184 # - ALL_MANAGERS_CAN_LEAVE
1185 # - ALL_MEMBERS_CAN_LEAVE
1186 # - NONE_CAN_LEAVE
1187}
1188
1189
1190Returns:
1191 An object of the form:
1192
1193 { # JSON template for Group resource
1194 &quot;whoCanTakeTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to take topics in a forum. Possible values are:
1195 # - ALL_MEMBERS
1196 # - OWNERS_AND_MANAGERS
1197 # - MANAGERS_ONLY
1198 # - OWNERS_ONLY
1199 # - NONE
1200 &quot;enableCollaborativeInbox&quot;: &quot;A String&quot;, # Specifies whether a collaborative inbox will remain turned on for the group. Possible values are:
1201 # - true
1202 # - false
1203 &quot;whoCanModerateContent&quot;: &quot;A String&quot;, # Specifies who can moderate content. Possible values are:
1204 # - ALL_MEMBERS
1205 # - OWNERS_AND_MANAGERS
1206 # - OWNERS_ONLY
1207 # - NONE
1208 &quot;whoCanViewMembership&quot;: &quot;A String&quot;, # Permissions to view membership. Possible values are:
1209 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in the account can view the group members list.
1210 # If a group already has external members, those members can still send email to this group.
1211 #
1212 # - ALL_MEMBERS_CAN_VIEW: The group members can view the group members list.
1213 # - ALL_MANAGERS_CAN_VIEW: The group managers can view group members list.
1214 &quot;showInGroupDirectory&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanDiscoverGroup setting. Allows the group to be visible in the Groups Directory. Possible values are:
1215 # - true: All groups in the account are listed in the Groups directory.
1216 # - false: All groups in the account are not listed in the directory.
1217 &quot;whoCanMakeTopicsSticky&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can make topics appear at the top of the topic list. Possible values are:
1218 # - ALL_MEMBERS
1219 # - OWNERS_AND_MANAGERS
1220 # - OWNERS_ONLY
1221 # - NONE
1222 &quot;whoCanMarkFavoriteReplyOnOwnTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a post for a topic they started as a favorite reply. Possible values are:
1223 # - ALL_MEMBERS
1224 # - OWNERS_AND_MANAGERS
1225 # - MANAGERS_ONLY
1226 # - OWNERS_ONLY
1227 # - NONE
1228 &quot;includeInGlobalAddressList&quot;: &quot;A String&quot;, # Enables the group to be included in the Global Address List. For more information, see the help center. Possible values are:
1229 # - true: Group is included in the Global Address List.
1230 # - false: Group is not included in the Global Address List.
1231 &quot;defaultMessageDenyNotificationText&quot;: &quot;A String&quot;, # When a message is rejected, this is text for the rejection notification sent to the message&#x27;s author. By default, this property is empty and has no value in the API&#x27;s response body. The maximum notification text size is 10,000 characters. Note: Requires sendMessageDenyNotification property to be true.
1232 &quot;replyTo&quot;: &quot;A String&quot;, # Specifies who receives the default reply. Possible values are:
1233 # - REPLY_TO_CUSTOM: For replies to messages, use the group&#x27;s custom email address.
1234 # When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds the custom email address used when replying to a message. If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a value. Otherwise an error is returned.
1235 #
1236 # - REPLY_TO_SENDER: The reply sent to author of message.
1237 # - REPLY_TO_LIST: This reply message is sent to the group.
1238 # - REPLY_TO_OWNER: The reply is sent to the owner(s) of the group. This does not include the group&#x27;s managers.
1239 # - REPLY_TO_IGNORE: Group users individually decide where the message reply is sent.
1240 # - REPLY_TO_MANAGERS: This reply message is sent to the group&#x27;s managers, which includes all managers and the group owner.
1241 &quot;maxMessageBytes&quot;: 42, # Deprecated. The maximum size of a message is 25Mb.
1242 &quot;whoCanMarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark any other user&#x27;s post as a favorite reply. Possible values are:
1243 # - ALL_MEMBERS
1244 # - OWNERS_AND_MANAGERS
1245 # - MANAGERS_ONLY
1246 # - OWNERS_ONLY
1247 # - NONE
1248 &quot;whoCanAdd&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to add members. Possible values are:
1249 # - ALL_MEMBERS_CAN_ADD: Managers and members can directly add new members.
1250 # - ALL_MANAGERS_CAN_ADD: Only managers can directly add new members. this includes the group&#x27;s owner.
1251 # - ALL_OWNERS_CAN_ADD: Only owners can directly add new members.
1252 # - NONE_CAN_ADD: No one can directly add new members.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001253 &quot;archiveOnly&quot;: &quot;A String&quot;, # Allows the group to be archived only. Possible values are:
1254 # - true: Group is archived and the group is inactive. New messages to this group are rejected. The older archived messages are browseable and searchable.
1255 # - If true, the whoCanPostMessage property is set to NONE_CAN_POST.
1256 # - If reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
1257 # - false: The group is active and can receive messages.
1258 # - When false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
1259 &quot;whoCanUnassignTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unassign any topic in a forum. Possible values are:
Bu Sun Kim673ec5c2020-11-16 11:05:03 -07001260 # - ALL_MEMBERS
1261 # - OWNERS_AND_MANAGERS
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001262 # - MANAGERS_ONLY
1263 # - OWNERS_ONLY
1264 # - NONE
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001265 &quot;primaryLanguage&quot;: &quot;A String&quot;, # The primary language for group. For a group&#x27;s primary language use the language tags from the G Suite languages found at G Suite Email Settings API Email Language Tags.
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001266 &quot;messageModerationLevel&quot;: &quot;A String&quot;, # Moderation level of incoming messages. Possible values are:
1267 # - MODERATE_ALL_MESSAGES: All messages are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
1268 # - MODERATE_NON_MEMBERS: All messages from non group members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
1269 # - MODERATE_NEW_MEMBERS: All messages from new members are sent to the group owner&#x27;s email address for approval. If approved, the message is sent to the group.
1270 # - MODERATE_NONE: No moderator approval is required. Messages are delivered directly to the group. Note: When the whoCanPostMessage is set to ANYONE_CAN_POST, we recommend the messageModerationLevel be set to MODERATE_NON_MEMBERS to protect the group from possible spam.
1271 # When memberCanPostAsTheGroup is true, any message moderation settings on individual users or new members will not apply to posts made on behalf of the group.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001272 &quot;whoCanApproveMembers&quot;: &quot;A String&quot;, # 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:
1273 # - ALL_MEMBERS_CAN_APPROVE
1274 # - ALL_MANAGERS_CAN_APPROVE
1275 # - ALL_OWNERS_CAN_APPROVE
1276 # - NONE_CAN_APPROVE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001277 &quot;whoCanAddReferences&quot;: &quot;A String&quot;, # Deprecated. This functionality is no longer supported in the Google Groups UI. The value is always &quot;NONE&quot;.
1278 &quot;whoCanLockTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can prevent users from posting replies to topics. Possible values are:
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001279 # - ALL_MEMBERS
1280 # - OWNERS_AND_MANAGERS
1281 # - OWNERS_ONLY
1282 # - NONE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001283 &quot;sendMessageDenyNotification&quot;: &quot;A String&quot;, # Allows a member to be notified if the member&#x27;s message to the group is denied by the group owner. Possible values are:
1284 # - true: When a message is rejected, send the deny message notification to the message author.
1285 # The defaultMessageDenyNotificationText property is dependent on the sendMessageDenyNotification property being true.
1286 #
1287 # - false: When a message is rejected, no notification is sent.
1288 &quot;whoCanAssistContent&quot;: &quot;A String&quot;, # Specifies who can moderate metadata. Possible values are:
1289 # - ALL_MEMBERS
1290 # - OWNERS_AND_MANAGERS
1291 # - MANAGERS_ONLY
1292 # - OWNERS_ONLY
1293 # - NONE
1294 &quot;messageDisplayFont&quot;: &quot;A String&quot;, # Deprecated. The default message display font always has a value of &quot;DEFAULT_FONT&quot;.
1295 &quot;customFooterText&quot;: &quot;A String&quot;, # Set the content of custom footer text. The maximum number of characters is 1,000.
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001296 &quot;whoCanContactOwner&quot;: &quot;A String&quot;, # Permission to contact owner of the group via web UI. Possible values are:
1297 # - ALL_IN_DOMAIN_CAN_CONTACT
1298 # - ALL_MANAGERS_CAN_CONTACT
1299 # - ALL_MEMBERS_CAN_CONTACT
1300 # - ANYONE_CAN_CONTACT
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001301 &quot;whoCanJoin&quot;: &quot;A String&quot;, # Permission to join group. Possible values are:
1302 # - ANYONE_CAN_JOIN: Anyone in the account domain can join. This includes accounts with multiple domains.
1303 # - ALL_IN_DOMAIN_CAN_JOIN: Any Internet user who is outside your domain can access your Google Groups service and view the list of groups in your Groups directory. Warning: Group owners can add external addresses, outside of the domain to their groups. They can also allow people outside your domain to join their groups. If you later disable this option, any external addresses already added to users&#x27; groups remain in those groups.
1304 # - INVITED_CAN_JOIN: Candidates for membership can be invited to join.
1305 # - CAN_REQUEST_TO_JOIN: Non members can request an invitation to join.
1306 &quot;spamModerationLevel&quot;: &quot;A String&quot;, # Specifies moderation levels for messages detected as spam. Possible values are:
1307 # - ALLOW: Post the message to the group.
1308 # - MODERATE: Send the message to the moderation queue. This is the default.
1309 # - SILENTLY_MODERATE: Send the message to the moderation queue, but do not send notification to moderators.
1310 # - REJECT: Immediately reject the message.
1311 &quot;whoCanModifyTagsAndCategories&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to change tags and categories. Possible values are:
1312 # - ALL_MEMBERS
1313 # - OWNERS_AND_MANAGERS
1314 # - MANAGERS_ONLY
1315 # - OWNERS_ONLY
1316 # - NONE
1317 &quot;kind&quot;: &quot;groupsSettings#groups&quot;, # The type of the resource. It is always groupsSettings#groups.
1318 &quot;allowExternalMembers&quot;: &quot;A String&quot;, # Identifies whether members external to your organization can join the group. Possible values are:
1319 # - true: G Suite users external to your organization can become members of this group.
1320 # - false: Users not belonging to the organization are not allowed to become members of this group.
1321 &quot;whoCanDeleteTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete topics. Possible values are:
1322 # - ALL_MEMBERS
1323 # - OWNERS_AND_MANAGERS
1324 # - OWNERS_ONLY
1325 # - NONE
1326 &quot;whoCanApproveMessages&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can approve pending messages in the moderation queue. Possible values are:
1327 # - ALL_MEMBERS
1328 # - OWNERS_AND_MANAGERS
1329 # - OWNERS_ONLY
1330 # - NONE
1331 &quot;whoCanModerateMembers&quot;: &quot;A String&quot;, # Specifies who can manage members. Possible values are:
1332 # - ALL_MEMBERS
1333 # - OWNERS_AND_MANAGERS
1334 # - OWNERS_ONLY
1335 # - NONE
1336 &quot;whoCanModifyMembers&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Specifies who can change group members&#x27; roles. Possible values are:
1337 # - ALL_MEMBERS
1338 # - OWNERS_AND_MANAGERS
1339 # - OWNERS_ONLY
1340 # - NONE
1341 &quot;whoCanViewGroup&quot;: &quot;A String&quot;, # Permissions to view group messages. Possible values are:
1342 # - ANYONE_CAN_VIEW: Any Internet user can view the group&#x27;s messages.
1343 # - ALL_IN_DOMAIN_CAN_VIEW: Anyone in your account can view this group&#x27;s messages.
1344 # - ALL_MEMBERS_CAN_VIEW: All group members can view the group&#x27;s messages.
1345 # - ALL_MANAGERS_CAN_VIEW: Any group manager can view this group&#x27;s messages.
1346 &quot;allowGoogleCommunication&quot;: &quot;A String&quot;, # Deprecated. Allows Google to contact administrator of the group.
1347 # - true: Allow Google to contact managers of this group. Occasionally Google may send updates on the latest features, ask for input on new features, or ask for permission to highlight your group.
1348 # - false: Google can not contact managers of this group.
1349 &quot;customReplyTo&quot;: &quot;A String&quot;, # An email address used when replying to a message if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined by an account administrator.
1350 # - When the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property holds a custom email address used when replying to a message.
1351 # - If the group&#x27;s ReplyTo property is set to REPLY_TO_CUSTOM, the customReplyTo property must have a text value or an error is returned.
1352 &quot;whoCanMoveTopicsOut&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics out of the group or forum. Possible values are:
1353 # - ALL_MEMBERS
1354 # - OWNERS_AND_MANAGERS
1355 # - OWNERS_ONLY
1356 # - NONE
1357 &quot;membersCanPostAsTheGroup&quot;: &quot;A String&quot;, # Enables members to post messages as the group. Possible values are:
1358 # - true: Group member can post messages using the group&#x27;s email address instead of their own email address. Message appear to originate from the group itself. Note: When true, any message moderation settings on individual users or new members do not apply to posts made on behalf of the group.
1359 # - false: Members can not post in behalf of the group&#x27;s email address.
1360 &quot;whoCanEnterFreeFormTags&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to enter free form tags for topics in a forum. Possible values are:
1361 # - ALL_MEMBERS
1362 # - OWNERS_AND_MANAGERS
1363 # - MANAGERS_ONLY
1364 # - OWNERS_ONLY
1365 # - NONE
1366 &quot;name&quot;: &quot;A String&quot;, # Name of the group, which has a maximum size of 75 characters.
1367 &quot;whoCanHideAbuse&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can hide posts by reporting them as abuse. Possible values are:
1368 # - ALL_MEMBERS
1369 # - OWNERS_AND_MANAGERS
1370 # - OWNERS_ONLY
1371 # - NONE
1372 &quot;whoCanUnmarkFavoriteReplyOnAnyTopic&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to unmark any post from a favorite reply. Possible values are:
1373 # - ALL_MEMBERS
1374 # - OWNERS_AND_MANAGERS
1375 # - MANAGERS_ONLY
1376 # - OWNERS_ONLY
1377 # - NONE
1378 &quot;includeCustomFooter&quot;: &quot;A String&quot;, # Whether to include custom footer. Possible values are:
1379 # - true
1380 # - false
1381 &quot;isArchived&quot;: &quot;A String&quot;, # Allows the Group contents to be archived. Possible values are:
1382 # - true: Archive messages sent to the group.
1383 # - false: Do not keep an archive of messages sent to this group. If false, previously archived messages remain in the archive.
1384 &quot;whoCanBanUsers&quot;: &quot;A String&quot;, # Specifies who can deny membership to users. This permission will be deprecated once it is merged into the new whoCanModerateMembers setting. Possible values are:
1385 # - ALL_MEMBERS
1386 # - OWNERS_AND_MANAGERS
1387 # - OWNERS_ONLY
1388 # - NONE
1389 &quot;whoCanInvite&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateMembers setting. Permissions to invite new members. Possible values are:
1390 # - ALL_MEMBERS_CAN_INVITE: Managers and members can invite a new member candidate.
1391 # - ALL_MANAGERS_CAN_INVITE: Only managers can invite a new member. This includes the group&#x27;s owner.
1392 # - ALL_OWNERS_CAN_INVITE: Only owners can invite a new member.
1393 # - NONE_CAN_INVITE: No one can invite a new member candidate.
1394 &quot;customRolesEnabledForSettingsToBeMerged&quot;: &quot;A String&quot;, # Specifies whether the group has a custom role that&#x27;s included in one of the settings being merged. This field is read-only and update/patch requests to it are ignored. Possible values are:
1395 # - true
1396 # - false
1397 &quot;email&quot;: &quot;A String&quot;, # The group&#x27;s email address. This property can be updated using the Directory API. Note: Only a group owner can change a group&#x27;s email address. A group manager can&#x27;t do this.
1398 # When you change your group&#x27;s address using the Directory API or the control panel, you are changing the address your subscribers use to send email and the web address people use to access your group. People can&#x27;t reach your group by visiting the old address.
1399 &quot;description&quot;: &quot;A String&quot;, # Description of the group. This property value may be an empty string if no group description has been entered. If entered, the maximum group description is no more than 300 characters.
1400 &quot;whoCanPostMessage&quot;: &quot;A String&quot;, # Permissions to post messages. Possible values are:
1401 # - NONE_CAN_POST: The group is disabled and archived. No one can post a message to this group.
1402 # - When archiveOnly is false, updating whoCanPostMessage to NONE_CAN_POST, results in an error.
1403 # - If archiveOnly is reverted from true to false, whoCanPostMessages is set to ALL_MANAGERS_CAN_POST.
1404 # - ALL_MANAGERS_CAN_POST: Managers, including group owners, can post messages.
1405 # - ALL_MEMBERS_CAN_POST: Any group member can post a message.
1406 # - ALL_OWNERS_CAN_POST: Only group owners can post a message.
1407 # - ALL_IN_DOMAIN_CAN_POST: Anyone in the account can post a message.
1408 # - 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.
1409 &quot;whoCanPostAnnouncements&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can post announcements, a special topic type. Possible values are:
1410 # - ALL_MEMBERS
1411 # - OWNERS_AND_MANAGERS
1412 # - OWNERS_ONLY
1413 # - NONE
1414 &quot;allowWebPosting&quot;: &quot;A String&quot;, # Allows posting from web. Possible values are:
1415 # - true: Allows any member to post to the group forum.
1416 # - false: Members only use Gmail to communicate with the group.
1417 &quot;whoCanMarkDuplicate&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as a duplicate of another topic. Possible values are:
1418 # - ALL_MEMBERS
1419 # - OWNERS_AND_MANAGERS
1420 # - MANAGERS_ONLY
1421 # - OWNERS_ONLY
1422 # - NONE
1423 &quot;whoCanMoveTopicsIn&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can move topics into the group or forum. Possible values are:
1424 # - ALL_MEMBERS
1425 # - OWNERS_AND_MANAGERS
1426 # - OWNERS_ONLY
1427 # - NONE
1428 &quot;whoCanMarkNoResponseNeeded&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to mark a topic as not needing a response. Possible values are:
1429 # - ALL_MEMBERS
1430 # - OWNERS_AND_MANAGERS
1431 # - MANAGERS_ONLY
1432 # - OWNERS_ONLY
1433 # - NONE
1434 &quot;favoriteRepliesOnTop&quot;: &quot;A String&quot;, # Indicates if favorite replies should be displayed above other replies.
1435 # - true: Favorite replies will be displayed above other replies.
1436 # - false: Favorite replies will not be displayed above other replies.
1437 &quot;whoCanDiscoverGroup&quot;: &quot;A String&quot;, # Specifies the set of users for whom this group is discoverable. Possible values are:
1438 # - ANYONE_CAN_DISCOVER
1439 # - ALL_IN_DOMAIN_CAN_DISCOVER
1440 # - ALL_MEMBERS_CAN_DISCOVER
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001441 &quot;whoCanAssignTopics&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanAssistContent setting. Permission to assign topics in a forum to another user. Possible values are:
1442 # - ALL_MEMBERS
1443 # - OWNERS_AND_MANAGERS
1444 # - MANAGERS_ONLY
1445 # - OWNERS_ONLY
1446 # - NONE
1447 &quot;whoCanDeleteAnyPost&quot;: &quot;A String&quot;, # Deprecated. This is merged into the new whoCanModerateContent setting. Specifies who can delete replies to topics. (Authors can always delete their own posts). Possible values are:
1448 # - ALL_MEMBERS
1449 # - OWNERS_AND_MANAGERS
1450 # - OWNERS_ONLY
1451 # - NONE
Yoshi Automation Bot0d561ef2020-11-25 07:50:41 -08001452 &quot;whoCanLeaveGroup&quot;: &quot;A String&quot;, # Permission to leave the group. Possible values are:
1453 # - ALL_MANAGERS_CAN_LEAVE
1454 # - ALL_MEMBERS_CAN_LEAVE
1455 # - NONE_CAN_LEAVE
Yoshi Automation Botb6971b02020-11-26 17:16:03 -08001456 }</pre>
John Asmuth614db982014-04-24 15:46:26 -04001457</div>
1458
1459</body></html>