google-apis-verifiedaccess_v2 0.9.0 → 0.11.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: b5941ebec570512dfcf0910bbfccff69970446850b7254f0130030ae59c9d2f4
4
- data.tar.gz: 9344ffeceec6dd2c78697c5d7a80cda54848006b116728331e77c75f2ecf72fb
3
+ metadata.gz: aa9b5858687a53228c9a3f85504f7f400a15c7314bdf439a892c4a5bb40544eb
4
+ data.tar.gz: b1baf12ac538e514c98227253d3fc491a8aacfc37803961cc379093b7d3a554a
5
5
  SHA512:
6
- metadata.gz: c00325e787a95f769f537f185af31d1c12241f7eb76921c50f1bac61b8832e32340879d88588d14a0fecc863d74a47eb03c0996927578a4c0d9c985e5fce2f19
7
- data.tar.gz: a25c459c33702efc6cd78e33f8103d55e89dafab220575510db5f9efb714f34d2a2ca5ee4e4e8d27dcb98cab984ae07a5bf15a14e1633daec0838b5b6f89f40b
6
+ metadata.gz: 195e744e7b64bc5f50f122be2451bdfbb78c4bda90e3582d3d228aa1e6d2f0a7b64c4f7ca310d2a5eb3a17e4bb469e5345ecc1241a9fc1fc232ac1455d1daaf0
7
+ data.tar.gz: aadad78bac98cecc54d0af103229c5bc3eb1b7240b9cf7acdf145ce68e9ac448f105c786b6bdff93eed193a7493005050bb6128455d2dbabd139a8f2ec751f33
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-verifiedaccess_v2
2
2
 
3
+ ### v0.11.0 (2023-08-06)
4
+
5
+ * Regenerated from discovery document revision 20230801
6
+
7
+ ### v0.10.0 (2023-06-11)
8
+
9
+ * Regenerated from discovery document revision 20230530
10
+
3
11
  ### v0.9.0 (2023-05-07)
4
12
 
5
13
  * Regenerated from discovery document revision 20230425
@@ -67,12 +67,14 @@ module Google
67
67
  end
68
68
  end
69
69
 
70
- # The device signals as reported by Chrome.
70
+ # The device signals as reported by Chrome. Unless otherwise specified, signals
71
+ # are available on all platforms.
71
72
  class DeviceSignals
72
73
  include Google::Apis::Core::Hashable
73
74
 
74
75
  # Value of the AllowScreenLock policy on the device. See https://
75
76
  # chromeenterprise.google/policies/?policy=AllowScreenLock for more details.
77
+ # Available on ChromeOS only.
76
78
  # Corresponds to the JSON property `allowScreenLock`
77
79
  # @return [Boolean]
78
80
  attr_accessor :allow_screen_lock
@@ -144,7 +146,8 @@ module Google
144
146
  # @return [String]
145
147
  attr_accessor :hostname
146
148
 
147
- # International Mobile Equipment Identity (IMEI) of the device.
149
+ # International Mobile Equipment Identity (IMEI) of the device. Available on
150
+ # ChromeOS only.
148
151
  # Corresponds to the JSON property `imei`
149
152
  # @return [Array<String>]
150
153
  attr_accessor :imei
@@ -154,7 +157,7 @@ module Google
154
157
  # @return [Array<String>]
155
158
  attr_accessor :mac_addresses
156
159
 
157
- # Mobile Equipment Identifier (MEID) of the device.
160
+ # Mobile Equipment Identifier (MEID) of the device. Available on ChromeOS only.
158
161
  # Corresponds to the JSON property `meid`
159
162
  # @return [Array<String>]
160
163
  attr_accessor :meid
@@ -214,12 +217,13 @@ module Google
214
217
  attr_accessor :screen_lock_secured
215
218
 
216
219
  # Whether the device's startup software has its Secure Boot feature enabled.
220
+ # Available on Windows only.
217
221
  # Corresponds to the JSON property `secureBootMode`
218
222
  # @return [String]
219
223
  attr_accessor :secure_boot_mode
220
224
 
221
225
  # The serial number of the device. On Windows, this represents the BIOS's serial
222
- # number.
226
+ # number. Not available on most Linux distributions.
223
227
  # Corresponds to the JSON property `serialNumber`
224
228
  # @return [String]
225
229
  attr_accessor :serial_number
@@ -240,18 +244,23 @@ module Google
240
244
 
241
245
  # Whether Chrome is blocking third-party software injection or not. This setting
242
246
  # may be controlled by an enterprise policy: https://chromeenterprise.google/
243
- # policies/?policy=ThirdPartyBlockingEnabled
247
+ # policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.
244
248
  # Corresponds to the JSON property `thirdPartyBlockingEnabled`
245
249
  # @return [Boolean]
246
250
  attr_accessor :third_party_blocking_enabled
247
251
  alias_method :third_party_blocking_enabled?, :third_party_blocking_enabled
248
252
 
249
- # Windows domain that the current machine has joined.
253
+ # The trigger which generated this set of signals.
254
+ # Corresponds to the JSON property `trigger`
255
+ # @return [String]
256
+ attr_accessor :trigger
257
+
258
+ # Windows domain that the current machine has joined. Available on Windows only.
250
259
  # Corresponds to the JSON property `windowsMachineDomain`
251
260
  # @return [String]
252
261
  attr_accessor :windows_machine_domain
253
262
 
254
- # Windows domain for the current OS user.
263
+ # Windows domain for the current OS user. Available on Windows only.
255
264
  # Corresponds to the JSON property `windowsUserDomain`
256
265
  # @return [String]
257
266
  attr_accessor :windows_user_domain
@@ -290,6 +299,7 @@ module Google
290
299
  @site_isolation_enabled = args[:site_isolation_enabled] if args.key?(:site_isolation_enabled)
291
300
  @system_dns_servers = args[:system_dns_servers] if args.key?(:system_dns_servers)
292
301
  @third_party_blocking_enabled = args[:third_party_blocking_enabled] if args.key?(:third_party_blocking_enabled)
302
+ @trigger = args[:trigger] if args.key?(:trigger)
293
303
  @windows_machine_domain = args[:windows_machine_domain] if args.key?(:windows_machine_domain)
294
304
  @windows_user_domain = args[:windows_user_domain] if args.key?(:windows_user_domain)
295
305
  end
@@ -346,6 +356,11 @@ module Google
346
356
  class VerifyChallengeResponseResult
347
357
  include Google::Apis::Core::Hashable
348
358
 
359
+ # Attested device ID (ADID).
360
+ # Corresponds to the JSON property `attestedDeviceId`
361
+ # @return [String]
362
+ attr_accessor :attested_device_id
363
+
349
364
  # Unique customer id that this device belongs to, as defined by the Google Admin
350
365
  # SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-
351
366
  # customers
@@ -353,6 +368,11 @@ module Google
353
368
  # @return [String]
354
369
  attr_accessor :customer_id
355
370
 
371
+ # Device enrollment id for ChromeOS devices.
372
+ # Corresponds to the JSON property `deviceEnrollmentId`
373
+ # @return [String]
374
+ attr_accessor :device_enrollment_id
375
+
356
376
  # Device permanent id is returned in this field (for the machine response only).
357
377
  # Corresponds to the JSON property `devicePermanentId`
358
378
  # @return [String]
@@ -364,7 +384,8 @@ module Google
364
384
  # @return [String]
365
385
  attr_accessor :device_signal
366
386
 
367
- # The device signals as reported by Chrome.
387
+ # The device signals as reported by Chrome. Unless otherwise specified, signals
388
+ # are available on all platforms.
368
389
  # Corresponds to the JSON property `deviceSignals`
369
390
  # @return [Google::Apis::VerifiedaccessV2::DeviceSignals]
370
391
  attr_accessor :device_signals
@@ -374,6 +395,18 @@ module Google
374
395
  # @return [String]
375
396
  attr_accessor :key_trust_level
376
397
 
398
+ # Unique customer id that this profile belongs to, as defined by the Google
399
+ # Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/
400
+ # manage-customers
401
+ # Corresponds to the JSON property `profileCustomerId`
402
+ # @return [String]
403
+ attr_accessor :profile_customer_id
404
+
405
+ # Profile attested key trust level.
406
+ # Corresponds to the JSON property `profileKeyTrustLevel`
407
+ # @return [String]
408
+ attr_accessor :profile_key_trust_level
409
+
377
410
  # Certificate Signing Request (in the SPKAC format, base64 encoded) is returned
378
411
  # in this field. This field will be set only if device has included CSR in its
379
412
  # challenge response. (the option to include CSR is now available for both user
@@ -388,19 +421,29 @@ module Google
388
421
  # @return [String]
389
422
  attr_accessor :virtual_device_id
390
423
 
424
+ # The ID of a profile on the device.
425
+ # Corresponds to the JSON property `virtualProfileId`
426
+ # @return [String]
427
+ attr_accessor :virtual_profile_id
428
+
391
429
  def initialize(**args)
392
430
  update!(**args)
393
431
  end
394
432
 
395
433
  # Update properties of this object
396
434
  def update!(**args)
435
+ @attested_device_id = args[:attested_device_id] if args.key?(:attested_device_id)
397
436
  @customer_id = args[:customer_id] if args.key?(:customer_id)
437
+ @device_enrollment_id = args[:device_enrollment_id] if args.key?(:device_enrollment_id)
398
438
  @device_permanent_id = args[:device_permanent_id] if args.key?(:device_permanent_id)
399
439
  @device_signal = args[:device_signal] if args.key?(:device_signal)
400
440
  @device_signals = args[:device_signals] if args.key?(:device_signals)
401
441
  @key_trust_level = args[:key_trust_level] if args.key?(:key_trust_level)
442
+ @profile_customer_id = args[:profile_customer_id] if args.key?(:profile_customer_id)
443
+ @profile_key_trust_level = args[:profile_key_trust_level] if args.key?(:profile_key_trust_level)
402
444
  @signed_public_key_and_challenge = args[:signed_public_key_and_challenge] if args.key?(:signed_public_key_and_challenge)
403
445
  @virtual_device_id = args[:virtual_device_id] if args.key?(:virtual_device_id)
446
+ @virtual_profile_id = args[:virtual_profile_id] if args.key?(:virtual_profile_id)
404
447
  end
405
448
  end
406
449
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VerifiedaccessV2
18
18
  # Version of the google-apis-verifiedaccess_v2 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230425"
25
+ REVISION = "20230801"
26
26
  end
27
27
  end
28
28
  end
@@ -105,6 +105,7 @@ module Google
105
105
  property :site_isolation_enabled, as: 'siteIsolationEnabled'
106
106
  collection :system_dns_servers, as: 'systemDnsServers'
107
107
  property :third_party_blocking_enabled, as: 'thirdPartyBlockingEnabled'
108
+ property :trigger, as: 'trigger'
108
109
  property :windows_machine_domain, as: 'windowsMachineDomain'
109
110
  property :windows_user_domain, as: 'windowsUserDomain'
110
111
  end
@@ -127,14 +128,19 @@ module Google
127
128
  class VerifyChallengeResponseResult
128
129
  # @private
129
130
  class Representation < Google::Apis::Core::JsonRepresentation
131
+ property :attested_device_id, as: 'attestedDeviceId'
130
132
  property :customer_id, as: 'customerId'
133
+ property :device_enrollment_id, as: 'deviceEnrollmentId'
131
134
  property :device_permanent_id, as: 'devicePermanentId'
132
135
  property :device_signal, as: 'deviceSignal'
133
136
  property :device_signals, as: 'deviceSignals', class: Google::Apis::VerifiedaccessV2::DeviceSignals, decorator: Google::Apis::VerifiedaccessV2::DeviceSignals::Representation
134
137
 
135
138
  property :key_trust_level, as: 'keyTrustLevel'
139
+ property :profile_customer_id, as: 'profileCustomerId'
140
+ property :profile_key_trust_level, as: 'profileKeyTrustLevel'
136
141
  property :signed_public_key_and_challenge, as: 'signedPublicKeyAndChallenge'
137
142
  property :virtual_device_id, as: 'virtualDeviceId'
143
+ property :virtual_profile_id, as: 'virtualProfileId'
138
144
  end
139
145
  end
140
146
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-verifiedaccess_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.11.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: 2023-05-14 00:00:00.000000000 Z
11
+ date: 2023-08-06 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-verifiedaccess_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-verifiedaccess_v2/v0.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-verifiedaccess_v2/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-verifiedaccess_v2
63
63
  post_install_message:
64
64
  rdoc_options: []