@@ -36,116 +36,149 @@ The following arguments are supported:
36
36
37
37
In addition to the above arguments, the following attributes are exported:
38
38
39
- * ` is_archived `
39
+ * ` is_archived ` - Allows the Group contents to be archived.
40
40
41
- * ` kind `
41
+ * ` kind ` - The type of the resource.
42
42
43
- * ` name `
43
+ * ` name ` - Name of the group, which has a maximum size of 75 characters.
44
44
45
- * ` description `
45
+ * ` description ` - Description of the group.
46
46
47
- * ` allow_external_members `
47
+ * ` allow_external_members ` - Identifies whether members external
48
+ to your organization can join the group.
48
49
49
- * ` allow_google_communication `
50
+ * ` allow_google_communication ` - Deprecated. Allows Google to contact
51
+ administrator of the group.
50
52
51
- * ` allow_web_posting `
53
+ * ` allow_web_posting ` - Allows posting from web.
52
54
53
- * ` archive_only `
55
+ * ` archive_only ` - Allows the group to be archived only.
54
56
55
- * ` custom_footer_text `
57
+ * ` custom_footer_text ` - Set the content of custom footer text.
56
58
57
- * ` custom_reply_to `
59
+ * ` custom_reply_to ` - An email address used when replying to a message
60
+ if the replyTo property is set to REPLY_TO_CUSTOM. This address is defined
61
+ by an account administrator.
58
62
59
- * ` favorite_replies_on_top `
63
+ * ` favorite_replies_on_top ` - Indicates if favorite replies should be
64
+ displayed above other replies.
60
65
61
- * ` include_custom_footer `
66
+ * ` include_custom_footer ` - Whether to include custom footer.
62
67
63
- * ` include_in_global_address_list `
68
+ * ` include_in_global_address_list ` - Enables the group to be
69
+ included in the Global Address List.
64
70
65
- * ` max_message_bytes `
71
+ * ` max_message_bytes ` - Deprecated. The maximum size of a message is 25Mb.
66
72
67
- * ` members_can_post_as_the_group `
73
+ * ` members_can_post_as_the_group ` - Enables members to post messages as the group.
68
74
69
- * ` message_display_font `
75
+ * ` message_display_font ` - Deprecated. The default message display font
76
+ always has a value of "DEFAULT_FONT".
70
77
71
- * ` message_moderation_level `
78
+ * ` message_moderation_level ` - Moderation level of incoming messages.
72
79
73
- * ` primary_language `
80
+ * ` primary_language ` - The primary language for group. For a group's primary language use the language tags from
81
+ the G Suite languages found at G Suite Email Settings API Email Language Tags.
74
82
75
- * ` reply_to `
83
+ * ` reply_to ` - Specifies who should the default reply go to.
76
84
77
- * ` send_message_deny_notification `
85
+ * ` send_message_deny_notification ` - Allows a member to be notified if the
86
+ member's message to the group is denied by the group owner.
78
87
79
- * ` show_in_group_directory `
88
+ * ` show_in_group_directory ` - Deprecated. This is merged into the new
89
+ whoCanDiscoverGroup setting.
80
90
81
- * ` spam_moderation_level `
91
+ * ` spam_moderation_level ` - Specifies moderation levels for messages detected as spam.
82
92
83
- * ` who_can_add `
93
+ * ` who_can_add ` - This is merged into the new whoCanModerateMembers setting.
84
94
85
- * ` who_can_add_references `
95
+ * ` who_can_add_references ` - Deprecated. This functionality is no longer
96
+ supported in the Google Groups UI.
86
97
87
- * ` who_can_approve_members `
98
+ * ` who_can_approve_members ` - Specifies who can approve members who ask to join groups.
88
99
89
- * ` who_can_approve_messages `
100
+ * ` who_can_approve_messages ` - Deprecated. This is merged into the new
101
+ whoCanModerateContent setting.
90
102
91
- * ` who_can_assign_topics `
103
+ * ` who_can_assign_topics ` - Deprecated. This is merged into the new
104
+ whoCanAssistContent setting.
92
105
93
- * ` who_can_assist_content `
106
+ * ` who_can_assist_content ` - Specifies who can moderate metadata.
94
107
95
- * ` who_can_ban_users `
108
+ * ` who_can_ban_users ` - Specifies who can deny membership to users.
96
109
97
- * ` who_can_contact_owner `
110
+ * ` who_can_contact_owner ` - Permission to contact owner of the group via web UI.
98
111
99
- * ` who_can_delete_any_post `
112
+ * ` who_can_delete_any_post ` - Deprecated. This is merged into the new
113
+ whoCanModerateContent setting.
100
114
101
- * ` who_can_delete_topics `
115
+ * ` who_can_delete_topics ` - Deprecated. This is merged into the new
116
+ whoCanModerateContent setting.
102
117
103
- * ` who_can_discover_group `
118
+ * ` who_can_discover_group ` - Specifies the set of users for whom this group
119
+ is discoverable.
104
120
105
- * ` who_can_enter_free_form_tags `
121
+ * ` who_can_enter_free_form_tags ` - Deprecated. This is merged into the new
122
+ whoCanAssistContent setting.
106
123
107
- * ` who_can_hide_abuse `
124
+ * ` who_can_hide_abuse ` - Deprecated. This is merged into the new
125
+ whoCanModerateContent setting.
108
126
109
- * ` who_can_invite `
127
+ * ` who_can_invite ` - Deprecated. This is merged into the new
128
+ whoCanModerateMembers setting.
110
129
111
- * ` who_can_join `
130
+ * ` who_can_join ` - Permission to join group.
112
131
113
- * ` who_can_leave_group `
132
+ * ` who_can_leave_group ` - Permission to leave the group.
114
133
115
- * ` who_can_lock_topics `
134
+ * ` who_can_lock_topics ` - Deprecated. This is merged into the new
135
+ whoCanModerateContent setting.
116
136
117
- * ` who_can_make_topics_sticky `
137
+ * ` who_can_make_topics_sticky ` - Deprecated. This is merged into the new
138
+ whoCanModerateContent setting.
118
139
119
- * ` who_can_mark_duplicate `
140
+ * ` who_can_mark_duplicate ` - Deprecated. This is merged into the new
141
+ whoCanAssistContent setting.
120
142
121
- * ` who_can_mark_favorite_reply_on_any_topic `
143
+ * ` who_can_mark_favorite_reply_on_any_topic ` - Deprecated. This is merged into
144
+ the new whoCanAssistContent setting.
122
145
123
- * ` who_can_mark_favorite_reply_on_own_topic `
146
+ * ` who_can_mark_favorite_reply_on_own_topic ` - Deprecated. This is merged into
147
+ the new whoCanAssistContent setting.
124
148
125
- * ` who_can_mark_no_response_needed `
149
+ * ` who_can_mark_no_response_needed ` - Deprecated. This is merged into the new
150
+ whoCanAssistContent setting.
126
151
127
- * ` who_can_moderate_content `
152
+ * ` who_can_moderate_content ` - Specifies who can moderate content.
128
153
129
- * ` who_can_moderate_members `
154
+ * ` who_can_moderate_members ` - Specifies who can manage members.
130
155
131
- * ` who_can_modify_members `
156
+ * ` who_can_modify_members ` - Deprecated. This is merged into the new
157
+ whoCanModerateMembers setting.
132
158
133
- * ` who_can_modify_tags_and_categories `
159
+ * ` who_can_modify_tags_and_categories ` - Deprecated. This is merged into the
160
+ new whoCanAssistContent setting.
134
161
135
- * ` who_can_move_topics_in `
162
+ * ` who_can_move_topics_in ` - Deprecated. This is merged into the new
163
+ whoCanModerateContent setting.
136
164
137
- * ` who_can_move_topics_out `
165
+ * ` who_can_move_topics_out ` - Deprecated. This is merged into the new
166
+ whoCanModerateContent setting.
138
167
139
- * ` who_can_post_announcements `
168
+ * ` who_can_post_announcements ` - Deprecated. This is merged into the new
169
+ whoCanModerateContent setting.
140
170
141
- * ` who_can_post_message `
171
+ * ` who_can_post_message ` - Permissions to post messages.
142
172
143
- * ` who_can_take_topics `
173
+ * ` who_can_take_topics ` - Deprecated. This is merged into the new
174
+ whoCanAssistContent setting.
144
175
145
- * ` who_can_unassign_topic `
176
+ * ` who_can_unassign_topic ` - Deprecated. This is merged into the new
177
+ whoCanAssistContent setting.
146
178
147
- * ` who_can_unmark_favorite_reply_on_any_topic `
179
+ * ` who_can_unmark_favorite_reply_on_any_topic ` - Deprecated. This is merged into
180
+ the new whoCanAssistContent setting.
148
181
149
- * ` who_can_view_group `
182
+ * ` who_can_view_group ` - Permissions to view group messages.
150
183
151
- * ` who_can_view_membership `
184
+ * ` who_can_view_membership ` - Permissions to view membership.
0 commit comments