google-apis-cloudidentity_v1beta1 0.2.0 → 0.3.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: c66deb8da2bf38453e05e46aedd903746cbfb87faf9b59b0b83766d1a7b21c7b
|
|
4
|
+
data.tar.gz: 6c829df9935dd4b91c08a33133e0891eaaf20e6c26ad968f0ceea0973f58a717
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3a030f7a4abae6fe77b1486859ec3fda66efbe6784df7064904d1b4906484a2534ff798db7e937d5b5f7bf1f4c8d4edef29751368f9793658c22916c8f2a4ed
|
|
7
|
+
data.tar.gz: a9936f107d63eab00a0812ef7c8c1eb888a0742a8a9a795131ce28cf9e1f06378aac988ee8449da8181a7c463bd19f8c1e46df47324132767b692c7388c4d912
|
data/CHANGELOG.md
CHANGED
|
@@ -2218,7 +2218,11 @@ module Google
|
|
|
2218
2218
|
end
|
|
2219
2219
|
end
|
|
2220
2220
|
|
|
2221
|
-
# UserInvitation
|
|
2221
|
+
# The `UserInvitation` resource represents an email sent to an unmanaged user
|
|
2222
|
+
# account (an email address that shares the domain of the Google Workspace
|
|
2223
|
+
# customer but is not managed by it yet), inviting them to join the customer’s
|
|
2224
|
+
# domain. If the user accepts the `UserInvitation`, the account will become a
|
|
2225
|
+
# managed account.
|
|
2222
2226
|
class UserInvitation
|
|
2223
2227
|
include Google::Apis::Core::Hashable
|
|
2224
2228
|
|
|
@@ -2228,7 +2232,7 @@ module Google
|
|
|
2228
2232
|
attr_accessor :mails_sent_count
|
|
2229
2233
|
|
|
2230
2234
|
# Shall be of the form `customers/`customer`/userinvitations/`user_email_address`
|
|
2231
|
-
#
|
|
2235
|
+
# `.
|
|
2232
2236
|
# Corresponds to the JSON property `name`
|
|
2233
2237
|
# @return [String]
|
|
2234
2238
|
attr_accessor :name
|
|
@@ -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.3.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.2"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210204"
|
|
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_v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.3.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-02-
|
|
11
|
+
date: 2021-02-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1beta1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|