google-apis-cloudidentity_v1beta1 0.24.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 63f5bd03d867fec4dbcaa50454343a2d06dcc68751c23d195aab99dcd00f2cdc
4
- data.tar.gz: ff9e49590549c18b7f2c735d39d48bc5b3b343ae6833badf1f2dfff023c7b2c0
3
+ metadata.gz: 6f8973196ca5fd208779101ce7b438cd6d405ddf1b9a952b6eb4e8130d6373f7
4
+ data.tar.gz: 1a2f70f86249dcffd43e7ed4063b7cecb3a72b2170238a1ae218c70d45135037
5
5
  SHA512:
6
- metadata.gz: 96e4cff516f92898c37bdff5a6edbb5fb50f57aaa008a93fd906273ae0218692ec4c8eaf0c9dd3c693e2e0c100242e7aa3e4847bcef8453447f34c39703fcf3b
7
- data.tar.gz: 5310588b52df17ff4e0d659e1e2e11ff798cc732902960e0092cc91f9247e79e67efe1450505dbc9c29f9ba5fdee84853d951e70c7386fad9bd79abb9b98116f
6
+ metadata.gz: d61c2b430d10a0e8f4e75ebdf899abdcc40fbbd319dc7ad4c9d0e2e953b797ced515f9852ad98e6f6056da8ece4fa316fa782547ea5a6f3373d3491730e91f39
7
+ data.tar.gz: d1dfd63a0d749f521157532ad06e40937d330cb644645a719cce197caf4157f37b7002961e5068c14c54563d9108fb7ea84ed340fd52e162d2d586f05539863d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-cloudidentity_v1beta1
2
2
 
3
+ ### v0.27.0 (2022-06-02)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.26.0 (2022-05-25)
8
+
9
+ * Regenerated from discovery document revision 20220518
10
+
11
+ ### v0.25.0 (2022-05-18)
12
+
13
+ * Regenerated from discovery document revision 20220513
14
+
3
15
  ### v0.24.0 (2022-04-06)
4
16
 
5
17
  * Regenerated from discovery document revision 20220404
@@ -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
@@ -1375,6 +1349,11 @@ module Google
1375
1349
  # @return [String]
1376
1350
  attr_accessor :create_time
1377
1351
 
1352
+ # Unique identifier for the device.
1353
+ # Corresponds to the JSON property `deviceId`
1354
+ # @return [String]
1355
+ attr_accessor :device_id
1356
+
1378
1357
  # Output only. Type of device.
1379
1358
  # Corresponds to the JSON property `deviceType`
1380
1359
  # @return [String]
@@ -1497,6 +1476,7 @@ module Google
1497
1476
  @build_number = args[:build_number] if args.key?(:build_number)
1498
1477
  @compromised_state = args[:compromised_state] if args.key?(:compromised_state)
1499
1478
  @create_time = args[:create_time] if args.key?(:create_time)
1479
+ @device_id = args[:device_id] if args.key?(:device_id)
1500
1480
  @device_type = args[:device_type] if args.key?(:device_type)
1501
1481
  @enabled_developer_options = args[:enabled_developer_options] if args.key?(:enabled_developer_options)
1502
1482
  @enabled_usb_debugging = args[:enabled_usb_debugging] if args.key?(:enabled_usb_debugging)
@@ -2750,18 +2730,12 @@ module Google
2750
2730
  class SendUserInvitationRequest
2751
2731
  include Google::Apis::Core::Hashable
2752
2732
 
2753
- # Message containing first admin invitation info for customers
2754
- # Corresponds to the JSON property `firstAdminInvitationInfo`
2755
- # @return [Google::Apis::CloudidentityV1beta1::FirstAdminInvitationInfo]
2756
- attr_accessor :first_admin_invitation_info
2757
-
2758
2733
  def initialize(**args)
2759
2734
  update!(**args)
2760
2735
  end
2761
2736
 
2762
2737
  # Update properties of this object
2763
2738
  def update!(**args)
2764
- @first_admin_invitation_info = args[:first_admin_invitation_info] if args.key?(:first_admin_invitation_info)
2765
2739
  end
2766
2740
  end
2767
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.24.0"
19
+ GEM_VERSION = "0.27.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 = "20220404"
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
@@ -947,6 +933,7 @@ module Google
947
933
  property :build_number, as: 'buildNumber'
948
934
  property :compromised_state, as: 'compromisedState'
949
935
  property :create_time, as: 'createTime'
936
+ property :device_id, as: 'deviceId'
950
937
  property :device_type, as: 'deviceType'
951
938
  property :enabled_developer_options, as: 'enabledDeveloperOptions'
952
939
  property :enabled_usb_debugging, as: 'enabledUsbDebugging'
@@ -1342,8 +1329,6 @@ module Google
1342
1329
  class SendUserInvitationRequest
1343
1330
  # @private
1344
1331
  class Representation < Google::Apis::Core::JsonRepresentation
1345
- property :first_admin_invitation_info, as: 'firstAdminInvitationInfo', class: Google::Apis::CloudidentityV1beta1::FirstAdminInvitationInfo, decorator: Google::Apis::CloudidentityV1beta1::FirstAdminInvitationInfo::Representation
1346
-
1347
1332
  end
1348
1333
  end
1349
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.24.0
4
+ version: 0.27.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-04-11 00:00:00.000000000 Z
11
+ date: 2022-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudidentity_v1beta1/v0.27.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.5
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