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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30b3c012efcc7d875ec29a9dea02ff01b42d0570303860fe527e4bcbf58cebd2
|
4
|
+
data.tar.gz: 67d8ff6506e6de9ca22b3722966241be30bf3c4a08c6f9e398c28fe368df8186
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
2514
|
-
#
|
2515
|
-
#
|
2516
|
-
#
|
2517
|
-
#
|
2518
|
-
#
|
2519
|
-
#
|
2520
|
-
#
|
2521
|
-
#
|
2522
|
-
#
|
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.
|
19
|
+
GEM_VERSION = "0.51.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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:
|
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.
|
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.
|
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: []
|