google-apis-cloudidentity_v1 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: cc794c35670c0ebf0e4f78799e925f099b926be524780098270100b37257954d
|
|
4
|
+
data.tar.gz: dec6ea47666fc0d640fe8ce327f6371198fd1a44b1c5c11633915c6faac440df
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6de98b0bf62f629f143128ec066e5af600d2f2c332fff272ff23ddd8b216888525e7285d0c553baec6c8ff671c43bcdba53f329d2a516dfc1747b5e7f30402b1
|
|
7
|
+
data.tar.gz: cdb8e4f9521828b9b2c3e55e0a5df0e6bcd7371ec2bc468bf050f1fd0d07b4cd869ab57c8af8d1f8eb2242335d13827f8739aafef2a5f2cb6eaad0f6e4e5d40b
|
data/CHANGELOG.md
CHANGED
|
@@ -1699,7 +1699,11 @@ module Google
|
|
|
1699
1699
|
end
|
|
1700
1700
|
end
|
|
1701
1701
|
|
|
1702
|
-
# UserInvitation
|
|
1702
|
+
# The `UserInvitation` resource represents an email sent to an unmanaged user
|
|
1703
|
+
# account (an email address that shares the domain of the Google Workspace
|
|
1704
|
+
# customer but is not managed by it yet), inviting them to join the customer’s
|
|
1705
|
+
# domain. If the user accepts the `UserInvitation`, the account will become a
|
|
1706
|
+
# managed account.
|
|
1703
1707
|
class UserInvitation
|
|
1704
1708
|
include Google::Apis::Core::Hashable
|
|
1705
1709
|
|
|
@@ -1709,7 +1713,7 @@ module Google
|
|
|
1709
1713
|
attr_accessor :mails_sent_count
|
|
1710
1714
|
|
|
1711
1715
|
# Shall be of the form `customers/`customer`/userinvitations/`user_email_address`
|
|
1712
|
-
#
|
|
1716
|
+
# `.
|
|
1713
1717
|
# Corresponds to the JSON property `name`
|
|
1714
1718
|
# @return [String]
|
|
1715
1719
|
attr_accessor :name
|
|
@@ -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.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_v1
|
|
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_v1/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1/v0.3.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudidentity_v1
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|