google-apis-cloudidentity_v1beta1 0.50.0 → 0.51.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e68c1209243ca0befef180de873fb134566da32256be450af31bb2aa6fc0959f
4
- data.tar.gz: 503ae634f4c4b754174a7004f018458a947bf0441631af06db48f13dd1b567d3
3
+ metadata.gz: 30b3c012efcc7d875ec29a9dea02ff01b42d0570303860fe527e4bcbf58cebd2
4
+ data.tar.gz: 67d8ff6506e6de9ca22b3722966241be30bf3c4a08c6f9e398c28fe368df8186
5
5
  SHA512:
6
- metadata.gz: ef9286832b3bdc18d0128759b11af0c4bc6aff2899691e5821fe759b3f6a1cc9e9757c3969eee8c68bc1feb5da989e4965143db4c1cbee2fec66df08c91200ba
7
- data.tar.gz: fb9985ae046c3af223d539a59dea8051ea933d6e0f50855864ac58d71d75e6a397471d6f3cb0f4fac7acbace8edf96fae18705b450c819552154f9c875d90e0c
6
+ metadata.gz: 6c1db61111d8a4a0e8a5de6f1d5c132db939f06606acb2979f4f795e14af8cd2bc5e94c0dd80d3f8da051d63afaad38bf0ea709c2af99988c2d2eec38b243a4d
7
+ data.tar.gz: 0704b432fee5875fe5d0bde44b2084be7fbd7403ab1fbd59473732e469b539398b1c8c509cb422590dbe448db496b503357f7c2c21500be1f26dc08220cbca13
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.51.0 (2025-01-12)
4
+
5
+ * Regenerated from discovery document revision 20250107
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.50.0 (2024-12-02)
4
9
 
5
10
  * Regenerated from discovery document revision 20241126
@@ -2510,16 +2510,19 @@ module Google
2510
2510
  # @return [Google::Apis::CloudidentityV1beta1::EntityKey]
2511
2511
  attr_accessor :group_key
2512
2512
 
2513
- # Required. One or more label entries that apply to the Group. Currently
2514
- # supported labels contain a key with an empty value. Google Groups are the
2515
- # default type of group and have a label with a key of `cloudidentity.googleapis.
2516
- # com/groups.discussion_forum` and an empty value. Existing Google Groups can
2517
- # have an additional label with a key of `cloudidentity.googleapis.com/groups.
2518
- # security` and an empty value added to them. **This is an immutable change and
2519
- # the security label cannot be removed once added.** Dynamic groups have a label
2520
- # with a key of `cloudidentity.googleapis.com/groups.dynamic`. Identity-mapped
2521
- # groups for Cloud Search have a label with a key of `system/groups/external`
2522
- # and an empty value.
2513
+ # Required. One or more label entries that apply to the Group. Labels contain a
2514
+ # key with an empty value. Google Groups are the default type of group and have
2515
+ # a label with a key of `cloudidentity.googleapis.com/groups.discussion_forum`
2516
+ # and an empty value. Existing Google Groups can have an additional label with a
2517
+ # key of `cloudidentity.googleapis.com/groups.security` and an empty value added
2518
+ # to them. **This is an immutable change and the security label cannot be
2519
+ # removed once added.** Dynamic groups have a label with a key of `cloudidentity.
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. (Beta) Google
2522
+ # Groups can be [locked](https://support.google.com/a?p=locked-groups). To lock
2523
+ # a group, add a label with a key of `cloudidentity.googleapis.com/groups.locked`
2524
+ # and an empty value. Doing so locks the group. To unlock the group, remove
2525
+ # this label.
2523
2526
  # Corresponds to the JSON property `labels`
2524
2527
  # @return [Hash<String,String>]
2525
2528
  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.50.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241126"
25
+ REVISION = "20250107"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudidentity_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-01-12 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.50.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.51.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.2
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Identity API V1beta1
82
79
  test_files: []