google-apis-securitycenter_v1beta2 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: f1ae98491a5abb0c05d3d9ac341cc4d1bffaec69e7959623c926800d43145b14
4
- data.tar.gz: f237d99c55b22701660f634db15218e2e039879b9d97557ac85b42d42b3c1ab8
3
+ metadata.gz: 96b64fd40acd8eadbeb4fdcb2055a13ae343612735e9e02ac27a07bb8d3c9c14
4
+ data.tar.gz: 5eb5d2004ad2df2c09ddc4f8bc7655c9ac3a4ba749ea397b2fa93d569d5bbeb1
5
5
  SHA512:
6
- metadata.gz: fc050c57ac73f67bc3d3813715f1ca6877fc8ef44d0d2431a362b7f6d72f3e464f5e9bec6d6646fc52d66399592aa57c44eb9f3fb12c0f046ea191b1b812bd5b
7
- data.tar.gz: bbb211d7f822ee08f5abf9e0c5b15aee82bc8bea86c3fdf8dd618a05a1d4e4fed3a477610f9a72970bbd7adbd53889bc96f81acb38e309238ca8de0671dbdb82
6
+ metadata.gz: 9ee41acc32e807472c9b105501a78b1384c99b288b46306b60f6d532316eba9072177553e5ec6090243db79bf3a57f91528d06c75a7bb96378ee6fedf30e68a3
7
+ data.tar.gz: 3c1908a78e9fcae1a04140b2d49c1cfe5290211b45075cc28805f70eb8e64b957fb50dbdd209f0218b9b0845b6f9c5af39dc86e4d907482343027a5fe71b6562
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.78.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250315
6
+
3
7
  ### v0.77.0 (2025-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20250308
@@ -718,6 +718,30 @@ module Google
718
718
  end
719
719
  end
720
720
 
721
+ # Contains details about a chokepoint, which is a resource or resource group
722
+ # where high-risk attack paths converge, based on [attack path simulations] (
723
+ # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
724
+ # attack_path_simulations).
725
+ class Chokepoint
726
+ include Google::Apis::Core::Hashable
727
+
728
+ # List of resource names of findings associated with this chokepoint. For
729
+ # example, organizations/123/sources/456/findings/789. This list will have at
730
+ # most 100 findings.
731
+ # Corresponds to the JSON property `relatedFindings`
732
+ # @return [Array<String>]
733
+ attr_accessor :related_findings
734
+
735
+ def initialize(**args)
736
+ update!(**args)
737
+ end
738
+
739
+ # Update properties of this object
740
+ def update!(**args)
741
+ @related_findings = args[:related_findings] if args.key?(:related_findings)
742
+ end
743
+ end
744
+
721
745
  # Fields related to Google Cloud Armor findings.
722
746
  class CloudArmor
723
747
  include Google::Apis::Core::Hashable
@@ -2005,6 +2029,14 @@ module Google
2005
2029
  # @return [String]
2006
2030
  attr_accessor :category
2007
2031
 
2032
+ # Contains details about a chokepoint, which is a resource or resource group
2033
+ # where high-risk attack paths converge, based on [attack path simulations] (
2034
+ # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
2035
+ # attack_path_simulations).
2036
+ # Corresponds to the JSON property `chokepoint`
2037
+ # @return [Google::Apis::SecuritycenterV1beta2::Chokepoint]
2038
+ attr_accessor :chokepoint
2039
+
2008
2040
  # Fields related to Google Cloud Armor findings.
2009
2041
  # Corresponds to the JSON property `cloudArmor`
2010
2042
  # @return [Google::Apis::SecuritycenterV1beta2::CloudArmor]
@@ -2338,6 +2370,7 @@ module Google
2338
2370
  @backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
2339
2371
  @canonical_name = args[:canonical_name] if args.key?(:canonical_name)
2340
2372
  @category = args[:category] if args.key?(:category)
2373
+ @chokepoint = args[:chokepoint] if args.key?(:chokepoint)
2341
2374
  @cloud_armor = args[:cloud_armor] if args.key?(:cloud_armor)
2342
2375
  @cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
2343
2376
  @cloud_dlp_inspection = args[:cloud_dlp_inspection] if args.key?(:cloud_dlp_inspection)
@@ -4555,6 +4588,30 @@ module Google
4555
4588
  end
4556
4589
  end
4557
4590
 
4591
+ # Contains details about a chokepoint, which is a resource or resource group
4592
+ # where high-risk attack paths converge, based on [attack path simulations] (
4593
+ # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
4594
+ # attack_path_simulations).
4595
+ class GoogleCloudSecuritycenterV2Chokepoint
4596
+ include Google::Apis::Core::Hashable
4597
+
4598
+ # List of resource names of findings associated with this chokepoint. For
4599
+ # example, organizations/123/sources/456/findings/789. This list will have at
4600
+ # most 100 findings.
4601
+ # Corresponds to the JSON property `relatedFindings`
4602
+ # @return [Array<String>]
4603
+ attr_accessor :related_findings
4604
+
4605
+ def initialize(**args)
4606
+ update!(**args)
4607
+ end
4608
+
4609
+ # Update properties of this object
4610
+ def update!(**args)
4611
+ @related_findings = args[:related_findings] if args.key?(:related_findings)
4612
+ end
4613
+ end
4614
+
4558
4615
  # Fields related to Google Cloud Armor findings.
4559
4616
  class GoogleCloudSecuritycenterV2CloudArmor
4560
4617
  include Google::Apis::Core::Hashable
@@ -5669,6 +5726,14 @@ module Google
5669
5726
  # @return [String]
5670
5727
  attr_accessor :category
5671
5728
 
5729
+ # Contains details about a chokepoint, which is a resource or resource group
5730
+ # where high-risk attack paths converge, based on [attack path simulations] (
5731
+ # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
5732
+ # attack_path_simulations).
5733
+ # Corresponds to the JSON property `chokepoint`
5734
+ # @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Chokepoint]
5735
+ attr_accessor :chokepoint
5736
+
5672
5737
  # Fields related to Google Cloud Armor findings.
5673
5738
  # Corresponds to the JSON property `cloudArmor`
5674
5739
  # @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudArmor]
@@ -6012,6 +6077,7 @@ module Google
6012
6077
  @backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
6013
6078
  @canonical_name = args[:canonical_name] if args.key?(:canonical_name)
6014
6079
  @category = args[:category] if args.key?(:category)
6080
+ @chokepoint = args[:chokepoint] if args.key?(:chokepoint)
6015
6081
  @cloud_armor = args[:cloud_armor] if args.key?(:cloud_armor)
6016
6082
  @cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
6017
6083
  @cloud_dlp_inspection = args[:cloud_dlp_inspection] if args.key?(:cloud_dlp_inspection)
@@ -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.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.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250308"
25
+ REVISION = "20250315"
26
26
  end
27
27
  end
28
28
  end
@@ -124,6 +124,12 @@ module Google
124
124
  include Google::Apis::Core::JsonObjectSupport
125
125
  end
126
126
 
127
+ class Chokepoint
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
127
133
  class CloudArmor
128
134
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
135
 
@@ -592,6 +598,12 @@ module Google
592
598
  include Google::Apis::Core::JsonObjectSupport
593
599
  end
594
600
 
601
+ class GoogleCloudSecuritycenterV2Chokepoint
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
595
607
  class GoogleCloudSecuritycenterV2CloudArmor
596
608
  class Representation < Google::Apis::Core::JsonRepresentation; end
597
609
 
@@ -1614,6 +1626,13 @@ module Google
1614
1626
  end
1615
1627
  end
1616
1628
 
1629
+ class Chokepoint
1630
+ # @private
1631
+ class Representation < Google::Apis::Core::JsonRepresentation
1632
+ collection :related_findings, as: 'relatedFindings'
1633
+ end
1634
+ end
1635
+
1617
1636
  class CloudArmor
1618
1637
  # @private
1619
1638
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1947,6 +1966,8 @@ module Google
1947
1966
 
1948
1967
  property :canonical_name, as: 'canonicalName'
1949
1968
  property :category, as: 'category'
1969
+ property :chokepoint, as: 'chokepoint', class: Google::Apis::SecuritycenterV1beta2::Chokepoint, decorator: Google::Apis::SecuritycenterV1beta2::Chokepoint::Representation
1970
+
1950
1971
  property :cloud_armor, as: 'cloudArmor', class: Google::Apis::SecuritycenterV1beta2::CloudArmor, decorator: Google::Apis::SecuritycenterV1beta2::CloudArmor::Representation
1951
1972
 
1952
1973
  property :cloud_dlp_data_profile, as: 'cloudDlpDataProfile', class: Google::Apis::SecuritycenterV1beta2::CloudDlpDataProfile, decorator: Google::Apis::SecuritycenterV1beta2::CloudDlpDataProfile::Representation
@@ -2549,6 +2570,13 @@ module Google
2549
2570
  end
2550
2571
  end
2551
2572
 
2573
+ class GoogleCloudSecuritycenterV2Chokepoint
2574
+ # @private
2575
+ class Representation < Google::Apis::Core::JsonRepresentation
2576
+ collection :related_findings, as: 'relatedFindings'
2577
+ end
2578
+ end
2579
+
2552
2580
  class GoogleCloudSecuritycenterV2CloudArmor
2553
2581
  # @private
2554
2582
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2836,6 +2864,8 @@ module Google
2836
2864
 
2837
2865
  property :canonical_name, as: 'canonicalName'
2838
2866
  property :category, as: 'category'
2867
+ property :chokepoint, as: 'chokepoint', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Chokepoint, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Chokepoint::Representation
2868
+
2839
2869
  property :cloud_armor, as: 'cloudArmor', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudArmor, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudArmor::Representation
2840
2870
 
2841
2871
  property :cloud_dlp_data_profile, as: 'cloudDlpDataProfile', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudDlpDataProfile, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudDlpDataProfile::Representation
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta2
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
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-03-16 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.77.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.78.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
62
62
  rdoc_options: []
63
63
  require_paths: