google-apis-verifiedaccess_v2 0.9.0 → 0.10.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: 1d7129e103c7f9c580e9cc5339e0711a0bf6c16cc2dad8895413c5ab9979f320
4
+ data.tar.gz: 47a73ed45bec9e65f0c765bb7053c316b2442fd366a6a6682b28c556a52f5754
5
5
  SHA512:
6
- metadata.gz: c00325e787a95f769f537f185af31d1c12241f7eb76921c50f1bac61b8832e32340879d88588d14a0fecc863d74a47eb03c0996927578a4c0d9c985e5fce2f19
7
- data.tar.gz: a25c459c33702efc6cd78e33f8103d55e89dafab220575510db5f9efb714f34d2a2ca5ee4e4e8d27dcb98cab984ae07a5bf15a14e1633daec0838b5b6f89f40b
6
+ metadata.gz: 8dcd49c548b564652365425b5322dc0d41ab11ba7c009819b08e3a4848ce279c1137ce992495349041a1f997e0c23697ba3f38dec5928f9b943fa563d25b5cdf
7
+ data.tar.gz: 2b83df7bdef1986787b24c52b9578202811229e27843e88ca0be3111f619d6c19e9cb2ee59807ddc96897457487a844c352498f3ffcf0cdf33836110ace2c14d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-verifiedaccess_v2
2
2
 
3
+ ### v0.10.0 (2023-06-11)
4
+
5
+ * Regenerated from discovery document revision 20230530
6
+
3
7
  ### v0.9.0 (2023-05-07)
4
8
 
5
9
  * 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
@@ -364,7 +374,8 @@ module Google
364
374
  # @return [String]
365
375
  attr_accessor :device_signal
366
376
 
367
- # The device signals as reported by Chrome.
377
+ # The device signals as reported by Chrome. Unless otherwise specified, signals
378
+ # are available on all platforms.
368
379
  # Corresponds to the JSON property `deviceSignals`
369
380
  # @return [Google::Apis::VerifiedaccessV2::DeviceSignals]
370
381
  attr_accessor :device_signals
@@ -374,6 +385,18 @@ module Google
374
385
  # @return [String]
375
386
  attr_accessor :key_trust_level
376
387
 
388
+ # Unique customer id that this profile belongs to, as defined by the Google
389
+ # Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/
390
+ # manage-customers
391
+ # Corresponds to the JSON property `profileCustomerId`
392
+ # @return [String]
393
+ attr_accessor :profile_customer_id
394
+
395
+ # Profile attested key trust level.
396
+ # Corresponds to the JSON property `profileKeyTrustLevel`
397
+ # @return [String]
398
+ attr_accessor :profile_key_trust_level
399
+
377
400
  # Certificate Signing Request (in the SPKAC format, base64 encoded) is returned
378
401
  # in this field. This field will be set only if device has included CSR in its
379
402
  # challenge response. (the option to include CSR is now available for both user
@@ -388,6 +411,11 @@ module Google
388
411
  # @return [String]
389
412
  attr_accessor :virtual_device_id
390
413
 
414
+ # The ID of a profile on the device.
415
+ # Corresponds to the JSON property `virtualProfileId`
416
+ # @return [String]
417
+ attr_accessor :virtual_profile_id
418
+
391
419
  def initialize(**args)
392
420
  update!(**args)
393
421
  end
@@ -399,8 +427,11 @@ module Google
399
427
  @device_signal = args[:device_signal] if args.key?(:device_signal)
400
428
  @device_signals = args[:device_signals] if args.key?(:device_signals)
401
429
  @key_trust_level = args[:key_trust_level] if args.key?(:key_trust_level)
430
+ @profile_customer_id = args[:profile_customer_id] if args.key?(:profile_customer_id)
431
+ @profile_key_trust_level = args[:profile_key_trust_level] if args.key?(:profile_key_trust_level)
402
432
  @signed_public_key_and_challenge = args[:signed_public_key_and_challenge] if args.key?(:signed_public_key_and_challenge)
403
433
  @virtual_device_id = args[:virtual_device_id] if args.key?(:virtual_device_id)
434
+ @virtual_profile_id = args[:virtual_profile_id] if args.key?(:virtual_profile_id)
404
435
  end
405
436
  end
406
437
  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.10.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 = "20230530"
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
@@ -133,8 +134,11 @@ module Google
133
134
  property :device_signals, as: 'deviceSignals', class: Google::Apis::VerifiedaccessV2::DeviceSignals, decorator: Google::Apis::VerifiedaccessV2::DeviceSignals::Representation
134
135
 
135
136
  property :key_trust_level, as: 'keyTrustLevel'
137
+ property :profile_customer_id, as: 'profileCustomerId'
138
+ property :profile_key_trust_level, as: 'profileKeyTrustLevel'
136
139
  property :signed_public_key_and_challenge, as: 'signedPublicKeyAndChallenge'
137
140
  property :virtual_device_id, as: 'virtualDeviceId'
141
+ property :virtual_profile_id, as: 'virtualProfileId'
138
142
  end
139
143
  end
140
144
  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.10.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-06-11 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.10.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: []