google-apis-verifiedaccess_v2 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: 408ff802aee1b82e0eb1565e7d6a8cd56331b9dfe5e23d4492893b922ade34d6
4
- data.tar.gz: de87b8b062f8423cec312efee5af0138369784395d28c232960f6ec849c285d4
3
+ metadata.gz: 485d05a878a56b100fe6c49ded510d7872a6f8389e8c207bff6b83a36189d6af
4
+ data.tar.gz: 3d61566a3ffe862ef492e06013c5d40fa5b88846131ba583070ed995d179032d
5
5
  SHA512:
6
- metadata.gz: d7a9b35c63a20bc9a593156ccfae2938f21ada69a3ed5afe560d3a033c3b8a3e41b7dd0136a4002ad457f5fc0866e8583dadadff88f7ced5168c6f4981f0c8f1
7
- data.tar.gz: 02bd0ab8f54a9a7e6260fe7d73edc089a98ea42c755fe847c2d208eaa171f4a390cd4006b47212fb874b524490916b2bbda017e841468881c5b590dafefbfa89
6
+ metadata.gz: 25008d17bee8d447b8e05aba8f9e427df8daa3d48912055fba3368a153c2b0f154e4b4a216bfa9b731ff453a9570006d9db126e8e51abfa7d56702a58a65d8bf
7
+ data.tar.gz: 1eaabbf44ac7c009e6a976f0577896ce70d29768295503833337bd33ddff3845efca6fd3b042e39e3ab89888b7940cf7f82242d8338a8c6d7e482ac718c14cdb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-verifiedaccess_v2
2
2
 
3
+ ### v0.18.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250225
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.17.0 (2024-11-24)
4
9
 
5
10
  * Regenerated from discovery document revision 20241112
@@ -22,6 +22,26 @@ module Google
22
22
  module Apis
23
23
  module VerifiedaccessV2
24
24
 
25
+ # Antivirus information on a device.
26
+ class Antivirus
27
+ include Google::Apis::Core::Hashable
28
+
29
+ # Output only. The state of the antivirus on the device. Introduced in Chrome
30
+ # M136.
31
+ # Corresponds to the JSON property `state`
32
+ # @return [String]
33
+ attr_accessor :state
34
+
35
+ def initialize(**args)
36
+ update!(**args)
37
+ end
38
+
39
+ # Update properties of this object
40
+ def update!(**args)
41
+ @state = args[:state] if args.key?(:state)
42
+ end
43
+ end
44
+
25
45
  # Result message for VerifiedAccess.GenerateChallenge.
26
46
  class Challenge
27
47
  include Google::Apis::Core::Hashable
@@ -46,12 +66,12 @@ module Google
46
66
  class CrowdStrikeAgent
47
67
  include Google::Apis::Core::Hashable
48
68
 
49
- # The Agent ID of the Crowdstrike agent.
69
+ # Output only. The Agent ID of the Crowdstrike agent.
50
70
  # Corresponds to the JSON property `agentId`
51
71
  # @return [String]
52
72
  attr_accessor :agent_id
53
73
 
54
- # The Customer ID to which the agent belongs to.
74
+ # Output only. The Customer ID to which the agent belongs to.
55
75
  # Corresponds to the JSON property `customerId`
56
76
  # @return [String]
57
77
  attr_accessor :customer_id
@@ -72,7 +92,7 @@ module Google
72
92
  class DeviceSignals
73
93
  include Google::Apis::Core::Hashable
74
94
 
75
- # Value of the AllowScreenLock policy on the device. See https://
95
+ # Output only. Value of the AllowScreenLock policy on the device. See https://
76
96
  # chromeenterprise.google/policies/?policy=AllowScreenLock for more details.
77
97
  # Available on ChromeOS only.
78
98
  # Corresponds to the JSON property `allowScreenLock`
@@ -80,22 +100,27 @@ module Google
80
100
  attr_accessor :allow_screen_lock
81
101
  alias_method :allow_screen_lock?, :allow_screen_lock
82
102
 
83
- # Current version of the Chrome browser which generated this set of signals.
84
- # Example value: "107.0.5286.0".
103
+ # Antivirus information on a device.
104
+ # Corresponds to the JSON property `antivirus`
105
+ # @return [Google::Apis::VerifiedaccessV2::Antivirus]
106
+ attr_accessor :antivirus
107
+
108
+ # Output only. Current version of the Chrome browser which generated this set of
109
+ # signals. Example value: "107.0.5286.0".
85
110
  # Corresponds to the JSON property `browserVersion`
86
111
  # @return [String]
87
112
  attr_accessor :browser_version
88
113
 
89
- # Whether Chrome's built-in DNS client is used. The OS DNS client is otherwise
90
- # used. This value may be controlled by an enterprise policy: https://
91
- # chromeenterprise.google/policies/#BuiltInDnsClientEnabled.
114
+ # Output only. Whether Chrome's built-in DNS client is used. The OS DNS client
115
+ # is otherwise used. This value may be controlled by an enterprise policy: https:
116
+ # //chromeenterprise.google/policies/#BuiltInDnsClientEnabled.
92
117
  # Corresponds to the JSON property `builtInDnsClientEnabled`
93
118
  # @return [Boolean]
94
119
  attr_accessor :built_in_dns_client_enabled
95
120
  alias_method :built_in_dns_client_enabled?, :built_in_dns_client_enabled
96
121
 
97
- # Whether access to the Chrome Remote Desktop application is blocked via a
98
- # policy.
122
+ # Output only. Whether access to the Chrome Remote Desktop application is
123
+ # blocked via a policy.
99
124
  # Corresponds to the JSON property `chromeRemoteDesktopAppBlocked`
100
125
  # @return [Boolean]
101
126
  attr_accessor :chrome_remote_desktop_app_blocked
@@ -106,37 +131,38 @@ module Google
106
131
  # @return [Google::Apis::VerifiedaccessV2::CrowdStrikeAgent]
107
132
  attr_accessor :crowd_strike_agent
108
133
 
109
- # Affiliation IDs of the organizations that are affiliated with the organization
110
- # that is currently managing the device. When the sets of device and profile
111
- # affiliation IDs overlap, it means that the organizations managing the device
112
- # and user are affiliated. To learn more about user affiliation, visit https://
113
- # support.google.com/chrome/a/answer/12801245?ref_topic=9027936.
134
+ # Output only. Affiliation IDs of the organizations that are affiliated with the
135
+ # organization that is currently managing the device. When the sets of device
136
+ # and profile affiliation IDs overlap, it means that the organizations managing
137
+ # the device and user are affiliated. To learn more about user affiliation,
138
+ # visit https://support.google.com/chrome/a/answer/12801245?ref_topic=9027936.
114
139
  # Corresponds to the JSON property `deviceAffiliationIds`
115
140
  # @return [Array<String>]
116
141
  attr_accessor :device_affiliation_ids
117
142
 
118
- # Enrollment domain of the customer which is currently managing the device.
143
+ # Output only. Enrollment domain of the customer which is currently managing the
144
+ # device.
119
145
  # Corresponds to the JSON property `deviceEnrollmentDomain`
120
146
  # @return [String]
121
147
  attr_accessor :device_enrollment_domain
122
148
 
123
- # The name of the device's manufacturer.
149
+ # Output only. The name of the device's manufacturer.
124
150
  # Corresponds to the JSON property `deviceManufacturer`
125
151
  # @return [String]
126
152
  attr_accessor :device_manufacturer
127
153
 
128
- # The name of the device's model.
154
+ # Output only. The name of the device's model.
129
155
  # Corresponds to the JSON property `deviceModel`
130
156
  # @return [String]
131
157
  attr_accessor :device_model
132
158
 
133
- # The encryption state of the disk. On ChromeOS, the main disk is always
134
- # ENCRYPTED.
159
+ # Output only. The encryption state of the disk. On ChromeOS, the main disk is
160
+ # always ENCRYPTED.
135
161
  # Corresponds to the JSON property `diskEncryption`
136
162
  # @return [String]
137
163
  attr_accessor :disk_encryption
138
164
 
139
- # The display name of the device, as defined by the user.
165
+ # Output only. The display name of the device, as defined by the user.
140
166
  # Corresponds to the JSON property `displayName`
141
167
  # @return [String]
142
168
  attr_accessor :display_name
@@ -146,42 +172,43 @@ module Google
146
172
  # @return [String]
147
173
  attr_accessor :hostname
148
174
 
149
- # International Mobile Equipment Identity (IMEI) of the device. Available on
150
- # ChromeOS only.
175
+ # Output only. International Mobile Equipment Identity (IMEI) of the device.
176
+ # Available on ChromeOS only.
151
177
  # Corresponds to the JSON property `imei`
152
178
  # @return [Array<String>]
153
179
  attr_accessor :imei
154
180
 
155
- # MAC addresses of the device.
181
+ # Output only. MAC addresses of the device.
156
182
  # Corresponds to the JSON property `macAddresses`
157
183
  # @return [Array<String>]
158
184
  attr_accessor :mac_addresses
159
185
 
160
- # Mobile Equipment Identifier (MEID) of the device. Available on ChromeOS only.
186
+ # Output only. Mobile Equipment Identifier (MEID) of the device. Available on
187
+ # ChromeOS only.
161
188
  # Corresponds to the JSON property `meid`
162
189
  # @return [Array<String>]
163
190
  attr_accessor :meid
164
191
 
165
- # The type of the Operating System currently running on the device.
192
+ # Output only. The type of the Operating System currently running on the device.
166
193
  # Corresponds to the JSON property `operatingSystem`
167
194
  # @return [String]
168
195
  attr_accessor :operating_system
169
196
 
170
- # The state of the OS level firewall. On ChromeOS, the value will always be
171
- # ENABLED on regular devices and UNKNOWN on devices in developer mode. Support
172
- # for MacOS 15 (Sequoia) and later has been introduced in Chrome M131.
197
+ # Output only. The state of the OS level firewall. On ChromeOS, the value will
198
+ # always be ENABLED on regular devices and UNKNOWN on devices in developer mode.
199
+ # Support for MacOS 15 (Sequoia) and later has been introduced in Chrome M131.
173
200
  # Corresponds to the JSON property `osFirewall`
174
201
  # @return [String]
175
202
  attr_accessor :os_firewall
176
203
 
177
- # The current version of the Operating System. On Windows and linux, the value
178
- # will also include the security patch information.
204
+ # Output only. The current version of the Operating System. On Windows and linux,
205
+ # the value will also include the security patch information.
179
206
  # Corresponds to the JSON property `osVersion`
180
207
  # @return [String]
181
208
  attr_accessor :os_version
182
209
 
183
- # Whether the Password Protection Warning feature is enabled or not. Password
184
- # protection alerts users when they reuse their protected password on
210
+ # Output only. Whether the Password Protection Warning feature is enabled or not.
211
+ # Password protection alerts users when they reuse their protected password on
185
212
  # potentially suspicious sites. This setting is controlled by an enterprise
186
213
  # policy: https://chromeenterprise.google/policies/#
187
214
  # PasswordProtectionWarningTrigger. Note that the policy unset does not have the
@@ -190,53 +217,55 @@ module Google
190
217
  # @return [String]
191
218
  attr_accessor :password_protection_warning_trigger
192
219
 
193
- # Affiliation IDs of the organizations that are affiliated with the organization
194
- # that is currently managing the Chrome Profile’s user or ChromeOS user.
220
+ # Output only. Affiliation IDs of the organizations that are affiliated with the
221
+ # organization that is currently managing the Chrome Profile’s user or ChromeOS
222
+ # user.
195
223
  # Corresponds to the JSON property `profileAffiliationIds`
196
224
  # @return [Array<String>]
197
225
  attr_accessor :profile_affiliation_ids
198
226
 
199
- # Enrollment domain of the customer which is currently managing the profile.
227
+ # Output only. Enrollment domain of the customer which is currently managing the
228
+ # profile.
200
229
  # Corresponds to the JSON property `profileEnrollmentDomain`
201
230
  # @return [String]
202
231
  attr_accessor :profile_enrollment_domain
203
232
 
204
- # Whether Enterprise-grade (i.e. custom) unsafe URL scanning is enabled or not.
205
- # This setting may be controlled by an enterprise policy: https://
206
- # chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode
233
+ # Output only. Whether Enterprise-grade (i.e. custom) unsafe URL scanning is
234
+ # enabled or not. This setting may be controlled by an enterprise policy: https:/
235
+ # /chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode
207
236
  # Corresponds to the JSON property `realtimeUrlCheckMode`
208
237
  # @return [String]
209
238
  attr_accessor :realtime_url_check_mode
210
239
 
211
- # Safe Browsing Protection Level. That setting may be controlled by an
212
- # enterprise policy: https://chromeenterprise.google/policies/#
240
+ # Output only. Safe Browsing Protection Level. That setting may be controlled by
241
+ # an enterprise policy: https://chromeenterprise.google/policies/#
213
242
  # SafeBrowsingProtectionLevel.
214
243
  # Corresponds to the JSON property `safeBrowsingProtectionLevel`
215
244
  # @return [String]
216
245
  attr_accessor :safe_browsing_protection_level
217
246
 
218
- # The state of the Screen Lock password protection. On ChromeOS, this value will
219
- # always be ENABLED as there is not way to disable requiring a password or pin
220
- # when unlocking the device.
247
+ # Output only. The state of the Screen Lock password protection. On ChromeOS,
248
+ # this value will always be ENABLED as there is not way to disable requiring a
249
+ # password or pin when unlocking the device.
221
250
  # Corresponds to the JSON property `screenLockSecured`
222
251
  # @return [String]
223
252
  attr_accessor :screen_lock_secured
224
253
 
225
- # Whether the device's startup software has its Secure Boot feature enabled.
226
- # Available on Windows only.
254
+ # Output only. Whether the device's startup software has its Secure Boot feature
255
+ # enabled. Available on Windows only.
227
256
  # Corresponds to the JSON property `secureBootMode`
228
257
  # @return [String]
229
258
  attr_accessor :secure_boot_mode
230
259
 
231
- # The serial number of the device. On Windows, this represents the BIOS's serial
232
- # number. Not available on most Linux distributions.
260
+ # Output only. The serial number of the device. On Windows, this represents the
261
+ # BIOS's serial number. Not available on most Linux distributions.
233
262
  # Corresponds to the JSON property `serialNumber`
234
263
  # @return [String]
235
264
  attr_accessor :serial_number
236
265
 
237
- # Whether the Site Isolation (a.k.a Site Per Process) setting is enabled. That
238
- # setting may be controlled by an enterprise policy: https://chromeenterprise.
239
- # google/policies/#SitePerProcess
266
+ # Output only. Whether the Site Isolation (a.k.a Site Per Process) setting is
267
+ # enabled. That setting may be controlled by an enterprise policy: https://
268
+ # chromeenterprise.google/policies/#SitePerProcess
240
269
  # Corresponds to the JSON property `siteIsolationEnabled`
241
270
  # @return [Boolean]
242
271
  attr_accessor :site_isolation_enabled
@@ -248,25 +277,27 @@ module Google
248
277
  # @return [Array<String>]
249
278
  attr_accessor :system_dns_servers
250
279
 
251
- # Whether Chrome is blocking third-party software injection or not. This setting
252
- # may be controlled by an enterprise policy: https://chromeenterprise.google/
253
- # policies/?policy=ThirdPartyBlockingEnabled. Available on Windows only.
280
+ # Output only. Whether Chrome is blocking third-party software injection or not.
281
+ # This setting may be controlled by an enterprise policy: https://
282
+ # chromeenterprise.google/policies/?policy=ThirdPartyBlockingEnabled. Available
283
+ # on Windows only.
254
284
  # Corresponds to the JSON property `thirdPartyBlockingEnabled`
255
285
  # @return [Boolean]
256
286
  attr_accessor :third_party_blocking_enabled
257
287
  alias_method :third_party_blocking_enabled?, :third_party_blocking_enabled
258
288
 
259
- # The trigger which generated this set of signals.
289
+ # Output only. The trigger which generated this set of signals.
260
290
  # Corresponds to the JSON property `trigger`
261
291
  # @return [String]
262
292
  attr_accessor :trigger
263
293
 
264
- # Windows domain that the current machine has joined. Available on Windows only.
294
+ # Output only. Windows domain that the current machine has joined. Available on
295
+ # Windows only.
265
296
  # Corresponds to the JSON property `windowsMachineDomain`
266
297
  # @return [String]
267
298
  attr_accessor :windows_machine_domain
268
299
 
269
- # Windows domain for the current OS user. Available on Windows only.
300
+ # Output only. Windows domain for the current OS user. Available on Windows only.
270
301
  # Corresponds to the JSON property `windowsUserDomain`
271
302
  # @return [String]
272
303
  attr_accessor :windows_user_domain
@@ -278,6 +309,7 @@ module Google
278
309
  # Update properties of this object
279
310
  def update!(**args)
280
311
  @allow_screen_lock = args[:allow_screen_lock] if args.key?(:allow_screen_lock)
312
+ @antivirus = args[:antivirus] if args.key?(:antivirus)
281
313
  @browser_version = args[:browser_version] if args.key?(:browser_version)
282
314
  @built_in_dns_client_enabled = args[:built_in_dns_client_enabled] if args.key?(:built_in_dns_client_enabled)
283
315
  @chrome_remote_desktop_app_blocked = args[:chrome_remote_desktop_app_blocked] if args.key?(:chrome_remote_desktop_app_blocked)
@@ -363,30 +395,31 @@ module Google
363
395
  class VerifyChallengeResponseResult
364
396
  include Google::Apis::Core::Hashable
365
397
 
366
- # Attested device ID (ADID).
398
+ # Output only. Attested device ID (ADID).
367
399
  # Corresponds to the JSON property `attestedDeviceId`
368
400
  # @return [String]
369
401
  attr_accessor :attested_device_id
370
402
 
371
- # Unique customer id that this device belongs to, as defined by the Google Admin
372
- # SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-
373
- # customers
403
+ # Output only. Unique customer id that this device belongs to, as defined by the
404
+ # Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/
405
+ # guides/manage-customers
374
406
  # Corresponds to the JSON property `customerId`
375
407
  # @return [String]
376
408
  attr_accessor :customer_id
377
409
 
378
- # Device enrollment id for ChromeOS devices.
410
+ # Output only. Device enrollment id for ChromeOS devices.
379
411
  # Corresponds to the JSON property `deviceEnrollmentId`
380
412
  # @return [String]
381
413
  attr_accessor :device_enrollment_id
382
414
 
383
- # Device permanent id is returned in this field (for the machine response only).
415
+ # Output only. Device permanent id is returned in this field (for the machine
416
+ # response only).
384
417
  # Corresponds to the JSON property `devicePermanentId`
385
418
  # @return [String]
386
419
  attr_accessor :device_permanent_id
387
420
 
388
- # Deprecated. Device signal in json string representation. Prefer using `
389
- # device_signals` instead.
421
+ # Output only. Deprecated. Device signal in json string representation. Prefer
422
+ # using `device_signals` instead.
390
423
  # Corresponds to the JSON property `deviceSignal`
391
424
  # @return [String]
392
425
  attr_accessor :device_signal
@@ -397,38 +430,43 @@ module Google
397
430
  # @return [Google::Apis::VerifiedaccessV2::DeviceSignals]
398
431
  attr_accessor :device_signals
399
432
 
400
- # Device attested key trust level.
433
+ # Output only. Device attested key trust level.
401
434
  # Corresponds to the JSON property `keyTrustLevel`
402
435
  # @return [String]
403
436
  attr_accessor :key_trust_level
404
437
 
405
- # Unique customer id that this profile belongs to, as defined by the Google
406
- # Admin SDK at https://developers.google.com/admin-sdk/directory/v1/guides/
407
- # manage-customers
438
+ # Output only. Unique customer id that this profile belongs to, as defined by
439
+ # the Google Admin SDK at https://developers.google.com/admin-sdk/directory/v1/
440
+ # guides/manage-customers
408
441
  # Corresponds to the JSON property `profileCustomerId`
409
442
  # @return [String]
410
443
  attr_accessor :profile_customer_id
411
444
 
412
- # Profile attested key trust level.
445
+ # Output only. Profile attested key trust level.
413
446
  # Corresponds to the JSON property `profileKeyTrustLevel`
414
447
  # @return [String]
415
448
  attr_accessor :profile_key_trust_level
416
449
 
417
- # Certificate Signing Request (in the SPKAC format, base64 encoded) is returned
418
- # in this field. This field will be set only if device has included CSR in its
419
- # challenge response. (the option to include CSR is now available for both user
420
- # and machine responses)
450
+ # Output only. The unique server-side ID of a profile on the device.
451
+ # Corresponds to the JSON property `profilePermanentId`
452
+ # @return [String]
453
+ attr_accessor :profile_permanent_id
454
+
455
+ # Output only. Certificate Signing Request (in the SPKAC format, base64 encoded)
456
+ # is returned in this field. This field will be set only if device has included
457
+ # CSR in its challenge response. (the option to include CSR is now available for
458
+ # both user and machine responses)
421
459
  # Corresponds to the JSON property `signedPublicKeyAndChallenge`
422
460
  # @return [String]
423
461
  attr_accessor :signed_public_key_and_challenge
424
462
 
425
- # Virtual device id of the device. The definition of virtual device id is
426
- # platform-specific.
463
+ # Output only. Virtual device id of the device. The definition of virtual device
464
+ # id is platform-specific.
427
465
  # Corresponds to the JSON property `virtualDeviceId`
428
466
  # @return [String]
429
467
  attr_accessor :virtual_device_id
430
468
 
431
- # The ID of a profile on the device.
469
+ # Output only. The client-provided ID of a profile on the device.
432
470
  # Corresponds to the JSON property `virtualProfileId`
433
471
  # @return [String]
434
472
  attr_accessor :virtual_profile_id
@@ -448,6 +486,7 @@ module Google
448
486
  @key_trust_level = args[:key_trust_level] if args.key?(:key_trust_level)
449
487
  @profile_customer_id = args[:profile_customer_id] if args.key?(:profile_customer_id)
450
488
  @profile_key_trust_level = args[:profile_key_trust_level] if args.key?(:profile_key_trust_level)
489
+ @profile_permanent_id = args[:profile_permanent_id] if args.key?(:profile_permanent_id)
451
490
  @signed_public_key_and_challenge = args[:signed_public_key_and_challenge] if args.key?(:signed_public_key_and_challenge)
452
491
  @virtual_device_id = args[:virtual_device_id] if args.key?(:virtual_device_id)
453
492
  @virtual_profile_id = args[:virtual_profile_id] if args.key?(:virtual_profile_id)
@@ -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.17.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.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241112"
25
+ REVISION = "20250225"
26
26
  end
27
27
  end
28
28
  end
@@ -22,6 +22,12 @@ module Google
22
22
  module Apis
23
23
  module VerifiedaccessV2
24
24
 
25
+ class Antivirus
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
25
31
  class Challenge
26
32
  class Representation < Google::Apis::Core::JsonRepresentation; end
27
33
 
@@ -58,6 +64,13 @@ module Google
58
64
  include Google::Apis::Core::JsonObjectSupport
59
65
  end
60
66
 
67
+ class Antivirus
68
+ # @private
69
+ class Representation < Google::Apis::Core::JsonRepresentation
70
+ property :state, as: 'state'
71
+ end
72
+ end
73
+
61
74
  class Challenge
62
75
  # @private
63
76
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -77,6 +90,8 @@ module Google
77
90
  # @private
78
91
  class Representation < Google::Apis::Core::JsonRepresentation
79
92
  property :allow_screen_lock, as: 'allowScreenLock'
93
+ property :antivirus, as: 'antivirus', class: Google::Apis::VerifiedaccessV2::Antivirus, decorator: Google::Apis::VerifiedaccessV2::Antivirus::Representation
94
+
80
95
  property :browser_version, as: 'browserVersion'
81
96
  property :built_in_dns_client_enabled, as: 'builtInDnsClientEnabled'
82
97
  property :chrome_remote_desktop_app_blocked, as: 'chromeRemoteDesktopAppBlocked'
@@ -139,6 +154,7 @@ module Google
139
154
  property :key_trust_level, as: 'keyTrustLevel'
140
155
  property :profile_customer_id, as: 'profileCustomerId'
141
156
  property :profile_key_trust_level, as: 'profileKeyTrustLevel'
157
+ property :profile_permanent_id, as: 'profilePermanentId'
142
158
  property :signed_public_key_and_challenge, as: 'signedPublicKeyAndChallenge'
143
159
  property :virtual_device_id, as: 'virtualDeviceId'
144
160
  property :virtual_profile_id, as: 'virtualProfileId'
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-verifiedaccess_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.18.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-04 00:00:00.000000000 Z
10
+ date: 2025-03-09 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.17.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-verifiedaccess_v2/v0.18.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-verifiedaccess_v2
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.22
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Chrome Verified Access API V2
82
79
  test_files: []