google-apis-securitycenter_v1beta2 0.86.0 → 0.88.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: 556defb5c54463f3df5f4a24305bf6985bd609dbc4e3f965e0093bb9ca690ae4
4
- data.tar.gz: 194a2fcfe83939c25a89cd0a34bdfa6da1203e5da131347297b2591cb5ea3d02
3
+ metadata.gz: d96d74747984b349440729db600b61e167919f4794a2b67ee4e5bac385f876bb
4
+ data.tar.gz: bfd98300b718e49452a362eb37ba96130ad3a183d8fc762302c75645e723bf0b
5
5
  SHA512:
6
- metadata.gz: 6c2e097c336f72824c8e4776aa598624df591ec0d4003e61ba17aea25f32559830efcfb3934c0a7f2e61179f273bbada5d5124c643a92b7b2de384df91098939
7
- data.tar.gz: 51746bc7b65adc8f6fd8a015dd2c9c58a5a11715eeaa1ba4bc9799c71359a026c6a90c6d84c60d80ddcebee81fb4e2d376dd17e15a0f3cff06c97790ae9d1081
6
+ metadata.gz: 3f3669893d190ae5de84b149c44204895950a213c3aeef3a2fa10b0845f70c2cb870fffbf4fa28c74417aa9f9859625420dfd3ccade3c05473428c4d2ae629c8
7
+ data.tar.gz: 9b1e2a288eb9191a31532bdd4796ece2c8fb9a8d7cb797ff91b3e430f0c92b89dbce3f4e52f55c09739ed8a338dd7d8510ee2fb184c85a2ff5c724e5221daaa9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.88.0 (2025-08-17)
4
+
5
+ * Regenerated from discovery document revision 20250808
6
+
7
+ ### v0.87.0 (2025-07-27)
8
+
9
+ * Regenerated from discovery document revision 20250721
10
+
3
11
  ### v0.86.0 (2025-07-13)
4
12
 
5
13
  * Regenerated from discovery document revision 20250707
@@ -891,6 +891,43 @@ module Google
891
891
  end
892
892
  end
893
893
 
894
+ # CloudControl associated with the finding.
895
+ class CloudControl
896
+ include Google::Apis::Core::Hashable
897
+
898
+ # Name of the CloudControl associated with the finding.
899
+ # Corresponds to the JSON property `cloudControlName`
900
+ # @return [String]
901
+ attr_accessor :cloud_control_name
902
+
903
+ # Policy type of the CloudControl
904
+ # Corresponds to the JSON property `policyType`
905
+ # @return [String]
906
+ attr_accessor :policy_type
907
+
908
+ # Type of cloud control.
909
+ # Corresponds to the JSON property `type`
910
+ # @return [String]
911
+ attr_accessor :type
912
+
913
+ # Version of the Cloud Control
914
+ # Corresponds to the JSON property `version`
915
+ # @return [Fixnum]
916
+ attr_accessor :version
917
+
918
+ def initialize(**args)
919
+ update!(**args)
920
+ end
921
+
922
+ # Update properties of this object
923
+ def update!(**args)
924
+ @cloud_control_name = args[:cloud_control_name] if args.key?(:cloud_control_name)
925
+ @policy_type = args[:policy_type] if args.key?(:policy_type)
926
+ @type = args[:type] if args.key?(:type)
927
+ @version = args[:version] if args.key?(:version)
928
+ end
929
+ end
930
+
894
931
  # The [data profile](https://cloud.google.com/dlp/docs/data-profiles) associated
895
932
  # with the finding.
896
933
  class CloudDlpDataProfile
@@ -1034,6 +1071,39 @@ module Google
1034
1071
  end
1035
1072
  end
1036
1073
 
1074
+ # Compliance Details associated with the finding.
1075
+ class ComplianceDetails
1076
+ include Google::Apis::Core::Hashable
1077
+
1078
+ # CloudControl associated with the finding.
1079
+ # Corresponds to the JSON property `cloudControl`
1080
+ # @return [Google::Apis::SecuritycenterV1beta2::CloudControl]
1081
+ attr_accessor :cloud_control
1082
+
1083
+ # Cloud Control Deployments associated with the finding. For example,
1084
+ # organizations/123/locations/global/cloudControlDeployments/
1085
+ # deploymentIdentifier
1086
+ # Corresponds to the JSON property `cloudControlDeploymentNames`
1087
+ # @return [Array<String>]
1088
+ attr_accessor :cloud_control_deployment_names
1089
+
1090
+ # Details of Frameworks associated with the finding
1091
+ # Corresponds to the JSON property `frameworks`
1092
+ # @return [Array<Google::Apis::SecuritycenterV1beta2::Framework>]
1093
+ attr_accessor :frameworks
1094
+
1095
+ def initialize(**args)
1096
+ update!(**args)
1097
+ end
1098
+
1099
+ # Update properties of this object
1100
+ def update!(**args)
1101
+ @cloud_control = args[:cloud_control] if args.key?(:cloud_control)
1102
+ @cloud_control_deployment_names = args[:cloud_control_deployment_names] if args.key?(:cloud_control_deployment_names)
1103
+ @frameworks = args[:frameworks] if args.key?(:frameworks)
1104
+ end
1105
+ end
1106
+
1037
1107
  # Configuration of a module.
1038
1108
  class Config
1039
1109
  include Google::Apis::Core::Hashable
@@ -1239,6 +1309,31 @@ module Google
1239
1309
  end
1240
1310
  end
1241
1311
 
1312
+ # Compliance control associated with the finding.
1313
+ class Control
1314
+ include Google::Apis::Core::Hashable
1315
+
1316
+ # Name of the Control
1317
+ # Corresponds to the JSON property `controlName`
1318
+ # @return [String]
1319
+ attr_accessor :control_name
1320
+
1321
+ # Display name of the control. For example, AU-02.
1322
+ # Corresponds to the JSON property `displayName`
1323
+ # @return [String]
1324
+ attr_accessor :display_name
1325
+
1326
+ def initialize(**args)
1327
+ update!(**args)
1328
+ end
1329
+
1330
+ # Update properties of this object
1331
+ def update!(**args)
1332
+ @control_name = args[:control_name] if args.key?(:control_name)
1333
+ @display_name = args[:display_name] if args.key?(:display_name)
1334
+ end
1335
+ end
1336
+
1242
1337
  # CVE stands for Common Vulnerabilities and Exposures. Information from the [CVE
1243
1338
  # record](https://www.cve.org/ResourcesSupport/Glossary) that describes this
1244
1339
  # vulnerability.
@@ -2194,6 +2289,11 @@ module Google
2194
2289
  # @return [Google::Apis::SecuritycenterV1beta2::CloudDlpInspection]
2195
2290
  attr_accessor :cloud_dlp_inspection
2196
2291
 
2292
+ # Compliance Details associated with the finding.
2293
+ # Corresponds to the JSON property `complianceDetails`
2294
+ # @return [Google::Apis::SecuritycenterV1beta2::ComplianceDetails]
2295
+ attr_accessor :compliance_details
2296
+
2197
2297
  # Contains compliance information for security standards associated to the
2198
2298
  # finding.
2199
2299
  # Corresponds to the JSON property `compliances`
@@ -2520,6 +2620,7 @@ module Google
2520
2620
  @cloud_armor = args[:cloud_armor] if args.key?(:cloud_armor)
2521
2621
  @cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
2522
2622
  @cloud_dlp_inspection = args[:cloud_dlp_inspection] if args.key?(:cloud_dlp_inspection)
2623
+ @compliance_details = args[:compliance_details] if args.key?(:compliance_details)
2523
2624
  @compliances = args[:compliances] if args.key?(:compliances)
2524
2625
  @connections = args[:connections] if args.key?(:connections)
2525
2626
  @contacts = args[:contacts] if args.key?(:contacts)
@@ -2598,6 +2699,54 @@ module Google
2598
2699
  end
2599
2700
  end
2600
2701
 
2702
+ # Compliance framework associated with the finding.
2703
+ class Framework
2704
+ include Google::Apis::Core::Hashable
2705
+
2706
+ # Category of the framework associated with the finding. E.g. Security Benchmark,
2707
+ # or Assured Workloads
2708
+ # Corresponds to the JSON property `category`
2709
+ # @return [Array<String>]
2710
+ attr_accessor :category
2711
+
2712
+ # The controls associated with the framework.
2713
+ # Corresponds to the JSON property `controls`
2714
+ # @return [Array<Google::Apis::SecuritycenterV1beta2::Control>]
2715
+ attr_accessor :controls
2716
+
2717
+ # Display name of the framework. For a standard framework, this will look like e.
2718
+ # g. PCI DSS 3.2.1, whereas for a custom framework it can be a user defined
2719
+ # string like MyFramework
2720
+ # Corresponds to the JSON property `displayName`
2721
+ # @return [String]
2722
+ attr_accessor :display_name
2723
+
2724
+ # Name of the framework associated with the finding
2725
+ # Corresponds to the JSON property `name`
2726
+ # @return [String]
2727
+ attr_accessor :name
2728
+
2729
+ # Type of the framework associated with the finding, to specify whether the
2730
+ # framework is built-in (pre-defined and immutable) or a custom framework
2731
+ # defined by the customer (equivalent to security posture)
2732
+ # Corresponds to the JSON property `type`
2733
+ # @return [String]
2734
+ attr_accessor :type
2735
+
2736
+ def initialize(**args)
2737
+ update!(**args)
2738
+ end
2739
+
2740
+ # Update properties of this object
2741
+ def update!(**args)
2742
+ @category = args[:category] if args.key?(:category)
2743
+ @controls = args[:controls] if args.key?(:controls)
2744
+ @display_name = args[:display_name] if args.key?(:display_name)
2745
+ @name = args[:name] if args.key?(:name)
2746
+ @type = args[:type] if args.key?(:type)
2747
+ end
2748
+ end
2749
+
2601
2750
  # Google Cloud metadata associated with the resource. Only applicable if the
2602
2751
  # finding's cloud provider is Google Cloud.
2603
2752
  class GcpMetadata
@@ -4684,6 +4833,13 @@ module Google
4684
4833
  # @return [String]
4685
4834
  attr_accessor :create_time
4686
4835
 
4836
+ # Output only. The resource name of the Cloud KMS `CryptoKey` used to protect
4837
+ # this configuration's data, if configured during Security Command Center
4838
+ # activation.
4839
+ # Corresponds to the JSON property `cryptoKeyName`
4840
+ # @return [String]
4841
+ attr_accessor :crypto_key_name
4842
+
4687
4843
  # The dataset to write findings' updates to. Its format is "projects/[project_id]
4688
4844
  # /datasets/[bigquery_dataset_id]". BigQuery dataset unique ID must contain only
4689
4845
  # letters (a-z, A-Z), numbers (0-9), or underscores (_).
@@ -4748,6 +4904,7 @@ module Google
4748
4904
  # Update properties of this object
4749
4905
  def update!(**args)
4750
4906
  @create_time = args[:create_time] if args.key?(:create_time)
4907
+ @crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
4751
4908
  @dataset = args[:dataset] if args.key?(:dataset)
4752
4909
  @description = args[:description] if args.key?(:description)
4753
4910
  @filter = args[:filter] if args.key?(:filter)
@@ -4888,6 +5045,43 @@ module Google
4888
5045
  end
4889
5046
  end
4890
5047
 
5048
+ # CloudControl associated with the finding.
5049
+ class GoogleCloudSecuritycenterV2CloudControl
5050
+ include Google::Apis::Core::Hashable
5051
+
5052
+ # Name of the CloudControl associated with the finding.
5053
+ # Corresponds to the JSON property `cloudControlName`
5054
+ # @return [String]
5055
+ attr_accessor :cloud_control_name
5056
+
5057
+ # Policy type of the CloudControl
5058
+ # Corresponds to the JSON property `policyType`
5059
+ # @return [String]
5060
+ attr_accessor :policy_type
5061
+
5062
+ # Type of cloud control.
5063
+ # Corresponds to the JSON property `type`
5064
+ # @return [String]
5065
+ attr_accessor :type
5066
+
5067
+ # Version of the Cloud Control
5068
+ # Corresponds to the JSON property `version`
5069
+ # @return [Fixnum]
5070
+ attr_accessor :version
5071
+
5072
+ def initialize(**args)
5073
+ update!(**args)
5074
+ end
5075
+
5076
+ # Update properties of this object
5077
+ def update!(**args)
5078
+ @cloud_control_name = args[:cloud_control_name] if args.key?(:cloud_control_name)
5079
+ @policy_type = args[:policy_type] if args.key?(:policy_type)
5080
+ @type = args[:type] if args.key?(:type)
5081
+ @version = args[:version] if args.key?(:version)
5082
+ end
5083
+ end
5084
+
4891
5085
  # The [data profile](https://cloud.google.com/dlp/docs/data-profiles) associated
4892
5086
  # with the finding.
4893
5087
  class GoogleCloudSecuritycenterV2CloudDlpDataProfile
@@ -5031,6 +5225,39 @@ module Google
5031
5225
  end
5032
5226
  end
5033
5227
 
5228
+ # Compliance Details associated with the finding.
5229
+ class GoogleCloudSecuritycenterV2ComplianceDetails
5230
+ include Google::Apis::Core::Hashable
5231
+
5232
+ # CloudControl associated with the finding.
5233
+ # Corresponds to the JSON property `cloudControl`
5234
+ # @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudControl]
5235
+ attr_accessor :cloud_control
5236
+
5237
+ # Cloud Control Deployments associated with the finding. For example,
5238
+ # organizations/123/locations/global/cloudControlDeployments/
5239
+ # deploymentIdentifier
5240
+ # Corresponds to the JSON property `cloudControlDeploymentNames`
5241
+ # @return [Array<String>]
5242
+ attr_accessor :cloud_control_deployment_names
5243
+
5244
+ # Details of Frameworks associated with the finding
5245
+ # Corresponds to the JSON property `frameworks`
5246
+ # @return [Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Framework>]
5247
+ attr_accessor :frameworks
5248
+
5249
+ def initialize(**args)
5250
+ update!(**args)
5251
+ end
5252
+
5253
+ # Update properties of this object
5254
+ def update!(**args)
5255
+ @cloud_control = args[:cloud_control] if args.key?(:cloud_control)
5256
+ @cloud_control_deployment_names = args[:cloud_control_deployment_names] if args.key?(:cloud_control_deployment_names)
5257
+ @frameworks = args[:frameworks] if args.key?(:frameworks)
5258
+ end
5259
+ end
5260
+
5034
5261
  # Contains information about the IP connection associated with the finding.
5035
5262
  class GoogleCloudSecuritycenterV2Connection
5036
5263
  include Google::Apis::Core::Hashable
@@ -5158,6 +5385,31 @@ module Google
5158
5385
  end
5159
5386
  end
5160
5387
 
5388
+ # Compliance control associated with the finding.
5389
+ class GoogleCloudSecuritycenterV2Control
5390
+ include Google::Apis::Core::Hashable
5391
+
5392
+ # Name of the Control
5393
+ # Corresponds to the JSON property `controlName`
5394
+ # @return [String]
5395
+ attr_accessor :control_name
5396
+
5397
+ # Display name of the control. For example, AU-02.
5398
+ # Corresponds to the JSON property `displayName`
5399
+ # @return [String]
5400
+ attr_accessor :display_name
5401
+
5402
+ def initialize(**args)
5403
+ update!(**args)
5404
+ end
5405
+
5406
+ # Update properties of this object
5407
+ def update!(**args)
5408
+ @control_name = args[:control_name] if args.key?(:control_name)
5409
+ @display_name = args[:display_name] if args.key?(:display_name)
5410
+ end
5411
+ end
5412
+
5161
5413
  # CVE stands for Common Vulnerabilities and Exposures. Information from the [CVE
5162
5414
  # record](https://www.cve.org/ResourcesSupport/Glossary) that describes this
5163
5415
  # vulnerability.
@@ -6041,6 +6293,11 @@ module Google
6041
6293
  # @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudDlpInspection]
6042
6294
  attr_accessor :cloud_dlp_inspection
6043
6295
 
6296
+ # Compliance Details associated with the finding.
6297
+ # Corresponds to the JSON property `complianceDetails`
6298
+ # @return [Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ComplianceDetails]
6299
+ attr_accessor :compliance_details
6300
+
6044
6301
  # Contains compliance information for security standards associated to the
6045
6302
  # finding.
6046
6303
  # Corresponds to the JSON property `compliances`
@@ -6074,6 +6331,12 @@ module Google
6074
6331
  # @return [String]
6075
6332
  attr_accessor :create_time
6076
6333
 
6334
+ # Output only. The name of the Cloud KMS key used to encrypt this finding, if
6335
+ # any.
6336
+ # Corresponds to the JSON property `cryptoKeyName`
6337
+ # @return [String]
6338
+ attr_accessor :crypto_key_name
6339
+
6077
6340
  # Data access events associated with the finding.
6078
6341
  # Corresponds to the JSON property `dataAccessEvents`
6079
6342
  # @return [Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataAccessEvent>]
@@ -6377,11 +6640,13 @@ module Google
6377
6640
  @cloud_armor = args[:cloud_armor] if args.key?(:cloud_armor)
6378
6641
  @cloud_dlp_data_profile = args[:cloud_dlp_data_profile] if args.key?(:cloud_dlp_data_profile)
6379
6642
  @cloud_dlp_inspection = args[:cloud_dlp_inspection] if args.key?(:cloud_dlp_inspection)
6643
+ @compliance_details = args[:compliance_details] if args.key?(:compliance_details)
6380
6644
  @compliances = args[:compliances] if args.key?(:compliances)
6381
6645
  @connections = args[:connections] if args.key?(:connections)
6382
6646
  @contacts = args[:contacts] if args.key?(:contacts)
6383
6647
  @containers = args[:containers] if args.key?(:containers)
6384
6648
  @create_time = args[:create_time] if args.key?(:create_time)
6649
+ @crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
6385
6650
  @data_access_events = args[:data_access_events] if args.key?(:data_access_events)
6386
6651
  @data_flow_events = args[:data_flow_events] if args.key?(:data_flow_events)
6387
6652
  @data_retention_deletion_events = args[:data_retention_deletion_events] if args.key?(:data_retention_deletion_events)
@@ -6455,6 +6720,54 @@ module Google
6455
6720
  end
6456
6721
  end
6457
6722
 
6723
+ # Compliance framework associated with the finding.
6724
+ class GoogleCloudSecuritycenterV2Framework
6725
+ include Google::Apis::Core::Hashable
6726
+
6727
+ # Category of the framework associated with the finding. E.g. Security Benchmark,
6728
+ # or Assured Workloads
6729
+ # Corresponds to the JSON property `category`
6730
+ # @return [Array<String>]
6731
+ attr_accessor :category
6732
+
6733
+ # The controls associated with the framework.
6734
+ # Corresponds to the JSON property `controls`
6735
+ # @return [Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Control>]
6736
+ attr_accessor :controls
6737
+
6738
+ # Display name of the framework. For a standard framework, this will look like e.
6739
+ # g. PCI DSS 3.2.1, whereas for a custom framework it can be a user defined
6740
+ # string like MyFramework
6741
+ # Corresponds to the JSON property `displayName`
6742
+ # @return [String]
6743
+ attr_accessor :display_name
6744
+
6745
+ # Name of the framework associated with the finding
6746
+ # Corresponds to the JSON property `name`
6747
+ # @return [String]
6748
+ attr_accessor :name
6749
+
6750
+ # Type of the framework associated with the finding, to specify whether the
6751
+ # framework is built-in (pre-defined and immutable) or a custom framework
6752
+ # defined by the customer (equivalent to security posture)
6753
+ # Corresponds to the JSON property `type`
6754
+ # @return [String]
6755
+ attr_accessor :type
6756
+
6757
+ def initialize(**args)
6758
+ update!(**args)
6759
+ end
6760
+
6761
+ # Update properties of this object
6762
+ def update!(**args)
6763
+ @category = args[:category] if args.key?(:category)
6764
+ @controls = args[:controls] if args.key?(:controls)
6765
+ @display_name = args[:display_name] if args.key?(:display_name)
6766
+ @name = args[:name] if args.key?(:name)
6767
+ @type = args[:type] if args.key?(:type)
6768
+ end
6769
+ end
6770
+
6458
6771
  # Represents a geographical location for a given access.
6459
6772
  class GoogleCloudSecuritycenterV2Geolocation
6460
6773
  include Google::Apis::Core::Hashable
@@ -7476,6 +7789,13 @@ module Google
7476
7789
  # @return [String]
7477
7790
  attr_accessor :create_time
7478
7791
 
7792
+ # Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt
7793
+ # this configuration data, if CMEK was enabled during Security Command Center
7794
+ # activation.
7795
+ # Corresponds to the JSON property `cryptoKeyName`
7796
+ # @return [String]
7797
+ attr_accessor :crypto_key_name
7798
+
7479
7799
  # A description of the mute config.
7480
7800
  # Corresponds to the JSON property `description`
7481
7801
  # @return [String]
@@ -7539,6 +7859,7 @@ module Google
7539
7859
  # Update properties of this object
7540
7860
  def update!(**args)
7541
7861
  @create_time = args[:create_time] if args.key?(:create_time)
7862
+ @crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
7542
7863
  @description = args[:description] if args.key?(:description)
7543
7864
  @expiry_time = args[:expiry_time] if args.key?(:expiry_time)
7544
7865
  @filter = args[:filter] if args.key?(:filter)
@@ -10107,6 +10428,12 @@ module Google
10107
10428
  class SecurityCenterSettings
10108
10429
  include Google::Apis::Core::Hashable
10109
10430
 
10431
+ # The KMS key name used for CMEK encryption. Format: projects/`project`/
10432
+ # locations/`location`/keyRings/`key_ring`/cryptoKeys/`key_name`
10433
+ # Corresponds to the JSON property `cryptoKeyName`
10434
+ # @return [String]
10435
+ attr_accessor :crypto_key_name
10436
+
10110
10437
  # The resource name of the project to send logs to. This project must be part of
10111
10438
  # the organization this resource resides in. The format is `projects/`project_id`
10112
10439
  # `. An empty value disables logging. This value is only referenced by services
@@ -10141,6 +10468,7 @@ module Google
10141
10468
 
10142
10469
  # Update properties of this object
10143
10470
  def update!(**args)
10471
+ @crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
10144
10472
  @log_sink_project = args[:log_sink_project] if args.key?(:log_sink_project)
10145
10473
  @name = args[:name] if args.key?(:name)
10146
10474
  @onboarding_time = args[:onboarding_time] if args.key?(:onboarding_time)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta2
18
18
  # Version of the google-apis-securitycenter_v1beta2 gem
19
- GEM_VERSION = "0.86.0"
19
+ GEM_VERSION = "0.88.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250707"
25
+ REVISION = "20250808"
26
26
  end
27
27
  end
28
28
  end
@@ -154,6 +154,12 @@ module Google
154
154
  include Google::Apis::Core::JsonObjectSupport
155
155
  end
156
156
 
157
+ class CloudControl
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
157
163
  class CloudDlpDataProfile
158
164
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
165
 
@@ -178,6 +184,12 @@ module Google
178
184
  include Google::Apis::Core::JsonObjectSupport
179
185
  end
180
186
 
187
+ class ComplianceDetails
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
181
193
  class Config
182
194
  class Representation < Google::Apis::Core::JsonRepresentation; end
183
195
 
@@ -214,6 +226,12 @@ module Google
214
226
  include Google::Apis::Core::JsonObjectSupport
215
227
  end
216
228
 
229
+ class Control
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
217
235
  class Cve
218
236
  class Representation < Google::Apis::Core::JsonRepresentation; end
219
237
 
@@ -364,6 +382,12 @@ module Google
364
382
  include Google::Apis::Core::JsonObjectSupport
365
383
  end
366
384
 
385
+ class Framework
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
367
391
  class GcpMetadata
368
392
  class Representation < Google::Apis::Core::JsonRepresentation; end
369
393
 
@@ -658,6 +682,12 @@ module Google
658
682
  include Google::Apis::Core::JsonObjectSupport
659
683
  end
660
684
 
685
+ class GoogleCloudSecuritycenterV2CloudControl
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
661
691
  class GoogleCloudSecuritycenterV2CloudDlpDataProfile
662
692
  class Representation < Google::Apis::Core::JsonRepresentation; end
663
693
 
@@ -682,6 +712,12 @@ module Google
682
712
  include Google::Apis::Core::JsonObjectSupport
683
713
  end
684
714
 
715
+ class GoogleCloudSecuritycenterV2ComplianceDetails
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
685
721
  class GoogleCloudSecuritycenterV2Connection
686
722
  class Representation < Google::Apis::Core::JsonRepresentation; end
687
723
 
@@ -706,6 +742,12 @@ module Google
706
742
  include Google::Apis::Core::JsonObjectSupport
707
743
  end
708
744
 
745
+ class GoogleCloudSecuritycenterV2Control
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
709
751
  class GoogleCloudSecuritycenterV2Cve
710
752
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
753
 
@@ -832,6 +874,12 @@ module Google
832
874
  include Google::Apis::Core::JsonObjectSupport
833
875
  end
834
876
 
877
+ class GoogleCloudSecuritycenterV2Framework
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
835
883
  class GoogleCloudSecuritycenterV2Geolocation
836
884
  class Representation < Google::Apis::Core::JsonRepresentation; end
837
885
 
@@ -1760,6 +1808,16 @@ module Google
1760
1808
  end
1761
1809
  end
1762
1810
 
1811
+ class CloudControl
1812
+ # @private
1813
+ class Representation < Google::Apis::Core::JsonRepresentation
1814
+ property :cloud_control_name, as: 'cloudControlName'
1815
+ property :policy_type, as: 'policyType'
1816
+ property :type, as: 'type'
1817
+ property :version, as: 'version'
1818
+ end
1819
+ end
1820
+
1763
1821
  class CloudDlpDataProfile
1764
1822
  # @private
1765
1823
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1797,6 +1855,17 @@ module Google
1797
1855
  end
1798
1856
  end
1799
1857
 
1858
+ class ComplianceDetails
1859
+ # @private
1860
+ class Representation < Google::Apis::Core::JsonRepresentation
1861
+ property :cloud_control, as: 'cloudControl', class: Google::Apis::SecuritycenterV1beta2::CloudControl, decorator: Google::Apis::SecuritycenterV1beta2::CloudControl::Representation
1862
+
1863
+ collection :cloud_control_deployment_names, as: 'cloudControlDeploymentNames'
1864
+ collection :frameworks, as: 'frameworks', class: Google::Apis::SecuritycenterV1beta2::Framework, decorator: Google::Apis::SecuritycenterV1beta2::Framework::Representation
1865
+
1866
+ end
1867
+ end
1868
+
1800
1869
  class Config
1801
1870
  # @private
1802
1871
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1855,6 +1924,14 @@ module Google
1855
1924
  end
1856
1925
  end
1857
1926
 
1927
+ class Control
1928
+ # @private
1929
+ class Representation < Google::Apis::Core::JsonRepresentation
1930
+ property :control_name, as: 'controlName'
1931
+ property :display_name, as: 'displayName'
1932
+ end
1933
+ end
1934
+
1858
1935
  class Cve
1859
1936
  # @private
1860
1937
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2108,6 +2185,8 @@ module Google
2108
2185
 
2109
2186
  property :cloud_dlp_inspection, as: 'cloudDlpInspection', class: Google::Apis::SecuritycenterV1beta2::CloudDlpInspection, decorator: Google::Apis::SecuritycenterV1beta2::CloudDlpInspection::Representation
2110
2187
 
2188
+ property :compliance_details, as: 'complianceDetails', class: Google::Apis::SecuritycenterV1beta2::ComplianceDetails, decorator: Google::Apis::SecuritycenterV1beta2::ComplianceDetails::Representation
2189
+
2111
2190
  collection :compliances, as: 'compliances', class: Google::Apis::SecuritycenterV1beta2::Compliance, decorator: Google::Apis::SecuritycenterV1beta2::Compliance::Representation
2112
2191
 
2113
2192
  collection :connections, as: 'connections', class: Google::Apis::SecuritycenterV1beta2::Connection, decorator: Google::Apis::SecuritycenterV1beta2::Connection::Representation
@@ -2200,6 +2279,18 @@ module Google
2200
2279
  end
2201
2280
  end
2202
2281
 
2282
+ class Framework
2283
+ # @private
2284
+ class Representation < Google::Apis::Core::JsonRepresentation
2285
+ collection :category, as: 'category'
2286
+ collection :controls, as: 'controls', class: Google::Apis::SecuritycenterV1beta2::Control, decorator: Google::Apis::SecuritycenterV1beta2::Control::Representation
2287
+
2288
+ property :display_name, as: 'displayName'
2289
+ property :name, as: 'name'
2290
+ property :type, as: 'type'
2291
+ end
2292
+ end
2293
+
2203
2294
  class GcpMetadata
2204
2295
  # @private
2205
2296
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2698,6 +2789,7 @@ module Google
2698
2789
  # @private
2699
2790
  class Representation < Google::Apis::Core::JsonRepresentation
2700
2791
  property :create_time, as: 'createTime'
2792
+ property :crypto_key_name, as: 'cryptoKeyName'
2701
2793
  property :dataset, as: 'dataset'
2702
2794
  property :description, as: 'description'
2703
2795
  property :filter, as: 'filter'
@@ -2749,6 +2841,16 @@ module Google
2749
2841
  end
2750
2842
  end
2751
2843
 
2844
+ class GoogleCloudSecuritycenterV2CloudControl
2845
+ # @private
2846
+ class Representation < Google::Apis::Core::JsonRepresentation
2847
+ property :cloud_control_name, as: 'cloudControlName'
2848
+ property :policy_type, as: 'policyType'
2849
+ property :type, as: 'type'
2850
+ property :version, as: 'version'
2851
+ end
2852
+ end
2853
+
2752
2854
  class GoogleCloudSecuritycenterV2CloudDlpDataProfile
2753
2855
  # @private
2754
2856
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2786,6 +2888,17 @@ module Google
2786
2888
  end
2787
2889
  end
2788
2890
 
2891
+ class GoogleCloudSecuritycenterV2ComplianceDetails
2892
+ # @private
2893
+ class Representation < Google::Apis::Core::JsonRepresentation
2894
+ property :cloud_control, as: 'cloudControl', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudControl, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudControl::Representation
2895
+
2896
+ collection :cloud_control_deployment_names, as: 'cloudControlDeploymentNames'
2897
+ collection :frameworks, as: 'frameworks', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Framework, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Framework::Representation
2898
+
2899
+ end
2900
+ end
2901
+
2789
2902
  class GoogleCloudSecuritycenterV2Connection
2790
2903
  # @private
2791
2904
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2824,6 +2937,14 @@ module Google
2824
2937
  end
2825
2938
  end
2826
2939
 
2940
+ class GoogleCloudSecuritycenterV2Control
2941
+ # @private
2942
+ class Representation < Google::Apis::Core::JsonRepresentation
2943
+ property :control_name, as: 'controlName'
2944
+ property :display_name, as: 'displayName'
2945
+ end
2946
+ end
2947
+
2827
2948
  class GoogleCloudSecuritycenterV2Cve
2828
2949
  # @private
2829
2950
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3050,6 +3171,8 @@ module Google
3050
3171
 
3051
3172
  property :cloud_dlp_inspection, as: 'cloudDlpInspection', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudDlpInspection, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2CloudDlpInspection::Representation
3052
3173
 
3174
+ property :compliance_details, as: 'complianceDetails', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ComplianceDetails, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2ComplianceDetails::Representation
3175
+
3053
3176
  collection :compliances, as: 'compliances', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Compliance, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Compliance::Representation
3054
3177
 
3055
3178
  collection :connections, as: 'connections', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Connection, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Connection::Representation
@@ -3059,6 +3182,7 @@ module Google
3059
3182
  collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Container, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Container::Representation
3060
3183
 
3061
3184
  property :create_time, as: 'createTime'
3185
+ property :crypto_key_name, as: 'cryptoKeyName'
3062
3186
  collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataAccessEvent::Representation
3063
3187
 
3064
3188
  collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2DataFlowEvent::Representation
@@ -3142,6 +3266,18 @@ module Google
3142
3266
  end
3143
3267
  end
3144
3268
 
3269
+ class GoogleCloudSecuritycenterV2Framework
3270
+ # @private
3271
+ class Representation < Google::Apis::Core::JsonRepresentation
3272
+ collection :category, as: 'category'
3273
+ collection :controls, as: 'controls', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Control, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV2Control::Representation
3274
+
3275
+ property :display_name, as: 'displayName'
3276
+ property :name, as: 'name'
3277
+ property :type, as: 'type'
3278
+ end
3279
+ end
3280
+
3145
3281
  class GoogleCloudSecuritycenterV2Geolocation
3146
3282
  # @private
3147
3283
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3444,6 +3580,7 @@ module Google
3444
3580
  # @private
3445
3581
  class Representation < Google::Apis::Core::JsonRepresentation
3446
3582
  property :create_time, as: 'createTime'
3583
+ property :crypto_key_name, as: 'cryptoKeyName'
3447
3584
  property :description, as: 'description'
3448
3585
  property :expiry_time, as: 'expiryTime'
3449
3586
  property :filter, as: 'filter'
@@ -4166,6 +4303,7 @@ module Google
4166
4303
  class SecurityCenterSettings
4167
4304
  # @private
4168
4305
  class Representation < Google::Apis::Core::JsonRepresentation
4306
+ property :crypto_key_name, as: 'cryptoKeyName'
4169
4307
  property :log_sink_project, as: 'logSinkProject'
4170
4308
  property :name, as: 'name'
4171
4309
  property :onboarding_time, as: 'onboardingTime'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.86.0
4
+ version: 0.88.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.86.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.88.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
62
62
  rdoc_options: []
63
63
  require_paths: