blob: 2325d848fb565383593493da8add1896d31bc020 [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">
78 <code><a href="#get">get(groupUniqueId)</a></code></p>
79<p class="firstline">Gets one resource by id.</p>
80<p class="toc_element">
81 <code><a href="#patch">patch(groupUniqueId, body)</a></code></p>
82<p class="firstline">Updates an existing resource. This method supports patch semantics.</p>
83<p class="toc_element">
84 <code><a href="#update">update(groupUniqueId, body)</a></code></p>
85<p class="firstline">Updates an existing resource.</p>
86<h3>Method Details</h3>
87<div class="method">
88 <code class="details" id="get">get(groupUniqueId)</code>
89 <pre>Gets one resource by id.
90
91Args:
92 groupUniqueId: string, The resource ID (required)
93
94Returns:
95 An object of the form:
96
97 { # JSON template for Group resource
98 "allowExternalMembers": "A String", # Are external members allowed to join the group.
99 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
100 "primaryLanguage": "A String", # Primary language for the group.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700101 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400102 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
103 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
104 "archiveOnly": "A String", # If the group is archive only
105 "isArchived": "A String", # If the contents of the group are archived.
106 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
107 "allowWebPosting": "A String", # If posting from web is allowed.
108 "email": "A String", # Email id of the group
109 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
110 "description": "A String", # Description of the group
111 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
112 "customReplyTo": "A String", # Default email to which reply to any message should go.
113 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700114 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400115 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700116 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
117 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400118 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700119 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400120 "kind": "groupsSettings#groups", # The type of the resource.
121 "name": "A String", # Name of the Group
122 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700123 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400124 "showInGroupDirectory": "A String", # Is the group listed in groups directory
125 "maxMessageBytes": 42, # Maximum message size allowed.
126 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
127 }</pre>
128</div>
129
130<div class="method">
131 <code class="details" id="patch">patch(groupUniqueId, body)</code>
132 <pre>Updates an existing resource. This method supports patch semantics.
133
134Args:
135 groupUniqueId: string, The resource ID (required)
136 body: object, The request body. (required)
137 The object takes the form of:
138
139{ # JSON template for Group resource
140 "allowExternalMembers": "A String", # Are external members allowed to join the group.
141 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
142 "primaryLanguage": "A String", # Primary language for the group.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700143 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400144 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
145 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
146 "archiveOnly": "A String", # If the group is archive only
147 "isArchived": "A String", # If the contents of the group are archived.
148 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
149 "allowWebPosting": "A String", # If posting from web is allowed.
150 "email": "A String", # Email id of the group
151 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
152 "description": "A String", # Description of the group
153 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
154 "customReplyTo": "A String", # Default email to which reply to any message should go.
155 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700156 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400157 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700158 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
159 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400160 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700161 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400162 "kind": "groupsSettings#groups", # The type of the resource.
163 "name": "A String", # Name of the Group
164 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700165 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400166 "showInGroupDirectory": "A String", # Is the group listed in groups directory
167 "maxMessageBytes": 42, # Maximum message size allowed.
168 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
169 }
170
171
172Returns:
173 An object of the form:
174
175 { # JSON template for Group resource
176 "allowExternalMembers": "A String", # Are external members allowed to join the group.
177 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
178 "primaryLanguage": "A String", # Primary language for the group.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700179 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400180 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
181 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
182 "archiveOnly": "A String", # If the group is archive only
183 "isArchived": "A String", # If the contents of the group are archived.
184 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
185 "allowWebPosting": "A String", # If posting from web is allowed.
186 "email": "A String", # Email id of the group
187 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
188 "description": "A String", # Description of the group
189 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
190 "customReplyTo": "A String", # Default email to which reply to any message should go.
191 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700192 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400193 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700194 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
195 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400196 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700197 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400198 "kind": "groupsSettings#groups", # The type of the resource.
199 "name": "A String", # Name of the Group
200 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700201 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400202 "showInGroupDirectory": "A String", # Is the group listed in groups directory
203 "maxMessageBytes": 42, # Maximum message size allowed.
204 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
205 }</pre>
206</div>
207
208<div class="method">
209 <code class="details" id="update">update(groupUniqueId, body)</code>
210 <pre>Updates an existing resource.
211
212Args:
213 groupUniqueId: string, The resource ID (required)
214 body: object, The request body. (required)
215 The object takes the form of:
216
217{ # JSON template for Group resource
218 "allowExternalMembers": "A String", # Are external members allowed to join the group.
219 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
220 "primaryLanguage": "A String", # Primary language for the group.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700221 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400222 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
223 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
224 "archiveOnly": "A String", # If the group is archive only
225 "isArchived": "A String", # If the contents of the group are archived.
226 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
227 "allowWebPosting": "A String", # If posting from web is allowed.
228 "email": "A String", # Email id of the group
229 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
230 "description": "A String", # Description of the group
231 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
232 "customReplyTo": "A String", # Default email to which reply to any message should go.
233 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700234 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400235 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700236 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
237 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400238 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700239 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400240 "kind": "groupsSettings#groups", # The type of the resource.
241 "name": "A String", # Name of the Group
242 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700243 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400244 "showInGroupDirectory": "A String", # Is the group listed in groups directory
245 "maxMessageBytes": 42, # Maximum message size allowed.
246 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
247 }
248
249
250Returns:
251 An object of the form:
252
253 { # JSON template for Group resource
254 "allowExternalMembers": "A String", # Are external members allowed to join the group.
255 "whoCanPostMessage": "A String", # Permissions to post messages to the group. Possible values are: NONE_CAN_POST ALL_MANAGERS_CAN_POST ALL_MEMBERS_CAN_POST ALL_IN_DOMAIN_CAN_POST ANYONE_CAN_POST
256 "primaryLanguage": "A String", # Primary language for the group.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700257 "whoCanViewMembership": "A String", # Permissions to view membership. Possible values are: ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400258 "defaultMessageDenyNotificationText": "A String", # Default message deny notification message
259 "includeInGlobalAddressList": "A String", # If this groups should be included in global address list or not.
260 "archiveOnly": "A String", # If the group is archive only
261 "isArchived": "A String", # If the contents of the group are archived.
262 "membersCanPostAsTheGroup": "A String", # Can members post using the group email address.
263 "allowWebPosting": "A String", # If posting from web is allowed.
264 "email": "A String", # Email id of the group
265 "messageModerationLevel": "A String", # Moderation level for messages. Possible values are: MODERATE_ALL_MESSAGES MODERATE_NON_MEMBERS MODERATE_NEW_MEMBERS MODERATE_NONE
266 "description": "A String", # Description of the group
267 "replyTo": "A String", # Whome should the default reply to a message go to. Possible values are: REPLY_TO_CUSTOM REPLY_TO_SENDER REPLY_TO_LIST REPLY_TO_OWNER REPLY_TO_IGNORE REPLY_TO_MANAGERS
268 "customReplyTo": "A String", # Default email to which reply to any message should go.
269 "sendMessageDenyNotification": "A String", # Should the member be notified if his message is denied by owner.
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700270 "whoCanContactOwner": "A String", # Permission to contact owner of the group via web UI. Possible values are: ANYONE_CAN_CONTACT ALL_IN_DOMAIN_CAN_CONTACT ALL_MEMBERS_CAN_CONTACT ALL_MANAGERS_CAN_CONTACT
John Asmuth614db982014-04-24 15:46:26 -0400271 "messageDisplayFont": "A String", # Default message display font. Possible values are: DEFAULT_FONT FIXED_WIDTH_FONT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700272 "whoCanLeaveGroup": "A String", # Permission to leave the group. Possible values are: ALL_MANAGERS_CAN_LEAVE ALL_MEMBERS_CAN_LEAVE NONE_CAN_LEAVE
273 "whoCanAdd": "A String", # Permissions to add members. Possible values are: ALL_MANAGERS_CAN_ADD ALL_MEMBERS_CAN_ADD NONE_CAN_ADD
John Asmuth614db982014-04-24 15:46:26 -0400274 "whoCanJoin": "A String", # Permissions to join the group. Possible values are: ANYONE_CAN_JOIN ALL_IN_DOMAIN_CAN_JOIN INVITED_CAN_JOIN CAN_REQUEST_TO_JOIN
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700275 "whoCanInvite": "A String", # Permissions to invite members. Possible values are: ALL_MEMBERS_CAN_INVITE ALL_MANAGERS_CAN_INVITE NONE_CAN_INVITE
John Asmuth614db982014-04-24 15:46:26 -0400276 "kind": "groupsSettings#groups", # The type of the resource.
277 "name": "A String", # Name of the Group
278 "spamModerationLevel": "A String", # Moderation level for messages detected as spam. Possible values are: ALLOW MODERATE SILENTLY_MODERATE REJECT
Jon Wayne Parrott0a471d32016-05-19 10:54:38 -0700279 "whoCanViewGroup": "A String", # Permissions to view group. Possible values are: ANYONE_CAN_VIEW ALL_IN_DOMAIN_CAN_VIEW ALL_MEMBERS_CAN_VIEW ALL_MANAGERS_CAN_VIEW
John Asmuth614db982014-04-24 15:46:26 -0400280 "showInGroupDirectory": "A String", # Is the group listed in groups directory
281 "maxMessageBytes": 42, # Maximum message size allowed.
282 "allowGoogleCommunication": "A String", # Is google allowed to contact admins.
283 }</pre>
284</div>
285
286</body></html>