google-apis-securitycenter_v1 0.77.0 → 0.78.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: 98961f33aa584b5181b40fa5dd6915653f4f369c5f9238c213752effd5ba3251
4
- data.tar.gz: 378b5b09164cf1e59faf6d8d3552ad7546cff8dc5fe12fb42886f10dcef4ff86
3
+ metadata.gz: 84767c9ec25b7cfa52bcd1c2cd1f5b3a77ed461addb64f3b5a46b9071ede934b
4
+ data.tar.gz: 9aad7f89e036300ad8b854e9b0b5b5e879bcd419b35ae3388c8a4776adce9e99
5
5
  SHA512:
6
- metadata.gz: b3f2b4b485aa9f838d11b8a9aace1206014646acd298a2cbfb0074d0189a6143b06c632b73c06ec887d4d137ddc7431c3fa4e46ab7d99fd44c380ecbbc4905a1
7
- data.tar.gz: a9a03f032792be8a697cc01ba11b521a8d95a338a121c7e10b542dfa2eb7d5a846b356a7cf6bedc67534174024792c6f0ba68cae240eeb94213d0f2ff097706f
6
+ metadata.gz: 4dec3cd6335de51b833e622d2972202e059e632d5e55f4edc15975dd94349d47a9ad929d14b617cc716b047ebd53f58ff020b85f0d4e47f0c08d9459452b55a0
7
+ data.tar.gz: a2d9e2cf3054fa68554a67282d486a2316c54d3d606f909dab3254d1a6fb02213cf685b25106b5179b78bf972bf8cfcc7f96e0cdba98ebe7a7e26f8b406afa2d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.78.0 (2024-03-03)
4
+
5
+ * Regenerated from discovery document revision 20240226
6
+
3
7
  ### v0.77.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
@@ -616,14 +614,14 @@ module Google
616
614
  include Google::Apis::Core::Hashable
617
615
 
618
616
  # The name of the Backup and DR appliance that captures, moves, and manages the
619
- # lifecycle of backup data. For example, backup-server-57137”.
617
+ # lifecycle of backup data. For example, `backup-server-57137`.
620
618
  # Corresponds to the JSON property `appliance`
621
619
  # @return [String]
622
620
  attr_accessor :appliance
623
621
 
624
622
  # The names of Backup and DR applications. An application is a VM, database, or
625
623
  # file system on a managed host monitored by a backup and recovery appliance.
626
- # For example, centos7-01-vol00”, centos7-01-vol01”, centos7-01-vol02”.
624
+ # For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
627
625
  # Corresponds to the JSON property `applications`
628
626
  # @return [Array<String>]
629
627
  attr_accessor :applications
@@ -636,13 +634,13 @@ module Google
636
634
  # The name of a Backup and DR template which comprises one or more backup
637
635
  # policies. See the [Backup and DR documentation](https://cloud.google.com/
638
636
  # backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information.
639
- # For example, snap-ov”.
637
+ # For example, `snap-ov`.
640
638
  # Corresponds to the JSON property `backupTemplate`
641
639
  # @return [String]
642
640
  attr_accessor :backup_template
643
641
 
644
- # The backup type of the Backup and DR image. For example, Snapshot”, Remote
645
- # Snapshot”, OnVault”.
642
+ # The backup type of the Backup and DR image. For example, `Snapshot`, `Remote
643
+ # Snapshot`, `OnVault`.
646
644
  # Corresponds to the JSON property `backupType`
647
645
  # @return [String]
648
646
  attr_accessor :backup_type
@@ -652,14 +650,14 @@ module Google
652
650
  # (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.),
653
651
  # vCenter, or an ESX server. See the [Backup and DR documentation on hosts](
654
652
  # https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-
655
- # hosts-and-their-applications) for more information. For example, centos7-01”.
653
+ # hosts-and-their-applications) for more information. For example, `centos7-01`.
656
654
  # Corresponds to the JSON property `host`
657
655
  # @return [String]
658
656
  attr_accessor :host
659
657
 
660
658
  # The names of Backup and DR policies that are associated with a template and
661
659
  # that define when to run a backup, how frequently to run a backup, and how long
662
- # to retain the backup image. For example, onvaults”.
660
+ # to retain the backup image. For example, `onvaults`.
663
661
  # Corresponds to the JSON property `policies`
664
662
  # @return [Array<String>]
665
663
  attr_accessor :policies
@@ -667,7 +665,7 @@ module Google
667
665
  # The names of Backup and DR advanced policy options of a policy applying to an
668
666
  # application. See the [Backup and DR documentation on policy options](https://
669
667
  # cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings).
670
- # For example, skipofflineappsincongrp, nounmap”.
668
+ # For example, `skipofflineappsincongrp, nounmap`.
671
669
  # Corresponds to the JSON property `policyOptions`
672
670
  # @return [Array<String>]
673
671
  attr_accessor :policy_options
@@ -675,7 +673,7 @@ module Google
675
673
  # The name of the Backup and DR resource profile that specifies the storage
676
674
  # media for backups of application and VM data. See the [Backup and DR
677
675
  # documentation on profiles](https://cloud.google.com/backup-disaster-recovery/
678
- # docs/concepts/backup-plan#profile). For example, GCP”.
676
+ # docs/concepts/backup-plan#profile). For example, `GCP`.
679
677
  # Corresponds to the JSON property `profile`
680
678
  # @return [String]
681
679
  attr_accessor :profile
@@ -684,7 +682,7 @@ module Google
684
682
  # appliance is storing data in. The storage pool could be of type Cloud, Primary,
685
683
  # Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](
686
684
  # https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools).
687
- # For example, DiskPoolOne”.
685
+ # For example, `DiskPoolOne`.
688
686
  # Corresponds to the JSON property `storagePool`
689
687
  # @return [String]
690
688
  attr_accessor :storage_pool
@@ -2657,6 +2655,16 @@ module Google
2657
2655
  # @return [Array<String>]
2658
2656
  attr_accessor :assignees
2659
2657
 
2658
+ # The time when the case was closed, as reported by the external system.
2659
+ # Corresponds to the JSON property `caseCloseTime`
2660
+ # @return [String]
2661
+ attr_accessor :case_close_time
2662
+
2663
+ # The time when the case was created, as reported by the external system.
2664
+ # Corresponds to the JSON property `caseCreateTime`
2665
+ # @return [String]
2666
+ attr_accessor :case_create_time
2667
+
2660
2668
  # The priority of the finding's corresponding case in the external system.
2661
2669
  # Corresponds to the JSON property `casePriority`
2662
2670
  # @return [String]
@@ -2710,6 +2718,8 @@ module Google
2710
2718
  # Update properties of this object
2711
2719
  def update!(**args)
2712
2720
  @assignees = args[:assignees] if args.key?(:assignees)
2721
+ @case_close_time = args[:case_close_time] if args.key?(:case_close_time)
2722
+ @case_create_time = args[:case_create_time] if args.key?(:case_create_time)
2713
2723
  @case_priority = args[:case_priority] if args.key?(:case_priority)
2714
2724
  @case_sla = args[:case_sla] if args.key?(:case_sla)
2715
2725
  @case_uri = args[:case_uri] if args.key?(:case_uri)
@@ -3660,15 +3670,13 @@ module Google
3660
3670
  include Google::Apis::Core::Hashable
3661
3671
 
3662
3672
  # The base URI that identifies the network location of the application in which
3663
- # the vulnerability was detected. Examples: http://11.22.33.44, http://foo.com,
3664
- # http://11.22.33.44:8080
3673
+ # the vulnerability was detected. For example, `http://example.com`.
3665
3674
  # Corresponds to the JSON property `baseUri`
3666
3675
  # @return [String]
3667
3676
  attr_accessor :base_uri
3668
3677
 
3669
3678
  # The full URI with payload that could be used to reproduce the vulnerability.
3670
- # Example: http://11.22.33.44/reflected/parameter/attribute/singlequoted/js?p=
3671
- # aMmYgI6H
3679
+ # For example, `http://example.com?p=aMmYgI6H`.
3672
3680
  # Corresponds to the JSON property `fullUri`
3673
3681
  # @return [String]
3674
3682
  attr_accessor :full_uri
@@ -3752,14 +3760,14 @@ module Google
3752
3760
  include Google::Apis::Core::Hashable
3753
3761
 
3754
3762
  # The name of the Backup and DR appliance that captures, moves, and manages the
3755
- # lifecycle of backup data. For example, backup-server-57137”.
3763
+ # lifecycle of backup data. For example, `backup-server-57137`.
3756
3764
  # Corresponds to the JSON property `appliance`
3757
3765
  # @return [String]
3758
3766
  attr_accessor :appliance
3759
3767
 
3760
3768
  # The names of Backup and DR applications. An application is a VM, database, or
3761
3769
  # file system on a managed host monitored by a backup and recovery appliance.
3762
- # For example, centos7-01-vol00”, centos7-01-vol01”, centos7-01-vol02”.
3770
+ # For example, `centos7-01-vol00`, `centos7-01-vol01`, `centos7-01-vol02`.
3763
3771
  # Corresponds to the JSON property `applications`
3764
3772
  # @return [Array<String>]
3765
3773
  attr_accessor :applications
@@ -3772,13 +3780,13 @@ module Google
3772
3780
  # The name of a Backup and DR template which comprises one or more backup
3773
3781
  # policies. See the [Backup and DR documentation](https://cloud.google.com/
3774
3782
  # backup-disaster-recovery/docs/concepts/backup-plan#temp) for more information.
3775
- # For example, snap-ov”.
3783
+ # For example, `snap-ov`.
3776
3784
  # Corresponds to the JSON property `backupTemplate`
3777
3785
  # @return [String]
3778
3786
  attr_accessor :backup_template
3779
3787
 
3780
- # The backup type of the Backup and DR image. For example, Snapshot”, Remote
3781
- # Snapshot”, OnVault”.
3788
+ # The backup type of the Backup and DR image. For example, `Snapshot`, `Remote
3789
+ # Snapshot`, `OnVault`.
3782
3790
  # Corresponds to the JSON property `backupType`
3783
3791
  # @return [String]
3784
3792
  attr_accessor :backup_type
@@ -3788,14 +3796,14 @@ module Google
3788
3796
  # (for example, Compute Engine, SQL Server, Oracle DB, SMB file system, etc.),
3789
3797
  # vCenter, or an ESX server. See the [Backup and DR documentation on hosts](
3790
3798
  # https://cloud.google.com/backup-disaster-recovery/docs/configuration/manage-
3791
- # hosts-and-their-applications) for more information. For example, centos7-01”.
3799
+ # hosts-and-their-applications) for more information. For example, `centos7-01`.
3792
3800
  # Corresponds to the JSON property `host`
3793
3801
  # @return [String]
3794
3802
  attr_accessor :host
3795
3803
 
3796
3804
  # The names of Backup and DR policies that are associated with a template and
3797
3805
  # that define when to run a backup, how frequently to run a backup, and how long
3798
- # to retain the backup image. For example, onvaults”.
3806
+ # to retain the backup image. For example, `onvaults`.
3799
3807
  # Corresponds to the JSON property `policies`
3800
3808
  # @return [Array<String>]
3801
3809
  attr_accessor :policies
@@ -3803,7 +3811,7 @@ module Google
3803
3811
  # The names of Backup and DR advanced policy options of a policy applying to an
3804
3812
  # application. See the [Backup and DR documentation on policy options](https://
3805
3813
  # cloud.google.com/backup-disaster-recovery/docs/create-plan/policy-settings).
3806
- # For example, skipofflineappsincongrp, nounmap”.
3814
+ # For example, `skipofflineappsincongrp, nounmap`.
3807
3815
  # Corresponds to the JSON property `policyOptions`
3808
3816
  # @return [Array<String>]
3809
3817
  attr_accessor :policy_options
@@ -3811,7 +3819,7 @@ module Google
3811
3819
  # The name of the Backup and DR resource profile that specifies the storage
3812
3820
  # media for backups of application and VM data. See the [Backup and DR
3813
3821
  # documentation on profiles](https://cloud.google.com/backup-disaster-recovery/
3814
- # docs/concepts/backup-plan#profile). For example, GCP”.
3822
+ # docs/concepts/backup-plan#profile). For example, `GCP`.
3815
3823
  # Corresponds to the JSON property `profile`
3816
3824
  # @return [String]
3817
3825
  attr_accessor :profile
@@ -3820,7 +3828,7 @@ module Google
3820
3828
  # appliance is storing data in. The storage pool could be of type Cloud, Primary,
3821
3829
  # Snapshot, or OnVault. See the [Backup and DR documentation on storage pools](
3822
3830
  # https://cloud.google.com/backup-disaster-recovery/docs/concepts/storage-pools).
3823
- # For example, DiskPoolOne”.
3831
+ # For example, `DiskPoolOne`.
3824
3832
  # Corresponds to the JSON property `storagePool`
3825
3833
  # @return [String]
3826
3834
  attr_accessor :storage_pool
@@ -4609,6 +4617,16 @@ module Google
4609
4617
  # @return [Array<String>]
4610
4618
  attr_accessor :assignees
4611
4619
 
4620
+ # The time when the case was closed, as reported by the external system.
4621
+ # Corresponds to the JSON property `caseCloseTime`
4622
+ # @return [String]
4623
+ attr_accessor :case_close_time
4624
+
4625
+ # The time when the case was created, as reported by the external system.
4626
+ # Corresponds to the JSON property `caseCreateTime`
4627
+ # @return [String]
4628
+ attr_accessor :case_create_time
4629
+
4612
4630
  # The priority of the finding's corresponding case in the external system.
4613
4631
  # Corresponds to the JSON property `casePriority`
4614
4632
  # @return [String]
@@ -4666,6 +4684,8 @@ module Google
4666
4684
  # Update properties of this object
4667
4685
  def update!(**args)
4668
4686
  @assignees = args[:assignees] if args.key?(:assignees)
4687
+ @case_close_time = args[:case_close_time] if args.key?(:case_close_time)
4688
+ @case_create_time = args[:case_create_time] if args.key?(:case_create_time)
4669
4689
  @case_priority = args[:case_priority] if args.key?(:case_priority)
4670
4690
  @case_sla = args[:case_sla] if args.key?(:case_sla)
4671
4691
  @case_uri = args[:case_uri] if args.key?(:case_uri)
@@ -5789,13 +5809,13 @@ module Google
5789
5809
  include Google::Apis::Core::Hashable
5790
5810
 
5791
5811
  # The detected value that violates the deployed posture, for example, `false` or
5792
- # `allowed_values=`"projects/22831892”``.
5812
+ # `allowed_values=`"projects/22831892"``.
5793
5813
  # Corresponds to the JSON property `detectedValue`
5794
5814
  # @return [String]
5795
5815
  attr_accessor :detected_value
5796
5816
 
5797
5817
  # The value of this field that was configured in a posture, for example, `true`
5798
- # or `allowed_values=`"projects/29831892”``.
5818
+ # or `allowed_values=`"projects/29831892"``.
5799
5819
  # Corresponds to the JSON property `expectedValue`
5800
5820
  # @return [String]
5801
5821
  attr_accessor :expected_value
@@ -8135,19 +8155,19 @@ module Google
8135
8155
  end
8136
8156
  end
8137
8157
 
8138
- # The policy field that violates the deployed posture and its expected and and
8158
+ # The policy field that violates the deployed posture and its expected and
8139
8159
  # detected values.
8140
8160
  class PolicyDriftDetails
8141
8161
  include Google::Apis::Core::Hashable
8142
8162
 
8143
8163
  # The detected value that violates the deployed posture, for example, `false` or
8144
- # `allowed_values=`"projects/22831892”``.
8164
+ # `allowed_values=`"projects/22831892"``.
8145
8165
  # Corresponds to the JSON property `detectedValue`
8146
8166
  # @return [String]
8147
8167
  attr_accessor :detected_value
8148
8168
 
8149
8169
  # The value of this field that was configured in a posture, for example, `true`
8150
- # or `allowed_values=`"projects/29831892”``.
8170
+ # or `allowed_values=`"projects/29831892"``.
8151
8171
  # Corresponds to the JSON property `expectedValue`
8152
8172
  # @return [String]
8153
8173
  attr_accessor :expected_value
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.77.0"
19
+ GEM_VERSION = "0.78.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
@@ -1904,6 +1904,8 @@ module Google
1904
1904
  # @private
1905
1905
  class Representation < Google::Apis::Core::JsonRepresentation
1906
1906
  collection :assignees, as: 'assignees'
1907
+ property :case_close_time, as: 'caseCloseTime'
1908
+ property :case_create_time, as: 'caseCreateTime'
1907
1909
  property :case_priority, as: 'casePriority'
1908
1910
  property :case_sla, as: 'caseSla'
1909
1911
  property :case_uri, as: 'caseUri'
@@ -2360,6 +2362,8 @@ module Google
2360
2362
  # @private
2361
2363
  class Representation < Google::Apis::Core::JsonRepresentation
2362
2364
  collection :assignees, as: 'assignees'
2365
+ property :case_close_time, as: 'caseCloseTime'
2366
+ property :case_create_time, as: 'caseCreateTime'
2363
2367
  property :case_priority, as: 'casePriority'
2364
2368
  property :case_sla, as: 'caseSla'
2365
2369
  property :case_uri, as: 'caseUri'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.78.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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.77.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.78.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
63
63
  post_install_message:
64
64
  rdoc_options: []