google-apis-cloudidentity_v1 0.17.0 → 0.18.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: 729b0fd4e434f5580e820cc3a371919b3741fcd77da21c74e484d3869299250d
|
|
4
|
+
data.tar.gz: 114a2f3da7f69219013f74e7381b1f24c73c701f214442e10b84043b57b19f20
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d95164258412e30e474d5c7d06206b4800a16b209ea2f4ff495517de5960838308a1f0159cff55480e8022e1c491fbcd1a9974ecf803446f018f712db0e65cea
|
|
7
|
+
data.tar.gz: f410501138204c31addf844712fdd6750bbeba5e0a19e17da8880b74066d75816d2023e1b184b2a7714443ac6777546d437b7255005570769346502b486cb1b4
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-cloudidentity_v1
|
|
2
2
|
|
|
3
|
+
### v0.18.0 (2022-02-10)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20220208
|
|
6
|
+
* Regenerated using generator version 0.4.1
|
|
7
|
+
|
|
3
8
|
### v0.17.0 (2021-12-16)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20211214
|
|
@@ -2083,49 +2083,6 @@ module Google
|
|
|
2083
2083
|
@membership_role = args[:membership_role] if args.key?(:membership_role)
|
|
2084
2084
|
end
|
|
2085
2085
|
end
|
|
2086
|
-
|
|
2087
|
-
# The `UserInvitation` resource represents an email that can be sent to an
|
|
2088
|
-
# unmanaged user account inviting them to join the customer's Google Workspace
|
|
2089
|
-
# or Cloud Identity account. An unmanaged account shares an email address domain
|
|
2090
|
-
# with the Google Workspace or Cloud Identity account but is not managed by it
|
|
2091
|
-
# yet. If the user accepts the `UserInvitation`, the user account will become
|
|
2092
|
-
# managed.
|
|
2093
|
-
class UserInvitation
|
|
2094
|
-
include Google::Apis::Core::Hashable
|
|
2095
|
-
|
|
2096
|
-
# Number of invitation emails sent to the user.
|
|
2097
|
-
# Corresponds to the JSON property `mailsSentCount`
|
|
2098
|
-
# @return [Fixnum]
|
|
2099
|
-
attr_accessor :mails_sent_count
|
|
2100
|
-
|
|
2101
|
-
# Shall be of the form `customers/`customer`/userinvitations/`user_email_address`
|
|
2102
|
-
# `.
|
|
2103
|
-
# Corresponds to the JSON property `name`
|
|
2104
|
-
# @return [String]
|
|
2105
|
-
attr_accessor :name
|
|
2106
|
-
|
|
2107
|
-
# State of the `UserInvitation`.
|
|
2108
|
-
# Corresponds to the JSON property `state`
|
|
2109
|
-
# @return [String]
|
|
2110
|
-
attr_accessor :state
|
|
2111
|
-
|
|
2112
|
-
# Time when the `UserInvitation` was last updated.
|
|
2113
|
-
# Corresponds to the JSON property `updateTime`
|
|
2114
|
-
# @return [String]
|
|
2115
|
-
attr_accessor :update_time
|
|
2116
|
-
|
|
2117
|
-
def initialize(**args)
|
|
2118
|
-
update!(**args)
|
|
2119
|
-
end
|
|
2120
|
-
|
|
2121
|
-
# Update properties of this object
|
|
2122
|
-
def update!(**args)
|
|
2123
|
-
@mails_sent_count = args[:mails_sent_count] if args.key?(:mails_sent_count)
|
|
2124
|
-
@name = args[:name] if args.key?(:name)
|
|
2125
|
-
@state = args[:state] if args.key?(:state)
|
|
2126
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
2127
|
-
end
|
|
2128
|
-
end
|
|
2129
2086
|
end
|
|
2130
2087
|
end
|
|
2131
2088
|
end
|
|
@@ -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.18.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.4.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220208"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -454,12 +454,6 @@ module Google
|
|
|
454
454
|
include Google::Apis::Core::JsonObjectSupport
|
|
455
455
|
end
|
|
456
456
|
|
|
457
|
-
class UserInvitation
|
|
458
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
459
|
-
|
|
460
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
461
|
-
end
|
|
462
|
-
|
|
463
457
|
class CheckTransitiveMembershipResponse
|
|
464
458
|
# @private
|
|
465
459
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1084,16 +1078,6 @@ module Google
|
|
|
1084
1078
|
|
|
1085
1079
|
end
|
|
1086
1080
|
end
|
|
1087
|
-
|
|
1088
|
-
class UserInvitation
|
|
1089
|
-
# @private
|
|
1090
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1091
|
-
property :mails_sent_count, :numeric_string => true, as: 'mailsSentCount'
|
|
1092
|
-
property :name, as: 'name'
|
|
1093
|
-
property :state, as: 'state'
|
|
1094
|
-
property :update_time, as: 'updateTime'
|
|
1095
|
-
end
|
|
1096
|
-
end
|
|
1097
1081
|
end
|
|
1098
1082
|
end
|
|
1099
1083
|
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.18.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-02-14 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.18.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Identity API V1
|