google-apis-alertcenter_v1beta1 0.36.0 → 0.38.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: 490932823acfff12b69802dd475d2de1ec11fe3322b44040b20e907ea4f922f1
4
- data.tar.gz: 663897246e40e9c466a9a161f2ec8458ef5933265f2cfe250ac01f0372f8ab7f
3
+ metadata.gz: 5c2975e9cb3d9b6d1af0100a98f13e826dad82542379116b21245606bb757b94
4
+ data.tar.gz: 74dae179f7e110556107d893aff8de0ae7455e04fc076666ae9080fbcbd83e39
5
5
  SHA512:
6
- metadata.gz: '00350832a14ac0f135a2ae089ffeaf2b22c2138595a76ce57181947459e1c423b355a6c4ed1510442a300f058c0adc7479d0f2d8a440bf6efe4c32d6517e67fa'
7
- data.tar.gz: fb344b509743915bbab60b61b8def1405fa55c2d7a0687aadbbc52c89b17f01860f632bbef6902c07497b6bb2a53d7ff4182b81a1ea78f390cdc81d576b8f442
6
+ metadata.gz: 912c1426265308e036ff749677dad1278acf71013f10d3cbce581a4e80b0063e6aefe9e502b155b5ab323a9df8b57905903295cecc5d8951fbf3e5196f347c48
7
+ data.tar.gz: '0843633412674af33e8e1bab5bfd6db0c43e05a476f4ec4e5db5752ae4f58167cb0dc7349f0ec86ffc7c42cc9bcd17970ce20254328062fd6ff31a1d29a565ca'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-alertcenter_v1beta1
2
2
 
3
+ ### v0.38.0 (2024-02-23)
4
+
5
+ * Regenerated using generator version 0.14.0
6
+
7
+ ### v0.37.0 (2024-02-04)
8
+
9
+ * Regenerated from discovery document revision 20240129
10
+ * Regenerated using generator version 0.13.1
11
+
3
12
  ### v0.36.0 (2024-01-23)
4
13
 
5
14
  * Regenerated using generator version 0.13.0
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://developers.google.com/admin-sdk/alertcenter/
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
 
@@ -991,6 +991,61 @@ module Google
991
991
  end
992
992
  end
993
993
 
994
+ # Alerts from Device Management Rules configured by Admin.
995
+ class DeviceManagementRule
996
+ include Google::Apis::Core::Hashable
997
+
998
+ # Required. The device ID.
999
+ # Corresponds to the JSON property `deviceId`
1000
+ # @return [String]
1001
+ attr_accessor :device_id
1002
+
1003
+ # The model of the device.
1004
+ # Corresponds to the JSON property `deviceModel`
1005
+ # @return [String]
1006
+ attr_accessor :device_model
1007
+
1008
+ # The type of the device.
1009
+ # Corresponds to the JSON property `deviceType`
1010
+ # @return [String]
1011
+ attr_accessor :device_type
1012
+
1013
+ # The email of the user this alert was created for.
1014
+ # Corresponds to the JSON property `email`
1015
+ # @return [String]
1016
+ attr_accessor :email
1017
+
1018
+ # Required for iOS, empty for others.
1019
+ # Corresponds to the JSON property `iosVendorId`
1020
+ # @return [String]
1021
+ attr_accessor :ios_vendor_id
1022
+
1023
+ # The device resource ID.
1024
+ # Corresponds to the JSON property `resourceId`
1025
+ # @return [String]
1026
+ attr_accessor :resource_id
1027
+
1028
+ # The serial number of the device.
1029
+ # Corresponds to the JSON property `serialNumber`
1030
+ # @return [String]
1031
+ attr_accessor :serial_number
1032
+
1033
+ def initialize(**args)
1034
+ update!(**args)
1035
+ end
1036
+
1037
+ # Update properties of this object
1038
+ def update!(**args)
1039
+ @device_id = args[:device_id] if args.key?(:device_id)
1040
+ @device_model = args[:device_model] if args.key?(:device_model)
1041
+ @device_type = args[:device_type] if args.key?(:device_type)
1042
+ @email = args[:email] if args.key?(:email)
1043
+ @ios_vendor_id = args[:ios_vendor_id] if args.key?(:ios_vendor_id)
1044
+ @resource_id = args[:resource_id] if args.key?(:resource_id)
1045
+ @serial_number = args[:serial_number] if args.key?(:serial_number)
1046
+ end
1047
+ end
1048
+
994
1049
  # Alerts that get triggered on violations of Data Loss Prevention (DLP) rules.
995
1050
  class DlpRuleViolation
996
1051
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AlertcenterV1beta1
18
18
  # Version of the google-apis-alertcenter_v1beta1 gem
19
- GEM_VERSION = "0.36.0"
19
+ GEM_VERSION = "0.38.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 = "20230821"
25
+ REVISION = "20240129"
26
26
  end
27
27
  end
28
28
  end
@@ -172,6 +172,12 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class DeviceManagementRule
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
175
181
  class DlpRuleViolation
176
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
183
 
@@ -702,6 +708,19 @@ module Google
702
708
  end
703
709
  end
704
710
 
711
+ class DeviceManagementRule
712
+ # @private
713
+ class Representation < Google::Apis::Core::JsonRepresentation
714
+ property :device_id, as: 'deviceId'
715
+ property :device_model, as: 'deviceModel'
716
+ property :device_type, as: 'deviceType'
717
+ property :email, as: 'email'
718
+ property :ios_vendor_id, as: 'iosVendorId'
719
+ property :resource_id, as: 'resourceId'
720
+ property :serial_number, as: 'serialNumber'
721
+ end
722
+ end
723
+
705
724
  class DlpRuleViolation
706
725
  # @private
707
726
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-alertcenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.36.0
4
+ version: 0.38.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-02-25 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-alertcenter_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-alertcenter_v1beta1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-alertcenter_v1beta1
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 Google Workspace Alert Center API V1beta1