google-apis-cloudidentity_v1 0.26.0 → 0.27.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudidentity_v1/gem_version.rb +2 -2
- data/lib/google/apis/cloudidentity_v1.rb +0 -9
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '0331938d7baef553b7e9f73c073874f72c5c21e4f76de8cd3a83b7c92492fce9'
|
|
4
|
+
data.tar.gz: b7d5899c0091e38e1b9a5c16f4e88f64fe67ec736b41dddbb73e3b539696dd93
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f67e897ed8aadc4a9dad503079446ecdf14db7a2706088f83aa715d47c8ecc415aa23a9a988964f0036d6dc1e8557f4501977e108fe3568c3848135a3e7a4888
|
|
7
|
+
data.tar.gz: 56c52b4bb22877152fe30d00945120710b96e8e88b122505c5cb542b94fafba978a0ee21cec830950fe1797fe0142a7b4d302d6e142e4a652b65c2e2452ff266
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudidentityV1
|
|
18
18
|
# Version of the google-apis-cloudidentity_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.27.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220830"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -29,9 +29,6 @@ module Google
|
|
|
29
29
|
# This is NOT the gem version.
|
|
30
30
|
VERSION = 'V1'
|
|
31
31
|
|
|
32
|
-
# Private Service: https://www.googleapis.com/auth/cloud-identity
|
|
33
|
-
AUTH_CLOUD_IDENTITY = 'https://www.googleapis.com/auth/cloud-identity'
|
|
34
|
-
|
|
35
32
|
# Private Service: https://www.googleapis.com/auth/cloud-identity.devices
|
|
36
33
|
AUTH_CLOUD_IDENTITY_DEVICES = 'https://www.googleapis.com/auth/cloud-identity.devices'
|
|
37
34
|
|
|
@@ -47,12 +44,6 @@ module Google
|
|
|
47
44
|
# See any Cloud Identity Groups that you can access, including group members and their emails
|
|
48
45
|
AUTH_CLOUD_IDENTITY_GROUPS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.groups.readonly'
|
|
49
46
|
|
|
50
|
-
# See, send, or cancel any Cloud Identity UserInvitations to join your organization to users
|
|
51
|
-
AUTH_CLOUD_IDENTITY_USERINVITATIONS = 'https://www.googleapis.com/auth/cloud-identity.userinvitations'
|
|
52
|
-
|
|
53
|
-
# See, send, or cancel any Cloud Identity UserInvitations to join your organization to users
|
|
54
|
-
AUTH_CLOUD_IDENTITY_USERINVITATIONS_READONLY = 'https://www.googleapis.com/auth/cloud-identity.userinvitations.readonly'
|
|
55
|
-
|
|
56
47
|
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
|
57
48
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
|
58
49
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudidentity_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.27.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-09-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.27.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|