google-apis-securitycenter_v1beta1 0.73.0 → 0.74.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: c1d1e3b190946986ac550ffc061f46b2dce53ff2e013c7eea66aeb52eda02c13
4
- data.tar.gz: ef5b1a6d5d919954d36b93d4ec4108ec39c341c75c6a7b0ca87838dec4131810
3
+ metadata.gz: 28e9b6248d1ec9118252bc594b77997f9318cc9c72456e66524a5fc27582f6c3
4
+ data.tar.gz: cfd1d23aecbd8d6f7710f0e526ed4c75be566405906c4af66a66b6057391451a
5
5
  SHA512:
6
- metadata.gz: ba11b47517278facdbf25b675298c90d5426d0fe756ed70cffa71cded311be818a907b29509a66e5b4ca089e0eda0104fd680fc5198e866f554722e0c9fa7dd6
7
- data.tar.gz: 3d2f6541b61add41f9842ecd73716dade1cb63ea52e2735b2fa409115baa06b10be02273cc6415df92848be0becd137445660de5ef48919b66e5ed2d1141620c
6
+ metadata.gz: d59fe1fb2b72ea0f23d229c048b668841d65436a78ead2d5b92d210455abcaab56e6e3e0f5ead97c8ef4750ef67279c408ebccc9897a31f01929deeebbc7c3cf
7
+ data.tar.gz: ffcca3713c710ac8775b3c315dfc0b67c0bf35279542d43f79474a5e0c8c4a62254c4b4d98f9a4f300f9190bf6b6cd92e046320ed5c53c4f62b49878ec0e6f13
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.74.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240226
6
+
3
7
  ### v0.73.0 (2024-02-24)
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
@@ -440,14 +438,14 @@ module Google
440
438
  include Google::Apis::Core::Hashable
441
439
 
442
440
  # The name of the Backup and DR appliance that captures, moves, and manages the
443
- # lifecycle of backup data. For example, backup-server-57137”.
441
+ # lifecycle of backup data. For example, `backup-server-57137`.
444
442
  # Corresponds to the JSON property `appliance`
445
443
  # @return [String]
446
444
  attr_accessor :appliance
447
445
 
448
446
  # The names of Backup and DR applications. An application is a VM, database, or
449
447
  # file system on a managed host monitored by a backup and recovery appliance.
450
- # For example, centos7-01-vol00”, centos7-01-vol01”, centos7-01-vol02”.
448
+ # For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
451
449
  # Corresponds to the JSON property `applications`
452
450
  # @return [Array<String>]
453
451
  attr_accessor :applications
@@ -460,13 +458,13 @@ module Google
460
458
  # The name of a Backup and DR template which comprises one or more backup
461
459
  # policies. See the [Backup and DR documentation](https://cloud.google.com/
462
460
  # backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information.
463
- # For example, snap-ov”.
461
+ # For example, `snap-ov`.
464
462
  # Corresponds to the JSON property `backupTemplate`
465
463
  # @return [String]
466
464
  attr_accessor :backup_template
467
465
 
468
- # The backup type of the Backup and DR image. For example, Snapshot”, Remote
469
- # Snapshot”, OnVault”.
466
+ # The backup type of the Backup and DR image. For example, `Snapshot`, `Remote
467
+ # Snapshot`, `OnVault`.
470
468
  # Corresponds to the JSON property `backupType`
471
469
  # @return [String]
472
470
  attr_accessor :backup_type
@@ -476,14 +474,14 @@ module Google
476
474
  # (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.),
477
475
  # vCenter, or an ESX server. See the [Backup and DR documentation on hosts](
478
476
  # https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-
479
- # hosts-and-their-applications) for more information. For example, centos7-01”.
477
+ # hosts-and-their-applications) for more information. For example, `centos7-01`.
480
478
  # Corresponds to the JSON property `host`
481
479
  # @return [String]
482
480
  attr_accessor :host
483
481
 
484
482
  # The names of Backup and DR policies that are associated with a template and
485
483
  # that define when to run a backup, how frequently to run a backup, and how long
486
- # to retain the backup image. For example, onvaults”.
484
+ # to retain the backup image. For example, `onvaults`.
487
485
  # Corresponds to the JSON property `policies`
488
486
  # @return [Array<String>]
489
487
  attr_accessor :policies
@@ -491,7 +489,7 @@ module Google
491
489
  # The names of Backup and DR advanced policy options of a policy applying to an
492
490
  # application. See the [Backup and DR documentation on policy options](https://
493
491
  # cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings).
494
- # For example, skipofflineappsincongrp, nounmap”.
492
+ # For example, `skipofflineappsincongrp, nounmap`.
495
493
  # Corresponds to the JSON property `policyOptions`
496
494
  # @return [Array<String>]
497
495
  attr_accessor :policy_options
@@ -499,7 +497,7 @@ module Google
499
497
  # The name of the Backup and DR resource profile that specifies the storage
500
498
  # media for backups of application and VM data. See the [Backup and DR
501
499
  # documentation on profiles](https://cloud.google.com/backup-disaster-recovery/
502
- # docs/concepts/backup-plan#profile). For example, GCP”.
500
+ # docs/concepts/backup-plan#profile). For example, `GCP`.
503
501
  # Corresponds to the JSON property `profile`
504
502
  # @return [String]
505
503
  attr_accessor :profile
@@ -508,7 +506,7 @@ module Google
508
506
  # appliance is storing data in. The storage pool could be of type Cloud, Primary,
509
507
  # Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](
510
508
  # https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools).
511
- # For example, DiskPoolOne”.
509
+ # For example, `DiskPoolOne`.
512
510
  # Corresponds to the JSON property `storagePool`
513
511
  # @return [String]
514
512
  attr_accessor :storage_pool
@@ -2194,6 +2192,16 @@ module Google
2194
2192
  # @return [Array<String>]
2195
2193
  attr_accessor :assignees
2196
2194
 
2195
+ # The time when the case was closed, as reported by the external system.
2196
+ # Corresponds to the JSON property `caseCloseTime`
2197
+ # @return [String]
2198
+ attr_accessor :case_close_time
2199
+
2200
+ # The time when the case was created, as reported by the external system.
2201
+ # Corresponds to the JSON property `caseCreateTime`
2202
+ # @return [String]
2203
+ attr_accessor :case_create_time
2204
+
2197
2205
  # The priority of the finding's corresponding case in the external system.
2198
2206
  # Corresponds to the JSON property `casePriority`
2199
2207
  # @return [String]
@@ -2247,6 +2255,8 @@ module Google
2247
2255
  # Update properties of this object
2248
2256
  def update!(**args)
2249
2257
  @assignees = args[:assignees] if args.key?(:assignees)
2258
+ @case_close_time = args[:case_close_time] if args.key?(:case_close_time)
2259
+ @case_create_time = args[:case_create_time] if args.key?(:case_create_time)
2250
2260
  @case_priority = args[:case_priority] if args.key?(:case_priority)
2251
2261
  @case_sla = args[:case_sla] if args.key?(:case_sla)
2252
2262
  @case_uri = args[:case_uri] if args.key?(:case_uri)
@@ -3330,15 +3340,13 @@ module Google
3330
3340
  include Google::Apis::Core::Hashable
3331
3341
 
3332
3342
  # The base URI that identifies the network location of the application in which
3333
- # the vulnerability was detected. Examples: http://11.22.33.44, http://foo.com,
3334
- # http://11.22.33.44:8080
3343
+ # the vulnerability was detected. For example, `http://example.com`.
3335
3344
  # Corresponds to the JSON property `baseUri`
3336
3345
  # @return [String]
3337
3346
  attr_accessor :base_uri
3338
3347
 
3339
3348
  # The full URI with payload that could be used to reproduce the vulnerability.
3340
- # Example: http://11.22.33.44/reflected/parameter/attribute/singlequoted/js?p=
3341
- # aMmYgI6H
3349
+ # For example, `http://example.com?p=aMmYgI6H`.
3342
3350
  # Corresponds to the JSON property `fullUri`
3343
3351
  # @return [String]
3344
3352
  attr_accessor :full_uri
@@ -3422,14 +3430,14 @@ module Google
3422
3430
  include Google::Apis::Core::Hashable
3423
3431
 
3424
3432
  # The name of the Backup and DR appliance that captures, moves, and manages the
3425
- # lifecycle of backup data. For example, backup-server-57137”.
3433
+ # lifecycle of backup data. For example, `backup-server-57137`.
3426
3434
  # Corresponds to the JSON property `appliance`
3427
3435
  # @return [String]
3428
3436
  attr_accessor :appliance
3429
3437
 
3430
3438
  # The names of Backup and DR applications. An application is a VM, database, or
3431
3439
  # file system on a managed host monitored by a backup and recovery appliance.
3432
- # For example, centos7-01-vol00”, centos7-01-vol01”, centos7-01-vol02”.
3440
+ # For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
3433
3441
  # Corresponds to the JSON property `applications`
3434
3442
  # @return [Array<String>]
3435
3443
  attr_accessor :applications
@@ -3442,13 +3450,13 @@ module Google
3442
3450
  # The name of a Backup and DR template which comprises one or more backup
3443
3451
  # policies. See the [Backup and DR documentation](https://cloud.google.com/
3444
3452
  # backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information.
3445
- # For example, snap-ov”.
3453
+ # For example, `snap-ov`.
3446
3454
  # Corresponds to the JSON property `backupTemplate`
3447
3455
  # @return [String]
3448
3456
  attr_accessor :backup_template
3449
3457
 
3450
- # The backup type of the Backup and DR image. For example, Snapshot”, Remote
3451
- # Snapshot”, OnVault”.
3458
+ # The backup type of the Backup and DR image. For example, `Snapshot`, `Remote
3459
+ # Snapshot`, `OnVault`.
3452
3460
  # Corresponds to the JSON property `backupType`
3453
3461
  # @return [String]
3454
3462
  attr_accessor :backup_type
@@ -3458,14 +3466,14 @@ module Google
3458
3466
  # (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.),
3459
3467
  # vCenter, or an ESX server. See the [Backup and DR documentation on hosts](
3460
3468
  # https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-
3461
- # hosts-and-their-applications) for more information. For example, centos7-01”.
3469
+ # hosts-and-their-applications) for more information. For example, `centos7-01`.
3462
3470
  # Corresponds to the JSON property `host`
3463
3471
  # @return [String]
3464
3472
  attr_accessor :host
3465
3473
 
3466
3474
  # The names of Backup and DR policies that are associated with a template and
3467
3475
  # that define when to run a backup, how frequently to run a backup, and how long
3468
- # to retain the backup image. For example, onvaults”.
3476
+ # to retain the backup image. For example, `onvaults`.
3469
3477
  # Corresponds to the JSON property `policies`
3470
3478
  # @return [Array<String>]
3471
3479
  attr_accessor :policies
@@ -3473,7 +3481,7 @@ module Google
3473
3481
  # The names of Backup and DR advanced policy options of a policy applying to an
3474
3482
  # application. See the [Backup and DR documentation on policy options](https://
3475
3483
  # cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings).
3476
- # For example, skipofflineappsincongrp, nounmap”.
3484
+ # For example, `skipofflineappsincongrp, nounmap`.
3477
3485
  # Corresponds to the JSON property `policyOptions`
3478
3486
  # @return [Array<String>]
3479
3487
  attr_accessor :policy_options
@@ -3481,7 +3489,7 @@ module Google
3481
3489
  # The name of the Backup and DR resource profile that specifies the storage
3482
3490
  # media for backups of application and VM data. See the [Backup and DR
3483
3491
  # documentation on profiles](https://cloud.google.com/backup-disaster-recovery/
3484
- # docs/concepts/backup-plan#profile). For example, GCP”.
3492
+ # docs/concepts/backup-plan#profile). For example, `GCP`.
3485
3493
  # Corresponds to the JSON property `profile`
3486
3494
  # @return [String]
3487
3495
  attr_accessor :profile
@@ -3490,7 +3498,7 @@ module Google
3490
3498
  # appliance is storing data in. The storage pool could be of type Cloud, Primary,
3491
3499
  # Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](
3492
3500
  # https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools).
3493
- # For example, DiskPoolOne”.
3501
+ # For example, `DiskPoolOne`.
3494
3502
  # Corresponds to the JSON property `storagePool`
3495
3503
  # @return [String]
3496
3504
  attr_accessor :storage_pool
@@ -4279,6 +4287,16 @@ module Google
4279
4287
  # @return [Array<String>]
4280
4288
  attr_accessor :assignees
4281
4289
 
4290
+ # The time when the case was closed, as reported by the external system.
4291
+ # Corresponds to the JSON property `caseCloseTime`
4292
+ # @return [String]
4293
+ attr_accessor :case_close_time
4294
+
4295
+ # The time when the case was created, as reported by the external system.
4296
+ # Corresponds to the JSON property `caseCreateTime`
4297
+ # @return [String]
4298
+ attr_accessor :case_create_time
4299
+
4282
4300
  # The priority of the finding's corresponding case in the external system.
4283
4301
  # Corresponds to the JSON property `casePriority`
4284
4302
  # @return [String]
@@ -4336,6 +4354,8 @@ module Google
4336
4354
  # Update properties of this object
4337
4355
  def update!(**args)
4338
4356
  @assignees = args[:assignees] if args.key?(:assignees)
4357
+ @case_close_time = args[:case_close_time] if args.key?(:case_close_time)
4358
+ @case_create_time = args[:case_create_time] if args.key?(:case_create_time)
4339
4359
  @case_priority = args[:case_priority] if args.key?(:case_priority)
4340
4360
  @case_sla = args[:case_sla] if args.key?(:case_sla)
4341
4361
  @case_uri = args[:case_uri] if args.key?(:case_uri)
@@ -5459,13 +5479,13 @@ module Google
5459
5479
  include Google::Apis::Core::Hashable
5460
5480
 
5461
5481
  # The detected value that violates the deployed posture, for example, `false` or
5462
- # `allowed_values=`"projects/22831892”``.
5482
+ # `allowed_values=`"projects/22831892"``.
5463
5483
  # Corresponds to the JSON property `detectedValue`
5464
5484
  # @return [String]
5465
5485
  attr_accessor :detected_value
5466
5486
 
5467
5487
  # The value of this field that was configured in a posture, for example, `true`
5468
- # or `allowed_values=`"projects/29831892”``.
5488
+ # or `allowed_values=`"projects/29831892"``.
5469
5489
  # Corresponds to the JSON property `expectedValue`
5470
5490
  # @return [String]
5471
5491
  attr_accessor :expected_value
@@ -7265,19 +7285,19 @@ module Google
7265
7285
  end
7266
7286
  end
7267
7287
 
7268
- # The policy field that violates the deployed posture and its expected and and
7288
+ # The policy field that violates the deployed posture and its expected and
7269
7289
  # detected values.
7270
7290
  class PolicyDriftDetails
7271
7291
  include Google::Apis::Core::Hashable
7272
7292
 
7273
7293
  # The detected value that violates the deployed posture, for example, `false` or
7274
- # `allowed_values=`"projects/22831892”``.
7294
+ # `allowed_values=`"projects/22831892"``.
7275
7295
  # Corresponds to the JSON property `detectedValue`
7276
7296
  # @return [String]
7277
7297
  attr_accessor :detected_value
7278
7298
 
7279
7299
  # The value of this field that was configured in a posture, for example, `true`
7280
- # or `allowed_values=`"projects/29831892”``.
7300
+ # or `allowed_values=`"projects/29831892"``.
7281
7301
  # Corresponds to the JSON property `expectedValue`
7282
7302
  # @return [String]
7283
7303
  attr_accessor :expected_value
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.73.0"
19
+ GEM_VERSION = "0.74.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
@@ -1554,6 +1554,8 @@ module Google
1554
1554
  # @private
1555
1555
  class Representation < Google::Apis::Core::JsonRepresentation
1556
1556
  collection :assignees, as: 'assignees'
1557
+ property :case_close_time, as: 'caseCloseTime'
1558
+ property :case_create_time, as: 'caseCreateTime'
1557
1559
  property :case_priority, as: 'casePriority'
1558
1560
  property :case_sla, as: 'caseSla'
1559
1561
  property :case_uri, as: 'caseUri'
@@ -2035,6 +2037,8 @@ module Google
2035
2037
  # @private
2036
2038
  class Representation < Google::Apis::Core::JsonRepresentation
2037
2039
  collection :assignees, as: 'assignees'
2040
+ property :case_close_time, as: 'caseCloseTime'
2041
+ property :case_create_time, as: 'caseCreateTime'
2038
2042
  property :case_priority, as: 'casePriority'
2039
2043
  property :case_sla, as: 'caseSla'
2040
2044
  property :case_uri, as: 'caseUri'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.74.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.74.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []