google-apis-cloudidentity_v1beta1 0.53.0 → 0.54.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f7c1512baf7bbb14de2a946f6abb47072b3c75183c3dce7318e96494695a9cd2
|
4
|
+
data.tar.gz: 25a107e3ec5607dd8f23b6550541b496e408271b81b5b898fe4fd43a26925811
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d7fc7c098e4db7b4ad83731d009b44f374138282517806e1eaee067245e26edc613f764441bf465c32139ac1413c9b5fd728fb9aa5be6dbd792e18a0e2ceb67d
|
7
|
+
data.tar.gz: d3b75202b9220aec77c0632887de9f1c3082be22a043ad413e2794b97a25015d6c4840d144ec335f9cddab895f4554ef2b8216d79bf398e8d9028b38cac8d826
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudidentity_v1beta1
|
2
2
|
|
3
|
+
### v0.54.0 (2025-07-06)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250701
|
6
|
+
* Regenerated using generator version 0.18.0
|
7
|
+
|
3
8
|
### v0.53.0 (2025-05-04)
|
4
9
|
|
5
10
|
* Regenerated using generator version 0.17.0
|
@@ -2518,11 +2518,10 @@ module Google
|
|
2518
2518
|
# to them. **This is an immutable change and the security label cannot be
|
2519
2519
|
# removed once added.** Dynamic groups have a label with a key of `cloudidentity.
|
2520
2520
|
# googleapis.com/groups.dynamic`. Identity-mapped groups for Cloud Search have a
|
2521
|
-
# label with a key of `system/groups/external` and an empty value.
|
2522
|
-
#
|
2523
|
-
#
|
2524
|
-
#
|
2525
|
-
# this label.
|
2521
|
+
# label with a key of `system/groups/external` and an empty value. Google Groups
|
2522
|
+
# can be [locked](https://support.google.com/a?p=locked-groups). To lock a group,
|
2523
|
+
# add a label with a key of `cloudidentity.googleapis.com/groups.locked` and an
|
2524
|
+
# empty value. Doing so locks the group. To unlock the group, remove this label.
|
2526
2525
|
# Corresponds to the JSON property `labels`
|
2527
2526
|
# @return [Hash<String,String>]
|
2528
2527
|
attr_accessor :labels
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudidentityV1beta1
|
18
18
|
# Version of the google-apis-cloudidentity_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.54.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250701"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-cloudidentity_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.54.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.54.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.9
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Cloud Identity API V1beta1
|
79
79
|
test_files: []
|