google-apis-cloudidentity_v1beta1 0.25.0 → 0.26.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: a497facbf6938f2283ab6900afee104d6b6355fdd587c01b14b9ff5fd5d32326
|
|
4
|
+
data.tar.gz: bd5efd85e225cd8ecdcba49080c25270bed502cfa49d236ae88b800aaa060a02
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7a4b12103b6d0b9ec9d992f72fa1c22ead661b1f5ce420f3df7259a2bfcc79fa7c9f830f56364a2d5ca900cf18f41a409ddf0eb02b5999eb739146504e98b29f
|
|
7
|
+
data.tar.gz: b1fdce08fb4935aa49ed7e52d60ddb545289433485daa71725c32dcdf40d450827d18db625ffcda5b3b7590f9daa54698ed73aa16315da5ee395e368e0b7b15e
|
data/CHANGELOG.md
CHANGED
|
@@ -922,32 +922,6 @@ module Google
|
|
|
922
922
|
end
|
|
923
923
|
end
|
|
924
924
|
|
|
925
|
-
# Message containing first admin invitation info for customers
|
|
926
|
-
class FirstAdminInvitationInfo
|
|
927
|
-
include Google::Apis::Core::Hashable
|
|
928
|
-
|
|
929
|
-
# Optional. To enable First Admin Invitation for Domained Customer
|
|
930
|
-
# Corresponds to the JSON property `isFirstAdmin`
|
|
931
|
-
# @return [Boolean]
|
|
932
|
-
attr_accessor :is_first_admin
|
|
933
|
-
alias_method :is_first_admin?, :is_first_admin
|
|
934
|
-
|
|
935
|
-
# Optional. Domain information of first admin invited
|
|
936
|
-
# Corresponds to the JSON property `primaryDomain`
|
|
937
|
-
# @return [String]
|
|
938
|
-
attr_accessor :primary_domain
|
|
939
|
-
|
|
940
|
-
def initialize(**args)
|
|
941
|
-
update!(**args)
|
|
942
|
-
end
|
|
943
|
-
|
|
944
|
-
# Update properties of this object
|
|
945
|
-
def update!(**args)
|
|
946
|
-
@is_first_admin = args[:is_first_admin] if args.key?(:is_first_admin)
|
|
947
|
-
@primary_domain = args[:primary_domain] if args.key?(:primary_domain)
|
|
948
|
-
end
|
|
949
|
-
end
|
|
950
|
-
|
|
951
925
|
# The response message for MembershipsService.GetMembershipGraph.
|
|
952
926
|
class GetMembershipGraphResponse
|
|
953
927
|
include Google::Apis::Core::Hashable
|
|
@@ -2756,18 +2730,12 @@ module Google
|
|
|
2756
2730
|
class SendUserInvitationRequest
|
|
2757
2731
|
include Google::Apis::Core::Hashable
|
|
2758
2732
|
|
|
2759
|
-
# Message containing first admin invitation info for customers
|
|
2760
|
-
# Corresponds to the JSON property `firstAdminInvitationInfo`
|
|
2761
|
-
# @return [Google::Apis::CloudidentityV1beta1::FirstAdminInvitationInfo]
|
|
2762
|
-
attr_accessor :first_admin_invitation_info
|
|
2763
|
-
|
|
2764
2733
|
def initialize(**args)
|
|
2765
2734
|
update!(**args)
|
|
2766
2735
|
end
|
|
2767
2736
|
|
|
2768
2737
|
# Update properties of this object
|
|
2769
2738
|
def update!(**args)
|
|
2770
|
-
@first_admin_invitation_info = args[:first_admin_invitation_info] if args.key?(:first_admin_invitation_info)
|
|
2771
2739
|
end
|
|
2772
2740
|
end
|
|
2773
2741
|
|
|
@@ -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.26.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220518"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -166,12 +166,6 @@ module Google
|
|
|
166
166
|
include Google::Apis::Core::JsonObjectSupport
|
|
167
167
|
end
|
|
168
168
|
|
|
169
|
-
class FirstAdminInvitationInfo
|
|
170
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
-
|
|
172
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
-
end
|
|
174
|
-
|
|
175
169
|
class GetMembershipGraphResponse
|
|
176
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
177
171
|
|
|
@@ -805,14 +799,6 @@ module Google
|
|
|
805
799
|
end
|
|
806
800
|
end
|
|
807
801
|
|
|
808
|
-
class FirstAdminInvitationInfo
|
|
809
|
-
# @private
|
|
810
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
811
|
-
property :is_first_admin, as: 'isFirstAdmin'
|
|
812
|
-
property :primary_domain, as: 'primaryDomain'
|
|
813
|
-
end
|
|
814
|
-
end
|
|
815
|
-
|
|
816
802
|
class GetMembershipGraphResponse
|
|
817
803
|
# @private
|
|
818
804
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -1343,8 +1329,6 @@ module Google
|
|
|
1343
1329
|
class SendUserInvitationRequest
|
|
1344
1330
|
# @private
|
|
1345
1331
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1346
|
-
property :first_admin_invitation_info, as: 'firstAdminInvitationInfo', class: Google::Apis::CloudidentityV1beta1::FirstAdminInvitationInfo, decorator: Google::Apis::CloudidentityV1beta1::FirstAdminInvitationInfo::Representation
|
|
1347
|
-
|
|
1348
1332
|
end
|
|
1349
1333
|
end
|
|
1350
1334
|
|
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.26.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-05-
|
|
11
|
+
date: 2022-05-30 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_v1beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.26.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudidentity_v1beta1
|
|
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.14
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Cloud Identity API V1beta1
|