google-apis-securitycenter_v1beta1 0.69.0 → 0.71.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 064b2e0696fbb9d1f8b35625594a89ed32d6f71f2cb22bfde38d1826ecc0def9
4
- data.tar.gz: 771799e271abc1b3cf52308b7dcf7a5cacbb503db7145b56117f288de1b7226a
3
+ metadata.gz: f040b221375a5548bbe43d62716df613f665cfd2b1456f00c5ee46aba95aabec
4
+ data.tar.gz: dc56a90e963cd497650f5636eee866cf060e5f2003902c6284867f2a866c6787
5
5
  SHA512:
6
- metadata.gz: b57ab70ff45b573ba4e44c260b07fba71bc27c837ff6ad0aad941b6d47599781323e317b7b4ebf9645629b3ab501361f07d941bf3ad55697d4038b7c0eae079c
7
- data.tar.gz: 0225b0591638e9849c00e0a524db1453168a332e74cc55464ae621e81f2bbcfc6a878bfedd9a7536fba90dd15e4c29a85f017580f0fed84ee41114bc1322ebdd
6
+ metadata.gz: 92a3b25a162aab62c34c9daeeef7191acc25550e98e2b07dc6c54bd659d50dddc7eb446249e97826053bf150a27c80a07e245ac039fcf336a1981a62e271ca47
7
+ data.tar.gz: 59bb03c0d7e2520e719139fd9b51b5e11150faed5e8c0deed04de490696a486553abf2f52f9f9576fcfe8cf43d39b0f98be73deff922c8e7125261ff9101cb5a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.71.0 (2024-02-04)
4
+
5
+ * Regenerated from discovery document revision 20240130
6
+ * Regenerated using generator version 0.13.1
7
+
8
+ ### v0.70.0 (2024-01-23)
9
+
10
+ * Regenerated from discovery document revision 20240119
11
+ * Regenerated using generator version 0.13.0
12
+
3
13
  ### v0.69.0 (2024-01-21)
4
14
 
5
15
  * Regenerated from discovery document revision 20240117
@@ -613,7 +613,10 @@ module Google
613
613
  attr_accessor :members
614
614
 
615
615
  # Role that is assigned to the list of `members`, or principals. For example, `
616
- # roles/viewer`, `roles/editor`, or `roles/owner`.
616
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
617
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
618
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
619
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
617
620
  # Corresponds to the JSON property `role`
618
621
  # @return [String]
619
622
  attr_accessor :role
@@ -913,8 +916,9 @@ module Google
913
916
  end
914
917
  end
915
918
 
916
- # CVE stands for Common Vulnerabilities and Exposures. More information: https://
917
- # cve.mitre.org
919
+ # CVE stands for Common Vulnerabilities and Exposures. Information from the [CVE
920
+ # record](https://www.cve.org/ResourcesSupport/Glossary) that describes this
921
+ # vulnerability.
918
922
  class Cve
919
923
  include Google::Apis::Core::Hashable
920
924
 
@@ -2446,6 +2450,13 @@ module Google
2446
2450
  # @return [String]
2447
2451
  attr_accessor :scope
2448
2452
 
2453
+ # Resource value mapping for Sensitive Data Protection findings. If any of these
2454
+ # mappings have a resource value that is not unspecified, the resource_value
2455
+ # field will be ignored when reading this configuration.
2456
+ # Corresponds to the JSON property `sensitiveDataProtectionMapping`
2457
+ # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping]
2458
+ attr_accessor :sensitive_data_protection_mapping
2459
+
2449
2460
  # Required. Tag values combined with AND to check against. Values in the form "
2450
2461
  # tagValues/123" E.g. [ "tagValues/123", "tagValues/456", "tagValues/789" ]
2451
2462
  # https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
@@ -2471,6 +2482,7 @@ module Google
2471
2482
  @resource_type = args[:resource_type] if args.key?(:resource_type)
2472
2483
  @resource_value = args[:resource_value] if args.key?(:resource_value)
2473
2484
  @scope = args[:scope] if args.key?(:scope)
2485
+ @sensitive_data_protection_mapping = args[:sensitive_data_protection_mapping] if args.key?(:sensitive_data_protection_mapping)
2474
2486
  @tag_values = args[:tag_values] if args.key?(:tag_values)
2475
2487
  @update_time = args[:update_time] if args.key?(:update_time)
2476
2488
  end
@@ -2575,6 +2587,34 @@ module Google
2575
2587
  end
2576
2588
  end
2577
2589
 
2590
+ # Resource value mapping for Sensitive Data Protection findings. If any of these
2591
+ # mappings have a resource value that is not unspecified, the resource_value
2592
+ # field will be ignored when reading this configuration.
2593
+ class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
2594
+ include Google::Apis::Core::Hashable
2595
+
2596
+ # Resource value mapping for high-sensitivity Sensitive Data Protection findings
2597
+ # Corresponds to the JSON property `highSensitivityMapping`
2598
+ # @return [String]
2599
+ attr_accessor :high_sensitivity_mapping
2600
+
2601
+ # Resource value mapping for medium-sensitivity Sensitive Data Protection
2602
+ # findings
2603
+ # Corresponds to the JSON property `mediumSensitivityMapping`
2604
+ # @return [String]
2605
+ attr_accessor :medium_sensitivity_mapping
2606
+
2607
+ def initialize(**args)
2608
+ update!(**args)
2609
+ end
2610
+
2611
+ # Update properties of this object
2612
+ def update!(**args)
2613
+ @high_sensitivity_mapping = args[:high_sensitivity_mapping] if args.key?(:high_sensitivity_mapping)
2614
+ @medium_sensitivity_mapping = args[:medium_sensitivity_mapping] if args.key?(:medium_sensitivity_mapping)
2615
+ end
2616
+ end
2617
+
2578
2618
  # Security Command Center finding. A finding is a record of assessment data (
2579
2619
  # security, risk, health or privacy) ingested into Security Command Center for
2580
2620
  # presentation, notification, analysis, policy testing, and enforcement. For
@@ -4899,8 +4939,9 @@ module Google
4899
4939
  class Vulnerability
4900
4940
  include Google::Apis::Core::Hashable
4901
4941
 
4902
- # CVE stands for Common Vulnerabilities and Exposures. More information: https://
4903
- # cve.mitre.org
4942
+ # CVE stands for Common Vulnerabilities and Exposures. Information from the [CVE
4943
+ # record](https://www.cve.org/ResourcesSupport/Glossary) that describes this
4944
+ # vulnerability.
4904
4945
  # Corresponds to the JSON property `cve`
4905
4946
  # @return [Google::Apis::SecuritycenterV1beta1::Cve]
4906
4947
  attr_accessor :cve
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.69.0"
19
+ GEM_VERSION = "0.71.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 = "20240117"
25
+ REVISION = "20240130"
26
26
  end
27
27
  end
28
28
  end
@@ -322,6 +322,12 @@ module Google
322
322
  include Google::Apis::Core::JsonObjectSupport
323
323
  end
324
324
 
325
+ class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
325
331
  class GoogleCloudSecuritycenterV1beta1Finding
326
332
  class Representation < Google::Apis::Core::JsonRepresentation; end
327
333
 
@@ -1235,6 +1241,8 @@ module Google
1235
1241
  property :resource_type, as: 'resourceType'
1236
1242
  property :resource_value, as: 'resourceValue'
1237
1243
  property :scope, as: 'scope'
1244
+ property :sensitive_data_protection_mapping, as: 'sensitiveDataProtectionMapping', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping::Representation
1245
+
1238
1246
  collection :tag_values, as: 'tagValues'
1239
1247
  property :update_time, as: 'updateTime'
1240
1248
  end
@@ -1262,6 +1270,14 @@ module Google
1262
1270
  end
1263
1271
  end
1264
1272
 
1273
+ class GoogleCloudSecuritycenterV1SensitiveDataProtectionMapping
1274
+ # @private
1275
+ class Representation < Google::Apis::Core::JsonRepresentation
1276
+ property :high_sensitivity_mapping, as: 'highSensitivityMapping'
1277
+ property :medium_sensitivity_mapping, as: 'mediumSensitivityMapping'
1278
+ end
1279
+ end
1280
+
1265
1281
  class GoogleCloudSecuritycenterV1beta1Finding
1266
1282
  # @private
1267
1283
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -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_v1beta1',
49
51
  client_version: Google::Apis::SecuritycenterV1beta1::GEM_VERSION)
50
52
  @batch_path = 'batch'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.69.0
4
+ version: 0.71.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-21 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.69.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.71.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []