google-apis-securitycenter_v1 0.52.0 → 0.53.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: 5d109ce42434d4dd6a79f25ba347753635fec072f19f13c6770c7c4b58333a7a
4
- data.tar.gz: 6af80d653861d1bc2d33e8434e0b8e5765f4529b1042d10edf65caed71804ac6
3
+ metadata.gz: b4ebbdd4158ede6ce25303140cf867369be1f5db1861f7d85d17d623c85a5005
4
+ data.tar.gz: e224136619086a8504da6cae0fbbd1a38fa2ab79af1af73d9d949997bdf9760e
5
5
  SHA512:
6
- metadata.gz: 69b4ad5ed3be4c2fed09c62527d795f54daf9cf4436d4efdf78733730e66c47a6de3cbbb7755a0e7a62a99a613cef3180339398ee2e5074f555eebbc917a4d79
7
- data.tar.gz: 3385f70294153d61b1667361799282e0d20aea0bd72ea6d1d824eca0125f9537429b0bfd3d1a957d3a4badd6e01fb46a2b15d95d968a35c4b4ec34a21e66c149
6
+ metadata.gz: cbcc5514c48198fdaf1b56445dfdd94c6893f69ce2a5e142c03c35eb3043d00d1f475a0af7ed0e8a67c57b6da326db6711926adbac27f1e621a82214a07052cd
7
+ data.tar.gz: affed4ea7e6c19554c5e4e743664713f5572a20f86c6f3827cddd1c2c38d523baa880cbfe864ec92c3f7384dfd8b30a28bdbdc046d0b887cc7686f7a23886908
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.53.0 (2023-04-02)
4
+
5
+ * Regenerated from discovery document revision 20230329
6
+
3
7
  ### v0.52.0 (2023-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20230321
@@ -287,38 +287,6 @@ module Google
287
287
  end
288
288
  end
289
289
 
290
- # A finding that is associated with this node in the exposure path.
291
- class AssociatedFinding
292
- include Google::Apis::Core::Hashable
293
-
294
- # Canonical name of the associated findings. Example: organizations/123/sources/
295
- # 456/findings/789
296
- # Corresponds to the JSON property `canonicalFindingName`
297
- # @return [String]
298
- attr_accessor :canonical_finding_name
299
-
300
- # The additional taxonomy group within findings from a given source.
301
- # Corresponds to the JSON property `findingCategory`
302
- # @return [String]
303
- attr_accessor :finding_category
304
-
305
- # Full resource name of the finding.
306
- # Corresponds to the JSON property `name`
307
- # @return [String]
308
- attr_accessor :name
309
-
310
- def initialize(**args)
311
- update!(**args)
312
- end
313
-
314
- # Update properties of this object
315
- def update!(**args)
316
- @canonical_finding_name = args[:canonical_finding_name] if args.key?(:canonical_finding_name)
317
- @finding_category = args[:finding_category] if args.key?(:finding_category)
318
- @name = args[:name] if args.key?(:name)
319
- end
320
- end
321
-
322
290
  # Specifies the audit configuration for a service. The configuration determines
323
291
  # which permission types are logged, and what identities, if any, are exempted
324
292
  # from logging. An AuditConfig must have one or more AuditLogConfigs. If there
@@ -912,32 +880,6 @@ module Google
912
880
  end
913
881
  end
914
882
 
915
- # Represents a connection between a source node and a destination node in this
916
- # exposure path.
917
- class Edge
918
- include Google::Apis::Core::Hashable
919
-
920
- # This is the resource name of the destination node.
921
- # Corresponds to the JSON property `destination`
922
- # @return [String]
923
- attr_accessor :destination
924
-
925
- # This is the resource name of the source node.
926
- # Corresponds to the JSON property `source`
927
- # @return [String]
928
- attr_accessor :source
929
-
930
- def initialize(**args)
931
- update!(**args)
932
- end
933
-
934
- # Update properties of this object
935
- def update!(**args)
936
- @destination = args[:destination] if args.key?(:destination)
937
- @source = args[:source] if args.key?(:source)
938
- end
939
- end
940
-
941
883
  # A generic empty message that you can re-use to avoid defining duplicated empty
942
884
  # messages in your APIs. A typical example is to use it as the request or the
943
885
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
@@ -1342,12 +1284,6 @@ module Google
1342
1284
  # @return [String]
1343
1285
  attr_accessor :next_steps
1344
1286
 
1345
- # Contains information about the org policy constraints associated with the
1346
- # finding.
1347
- # Corresponds to the JSON property `orgPolicyConstraints`
1348
- # @return [Array<Google::Apis::SecuritycenterV1::OrgPolicyConstraint>]
1349
- attr_accessor :org_policy_constraints
1350
-
1351
1287
  # The relative resource name of the source the finding belongs to. See: https://
1352
1288
  # cloud.google.com/apis/design/resource_names#relative_resource_name This field
1353
1289
  # is immutable after creation time. For example: "organizations/`organization_id`
@@ -1443,7 +1379,6 @@ module Google
1443
1379
  @mute_update_time = args[:mute_update_time] if args.key?(:mute_update_time)
1444
1380
  @name = args[:name] if args.key?(:name)
1445
1381
  @next_steps = args[:next_steps] if args.key?(:next_steps)
1446
- @org_policy_constraints = args[:org_policy_constraints] if args.key?(:org_policy_constraints)
1447
1382
  @parent = args[:parent] if args.key?(:parent)
1448
1383
  @parent_display_name = args[:parent_display_name] if args.key?(:parent_display_name)
1449
1384
  @processes = args[:processes] if args.key?(:processes)
@@ -1682,96 +1617,6 @@ module Google
1682
1617
  end
1683
1618
  end
1684
1619
 
1685
- # A resource that is exposed as a result of a finding.
1686
- class GoogleCloudSecuritycenterV1ExposedResource
1687
- include Google::Apis::Core::Hashable
1688
-
1689
- # Human readable name of the resource that is exposed.
1690
- # Corresponds to the JSON property `displayName`
1691
- # @return [String]
1692
- attr_accessor :display_name
1693
-
1694
- # The ways in which this resource is exposed. Examples: Read, Write
1695
- # Corresponds to the JSON property `methods`
1696
- # @return [Array<String>]
1697
- attr_accessor :methods_prop
1698
-
1699
- # Exposed Resource Name e.g.: `organizations/123/attackExposureResults/456/
1700
- # exposedResources/789`
1701
- # Corresponds to the JSON property `name`
1702
- # @return [String]
1703
- attr_accessor :name
1704
-
1705
- # The name of the resource that is exposed. See: https://cloud.google.com/apis/
1706
- # design/resource_names#full_resource_name
1707
- # Corresponds to the JSON property `resource`
1708
- # @return [String]
1709
- attr_accessor :resource
1710
-
1711
- # The resource type of the exposed resource. See: https://cloud.google.com/asset-
1712
- # inventory/docs/supported-asset-types
1713
- # Corresponds to the JSON property `resourceType`
1714
- # @return [String]
1715
- attr_accessor :resource_type
1716
-
1717
- # How valuable this resource is.
1718
- # Corresponds to the JSON property `resourceValue`
1719
- # @return [String]
1720
- attr_accessor :resource_value
1721
-
1722
- def initialize(**args)
1723
- update!(**args)
1724
- end
1725
-
1726
- # Update properties of this object
1727
- def update!(**args)
1728
- @display_name = args[:display_name] if args.key?(:display_name)
1729
- @methods_prop = args[:methods_prop] if args.key?(:methods_prop)
1730
- @name = args[:name] if args.key?(:name)
1731
- @resource = args[:resource] if args.key?(:resource)
1732
- @resource_type = args[:resource_type] if args.key?(:resource_type)
1733
- @resource_value = args[:resource_value] if args.key?(:resource_value)
1734
- end
1735
- end
1736
-
1737
- # A path that an attacker could take to reach an exposed resource.
1738
- class GoogleCloudSecuritycenterV1ExposurePath
1739
- include Google::Apis::Core::Hashable
1740
-
1741
- # A list of the edges between nodes in this exposure path.
1742
- # Corresponds to the JSON property `edges`
1743
- # @return [Array<Google::Apis::SecuritycenterV1::Edge>]
1744
- attr_accessor :edges
1745
-
1746
- # A resource that is exposed as a result of a finding.
1747
- # Corresponds to the JSON property `exposedResource`
1748
- # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExposedResource]
1749
- attr_accessor :exposed_resource
1750
-
1751
- # Exposure Path Name e.g.: `organizations/123/attackExposureResults/456/
1752
- # exposurePaths/789`
1753
- # Corresponds to the JSON property `name`
1754
- # @return [String]
1755
- attr_accessor :name
1756
-
1757
- # A list of nodes that exist in this exposure path.
1758
- # Corresponds to the JSON property `pathNodes`
1759
- # @return [Array<Google::Apis::SecuritycenterV1::PathNode>]
1760
- attr_accessor :path_nodes
1761
-
1762
- def initialize(**args)
1763
- update!(**args)
1764
- end
1765
-
1766
- # Update properties of this object
1767
- def update!(**args)
1768
- @edges = args[:edges] if args.key?(:edges)
1769
- @exposed_resource = args[:exposed_resource] if args.key?(:exposed_resource)
1770
- @name = args[:name] if args.key?(:name)
1771
- @path_nodes = args[:path_nodes] if args.key?(:path_nodes)
1772
- end
1773
- end
1774
-
1775
1620
  # Representation of third party SIEM/SOAR fields within SCC.
1776
1621
  class GoogleCloudSecuritycenterV1ExternalSystem
1777
1622
  include Google::Apis::Core::Hashable
@@ -1991,84 +1836,6 @@ module Google
1991
1836
  end
1992
1837
  end
1993
1838
 
1994
- # A resource value config is a mapping configuration of user's tag values to
1995
- # resource values. Used by the attack path simulation.
1996
- class GoogleCloudSecuritycenterV1ResourceValueConfig
1997
- include Google::Apis::Core::Hashable
1998
-
1999
- # Output only. Timestamp this resource value config was created.
2000
- # Corresponds to the JSON property `createTime`
2001
- # @return [String]
2002
- attr_accessor :create_time
2003
-
2004
- # Description of the resource value config.
2005
- # Corresponds to the JSON property `description`
2006
- # @return [String]
2007
- attr_accessor :description
2008
-
2009
- # Name for the resource value config
2010
- # Corresponds to the JSON property `name`
2011
- # @return [String]
2012
- attr_accessor :name
2013
-
2014
- # List of resource labels to search for, evaluated with AND. E.g. "
2015
- # resource_labels_selector": `"key": "value", "env": "prod"` will match
2016
- # resources with labels "key": "value" AND "env": "prod" https://cloud.google.
2017
- # com/resource-manager/docs/creating-managing-labels
2018
- # Corresponds to the JSON property `resourceLabelsSelector`
2019
- # @return [Hash<String,String>]
2020
- attr_accessor :resource_labels_selector
2021
-
2022
- # Apply resource_value only to resources that match resource_type. resource_type
2023
- # will be checked with "AND" of other resources. E.g. "storage.googleapis.com/
2024
- # Bucket" with resource_value "HIGH" will apply "HIGH" value only to "storage.
2025
- # googleapis.com/Bucket" resources.
2026
- # Corresponds to the JSON property `resourceType`
2027
- # @return [String]
2028
- attr_accessor :resource_type
2029
-
2030
- # Required. Resource value level this expression represents
2031
- # Corresponds to the JSON property `resourceValue`
2032
- # @return [String]
2033
- attr_accessor :resource_value
2034
-
2035
- # Project or folder to scope this config to. For example, "project/456" would
2036
- # apply this config only to resources in "project/456" scope will be checked
2037
- # with "AND" of other resources.
2038
- # Corresponds to the JSON property `scope`
2039
- # @return [String]
2040
- attr_accessor :scope
2041
-
2042
- # Required. Tag values combined with AND to check against. Values in the form "
2043
- # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
2044
- # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
2045
- # Corresponds to the JSON property `tagValues`
2046
- # @return [Array<String>]
2047
- attr_accessor :tag_values
2048
-
2049
- # Output only. Timestamp this resource value config was last updated.
2050
- # Corresponds to the JSON property `updateTime`
2051
- # @return [String]
2052
- attr_accessor :update_time
2053
-
2054
- def initialize(**args)
2055
- update!(**args)
2056
- end
2057
-
2058
- # Update properties of this object
2059
- def update!(**args)
2060
- @create_time = args[:create_time] if args.key?(:create_time)
2061
- @description = args[:description] if args.key?(:description)
2062
- @name = args[:name] if args.key?(:name)
2063
- @resource_labels_selector = args[:resource_labels_selector] if args.key?(:resource_labels_selector)
2064
- @resource_type = args[:resource_type] if args.key?(:resource_type)
2065
- @resource_value = args[:resource_value] if args.key?(:resource_value)
2066
- @scope = args[:scope] if args.key?(:scope)
2067
- @tag_values = args[:tag_values] if args.key?(:tag_values)
2068
- @update_time = args[:update_time] if args.key?(:update_time)
2069
- end
2070
- end
2071
-
2072
1839
  # Response of asset discovery run
2073
1840
  class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
2074
1841
  include Google::Apis::Core::Hashable
@@ -3498,26 +3265,6 @@ module Google
3498
3265
  end
3499
3266
  end
3500
3267
 
3501
- # Encapsulates data about a constraint associated with an organization policy.
3502
- class OrgPolicyConstraint
3503
- include Google::Apis::Core::Hashable
3504
-
3505
- # The resource name of the constraint. Example: "organizations/`organization_id`/
3506
- # constraints/`constraint_name`"
3507
- # Corresponds to the JSON property `name`
3508
- # @return [String]
3509
- attr_accessor :name
3510
-
3511
- def initialize(**args)
3512
- update!(**args)
3513
- end
3514
-
3515
- # Update properties of this object
3516
- def update!(**args)
3517
- @name = args[:name] if args.key?(:name)
3518
- end
3519
- end
3520
-
3521
3268
  # User specified settings that are attached to the Security Command Center
3522
3269
  # organization.
3523
3270
  class OrganizationSettings
@@ -3555,46 +3302,6 @@ module Google
3555
3302
  end
3556
3303
  end
3557
3304
 
3558
- # Represents one point that an attacker passes through in this exposure path.
3559
- class PathNode
3560
- include Google::Apis::Core::Hashable
3561
-
3562
- # The findings associated with this node in the exposure path.
3563
- # Corresponds to the JSON property `associatedFindings`
3564
- # @return [Array<Google::Apis::SecuritycenterV1::AssociatedFinding>]
3565
- attr_accessor :associated_findings
3566
-
3567
- # Human readable name of this resource.
3568
- # Corresponds to the JSON property `displayName`
3569
- # @return [String]
3570
- attr_accessor :display_name
3571
-
3572
- # The name of the resource at this point in the exposure path. The format of the
3573
- # name is: https://cloud.google.com/apis/design/resource_names#
3574
- # full_resource_name
3575
- # Corresponds to the JSON property `resource`
3576
- # @return [String]
3577
- attr_accessor :resource
3578
-
3579
- # The resource type of this resource. See: https://cloud.google.com/asset-
3580
- # inventory/docs/supported-asset-types
3581
- # Corresponds to the JSON property `resourceType`
3582
- # @return [String]
3583
- attr_accessor :resource_type
3584
-
3585
- def initialize(**args)
3586
- update!(**args)
3587
- end
3588
-
3589
- # Update properties of this object
3590
- def update!(**args)
3591
- @associated_findings = args[:associated_findings] if args.key?(:associated_findings)
3592
- @display_name = args[:display_name] if args.key?(:display_name)
3593
- @resource = args[:resource] if args.key?(:resource)
3594
- @resource_type = args[:resource_type] if args.key?(:resource_type)
3595
- end
3596
- end
3597
-
3598
3305
  # Kubernetes Pod.
3599
3306
  class Pod
3600
3307
  include Google::Apis::Core::Hashable
@@ -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.52.0"
19
+ GEM_VERSION = "0.53.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230321"
25
+ REVISION = "20230329"
26
26
  end
27
27
  end
28
28
  end
@@ -46,12 +46,6 @@ module Google
46
46
  include Google::Apis::Core::JsonObjectSupport
47
47
  end
48
48
 
49
- class AssociatedFinding
50
- class Representation < Google::Apis::Core::JsonRepresentation; end
51
-
52
- include Google::Apis::Core::JsonObjectSupport
53
- end
54
-
55
49
  class AuditConfig
56
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
51
 
@@ -142,12 +136,6 @@ module Google
142
136
  include Google::Apis::Core::JsonObjectSupport
143
137
  end
144
138
 
145
- class Edge
146
- class Representation < Google::Apis::Core::JsonRepresentation; end
147
-
148
- include Google::Apis::Core::JsonObjectSupport
149
- end
150
-
151
139
  class Empty
152
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
141
 
@@ -232,18 +220,6 @@ module Google
232
220
  include Google::Apis::Core::JsonObjectSupport
233
221
  end
234
222
 
235
- class GoogleCloudSecuritycenterV1ExposedResource
236
- class Representation < Google::Apis::Core::JsonRepresentation; end
237
-
238
- include Google::Apis::Core::JsonObjectSupport
239
- end
240
-
241
- class GoogleCloudSecuritycenterV1ExposurePath
242
- class Representation < Google::Apis::Core::JsonRepresentation; end
243
-
244
- include Google::Apis::Core::JsonObjectSupport
245
- end
246
-
247
223
  class GoogleCloudSecuritycenterV1ExternalSystem
248
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
249
225
 
@@ -268,12 +244,6 @@ module Google
268
244
  include Google::Apis::Core::JsonObjectSupport
269
245
  end
270
246
 
271
- class GoogleCloudSecuritycenterV1ResourceValueConfig
272
- class Representation < Google::Apis::Core::JsonRepresentation; end
273
-
274
- include Google::Apis::Core::JsonObjectSupport
275
- end
276
-
277
247
  class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
278
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
249
 
@@ -478,24 +448,12 @@ module Google
478
448
  include Google::Apis::Core::JsonObjectSupport
479
449
  end
480
450
 
481
- class OrgPolicyConstraint
482
- class Representation < Google::Apis::Core::JsonRepresentation; end
483
-
484
- include Google::Apis::Core::JsonObjectSupport
485
- end
486
-
487
451
  class OrganizationSettings
488
452
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
453
 
490
454
  include Google::Apis::Core::JsonObjectSupport
491
455
  end
492
456
 
493
- class PathNode
494
- class Representation < Google::Apis::Core::JsonRepresentation; end
495
-
496
- include Google::Apis::Core::JsonObjectSupport
497
- end
498
-
499
457
  class Pod
500
458
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
459
 
@@ -685,15 +643,6 @@ module Google
685
643
  end
686
644
  end
687
645
 
688
- class AssociatedFinding
689
- # @private
690
- class Representation < Google::Apis::Core::JsonRepresentation
691
- property :canonical_finding_name, as: 'canonicalFindingName'
692
- property :finding_category, as: 'findingCategory'
693
- property :name, as: 'name'
694
- end
695
- end
696
-
697
646
  class AuditConfig
698
647
  # @private
699
648
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -838,14 +787,6 @@ module Google
838
787
  end
839
788
  end
840
789
 
841
- class Edge
842
- # @private
843
- class Representation < Google::Apis::Core::JsonRepresentation
844
- property :destination, as: 'destination'
845
- property :source, as: 'source'
846
- end
847
- end
848
-
849
790
  class Empty
850
791
  # @private
851
792
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -948,8 +889,6 @@ module Google
948
889
  property :mute_update_time, as: 'muteUpdateTime'
949
890
  property :name, as: 'name'
950
891
  property :next_steps, as: 'nextSteps'
951
- collection :org_policy_constraints, as: 'orgPolicyConstraints', class: Google::Apis::SecuritycenterV1::OrgPolicyConstraint, decorator: Google::Apis::SecuritycenterV1::OrgPolicyConstraint::Representation
952
-
953
892
  property :parent, as: 'parent'
954
893
  property :parent_display_name, as: 'parentDisplayName'
955
894
  collection :processes, as: 'processes', class: Google::Apis::SecuritycenterV1::Process, decorator: Google::Apis::SecuritycenterV1::Process::Representation
@@ -1027,31 +966,6 @@ module Google
1027
966
  end
1028
967
  end
1029
968
 
1030
- class GoogleCloudSecuritycenterV1ExposedResource
1031
- # @private
1032
- class Representation < Google::Apis::Core::JsonRepresentation
1033
- property :display_name, as: 'displayName'
1034
- collection :methods_prop, as: 'methods'
1035
- property :name, as: 'name'
1036
- property :resource, as: 'resource'
1037
- property :resource_type, as: 'resourceType'
1038
- property :resource_value, as: 'resourceValue'
1039
- end
1040
- end
1041
-
1042
- class GoogleCloudSecuritycenterV1ExposurePath
1043
- # @private
1044
- class Representation < Google::Apis::Core::JsonRepresentation
1045
- collection :edges, as: 'edges', class: Google::Apis::SecuritycenterV1::Edge, decorator: Google::Apis::SecuritycenterV1::Edge::Representation
1046
-
1047
- property :exposed_resource, as: 'exposedResource', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExposedResource, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExposedResource::Representation
1048
-
1049
- property :name, as: 'name'
1050
- collection :path_nodes, as: 'pathNodes', class: Google::Apis::SecuritycenterV1::PathNode, decorator: Google::Apis::SecuritycenterV1::PathNode::Representation
1051
-
1052
- end
1053
- end
1054
-
1055
969
  class GoogleCloudSecuritycenterV1ExternalSystem
1056
970
  # @private
1057
971
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1102,21 +1016,6 @@ module Google
1102
1016
  end
1103
1017
  end
1104
1018
 
1105
- class GoogleCloudSecuritycenterV1ResourceValueConfig
1106
- # @private
1107
- class Representation < Google::Apis::Core::JsonRepresentation
1108
- property :create_time, as: 'createTime'
1109
- property :description, as: 'description'
1110
- property :name, as: 'name'
1111
- hash :resource_labels_selector, as: 'resourceLabelsSelector'
1112
- property :resource_type, as: 'resourceType'
1113
- property :resource_value, as: 'resourceValue'
1114
- property :scope, as: 'scope'
1115
- collection :tag_values, as: 'tagValues'
1116
- property :update_time, as: 'updateTime'
1117
- end
1118
- end
1119
-
1120
1019
  class GoogleCloudSecuritycenterV1RunAssetDiscoveryResponse
1121
1020
  # @private
1122
1021
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1470,13 +1369,6 @@ module Google
1470
1369
  end
1471
1370
  end
1472
1371
 
1473
- class OrgPolicyConstraint
1474
- # @private
1475
- class Representation < Google::Apis::Core::JsonRepresentation
1476
- property :name, as: 'name'
1477
- end
1478
- end
1479
-
1480
1372
  class OrganizationSettings
1481
1373
  # @private
1482
1374
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1487,17 +1379,6 @@ module Google
1487
1379
  end
1488
1380
  end
1489
1381
 
1490
- class PathNode
1491
- # @private
1492
- class Representation < Google::Apis::Core::JsonRepresentation
1493
- collection :associated_findings, as: 'associatedFindings', class: Google::Apis::SecuritycenterV1::AssociatedFinding, decorator: Google::Apis::SecuritycenterV1::AssociatedFinding::Representation
1494
-
1495
- property :display_name, as: 'displayName'
1496
- property :resource, as: 'resource'
1497
- property :resource_type, as: 'resourceType'
1498
- end
1499
- end
1500
-
1501
1382
  class Pod
1502
1383
  # @private
1503
1384
  class Representation < Google::Apis::Core::JsonRepresentation
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.52.0
4
+ version: 0.53.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: 2023-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-02 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.52.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.53.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: []