You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-cloudidentity/v1beta1/2.0.0/com/google/api/services/cloudidentity/v1beta1/model/Group.java
+24-15Lines changed: 24 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -80,14 +80,17 @@ public final class Group extends com.google.api.client.json.GenericJson {
80
80
privateEntityKeygroupKey;
81
81
82
82
/**
83
-
* Required. One or more label entries that apply to the Group. Currently supported labels contain
84
-
* a key with an empty value. Google Groups are the default type of group and have a label with a
85
-
* key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing
86
-
* Google Groups can have an additional label with a key of
83
+
* Required. One or more label entries that apply to the Group. Labels contain a key with an empty
84
+
* value. Google Groups are the default type of group and have a label with a key of
85
+
* `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google
86
+
* Groups can have an additional label with a key of
87
87
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
88
88
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
89
89
* label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for
90
-
* Cloud Search have a label with a key of `system/groups/external` and an empty value.
90
+
* Cloud Search have a label with a key of `system/groups/external` and an empty value. (Beta)
91
+
* Google Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group,
92
+
* add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value.
93
+
* Doing so locks the group. To unlock the group, remove this label.
91
94
* The value may be {@code null}.
92
95
*/
93
96
@com.google.api.client.util.Key
@@ -232,29 +235,35 @@ public Group setGroupKey(EntityKey groupKey) {
232
235
}
233
236
234
237
/**
235
-
* Required. One or more label entries that apply to the Group. Currently supported labels contain
236
-
* a key with an empty value. Google Groups are the default type of group and have a label with a
237
-
* key of `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing
238
-
* Google Groups can have an additional label with a key of
238
+
* Required. One or more label entries that apply to the Group. Labels contain a key with an empty
239
+
* value. Google Groups are the default type of group and have a label with a key of
240
+
* `cloudidentity.googleapis.com/groups.discussion_forum` and an empty value. Existing Google
241
+
* Groups can have an additional label with a key of
239
242
* `cloudidentity.googleapis.com/groups.security` and an empty value added to them. **This is an
240
243
* immutable change and the security label cannot be removed once added.** Dynamic groups have a
241
244
* label with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped groups for
242
-
* Cloud Search have a label with a key of `system/groups/external` and an empty value.
245
+
* Cloud Search have a label with a key of `system/groups/external` and an empty value. (Beta)
246
+
* Google Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock a group,
247
+
* add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an empty value.
248
+
* Doing so locks the group. To unlock the group, remove this label.
0 commit comments