google-apis-cloudidentity_v1 0.14.0 → 0.15.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: 4c8f0777f0ddbed28bb23f8e593c6b5f5bbb4bcb162d07860744f5acee9aff15
|
|
4
|
+
data.tar.gz: 403104ea4399d8bb61973af80ec7acd7b8d14593b0a51deed3ae8e0dab9dde05
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 87d2553fab7bbbf006dd9a4a6883a98626c8984d86f90c5541a62785e3201acdad9666e5130cda1bf3be37902cea20f2d97ca178e3d1b830e2a9fc122e256773
|
|
7
|
+
data.tar.gz: 6274fcaf4eb0b00a90773e3b87b61e4b4b47bedd56d782c82f341fb1b1e1927add4788ce4709d1e3ab52c0d7818197f0b3c33f2417be12c37ea9df850bef5301
|
data/CHANGELOG.md
CHANGED
|
@@ -1963,7 +1963,7 @@ module Google
|
|
|
1963
1963
|
end
|
|
1964
1964
|
|
|
1965
1965
|
# The `UserInvitation` resource represents an email that can be sent to an
|
|
1966
|
-
# unmanaged user account inviting them to join the customer
|
|
1966
|
+
# unmanaged user account inviting them to join the customer's Google Workspace
|
|
1967
1967
|
# or Cloud Identity account. An unmanaged account shares an email address domain
|
|
1968
1968
|
# with the Google Workspace or Cloud Identity account but is not managed by it
|
|
1969
1969
|
# yet. If the user accepts the `UserInvitation`, the user account will become
|
|
@@ -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.15.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20211116"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
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.15.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: 2021-
|
|
11
|
+
date: 2021-12-06 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.15.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: []
|