@@ -1828,16 +1828,18 @@ class Group
1828
1828
# @return [Google::Apis::CloudidentityV1::EntityKey]
1829
1829
attr_accessor :group_key
1830
1830
1831
- # Required. One or more label entries that apply to the Group. Currently
1832
- # supported labels contain a key with an empty value. Google Groups are the
1833
- # default type of group and have a label with a key of `cloudidentity.googleapis.
1834
- # com/groups.discussion_forum` and an empty value. Existing Google Groups can
1835
- # have an additional label with a key of `cloudidentity.googleapis.com/groups.
1836
- # security` and an empty value added to them. **This is an immutable change and
1837
- # the security label cannot be removed once added.** Dynamic groups have a label
1838
- # with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped
1839
- # groups for Cloud Search have a label with a key of `system/groups/external`
1840
- # and an empty value.
1831
+ # Required. One or more label entries that apply to the Group. Labels contain a
1832
+ # key with an empty value. Google Groups are the default type of group and have
1833
+ # a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum`
1834
+ # and an empty value. Existing Google Groups can have an additional label with a
1835
+ # key of `cloudidentity.googleapis.com/groups.security` and an empty value added
1836
+ # to them. **This is an immutable change and the security label cannot be
1837
+ # removed once added.** Dynamic groups have a label with a key of `cloudidentity.
1838
+ # googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a
1839
+ # label with a key of `system/groups/external` and an empty value. Google Groups
1840
+ # can be [locked](https://support.google.com/a?p=locked-groups). To lock a group,
1841
+ # add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an
1842
+ # empty value. Doing so locks the group. To unlock the group, remove this label.
1841
1843
# Corresponds to the JSON property `labels`
1842
1844
# @return [Hash<String,String>]
1843
1845
attr_accessor :labels
0 commit comments