google-apis-verifiedaccess_v2 0.10.0 → 0.11.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: aa9b5858687a53228c9a3f85504f7f400a15c7314bdf439a892c4a5bb40544eb
|
|
4
|
+
data.tar.gz: b1baf12ac538e514c98227253d3fc491a8aacfc37803961cc379093b7d3a554a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 195e744e7b64bc5f50f122be2451bdfbb78c4bda90e3582d3d228aa1e6d2f0a7b64c4f7ca310d2a5eb3a17e4bb469e5345ecc1241a9fc1fc232ac1455d1daaf0
|
|
7
|
+
data.tar.gz: aadad78bac98cecc54d0af103229c5bc3eb1b7240b9cf7acdf145ce68e9ac448f105c786b6bdff93eed193a7493005050bb6128455d2dbabd139a8f2ec751f33
|
data/CHANGELOG.md
CHANGED
|
@@ -356,6 +356,11 @@ module Google
|
|
|
356
356
|
class VerifyChallengeResponseResult
|
|
357
357
|
include Google::Apis::Core::Hashable
|
|
358
358
|
|
|
359
|
+
# Attested device ID (ADID).
|
|
360
|
+
# Corresponds to the JSON property `attestedDeviceId`
|
|
361
|
+
# @return [String]
|
|
362
|
+
attr_accessor :attested_device_id
|
|
363
|
+
|
|
359
364
|
# Unique customer id that this device belongs to, as defined by the Google Admin
|
|
360
365
|
# SDK at https://developers.google.com/admin-sdk/directory/v1/guides/manage-
|
|
361
366
|
# customers
|
|
@@ -363,6 +368,11 @@ module Google
|
|
|
363
368
|
# @return [String]
|
|
364
369
|
attr_accessor :customer_id
|
|
365
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
|
+
|
|
366
376
|
# Device permanent id is returned in this field (for the machine response only).
|
|
367
377
|
# Corresponds to the JSON property `devicePermanentId`
|
|
368
378
|
# @return [String]
|
|
@@ -422,7 +432,9 @@ module Google
|
|
|
422
432
|
|
|
423
433
|
# Update properties of this object
|
|
424
434
|
def update!(**args)
|
|
435
|
+
@attested_device_id = args[:attested_device_id] if args.key?(:attested_device_id)
|
|
425
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)
|
|
426
438
|
@device_permanent_id = args[:device_permanent_id] if args.key?(:device_permanent_id)
|
|
427
439
|
@device_signal = args[:device_signal] if args.key?(:device_signal)
|
|
428
440
|
@device_signals = args[:device_signals] if args.key?(:device_signals)
|
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20230801"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -128,7 +128,9 @@ module Google
|
|
|
128
128
|
class VerifyChallengeResponseResult
|
|
129
129
|
# @private
|
|
130
130
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
131
|
+
property :attested_device_id, as: 'attestedDeviceId'
|
|
131
132
|
property :customer_id, as: 'customerId'
|
|
133
|
+
property :device_enrollment_id, as: 'deviceEnrollmentId'
|
|
132
134
|
property :device_permanent_id, as: 'devicePermanentId'
|
|
133
135
|
property :device_signal, as: 'deviceSignal'
|
|
134
136
|
property :device_signals, as: 'deviceSignals', class: Google::Apis::VerifiedaccessV2::DeviceSignals, decorator: Google::Apis::VerifiedaccessV2::DeviceSignals::Representation
|
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.
|
|
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-06
|
|
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.
|
|
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: []
|