google-apis-verifiedaccess_v2 0.18.0 → 0.20.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: 8356dc645ec50cce6bf710f04f8612128563735b44c11c125c39a466fa5600e6
|
4
|
+
data.tar.gz: f335d9ac2926ca59d3dace6f5b1820f70873c6270aeaff7759a248822a8f2d80
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c385915ea1cdc5347b72df6b0d4ca89e77b89887dd232051d2558a22da87dd103fb57dff9f6c7efc4ae9f683bd12e9f715acd9eea778f38e0fc20de00e9d7ad6
|
7
|
+
data.tar.gz: 9053c1025a2a05f7e62eb471ef4477b0cd2dbc0f2e350ba628a800a31e5ef1b44a44f2fd833cf176b4fbd141198d4fea82318ddd66ace4f9bfaa97d68102875e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-verifiedaccess_v2
|
2
2
|
|
3
|
+
### v0.20.0 (2025-03-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250318
|
6
|
+
|
7
|
+
### v0.19.0 (2025-03-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250311
|
10
|
+
|
3
11
|
### v0.18.0 (2025-03-09)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250225
|
@@ -277,10 +277,10 @@ module Google
|
|
277
277
|
# @return [Array<String>]
|
278
278
|
attr_accessor :system_dns_servers
|
279
279
|
|
280
|
-
# Output only.
|
281
|
-
#
|
282
|
-
# chromeenterprise.google/policies/?
|
283
|
-
# on Windows only.
|
280
|
+
# Output only. Deprecated. The corresponding policy is now deprecated. Whether
|
281
|
+
# Chrome is blocking third-party software injection or not. This setting may be
|
282
|
+
# controlled by an enterprise policy: https://chromeenterprise.google/policies/?
|
283
|
+
# policy=ThirdPartyBlockingEnabled. Available on Windows only.
|
284
284
|
# Corresponds to the JSON property `thirdPartyBlockingEnabled`
|
285
285
|
# @return [Boolean]
|
286
286
|
attr_accessor :third_party_blocking_enabled
|
@@ -391,7 +391,11 @@ module Google
|
|
391
391
|
end
|
392
392
|
end
|
393
393
|
|
394
|
-
# Result message for VerifiedAccess.VerifyChallengeResponse.
|
394
|
+
# Result message for VerifiedAccess.VerifyChallengeResponse. The response
|
395
|
+
# returned when successful for Managed profiles on Unmanaged browsers will NOT
|
396
|
+
# have devicePermanentId, keyTrustLevel, virtualDeviceId and customerId fields.
|
397
|
+
# Managed profiles will INSTEAD have the profileCustomerId, virtualProfileId,
|
398
|
+
# profilePermanentId and profileKeyTrustLevel fields.
|
395
399
|
class VerifyChallengeResponseResult
|
396
400
|
include Google::Apis::Core::Hashable
|
397
401
|
|
@@ -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.20.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250318"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +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.
|
4
|
+
version: 0.20.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-30 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-verifiedaccess_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-verifiedaccess_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-verifiedaccess_v2/v0.20.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-verifiedaccess_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|