google-apis-verifiedaccess_v2 0.13.0 → 0.14.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: d7fdbb6b31cb9c818e8edcaf787fc8ac5350886cc14a47228c58a05f3a12da25
|
|
4
|
+
data.tar.gz: 7b7b0815751f099d62ca24be57b634d01e0b6c2b1c32325ab8ac674ae4ad4d19
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c772ff7f34d8ba25acb4ba2d22106e78c67d5256f6962d7bc3c751da6fef1d34b1ff6e477a37d1256ad367454ef6d4fae4e048405a5c97a72be4cd22ad21f51f
|
|
7
|
+
data.tar.gz: 250eb2c646392cbac7c355e9722c21e698fef01974849a3fc0271c0f949b611a01a72b9f79ada0ba3e387f7dc38c0ada1bd6eb61047dcf5a187d0e6e8710d1ce
|
data/CHANGELOG.md
CHANGED
|
@@ -195,6 +195,11 @@ module Google
|
|
|
195
195
|
# @return [Array<String>]
|
|
196
196
|
attr_accessor :profile_affiliation_ids
|
|
197
197
|
|
|
198
|
+
# Enrollment domain of the customer which is currently managing the profile.
|
|
199
|
+
# Corresponds to the JSON property `profileEnrollmentDomain`
|
|
200
|
+
# @return [String]
|
|
201
|
+
attr_accessor :profile_enrollment_domain
|
|
202
|
+
|
|
198
203
|
# Whether Enterprise-grade (i.e. custom) unsafe URL scanning is enabled or not.
|
|
199
204
|
# This setting may be controlled by an enterprise policy: https://
|
|
200
205
|
# chromeenterprise.google/policies/#EnterpriseRealTimeUrlCheckMode
|
|
@@ -291,6 +296,7 @@ module Google
|
|
|
291
296
|
@os_version = args[:os_version] if args.key?(:os_version)
|
|
292
297
|
@password_protection_warning_trigger = args[:password_protection_warning_trigger] if args.key?(:password_protection_warning_trigger)
|
|
293
298
|
@profile_affiliation_ids = args[:profile_affiliation_ids] if args.key?(:profile_affiliation_ids)
|
|
299
|
+
@profile_enrollment_domain = args[:profile_enrollment_domain] if args.key?(:profile_enrollment_domain)
|
|
294
300
|
@realtime_url_check_mode = args[:realtime_url_check_mode] if args.key?(:realtime_url_check_mode)
|
|
295
301
|
@safe_browsing_protection_level = args[:safe_browsing_protection_level] if args.key?(:safe_browsing_protection_level)
|
|
296
302
|
@screen_lock_secured = args[:screen_lock_secured] if args.key?(:screen_lock_secured)
|
|
@@ -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.14.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240402"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -97,6 +97,7 @@ module Google
|
|
|
97
97
|
property :os_version, as: 'osVersion'
|
|
98
98
|
property :password_protection_warning_trigger, as: 'passwordProtectionWarningTrigger'
|
|
99
99
|
collection :profile_affiliation_ids, as: 'profileAffiliationIds'
|
|
100
|
+
property :profile_enrollment_domain, as: 'profileEnrollmentDomain'
|
|
100
101
|
property :realtime_url_check_mode, as: 'realtimeUrlCheckMode'
|
|
101
102
|
property :safe_browsing_protection_level, as: 'safeBrowsingProtectionLevel'
|
|
102
103
|
property :screen_lock_secured, as: 'screenLockSecured'
|
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.14.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: 2024-
|
|
11
|
+
date: 2024-04-07 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.14.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: []
|