google-apis-securitycenter_v1beta2 0.65.0 → 0.66.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: 5e62704a1cb0c156e16b0ff7ad3399bd93d498502289b55d81ea398e3038982a
4
- data.tar.gz: 6ddd1ab1b1efbc655379a4048f222bd8b7abcfbc49e010e728888bf5865c76c6
3
+ metadata.gz: 1ec57bc3514ec7f668c73595b1591ade0350a9bda3526a4dfd5a23817dceeb90
4
+ data.tar.gz: e723492f2b0b0820f6c011e589b4da112d727bc48de13832ea6a66436cb75cde
5
5
  SHA512:
6
- metadata.gz: 7f76a595ef2a72edd22bea5b2cd9a6736d86c4fa78c25f017190956e8523d0c1f1a1391017571275bb8f2cb2c588c3ef3c29a08bcfde495acb6118962281e547
7
- data.tar.gz: 442390d88aa83385176c8efea0ad89ac9940fde911b60a0240c2ab70aaae758b261c532e1ad6b9ff99dc9d77d2912d17d5566f7ffcce42246da976939436b57c
6
+ metadata.gz: 94cbb75eb10b81d116a8fb46a2485796612c9416d41ffe62532360391b39145966e02e6d87255176d65f7fb257b4734b10caae3dea5dd3027e31fceb5b410775
7
+ data.tar.gz: 2bc6f2e9f2f1d9b53c12275b56b5507773f4ee60c7d36007e4d5b1e69dcc1704331888f206a0d8885e4843a26206b9908e55f653be707bc1a972b48e6f62754f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.66.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240226
6
+
3
7
  ### v0.65.0 (2024-02-23)
4
8
 
5
9
  * Regenerated using generator version 0.14.0
@@ -191,15 +191,13 @@ module Google
191
191
  include Google::Apis::Core::Hashable
192
192
 
193
193
  # The base URI that identifies the network location of the application in which
194
- # the vulnerability was detected. Examples: http://11.22.33.44, http://foo.com,
195
- # http://11.22.33.44:8080
194
+ # the vulnerability was detected. For example, `http://example.com`.
196
195
  # Corresponds to the JSON property `baseUri`
197
196
  # @return [String]
198
197
  attr_accessor :base_uri
199
198
 
200
- # The full URI with payload that can be used to reproduce the vulnerability.
201
- # Example: http://11.22.33.44/reflected/parameter/attribute/singlequoted/js?p=
202
- # aMmYgI6H
199
+ # The full URI with payload that can be used to reproduce the vulnerability. For
200
+ # example, `http://example.com?p=aMmYgI6H`.
203
201
  # Corresponds to the JSON property `fullUri`
204
202
  # @return [String]
205
203
  attr_accessor :full_uri
@@ -283,14 +281,14 @@ module Google
283
281
  include Google::Apis::Core::Hashable
284
282
 
285
283
  # The name of the Backup and DR appliance that captures, moves, and manages the
286
- # lifecycle of backup data. For example, backup-server-57137”.
284
+ # lifecycle of backup data. For example, `backup-server-57137`.
287
285
  # Corresponds to the JSON property `appliance`
288
286
  # @return [String]
289
287
  attr_accessor :appliance
290
288
 
291
289
  # The names of Backup and DR applications. An application is a VM, database, or
292
290
  # file system on a managed host monitored by a backup and recovery appliance.
293
- # For example, centos7-01-vol00”, centos7-01-vol01”, centos7-01-vol02”.
291
+ # For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
294
292
  # Corresponds to the JSON property `applications`
295
293
  # @return [Array<String>]
296
294
  attr_accessor :applications
@@ -303,13 +301,13 @@ module Google
303
301
  # The name of a Backup and DR template which comprises one or more backup
304
302
  # policies. See the [Backup and DR documentation](https://cloud.google.com/
305
303
  # backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information.
306
- # For example, snap-ov”.
304
+ # For example, `snap-ov`.
307
305
  # Corresponds to the JSON property `backupTemplate`
308
306
  # @return [String]
309
307
  attr_accessor :backup_template
310
308
 
311
- # The backup type of the Backup and DR image. For example, Snapshot”, Remote
312
- # Snapshot”, OnVault”.
309
+ # The backup type of the Backup and DR image. For example, `Snapshot`, `Remote
310
+ # Snapshot`, `OnVault`.
313
311
  # Corresponds to the JSON property `backupType`
314
312
  # @return [String]
315
313
  attr_accessor :backup_type
@@ -319,14 +317,14 @@ module Google
319
317
  # (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.),
320
318
  # vCenter, or an ESX server. See the [Backup and DR documentation on hosts](
321
319
  # https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-
322
- # hosts-and-their-applications) for more information. For example, centos7-01”.
320
+ # hosts-and-their-applications) for more information. For example, `centos7-01`.
323
321
  # Corresponds to the JSON property `host`
324
322
  # @return [String]
325
323
  attr_accessor :host
326
324
 
327
325
  # The names of Backup and DR policies that are associated with a template and
328
326
  # that define when to run a backup, how frequently to run a backup, and how long
329
- # to retain the backup image. For example, onvaults”.
327
+ # to retain the backup image. For example, `onvaults`.
330
328
  # Corresponds to the JSON property `policies`
331
329
  # @return [Array<String>]
332
330
  attr_accessor :policies
@@ -334,7 +332,7 @@ module Google
334
332
  # The names of Backup and DR advanced policy options of a policy applying to an
335
333
  # application. See the [Backup and DR documentation on policy options](https://
336
334
  # cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings).
337
- # For example, skipofflineappsincongrp, nounmap”.
335
+ # For example, `skipofflineappsincongrp, nounmap`.
338
336
  # Corresponds to the JSON property `policyOptions`
339
337
  # @return [Array<String>]
340
338
  attr_accessor :policy_options
@@ -342,7 +340,7 @@ module Google
342
340
  # The name of the Backup and DR resource profile that specifies the storage
343
341
  # media for backups of application and VM data. See the [Backup and DR
344
342
  # documentation on profiles](https://cloud.google.com/backup-disaster-recovery/
345
- # docs/concepts/backup-plan#profile). For example, GCP”.
343
+ # docs/concepts/backup-plan#profile). For example, `GCP`.
346
344
  # Corresponds to the JSON property `profile`
347
345
  # @return [String]
348
346
  attr_accessor :profile
@@ -351,7 +349,7 @@ module Google
351
349
  # appliance is storing data in. The storage pool could be of type Cloud, Primary,
352
350
  # Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](
353
351
  # https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools).
354
- # For example, DiskPoolOne”.
352
+ # For example, `DiskPoolOne`.
355
353
  # Corresponds to the JSON property `storagePool`
356
354
  # @return [String]
357
355
  attr_accessor :storage_pool
@@ -2011,6 +2009,16 @@ module Google
2011
2009
  # @return [Array<String>]
2012
2010
  attr_accessor :assignees
2013
2011
 
2012
+ # The time when the case was closed, as reported by the external system.
2013
+ # Corresponds to the JSON property `caseCloseTime`
2014
+ # @return [String]
2015
+ attr_accessor :case_close_time
2016
+
2017
+ # The time when the case was created, as reported by the external system.
2018
+ # Corresponds to the JSON property `caseCreateTime`
2019
+ # @return [String]
2020
+ attr_accessor :case_create_time
2021
+
2014
2022
  # The priority of the finding's corresponding case in the external system.
2015
2023
  # Corresponds to the JSON property `casePriority`
2016
2024
  # @return [String]
@@ -2064,6 +2072,8 @@ module Google
2064
2072
  # Update properties of this object
2065
2073
  def update!(**args)
2066
2074
  @assignees = args[:assignees] if args.key?(:assignees)
2075
+ @case_close_time = args[:case_close_time] if args.key?(:case_close_time)
2076
+ @case_create_time = args[:case_create_time] if args.key?(:case_create_time)
2067
2077
  @case_priority = args[:case_priority] if args.key?(:case_priority)
2068
2078
  @case_sla = args[:case_sla] if args.key?(:case_sla)
2069
2079
  @case_uri = args[:case_uri] if args.key?(:case_uri)
@@ -3014,15 +3024,13 @@ module Google
3014
3024
  include Google::Apis::Core::Hashable
3015
3025
 
3016
3026
  # The base URI that identifies the network location of the application in which
3017
- # the vulnerability was detected. Examples: http://11.22.33.44, http://foo.com,
3018
- # http://11.22.33.44:8080
3027
+ # the vulnerability was detected. For example, `http://example.com`.
3019
3028
  # Corresponds to the JSON property `baseUri`
3020
3029
  # @return [String]
3021
3030
  attr_accessor :base_uri
3022
3031
 
3023
3032
  # The full URI with payload that could be used to reproduce the vulnerability.
3024
- # Example: http://11.22.33.44/reflected/parameter/attribute/singlequoted/js?p=
3025
- # aMmYgI6H
3033
+ # For example, `http://example.com?p=aMmYgI6H`.
3026
3034
  # Corresponds to the JSON property `fullUri`
3027
3035
  # @return [String]
3028
3036
  attr_accessor :full_uri
@@ -3106,14 +3114,14 @@ module Google
3106
3114
  include Google::Apis::Core::Hashable
3107
3115
 
3108
3116
  # The name of the Backup and DR appliance that captures, moves, and manages the
3109
- # lifecycle of backup data. For example, backup-server-57137”.
3117
+ # lifecycle of backup data. For example, `backup-server-57137`.
3110
3118
  # Corresponds to the JSON property `appliance`
3111
3119
  # @return [String]
3112
3120
  attr_accessor :appliance
3113
3121
 
3114
3122
  # The names of Backup and DR applications. An application is a VM, database, or
3115
3123
  # file system on a managed host monitored by a backup and recovery appliance.
3116
- # For example, centos7-01-vol00”, centos7-01-vol01”, centos7-01-vol02”.
3124
+ # For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
3117
3125
  # Corresponds to the JSON property `applications`
3118
3126
  # @return [Array<String>]
3119
3127
  attr_accessor :applications
@@ -3126,13 +3134,13 @@ module Google
3126
3134
  # The name of a Backup and DR template which comprises one or more backup
3127
3135
  # policies. See the [Backup and DR documentation](https://cloud.google.com/
3128
3136
  # backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information.
3129
- # For example, snap-ov”.
3137
+ # For example, `snap-ov`.
3130
3138
  # Corresponds to the JSON property `backupTemplate`
3131
3139
  # @return [String]
3132
3140
  attr_accessor :backup_template
3133
3141
 
3134
- # The backup type of the Backup and DR image. For example, Snapshot”, Remote
3135
- # Snapshot”, OnVault”.
3142
+ # The backup type of the Backup and DR image. For example, `Snapshot`, `Remote
3143
+ # Snapshot`, `OnVault`.
3136
3144
  # Corresponds to the JSON property `backupType`
3137
3145
  # @return [String]
3138
3146
  attr_accessor :backup_type
@@ -3142,14 +3150,14 @@ module Google
3142
3150
  # (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.),
3143
3151
  # vCenter, or an ESX server. See the [Backup and DR documentation on hosts](
3144
3152
  # https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-
3145
- # hosts-and-their-applications) for more information. For example, centos7-01”.
3153
+ # hosts-and-their-applications) for more information. For example, `centos7-01`.
3146
3154
  # Corresponds to the JSON property `host`
3147
3155
  # @return [String]
3148
3156
  attr_accessor :host
3149
3157
 
3150
3158
  # The names of Backup and DR policies that are associated with a template and
3151
3159
  # that define when to run a backup, how frequently to run a backup, and how long
3152
- # to retain the backup image. For example, onvaults”.
3160
+ # to retain the backup image. For example, `onvaults`.
3153
3161
  # Corresponds to the JSON property `policies`
3154
3162
  # @return [Array<String>]
3155
3163
  attr_accessor :policies
@@ -3157,7 +3165,7 @@ module Google
3157
3165
  # The names of Backup and DR advanced policy options of a policy applying to an
3158
3166
  # application. See the [Backup and DR documentation on policy options](https://
3159
3167
  # cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings).
3160
- # For example, skipofflineappsincongrp, nounmap”.
3168
+ # For example, `skipofflineappsincongrp, nounmap`.
3161
3169
  # Corresponds to the JSON property `policyOptions`
3162
3170
  # @return [Array<String>]
3163
3171
  attr_accessor :policy_options
@@ -3165,7 +3173,7 @@ module Google
3165
3173
  # The name of the Backup and DR resource profile that specifies the storage
3166
3174
  # media for backups of application and VM data. See the [Backup and DR
3167
3175
  # documentation on profiles](https://cloud.google.com/backup-disaster-recovery/
3168
- # docs/concepts/backup-plan#profile). For example, GCP”.
3176
+ # docs/concepts/backup-plan#profile). For example, `GCP`.
3169
3177
  # Corresponds to the JSON property `profile`
3170
3178
  # @return [String]
3171
3179
  attr_accessor :profile
@@ -3174,7 +3182,7 @@ module Google
3174
3182
  # appliance is storing data in. The storage pool could be of type Cloud, Primary,
3175
3183
  # Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](
3176
3184
  # https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools).
3177
- # For example, DiskPoolOne”.
3185
+ # For example, `DiskPoolOne`.
3178
3186
  # Corresponds to the JSON property `storagePool`
3179
3187
  # @return [String]
3180
3188
  attr_accessor :storage_pool
@@ -3963,6 +3971,16 @@ module Google
3963
3971
  # @return [Array<String>]
3964
3972
  attr_accessor :assignees
3965
3973
 
3974
+ # The time when the case was closed, as reported by the external system.
3975
+ # Corresponds to the JSON property `caseCloseTime`
3976
+ # @return [String]
3977
+ attr_accessor :case_close_time
3978
+
3979
+ # The time when the case was created, as reported by the external system.
3980
+ # Corresponds to the JSON property `caseCreateTime`
3981
+ # @return [String]
3982
+ attr_accessor :case_create_time
3983
+
3966
3984
  # The priority of the finding's corresponding case in the external system.
3967
3985
  # Corresponds to the JSON property `casePriority`
3968
3986
  # @return [String]
@@ -4020,6 +4038,8 @@ module Google
4020
4038
  # Update properties of this object
4021
4039
  def update!(**args)
4022
4040
  @assignees = args[:assignees] if args.key?(:assignees)
4041
+ @case_close_time = args[:case_close_time] if args.key?(:case_close_time)
4042
+ @case_create_time = args[:case_create_time] if args.key?(:case_create_time)
4023
4043
  @case_priority = args[:case_priority] if args.key?(:case_priority)
4024
4044
  @case_sla = args[:case_sla] if args.key?(:case_sla)
4025
4045
  @case_uri = args[:case_uri] if args.key?(:case_uri)
@@ -5143,13 +5163,13 @@ module Google
5143
5163
  include Google::Apis::Core::Hashable
5144
5164
 
5145
5165
  # The detected value that violates the deployed posture, for example, `false` or
5146
- # `allowed_values=`"projects/22831892”``.
5166
+ # `allowed_values=`"projects/22831892"``.
5147
5167
  # Corresponds to the JSON property `detectedValue`
5148
5168
  # @return [String]
5149
5169
  attr_accessor :detected_value
5150
5170
 
5151
5171
  # The value of this field that was configured in a posture, for example, `true`
5152
- # or `allowed_values=`"projects/29831892”``.
5172
+ # or `allowed_values=`"projects/29831892"``.
5153
5173
  # Corresponds to the JSON property `expectedValue`
5154
5174
  # @return [String]
5155
5175
  attr_accessor :expected_value
@@ -6360,19 +6380,19 @@ module Google
6360
6380
  end
6361
6381
  end
6362
6382
 
6363
- # The policy field that violates the deployed posture and its expected and and
6383
+ # The policy field that violates the deployed posture and its expected and
6364
6384
  # detected values.
6365
6385
  class PolicyDriftDetails
6366
6386
  include Google::Apis::Core::Hashable
6367
6387
 
6368
6388
  # The detected value that violates the deployed posture, for example, `false` or
6369
- # `allowed_values=`"projects/22831892”``.
6389
+ # `allowed_values=`"projects/22831892"``.
6370
6390
  # Corresponds to the JSON property `detectedValue`
6371
6391
  # @return [String]
6372
6392
  attr_accessor :detected_value
6373
6393
 
6374
6394
  # The value of this field that was configured in a posture, for example, `true`
6375
- # or `allowed_values=`"projects/29831892”``.
6395
+ # or `allowed_values=`"projects/29831892"``.
6376
6396
  # Corresponds to the JSON property `expectedValue`
6377
6397
  # @return [String]
6378
6398
  attr_accessor :expected_value
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta2
18
18
  # Version of the google-apis-securitycenter_v1beta2 gem
19
- GEM_VERSION = "0.65.0"
19
+ GEM_VERSION = "0.66.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 = "20240213"
25
+ REVISION = "20240226"
26
26
  end
27
27
  end
28
28
  end
@@ -1386,6 +1386,8 @@ module Google
1386
1386
  # @private
1387
1387
  class Representation < Google::Apis::Core::JsonRepresentation
1388
1388
  collection :assignees, as: 'assignees'
1389
+ property :case_close_time, as: 'caseCloseTime'
1390
+ property :case_create_time, as: 'caseCreateTime'
1389
1391
  property :case_priority, as: 'casePriority'
1390
1392
  property :case_sla, as: 'caseSla'
1391
1393
  property :case_uri, as: 'caseUri'
@@ -1842,6 +1844,8 @@ module Google
1842
1844
  # @private
1843
1845
  class Representation < Google::Apis::Core::JsonRepresentation
1844
1846
  collection :assignees, as: 'assignees'
1847
+ property :case_close_time, as: 'caseCloseTime'
1848
+ property :case_create_time, as: 'caseCreateTime'
1845
1849
  property :case_priority, as: 'casePriority'
1846
1850
  property :case_sla, as: 'caseSla'
1847
1851
  property :case_uri, as: 'caseUri'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.65.0
4
+ version: 0.66.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-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-03 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-securitycenter_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.65.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.66.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
63
63
  post_install_message:
64
64
  rdoc_options: []