google-apis-verifiedaccess_v2 0.12.0 → 0.14.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: b3e9f254404a796262de00326347df922be1bd44fc1c54dc5fbeb1d4693f8fff
4
- data.tar.gz: 447cb0f18df08744f913a6fdb47952fa96a420d651deb398c5e1f4b6b2b1395a
3
+ metadata.gz: d7fdbb6b31cb9c818e8edcaf787fc8ac5350886cc14a47228c58a05f3a12da25
4
+ data.tar.gz: 7b7b0815751f099d62ca24be57b634d01e0b6c2b1c32325ab8ac674ae4ad4d19
5
5
  SHA512:
6
- metadata.gz: b8683c0272fb7d7cdde8dbf89d28a1c027d8ade7c1b026cf36682920cc1e24833a677d990341a9685a042555f1c3b565a4dfeb482950ab3031c64b66eaba1887
7
- data.tar.gz: 57133a87a781f2ef23b65be0dedc0c144b62ce6199aae26b9353dd1f994b35e4fa59a765212066a3c06aa4ab53c020b608296b36dc448daf0762c442cc940038
6
+ metadata.gz: c772ff7f34d8ba25acb4ba2d22106e78c67d5256f6962d7bc3c751da6fef1d34b1ff6e477a37d1256ad367454ef6d4fae4e048405a5c97a72be4cd22ad21f51f
7
+ data.tar.gz: 250eb2c646392cbac7c355e9722c21e698fef01974849a3fc0271c0f949b611a01a72b9f79ada0ba3e387f7dc38c0ada1bd6eb61047dcf5a187d0e6e8710d1ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-verifiedaccess_v2
2
2
 
3
+ ### v0.14.0 (2024-04-07)
4
+
5
+ * Regenerated from discovery document revision 20240402
6
+
7
+ ### v0.13.0 (2024-02-24)
8
+
9
+ * Regenerated using generator version 0.14.0
10
+
3
11
  ### v0.12.0 (2024-01-23)
4
12
 
5
13
  * Regenerated using generator version 0.13.0
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/chrome/verified-access
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
88
- Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Currently, this means Ruby 2.5 and later. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
88
+ Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
90
90
  ## License
91
91
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230801"
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.12.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-01-23 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.12.0
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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Chrome Verified Access API V2