google-apis-securitycenter_v1 0.95.0 → 0.97.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:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: '08209dac15680343c7dd408c65b3f7e813d5e98ca8203a77c19734371d50cb9c'
         | 
| 4 | 
            +
              data.tar.gz: a1eb81d27af1aee37232ded5dc203db2d77d3642b1c5dcd7d60cc3b1a8b17323
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 49e11fc049cdc7fe98c37708c0a0d8366f9a68a9248f3f73c47b3ed8cd7d30e7f51f9cf82d2bbceb9ddf60380a3eb97093f4afca084e7db0376d73b62f0d7682
         | 
| 7 | 
            +
              data.tar.gz: f4a4dd48e17121eceeb52e089dea55a88c343e5d6849891a5eabfcdc9a2a9d0f941835558bf71b3fb0baa2eaf04fb7be1fdf5250059398a0c5757f72b43036ca
         | 
    
        data/CHANGELOG.md
    CHANGED
    
    | @@ -1,5 +1,13 @@ | |
| 1 1 | 
             
            # Release history for google-apis-securitycenter_v1
         | 
| 2 2 |  | 
| 3 | 
            +
            ### v0.97.0 (2025-03-30)
         | 
| 4 | 
            +
             | 
| 5 | 
            +
            * Regenerated from discovery document revision 20250326
         | 
| 6 | 
            +
             | 
| 7 | 
            +
            ### v0.96.0 (2025-03-23)
         | 
| 8 | 
            +
             | 
| 9 | 
            +
            * Regenerated from discovery document revision 20250315
         | 
| 10 | 
            +
             | 
| 3 11 | 
             
            ### v0.95.0 (2025-03-16)
         | 
| 4 12 |  | 
| 5 13 | 
             
            * Regenerated from discovery document revision 20250308
         | 
| @@ -211,6 +211,25 @@ module Google | |
| 211 211 | 
             
                    end
         | 
| 212 212 | 
             
                  end
         | 
| 213 213 |  | 
| 214 | 
            +
                  # Details about resources affected by this finding.
         | 
| 215 | 
            +
                  class AffectedResources
         | 
| 216 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 217 | 
            +
                  
         | 
| 218 | 
            +
                    # The count of resources affected by the finding.
         | 
| 219 | 
            +
                    # Corresponds to the JSON property `count`
         | 
| 220 | 
            +
                    # @return [Fixnum]
         | 
| 221 | 
            +
                    attr_accessor :count
         | 
| 222 | 
            +
                  
         | 
| 223 | 
            +
                    def initialize(**args)
         | 
| 224 | 
            +
                       update!(**args)
         | 
| 225 | 
            +
                    end
         | 
| 226 | 
            +
                  
         | 
| 227 | 
            +
                    # Update properties of this object
         | 
| 228 | 
            +
                    def update!(**args)
         | 
| 229 | 
            +
                      @count = args[:count] if args.key?(:count)
         | 
| 230 | 
            +
                    end
         | 
| 231 | 
            +
                  end
         | 
| 232 | 
            +
                  
         | 
| 214 233 | 
             
                  # Allowed IP rule.
         | 
| 215 234 | 
             
                  class Allowed
         | 
| 216 235 | 
             
                    include Google::Apis::Core::Hashable
         | 
| @@ -1234,6 +1253,30 @@ module Google | |
| 1234 1253 | 
             
                    end
         | 
| 1235 1254 | 
             
                  end
         | 
| 1236 1255 |  | 
| 1256 | 
            +
                  # Contains details about a chokepoint, which is a resource or resource group
         | 
| 1257 | 
            +
                  # where high-risk attack paths converge, based on [attack path simulations] (
         | 
| 1258 | 
            +
                  # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
         | 
| 1259 | 
            +
                  # attack_path_simulations).
         | 
| 1260 | 
            +
                  class Chokepoint
         | 
| 1261 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 1262 | 
            +
                  
         | 
| 1263 | 
            +
                    # List of resource names of findings associated with this chokepoint. For
         | 
| 1264 | 
            +
                    # example, organizations/123/sources/456/findings/789. This list will have at
         | 
| 1265 | 
            +
                    # most 100 findings.
         | 
| 1266 | 
            +
                    # Corresponds to the JSON property `relatedFindings`
         | 
| 1267 | 
            +
                    # @return [Array<String>]
         | 
| 1268 | 
            +
                    attr_accessor :related_findings
         | 
| 1269 | 
            +
                  
         | 
| 1270 | 
            +
                    def initialize(**args)
         | 
| 1271 | 
            +
                       update!(**args)
         | 
| 1272 | 
            +
                    end
         | 
| 1273 | 
            +
                  
         | 
| 1274 | 
            +
                    # Update properties of this object
         | 
| 1275 | 
            +
                    def update!(**args)
         | 
| 1276 | 
            +
                      @related_findings = args[:related_findings] if args.key?(:related_findings)
         | 
| 1277 | 
            +
                    end
         | 
| 1278 | 
            +
                  end
         | 
| 1279 | 
            +
                  
         | 
| 1237 1280 | 
             
                  # Fields related to Google Cloud Armor findings.
         | 
| 1238 1281 | 
             
                  class CloudArmor
         | 
| 1239 1282 | 
             
                    include Google::Apis::Core::Hashable
         | 
| @@ -2594,6 +2637,11 @@ module Google | |
| 2594 2637 | 
             
                    # @return [Google::Apis::SecuritycenterV1::Access]
         | 
| 2595 2638 | 
             
                    attr_accessor :access
         | 
| 2596 2639 |  | 
| 2640 | 
            +
                    # Details about resources affected by this finding.
         | 
| 2641 | 
            +
                    # Corresponds to the JSON property `affectedResources`
         | 
| 2642 | 
            +
                    # @return [Google::Apis::SecuritycenterV1::AffectedResources]
         | 
| 2643 | 
            +
                    attr_accessor :affected_resources
         | 
| 2644 | 
            +
                  
         | 
| 2597 2645 | 
             
                    # Represents an application associated with a finding.
         | 
| 2598 2646 | 
             
                    # Corresponds to the JSON property `application`
         | 
| 2599 2647 | 
             
                    # @return [Google::Apis::SecuritycenterV1::Application]
         | 
| @@ -2624,6 +2672,14 @@ module Google | |
| 2624 2672 | 
             
                    # @return [String]
         | 
| 2625 2673 | 
             
                    attr_accessor :category
         | 
| 2626 2674 |  | 
| 2675 | 
            +
                    # Contains details about a chokepoint, which is a resource or resource group
         | 
| 2676 | 
            +
                    # where high-risk attack paths converge, based on [attack path simulations] (
         | 
| 2677 | 
            +
                    # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
         | 
| 2678 | 
            +
                    # attack_path_simulations).
         | 
| 2679 | 
            +
                    # Corresponds to the JSON property `chokepoint`
         | 
| 2680 | 
            +
                    # @return [Google::Apis::SecuritycenterV1::Chokepoint]
         | 
| 2681 | 
            +
                    attr_accessor :chokepoint
         | 
| 2682 | 
            +
                  
         | 
| 2627 2683 | 
             
                    # Fields related to Google Cloud Armor findings.
         | 
| 2628 2684 | 
             
                    # Corresponds to the JSON property `cloudArmor`
         | 
| 2629 2685 | 
             
                    # @return [Google::Apis::SecuritycenterV1::CloudArmor]
         | 
| @@ -2952,11 +3008,13 @@ module Google | |
| 2952 3008 | 
             
                    # Update properties of this object
         | 
| 2953 3009 | 
             
                    def update!(**args)
         | 
| 2954 3010 | 
             
                      @access = args[:access] if args.key?(:access)
         | 
| 3011 | 
            +
                      @affected_resources = args[:affected_resources] if args.key?(:affected_resources)
         | 
| 2955 3012 | 
             
                      @application = args[:application] if args.key?(:application)
         | 
| 2956 3013 | 
             
                      @attack_exposure = args[:attack_exposure] if args.key?(:attack_exposure)
         | 
| 2957 3014 | 
             
                      @backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
         | 
| 2958 3015 | 
             
                      @canonical_name = args[:canonical_name] if args.key?(:canonical_name)
         | 
| 2959 3016 | 
             
                      @category = args[:category] if args.key?(:category)
         | 
| 3017 | 
            +
                      @chokepoint = args[:chokepoint] if args.key?(:chokepoint)
         | 
| 2960 3018 | 
             
                      @cloud_armor = args[:cloud_armor] if args.key?(:cloud_armor)
         | 
| 2961 3019 | 
             
                      @cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
         | 
| 2962 3020 | 
             
                      @cloud_dlp_inspection = args[:cloud_dlp_inspection] if args.key?(:cloud_dlp_inspection)
         | 
| @@ -4579,6 +4637,25 @@ module Google | |
| 4579 4637 | 
             
                    end
         | 
| 4580 4638 | 
             
                  end
         | 
| 4581 4639 |  | 
| 4640 | 
            +
                  # Details about resources affected by this finding.
         | 
| 4641 | 
            +
                  class GoogleCloudSecuritycenterV2AffectedResources
         | 
| 4642 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 4643 | 
            +
                  
         | 
| 4644 | 
            +
                    # The count of resources affected by the finding.
         | 
| 4645 | 
            +
                    # Corresponds to the JSON property `count`
         | 
| 4646 | 
            +
                    # @return [Fixnum]
         | 
| 4647 | 
            +
                    attr_accessor :count
         | 
| 4648 | 
            +
                  
         | 
| 4649 | 
            +
                    def initialize(**args)
         | 
| 4650 | 
            +
                       update!(**args)
         | 
| 4651 | 
            +
                    end
         | 
| 4652 | 
            +
                  
         | 
| 4653 | 
            +
                    # Update properties of this object
         | 
| 4654 | 
            +
                    def update!(**args)
         | 
| 4655 | 
            +
                      @count = args[:count] if args.key?(:count)
         | 
| 4656 | 
            +
                    end
         | 
| 4657 | 
            +
                  end
         | 
| 4658 | 
            +
                  
         | 
| 4582 4659 | 
             
                  # Allowed IP rule.
         | 
| 4583 4660 | 
             
                  class GoogleCloudSecuritycenterV2Allowed
         | 
| 4584 4661 | 
             
                    include Google::Apis::Core::Hashable
         | 
| @@ -5221,6 +5298,30 @@ module Google | |
| 5221 5298 | 
             
                    end
         | 
| 5222 5299 | 
             
                  end
         | 
| 5223 5300 |  | 
| 5301 | 
            +
                  # Contains details about a chokepoint, which is a resource or resource group
         | 
| 5302 | 
            +
                  # where high-risk attack paths converge, based on [attack path simulations] (
         | 
| 5303 | 
            +
                  # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
         | 
| 5304 | 
            +
                  # attack_path_simulations).
         | 
| 5305 | 
            +
                  class GoogleCloudSecuritycenterV2Chokepoint
         | 
| 5306 | 
            +
                    include Google::Apis::Core::Hashable
         | 
| 5307 | 
            +
                  
         | 
| 5308 | 
            +
                    # List of resource names of findings associated with this chokepoint. For
         | 
| 5309 | 
            +
                    # example, organizations/123/sources/456/findings/789. This list will have at
         | 
| 5310 | 
            +
                    # most 100 findings.
         | 
| 5311 | 
            +
                    # Corresponds to the JSON property `relatedFindings`
         | 
| 5312 | 
            +
                    # @return [Array<String>]
         | 
| 5313 | 
            +
                    attr_accessor :related_findings
         | 
| 5314 | 
            +
                  
         | 
| 5315 | 
            +
                    def initialize(**args)
         | 
| 5316 | 
            +
                       update!(**args)
         | 
| 5317 | 
            +
                    end
         | 
| 5318 | 
            +
                  
         | 
| 5319 | 
            +
                    # Update properties of this object
         | 
| 5320 | 
            +
                    def update!(**args)
         | 
| 5321 | 
            +
                      @related_findings = args[:related_findings] if args.key?(:related_findings)
         | 
| 5322 | 
            +
                    end
         | 
| 5323 | 
            +
                  end
         | 
| 5324 | 
            +
                  
         | 
| 5224 5325 | 
             
                  # Fields related to Google Cloud Armor findings.
         | 
| 5225 5326 | 
             
                  class GoogleCloudSecuritycenterV2CloudArmor
         | 
| 5226 5327 | 
             
                    include Google::Apis::Core::Hashable
         | 
| @@ -6301,6 +6402,11 @@ module Google | |
| 6301 6402 | 
             
                    # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Access]
         | 
| 6302 6403 | 
             
                    attr_accessor :access
         | 
| 6303 6404 |  | 
| 6405 | 
            +
                    # Details about resources affected by this finding.
         | 
| 6406 | 
            +
                    # Corresponds to the JSON property `affectedResources`
         | 
| 6407 | 
            +
                    # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AffectedResources]
         | 
| 6408 | 
            +
                    attr_accessor :affected_resources
         | 
| 6409 | 
            +
                  
         | 
| 6304 6410 | 
             
                    # Represents an application associated with a finding.
         | 
| 6305 6411 | 
             
                    # Corresponds to the JSON property `application`
         | 
| 6306 6412 | 
             
                    # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Application]
         | 
| @@ -6335,6 +6441,14 @@ module Google | |
| 6335 6441 | 
             
                    # @return [String]
         | 
| 6336 6442 | 
             
                    attr_accessor :category
         | 
| 6337 6443 |  | 
| 6444 | 
            +
                    # Contains details about a chokepoint, which is a resource or resource group
         | 
| 6445 | 
            +
                    # where high-risk attack paths converge, based on [attack path simulations] (
         | 
| 6446 | 
            +
                    # https://cloud.google.com/security-command-center/docs/attack-exposure-learn#
         | 
| 6447 | 
            +
                    # attack_path_simulations).
         | 
| 6448 | 
            +
                    # Corresponds to the JSON property `chokepoint`
         | 
| 6449 | 
            +
                    # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Chokepoint]
         | 
| 6450 | 
            +
                    attr_accessor :chokepoint
         | 
| 6451 | 
            +
                  
         | 
| 6338 6452 | 
             
                    # Fields related to Google Cloud Armor findings.
         | 
| 6339 6453 | 
             
                    # Corresponds to the JSON property `cloudArmor`
         | 
| 6340 6454 | 
             
                    # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudArmor]
         | 
| @@ -6673,11 +6787,13 @@ module Google | |
| 6673 6787 | 
             
                    # Update properties of this object
         | 
| 6674 6788 | 
             
                    def update!(**args)
         | 
| 6675 6789 | 
             
                      @access = args[:access] if args.key?(:access)
         | 
| 6790 | 
            +
                      @affected_resources = args[:affected_resources] if args.key?(:affected_resources)
         | 
| 6676 6791 | 
             
                      @application = args[:application] if args.key?(:application)
         | 
| 6677 6792 | 
             
                      @attack_exposure = args[:attack_exposure] if args.key?(:attack_exposure)
         | 
| 6678 6793 | 
             
                      @backup_disaster_recovery = args[:backup_disaster_recovery] if args.key?(:backup_disaster_recovery)
         | 
| 6679 6794 | 
             
                      @canonical_name = args[:canonical_name] if args.key?(:canonical_name)
         | 
| 6680 6795 | 
             
                      @category = args[:category] if args.key?(:category)
         | 
| 6796 | 
            +
                      @chokepoint = args[:chokepoint] if args.key?(:chokepoint)
         | 
| 6681 6797 | 
             
                      @cloud_armor = args[:cloud_armor] if args.key?(:cloud_armor)
         | 
| 6682 6798 | 
             
                      @cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
         | 
| 6683 6799 | 
             
                      @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 SecuritycenterV1
         | 
| 18 18 | 
             
                  # Version of the google-apis-securitycenter_v1 gem
         | 
| 19 | 
            -
                  GEM_VERSION = "0. | 
| 19 | 
            +
                  GEM_VERSION = "0.97.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 = " | 
| 25 | 
            +
                  REVISION = "20250326"
         | 
| 26 26 | 
             
                end
         | 
| 27 27 | 
             
              end
         | 
| 28 28 | 
             
            end
         | 
| @@ -40,6 +40,12 @@ module Google | |
| 40 40 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 41 41 | 
             
                  end
         | 
| 42 42 |  | 
| 43 | 
            +
                  class AffectedResources
         | 
| 44 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 45 | 
            +
                  
         | 
| 46 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 47 | 
            +
                  end
         | 
| 48 | 
            +
                  
         | 
| 43 49 | 
             
                  class Allowed
         | 
| 44 50 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 45 51 |  | 
| @@ -196,6 +202,12 @@ module Google | |
| 196 202 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 197 203 | 
             
                  end
         | 
| 198 204 |  | 
| 205 | 
            +
                  class Chokepoint
         | 
| 206 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 207 | 
            +
                  
         | 
| 208 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 209 | 
            +
                  end
         | 
| 210 | 
            +
                  
         | 
| 199 211 | 
             
                  class CloudArmor
         | 
| 200 212 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 201 213 |  | 
| @@ -586,6 +598,12 @@ module Google | |
| 586 598 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 587 599 | 
             
                  end
         | 
| 588 600 |  | 
| 601 | 
            +
                  class GoogleCloudSecuritycenterV2AffectedResources
         | 
| 602 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 603 | 
            +
                  
         | 
| 604 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 605 | 
            +
                  end
         | 
| 606 | 
            +
                  
         | 
| 589 607 | 
             
                  class GoogleCloudSecuritycenterV2Allowed
         | 
| 590 608 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 591 609 |  | 
| @@ -688,6 +706,12 @@ module Google | |
| 688 706 | 
             
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 689 707 | 
             
                  end
         | 
| 690 708 |  | 
| 709 | 
            +
                  class GoogleCloudSecuritycenterV2Chokepoint
         | 
| 710 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 711 | 
            +
                  
         | 
| 712 | 
            +
                    include Google::Apis::Core::JsonObjectSupport
         | 
| 713 | 
            +
                  end
         | 
| 714 | 
            +
                  
         | 
| 691 715 | 
             
                  class GoogleCloudSecuritycenterV2CloudArmor
         | 
| 692 716 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation; end
         | 
| 693 717 |  | 
| @@ -1837,6 +1861,13 @@ module Google | |
| 1837 1861 | 
             
                    end
         | 
| 1838 1862 | 
             
                  end
         | 
| 1839 1863 |  | 
| 1864 | 
            +
                  class AffectedResources
         | 
| 1865 | 
            +
                    # @private
         | 
| 1866 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 1867 | 
            +
                      property :count, :numeric_string => true, as: 'count'
         | 
| 1868 | 
            +
                    end
         | 
| 1869 | 
            +
                  end
         | 
| 1870 | 
            +
                  
         | 
| 1840 1871 | 
             
                  class Allowed
         | 
| 1841 1872 | 
             
                    # @private
         | 
| 1842 1873 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -2096,6 +2127,13 @@ module Google | |
| 2096 2127 | 
             
                    end
         | 
| 2097 2128 | 
             
                  end
         | 
| 2098 2129 |  | 
| 2130 | 
            +
                  class Chokepoint
         | 
| 2131 | 
            +
                    # @private
         | 
| 2132 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2133 | 
            +
                      collection :related_findings, as: 'relatedFindings'
         | 
| 2134 | 
            +
                    end
         | 
| 2135 | 
            +
                  end
         | 
| 2136 | 
            +
                  
         | 
| 2099 2137 | 
             
                  class CloudArmor
         | 
| 2100 2138 | 
             
                    # @private
         | 
| 2101 2139 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -2445,6 +2483,8 @@ module Google | |
| 2445 2483 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2446 2484 | 
             
                      property :access, as: 'access', class: Google::Apis::SecuritycenterV1::Access, decorator: Google::Apis::SecuritycenterV1::Access::Representation
         | 
| 2447 2485 |  | 
| 2486 | 
            +
                      property :affected_resources, as: 'affectedResources', class: Google::Apis::SecuritycenterV1::AffectedResources, decorator: Google::Apis::SecuritycenterV1::AffectedResources::Representation
         | 
| 2487 | 
            +
                  
         | 
| 2448 2488 | 
             
                      property :application, as: 'application', class: Google::Apis::SecuritycenterV1::Application, decorator: Google::Apis::SecuritycenterV1::Application::Representation
         | 
| 2449 2489 |  | 
| 2450 2490 | 
             
                      property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1::AttackExposure, decorator: Google::Apis::SecuritycenterV1::AttackExposure::Representation
         | 
| @@ -2453,6 +2493,8 @@ module Google | |
| 2453 2493 |  | 
| 2454 2494 | 
             
                      property :canonical_name, as: 'canonicalName'
         | 
| 2455 2495 | 
             
                      property :category, as: 'category'
         | 
| 2496 | 
            +
                      property :chokepoint, as: 'chokepoint', class: Google::Apis::SecuritycenterV1::Chokepoint, decorator: Google::Apis::SecuritycenterV1::Chokepoint::Representation
         | 
| 2497 | 
            +
                  
         | 
| 2456 2498 | 
             
                      property :cloud_armor, as: 'cloudArmor', class: Google::Apis::SecuritycenterV1::CloudArmor, decorator: Google::Apis::SecuritycenterV1::CloudArmor::Representation
         | 
| 2457 2499 |  | 
| 2458 2500 | 
             
                      property :cloud_dlp_data_profile, as: 'cloudDlpDataProfile', class: Google::Apis::SecuritycenterV1::CloudDlpDataProfile, decorator: Google::Apis::SecuritycenterV1::CloudDlpDataProfile::Representation
         | 
| @@ -2901,6 +2943,13 @@ module Google | |
| 2901 2943 | 
             
                    end
         | 
| 2902 2944 | 
             
                  end
         | 
| 2903 2945 |  | 
| 2946 | 
            +
                  class GoogleCloudSecuritycenterV2AffectedResources
         | 
| 2947 | 
            +
                    # @private
         | 
| 2948 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 2949 | 
            +
                      property :count, :numeric_string => true, as: 'count'
         | 
| 2950 | 
            +
                    end
         | 
| 2951 | 
            +
                  end
         | 
| 2952 | 
            +
                  
         | 
| 2904 2953 | 
             
                  class GoogleCloudSecuritycenterV2Allowed
         | 
| 2905 2954 | 
             
                    # @private
         | 
| 2906 2955 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -3070,6 +3119,13 @@ module Google | |
| 3070 3119 | 
             
                    end
         | 
| 3071 3120 | 
             
                  end
         | 
| 3072 3121 |  | 
| 3122 | 
            +
                  class GoogleCloudSecuritycenterV2Chokepoint
         | 
| 3123 | 
            +
                    # @private
         | 
| 3124 | 
            +
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3125 | 
            +
                      collection :related_findings, as: 'relatedFindings'
         | 
| 3126 | 
            +
                    end
         | 
| 3127 | 
            +
                  end
         | 
| 3128 | 
            +
                  
         | 
| 3073 3129 | 
             
                  class GoogleCloudSecuritycenterV2CloudArmor
         | 
| 3074 3130 | 
             
                    # @private
         | 
| 3075 3131 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| @@ -3349,6 +3405,8 @@ module Google | |
| 3349 3405 | 
             
                    class Representation < Google::Apis::Core::JsonRepresentation
         | 
| 3350 3406 | 
             
                      property :access, as: 'access', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Access, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Access::Representation
         | 
| 3351 3407 |  | 
| 3408 | 
            +
                      property :affected_resources, as: 'affectedResources', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AffectedResources, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AffectedResources::Representation
         | 
| 3409 | 
            +
                  
         | 
| 3352 3410 | 
             
                      property :application, as: 'application', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Application, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Application::Representation
         | 
| 3353 3411 |  | 
| 3354 3412 | 
             
                      property :attack_exposure, as: 'attackExposure', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AttackExposure, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2AttackExposure::Representation
         | 
| @@ -3357,6 +3415,8 @@ module Google | |
| 3357 3415 |  | 
| 3358 3416 | 
             
                      property :canonical_name, as: 'canonicalName'
         | 
| 3359 3417 | 
             
                      property :category, as: 'category'
         | 
| 3418 | 
            +
                      property :chokepoint, as: 'chokepoint', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Chokepoint, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2Chokepoint::Representation
         | 
| 3419 | 
            +
                  
         | 
| 3360 3420 | 
             
                      property :cloud_armor, as: 'cloudArmor', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudArmor, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudArmor::Representation
         | 
| 3361 3421 |  | 
| 3362 3422 | 
             
                      property :cloud_dlp_data_profile, as: 'cloudDlpDataProfile', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudDlpDataProfile, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV2CloudDlpDataProfile::Representation
         | 
    
        metadata
    CHANGED
    
    | @@ -1,13 +1,13 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: google-apis-securitycenter_v1
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.97.0
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Google LLC
         | 
| 8 8 | 
             
            bindir: bin
         | 
| 9 9 | 
             
            cert_chain: []
         | 
| 10 | 
            -
            date: 2025-03- | 
| 10 | 
            +
            date: 2025-03-30 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_v1/CHANGELOG.md
         | 
| 60 | 
            -
              documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0. | 
| 60 | 
            +
              documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.97.0
         | 
| 61 61 | 
             
              source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
         | 
| 62 62 | 
             
            rdoc_options: []
         | 
| 63 63 | 
             
            require_paths:
         |