google-apis-securitycenter_v1 0.73.0 → 0.75.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: 54f29848fa48a148735f83189999adae9962384d603e1f7b185ca85446a905ec
4
- data.tar.gz: 9aa19802961078c47f9a49e92ecf495d90bb3469debdd03bda5cd6464592e5e9
3
+ metadata.gz: 4c9ffd3c4a7766f6b57e7acf3b9cca99a8771b138018a43fe40b98bab7cce058
4
+ data.tar.gz: b7e87d7ebc376a491cda95fdeaf092cf56c97f6b00fabde6c36f70ed8c3516a5
5
5
  SHA512:
6
- metadata.gz: 80229234b07a426500190dbbe3ff28cd77104e25c78cc78ef4a893be10651dedd869a058a1be4d398eea6ac336e3b68b99236a26332459b648775ed129f634a5
7
- data.tar.gz: 3199854e7ca783b0a33a833cd0fc056a30e99bccf286d56c60140d206d45477cbc14d7881d0f19461defa637fcb789cd7af73a78a2c945878689d4dd33e4cb79
6
+ metadata.gz: 8e9af0c4e9c6170fcc8522ac5756416dffc10e2a0008d5df7d258bdbfa7af016c47c2f58c47f8c09460fb8832b0c0806ab4d0feda380e9ad26c32cb86875c8f2
7
+ data.tar.gz: fb765b1494bdf4339c95aede496cc75184e09b324119285cc49755b505084ceac7c638328c1eb40b3a1f3ae9d2f0cce5ad8c1190a0b1a2e37ca052c7e0a134f4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.75.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240130
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.74.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240119
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.73.0 (2024-01-07)
4
14
 
5
15
  * Regenerated from discovery document revision 20240101
@@ -330,7 +330,7 @@ module Google
330
330
 
331
331
  # The resource name of the attack path simulation result that contains the
332
332
  # details regarding this attack exposure score. Example: organizations/123/
333
- # attackExposureResults/456
333
+ # simulations/456/attackExposureResults/789
334
334
  # Corresponds to the JSON property `attackExposureResult`
335
335
  # @return [String]
336
336
  attr_accessor :attack_exposure_result
@@ -827,7 +827,10 @@ module Google
827
827
  attr_accessor :members
828
828
 
829
829
  # Role that is assigned to the list of `members`, or principals. For example, `
830
- # roles/viewer`, `roles/editor`, or `roles/owner`.
830
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
831
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
832
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
833
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
831
834
  # Corresponds to the JSON property `role`
832
835
  # @return [String]
833
836
  attr_accessor :role
@@ -1235,8 +1238,9 @@ module Google
1235
1238
  end
1236
1239
  end
1237
1240
 
1238
- # CVE stands for Common Vulnerabilities and Exposures. More information: https://
1239
- # cve.mitre.org
1241
+ # CVE stands for Common Vulnerabilities and Exposures. Information from the [CVE
1242
+ # record](https://www.cve.org/ResourcesSupport/Glossary) that describes this
1243
+ # vulnerability.
1240
1244
  class Cve
1241
1245
  include Google::Apis::Core::Hashable
1242
1246
 
@@ -2909,6 +2913,13 @@ module Google
2909
2913
  # @return [String]
2910
2914
  attr_accessor :scope
2911
2915
 
2916
+ # Resource value mapping for Sensitive Data Protection findings. If any of these
2917
+ # mappings have a resource value that is not unspecified, the resource_value
2918
+ # field will be ignored when reading this configuration.
2919
+ # Corresponds to the JSON property `sensitiveDataProtectionMapping`
2920
+ # @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping]
2921
+ attr_accessor :sensitive_data_protection_mapping
2922
+
2912
2923
  # Required. Tag values combined with AND to check against. Values in the form "
2913
2924
  # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
2914
2925
  # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
@@ -2934,6 +2945,7 @@ module Google
2934
2945
  @resource_type = args[:resource_type] if args.key?(:resource_type)
2935
2946
  @resource_value = args[:resource_value] if args.key?(:resource_value)
2936
2947
  @scope = args[:scope] if args.key?(:scope)
2948
+ @sensitive_data_protection_mapping = args[:sensitive_data_protection_mapping] if args.key?(:sensitive_data_protection_mapping)
2937
2949
  @tag_values = args[:tag_values] if args.key?(:tag_values)
2938
2950
  @update_time = args[:update_time] if args.key?(:update_time)
2939
2951
  end
@@ -3038,6 +3050,34 @@ module Google
3038
3050
  end
3039
3051
  end
3040
3052
 
3053
+ # Resource value mapping for Sensitive Data Protection findings. If any of these
3054
+ # mappings have a resource value that is not unspecified, the resource_value
3055
+ # field will be ignored when reading this configuration.
3056
+ class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
3057
+ include Google::Apis::Core::Hashable
3058
+
3059
+ # Resource value mapping for high-sensitivity Sensitive Data Protection findings
3060
+ # Corresponds to the JSON property `highSensitivityMapping`
3061
+ # @return [String]
3062
+ attr_accessor :high_sensitivity_mapping
3063
+
3064
+ # Resource value mapping for medium-sensitivity Sensitive Data Protection
3065
+ # findings
3066
+ # Corresponds to the JSON property `mediumSensitivityMapping`
3067
+ # @return [String]
3068
+ attr_accessor :medium_sensitivity_mapping
3069
+
3070
+ def initialize(**args)
3071
+ update!(**args)
3072
+ end
3073
+
3074
+ # Update properties of this object
3075
+ def update!(**args)
3076
+ @high_sensitivity_mapping = args[:high_sensitivity_mapping] if args.key?(:high_sensitivity_mapping)
3077
+ @medium_sensitivity_mapping = args[:medium_sensitivity_mapping] if args.key?(:medium_sensitivity_mapping)
3078
+ end
3079
+ end
3080
+
3041
3081
  # Response of asset discovery run
3042
3082
  class GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse
3043
3083
  include Google::Apis::Core::Hashable
@@ -5043,6 +5083,41 @@ module Google
5043
5083
  end
5044
5084
  end
5045
5085
 
5086
+ # The policy field that violates the deployed posture and its expected and and
5087
+ # detected values.
5088
+ class PolicyDriftDetails
5089
+ include Google::Apis::Core::Hashable
5090
+
5091
+ # The detected value that violates the deployed posture, for example, `false` or
5092
+ # `allowed_values=`"projects/22831892”``.
5093
+ # Corresponds to the JSON property `detectedValue`
5094
+ # @return [String]
5095
+ attr_accessor :detected_value
5096
+
5097
+ # The value of this field that was configured in a posture, for example, `true`
5098
+ # or `allowed_values=`"projects/29831892”``.
5099
+ # Corresponds to the JSON property `expectedValue`
5100
+ # @return [String]
5101
+ attr_accessor :expected_value
5102
+
5103
+ # The name of the updated field, for example constraint.implementation.
5104
+ # policy_rules[0].enforce
5105
+ # Corresponds to the JSON property `field`
5106
+ # @return [String]
5107
+ attr_accessor :field
5108
+
5109
+ def initialize(**args)
5110
+ update!(**args)
5111
+ end
5112
+
5113
+ # Update properties of this object
5114
+ def update!(**args)
5115
+ @detected_value = args[:detected_value] if args.key?(:detected_value)
5116
+ @expected_value = args[:expected_value] if args.key?(:expected_value)
5117
+ @field = args[:field] if args.key?(:field)
5118
+ end
5119
+ end
5120
+
5046
5121
  # A position in the uploaded text version of a module.
5047
5122
  class Position
5048
5123
  include Google::Apis::Core::Hashable
@@ -5493,26 +5568,41 @@ module Google
5493
5568
  class SecurityPosture
5494
5569
  include Google::Apis::Core::Hashable
5495
5570
 
5496
- # The name of the policy that has been updated, for example, `projects/`
5497
- # project_id`/policies/`constraint_name``.
5571
+ # The name of the updated policy, for example, `projects/`project_id`/policies/`
5572
+ # constraint_name``.
5498
5573
  # Corresponds to the JSON property `changedPolicy`
5499
5574
  # @return [String]
5500
5575
  attr_accessor :changed_policy
5501
5576
 
5502
- # Name of the posture, for example, `organizations/`org_id`/locations/`location`/
5503
- # postures/`posture_name``.
5577
+ # Name of the posture, for example, `CIS-Posture`.
5504
5578
  # Corresponds to the JSON property `name`
5505
5579
  # @return [String]
5506
5580
  attr_accessor :name
5507
5581
 
5508
- # The name of the posture deployment, for example, `projects/`project_id`/
5582
+ # The ID of the updated policy, for example, `compute-policy-1`.
5583
+ # Corresponds to the JSON property `policy`
5584
+ # @return [String]
5585
+ attr_accessor :policy
5586
+
5587
+ # The details about a change in an updated policy that violates the deployed
5588
+ # posture.
5589
+ # Corresponds to the JSON property `policyDriftDetails`
5590
+ # @return [Array<Google::Apis::SecuritycenterV1::PolicyDriftDetails>]
5591
+ attr_accessor :policy_drift_details
5592
+
5593
+ # The name of the updated policyset, for example, `cis-policyset`.
5594
+ # Corresponds to the JSON property `policySet`
5595
+ # @return [String]
5596
+ attr_accessor :policy_set
5597
+
5598
+ # The name of the posture deployment, for example, `organizations/`org_id`/
5509
5599
  # posturedeployments/`posture_deployment_id``.
5510
5600
  # Corresponds to the JSON property `postureDeployment`
5511
5601
  # @return [String]
5512
5602
  attr_accessor :posture_deployment
5513
5603
 
5514
5604
  # The project, folder, or organization on which the posture is deployed, for
5515
- # example, `projects/`project_id``.
5605
+ # example, `projects/`project_number``.
5516
5606
  # Corresponds to the JSON property `postureDeploymentResource`
5517
5607
  # @return [String]
5518
5608
  attr_accessor :posture_deployment_resource
@@ -5530,6 +5620,9 @@ module Google
5530
5620
  def update!(**args)
5531
5621
  @changed_policy = args[:changed_policy] if args.key?(:changed_policy)
5532
5622
  @name = args[:name] if args.key?(:name)
5623
+ @policy = args[:policy] if args.key?(:policy)
5624
+ @policy_drift_details = args[:policy_drift_details] if args.key?(:policy_drift_details)
5625
+ @policy_set = args[:policy_set] if args.key?(:policy_set)
5533
5626
  @posture_deployment = args[:posture_deployment] if args.key?(:posture_deployment)
5534
5627
  @posture_deployment_resource = args[:posture_deployment_resource] if args.key?(:posture_deployment_resource)
5535
5628
  @revision_id = args[:revision_id] if args.key?(:revision_id)
@@ -6199,8 +6292,9 @@ module Google
6199
6292
  class Vulnerability
6200
6293
  include Google::Apis::Core::Hashable
6201
6294
 
6202
- # CVE stands for Common Vulnerabilities and Exposures. More information: https://
6203
- # cve.mitre.org
6295
+ # CVE stands for Common Vulnerabilities and Exposures. Information from the [CVE
6296
+ # record](https://www.cve.org/ResourcesSupport/Glossary) that describes this
6297
+ # vulnerability.
6204
6298
  # Corresponds to the JSON property `cve`
6205
6299
  # @return [Google::Apis::SecuritycenterV1::Cve]
6206
6300
  attr_accessor :cve
@@ -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.73.0"
19
+ GEM_VERSION = "0.75.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.12.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240101"
25
+ REVISION = "20240130"
26
26
  end
27
27
  end
28
28
  end
@@ -388,6 +388,12 @@ module Google
388
388
  include Google::Apis::Core::JsonObjectSupport
389
389
  end
390
390
 
391
+ class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
391
397
  class GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse
392
398
  class Representation < Google::Apis::Core::JsonRepresentation; end
393
399
 
@@ -694,6 +700,12 @@ module Google
694
700
  include Google::Apis::Core::JsonObjectSupport
695
701
  end
696
702
 
703
+ class PolicyDriftDetails
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
697
709
  class Position
698
710
  class Representation < Google::Apis::Core::JsonRepresentation; end
699
711
 
@@ -1579,6 +1591,8 @@ module Google
1579
1591
  property :resource_type, as: 'resourceType'
1580
1592
  property :resource_value, as: 'resourceValue'
1581
1593
  property :scope, as: 'scope'
1594
+ property :sensitive_data_protection_mapping, as: 'sensitiveDataProtectionMapping', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping::Representation
1595
+
1582
1596
  collection :tag_values, as: 'tagValues'
1583
1597
  property :update_time, as: 'updateTime'
1584
1598
  end
@@ -1606,6 +1620,14 @@ module Google
1606
1620
  end
1607
1621
  end
1608
1622
 
1623
+ class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
1624
+ # @private
1625
+ class Representation < Google::Apis::Core::JsonRepresentation
1626
+ property :high_sensitivity_mapping, as: 'highSensitivityMapping'
1627
+ property :medium_sensitivity_mapping, as: 'mediumSensitivityMapping'
1628
+ end
1629
+ end
1630
+
1609
1631
  class GoogleCloudSecuritycenterV1beta1RunAssetDiscoveryResponse
1610
1632
  # @private
1611
1633
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2122,6 +2144,15 @@ module Google
2122
2144
  end
2123
2145
  end
2124
2146
 
2147
+ class PolicyDriftDetails
2148
+ # @private
2149
+ class Representation < Google::Apis::Core::JsonRepresentation
2150
+ property :detected_value, as: 'detectedValue'
2151
+ property :expected_value, as: 'expectedValue'
2152
+ property :field, as: 'field'
2153
+ end
2154
+ end
2155
+
2125
2156
  class Position
2126
2157
  # @private
2127
2158
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2245,6 +2276,10 @@ module Google
2245
2276
  class Representation < Google::Apis::Core::JsonRepresentation
2246
2277
  property :changed_policy, as: 'changedPolicy'
2247
2278
  property :name, as: 'name'
2279
+ property :policy, as: 'policy'
2280
+ collection :policy_drift_details, as: 'policyDriftDetails', class: Google::Apis::SecuritycenterV1::PolicyDriftDetails, decorator: Google::Apis::SecuritycenterV1::PolicyDriftDetails::Representation
2281
+
2282
+ property :policy_set, as: 'policySet'
2248
2283
  property :posture_deployment, as: 'postureDeployment'
2249
2284
  property :posture_deployment_resource, as: 'postureDeploymentResource'
2250
2285
  property :revision_id, as: 'revisionId'
@@ -33,6 +33,8 @@ module Google
33
33
  #
34
34
  # @see https://cloud.google.com/security-command-center
35
35
  class SecurityCommandCenterService < Google::Apis::Core::BaseService
36
+ DEFAULT_ENDPOINT_TEMPLATE = "https://securitycenter.$UNIVERSE_DOMAIN$/"
37
+
36
38
  # @return [String]
37
39
  # API key. Your API key identifies your project and provides you with API access,
38
40
  # quota, and reports. Required unless you provide an OAuth 2.0 token.
@@ -44,7 +46,7 @@ module Google
44
46
  attr_accessor :quota_user
45
47
 
46
48
  def initialize
47
- super('https://securitycenter.googleapis.com/', '',
49
+ super(DEFAULT_ENDPOINT_TEMPLATE, '',
48
50
  client_name: 'google-apis-securitycenter_v1',
49
51
  client_version: Google::Apis::SecuritycenterV1::GEM_VERSION)
50
52
  @batch_path = 'batch'
@@ -4240,6 +4242,13 @@ module Google
4240
4242
  # @param [String] filter
4241
4243
  # The filter expression that filters the valued resources in the response.
4242
4244
  # Supported fields: * `resource_value` supports = * `resource_type` supports =
4245
+ # @param [String] order_by
4246
+ # Optional. The fields by which to order the valued resources response.
4247
+ # Supported fields: * `exposed_score` * `resource_value` * `resource_type` * `
4248
+ # resource` * `display_name` Values should be a comma separated list of fields.
4249
+ # For example: `exposed_score,resource_value`. The default sorting order is
4250
+ # descending. To specify ascending or descending order for a field, append a "
4251
+ # ASC" or a " DESC" suffix, respectively; for example: `exposed_score DESC`.
4243
4252
  # @param [Fixnum] page_size
4244
4253
  # The maximum number of results to return in a single response. Default is 10,
4245
4254
  # minimum is 1, maximum is 1000.
@@ -4264,12 +4273,13 @@ module Google
4264
4273
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4265
4274
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4266
4275
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4267
- def list_organization_simulation_attack_exposure_result_valued_resources(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
4276
+ def list_organization_simulation_attack_exposure_result_valued_resources(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
4268
4277
  command = make_simple_command(:get, 'v1/{+parent}/valuedResources', options)
4269
4278
  command.response_representation = Google::Apis::SecuritycenterV1::ListValuedResourcesResponse::Representation
4270
4279
  command.response_class = Google::Apis::SecuritycenterV1::ListValuedResourcesResponse
4271
4280
  command.params['parent'] = parent unless parent.nil?
4272
4281
  command.query['filter'] = filter unless filter.nil?
4282
+ command.query['orderBy'] = order_by unless order_by.nil?
4273
4283
  command.query['pageSize'] = page_size unless page_size.nil?
4274
4284
  command.query['pageToken'] = page_token unless page_token.nil?
4275
4285
  command.query['fields'] = fields unless fields.nil?
@@ -4365,6 +4375,13 @@ module Google
4365
4375
  # @param [String] filter
4366
4376
  # The filter expression that filters the valued resources in the response.
4367
4377
  # Supported fields: * `resource_value` supports = * `resource_type` supports =
4378
+ # @param [String] order_by
4379
+ # Optional. The fields by which to order the valued resources response.
4380
+ # Supported fields: * `exposed_score` * `resource_value` * `resource_type` * `
4381
+ # resource` * `display_name` Values should be a comma separated list of fields.
4382
+ # For example: `exposed_score,resource_value`. The default sorting order is
4383
+ # descending. To specify ascending or descending order for a field, append a "
4384
+ # ASC" or a " DESC" suffix, respectively; for example: `exposed_score DESC`.
4368
4385
  # @param [Fixnum] page_size
4369
4386
  # The maximum number of results to return in a single response. Default is 10,
4370
4387
  # minimum is 1, maximum is 1000.
@@ -4389,12 +4406,13 @@ module Google
4389
4406
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
4390
4407
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
4391
4408
  # @raise [Google::Apis::AuthorizationError] Authorization is required
4392
- def list_organization_simulation_valued_resources(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
4409
+ def list_organization_simulation_valued_resources(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
4393
4410
  command = make_simple_command(:get, 'v1/{+parent}/valuedResources', options)
4394
4411
  command.response_representation = Google::Apis::SecuritycenterV1::ListValuedResourcesResponse::Representation
4395
4412
  command.response_class = Google::Apis::SecuritycenterV1::ListValuedResourcesResponse
4396
4413
  command.params['parent'] = parent unless parent.nil?
4397
4414
  command.query['filter'] = filter unless filter.nil?
4415
+ command.query['orderBy'] = order_by unless order_by.nil?
4398
4416
  command.query['pageSize'] = page_size unless page_size.nil?
4399
4417
  command.query['pageToken'] = page_token unless page_token.nil?
4400
4418
  command.query['fields'] = fields unless fields.nil?
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.73.0
4
+ version: 0.75.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-01-07 00:00:00.000000000 Z
11
+ date: 2024-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.11.0
19
+ version: 0.12.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.11.0
29
+ version: 0.12.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.75.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: []