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: 35ba532c55d3b01efa2762c4caa697fb3156cd42b03c1f95a96cff44de93a6ae
4
- data.tar.gz: ee97e0543c70119e951ac2988388c4fba2d9fddc456129640b57a8d80d875946
3
+ metadata.gz: cc794c35670c0ebf0e4f78799e925f099b926be524780098270100b37257954d
4
+ data.tar.gz: dec6ea47666fc0d640fe8ce327f6371198fd1a44b1c5c11633915c6faac440df
5
5
  SHA512:
6
- metadata.gz: b920e101afdc15897591afd68f4452daa15c1df55104702611d8f838327be0113836b9ff5ac38861a8326db5bc29e423760b136cf1f6c379f689199b54ec825b
7
- data.tar.gz: 1ce4c1f4d02eb16d359c2fb22cae0aee5d3f37e15ccccf7838ef95d6876ad31916acc20db27fa930694a6fbfaf1b02093aa6e9af3805e5be9e038929ed86df4a
6
+ metadata.gz: 6de98b0bf62f629f143128ec066e5af600d2f2c332fff272ff23ddd8b216888525e7285d0c553baec6c8ff671c43bcdba53f329d2a516dfc1747b5e7f30402b1
7
+ data.tar.gz: cdb8e4f9521828b9b2c3e55e0a5df0e6bcd7371ec2bc468bf050f1fd0d07b4cd869ab57c8af8d1f8eb2242335d13827f8739aafef2a5f2cb6eaad0f6e4e5d40b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudidentity_v1
2
2
 
3
+ ### v0.3.0 (2021-02-10)
4
+
5
+ * Regenerated from discovery document revision 20210204
6
+
3
7
  ### v0.2.0 (2021-01-29)
4
8
 
5
9
  * Regenerated from discovery document revision 20210124
@@ -1699,7 +1699,11 @@ module Google
1699
1699
  end
1700
1700
  end
1701
1701
 
1702
- # UserInvitation to join a Google Workspace organization.
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.2.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 = "20210124"
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.2.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-08 00:00:00.000000000 Z
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.2.0
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: []