google-apis-securitycenter_v1beta1 0.95.0 → 0.97.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d9623ff5c4f0687e3b2b842a48e4e83df892e684fbb3a11463e03939cbb72c82
4
- data.tar.gz: 8e8d2bc698f0d5502e75dcb8ec8fa51a5fe5a963c32cbef2625fb114a724919c
3
+ metadata.gz: e87e8891953d353872edf86a4ffa0fc7809eda2dac6e3392ac4c4e7e17cb6910
4
+ data.tar.gz: 10db40f028abf3e75905a77ff5b9dd5cc3187c2dac72fb2b0febf669db273320
5
5
  SHA512:
6
- metadata.gz: 0727cecb0c45d7cfadf430eeb8ffb414a3a199131054140941e4629cfb6bdbcb3d23575269b2eb37c71c36d179762ce5859560e215015133bb7312c423c65ff6
7
- data.tar.gz: 41c84b0cf35d3b8dac0bf5923f33c1b0d15993ab43207daa5cccc53d2839330e65f8b731e1f153c9f56750efe29535a4f702e4726111c28240b248b47a99f472
6
+ metadata.gz: 2876c047f8bc67035c5641ce37c338bfdfa591c1112b6f284f86fa1b4644da3214a1d7c1ef54dd1e909073b56d2edab41020f5d4a5655b3ccd0cdf301cc7f1e7
7
+ data.tar.gz: 555e86168fc0b8a8ba435609393820416b18210438f3c0456f27a26b04cf4c8a449e9596ffe192f93ed205c6b21fcbb50e3818a2ffe8670557a997da5b711e4c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.97.0 (2025-09-14)
4
+
5
+ * Regenerated from discovery document revision 20250905
6
+
7
+ ### v0.96.0 (2025-08-24)
8
+
9
+ * Regenerated from discovery document revision 20250815
10
+
3
11
  ### v0.95.0 (2025-07-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20250721
@@ -949,7 +949,7 @@ module Google
949
949
  end
950
950
  end
951
951
 
952
- # The destination big query dataset to export findings to.
952
+ # The destination BigQuery dataset to export findings to.
953
953
  class BigQueryDestination
954
954
  include Google::Apis::Core::Hashable
955
955
 
@@ -2174,7 +2174,7 @@ module Google
2174
2174
  class ExportFindingsMetadata
2175
2175
  include Google::Apis::Core::Hashable
2176
2176
 
2177
- # The destination big query dataset to export findings to.
2177
+ # The destination BigQuery dataset to export findings to.
2178
2178
  # Corresponds to the JSON property `bigQueryDestination`
2179
2179
  # @return [Google::Apis::SecuritycenterV1beta1::BigQueryDestination]
2180
2180
  attr_accessor :big_query_destination
@@ -5149,6 +5149,13 @@ module Google
5149
5149
  # @return [String]
5150
5150
  attr_accessor :create_time
5151
5151
 
5152
+ # Output only. The resource name of the Cloud KMS `CryptoKey` used to protect
5153
+ # this configuration's data, if configured during Security Command Center
5154
+ # activation.
5155
+ # Corresponds to the JSON property `cryptoKeyName`
5156
+ # @return [String]
5157
+ attr_accessor :crypto_key_name
5158
+
5152
5159
  # The dataset to write findings' updates to. Its format is "projects/[project_id]
5153
5160
  # /datasets/[bigquery_dataset_id]". BigQuery dataset unique ID must contain only
5154
5161
  # letters (a-z, A-Z), numbers (0-9), or underscores (_).
@@ -5213,6 +5220,7 @@ module Google
5213
5220
  # Update properties of this object
5214
5221
  def update!(**args)
5215
5222
  @create_time = args[:create_time] if args.key?(:create_time)
5223
+ @crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
5216
5224
  @dataset = args[:dataset] if args.key?(:dataset)
5217
5225
  @description = args[:description] if args.key?(:description)
5218
5226
  @filter = args[:filter] if args.key?(:filter)
@@ -6557,14 +6565,11 @@ module Google
6557
6565
  attr_accessor :backup_disaster_recovery
6558
6566
 
6559
6567
  # Output only. The canonical name of the finding. The following list shows some
6560
- # examples: + `organizations/`organization_id`/sources/`source_id`/findings/`
6561
- # finding_id`` + `organizations/`organization_id`/sources/`source_id`/locations/`
6568
+ # examples: + `organizations/`organization_id`/sources/`source_id`/locations/`
6562
6569
  # location_id`/findings/`finding_id`` + `folders/`folder_id`/sources/`source_id`/
6563
- # findings/`finding_id`` + `folders/`folder_id`/sources/`source_id`/locations/`
6564
- # location_id`/findings/`finding_id`` + `projects/`project_id`/sources/`
6565
- # source_id`/findings/`finding_id`` + `projects/`project_id`/sources/`source_id`/
6566
- # locations/`location_id`/findings/`finding_id`` The prefix is the closest CRM
6567
- # ancestor of the resource associated with the finding.
6570
+ # locations/`location_id`/findings/`finding_id`` + `projects/`project_id`/
6571
+ # sources/`source_id`/locations/`location_id`/findings/`finding_id`` The prefix
6572
+ # is the closest CRM ancestor of the resource associated with the finding.
6568
6573
  # Corresponds to the JSON property `canonicalName`
6569
6574
  # @return [String]
6570
6575
  attr_accessor :canonical_name
@@ -6639,6 +6644,12 @@ module Google
6639
6644
  # @return [String]
6640
6645
  attr_accessor :create_time
6641
6646
 
6647
+ # Output only. The name of the Cloud KMS key used to encrypt this finding, if
6648
+ # any.
6649
+ # Corresponds to the JSON property `cryptoKeyName`
6650
+ # @return [String]
6651
+ attr_accessor :crypto_key_name
6652
+
6642
6653
  # Data access events associated with the finding.
6643
6654
  # Corresponds to the JSON property `dataAccessEvents`
6644
6655
  # @return [Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent>]
@@ -6948,6 +6959,7 @@ module Google
6948
6959
  @contacts = args[:contacts] if args.key?(:contacts)
6949
6960
  @containers = args[:containers] if args.key?(:containers)
6950
6961
  @create_time = args[:create_time] if args.key?(:create_time)
6962
+ @crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
6951
6963
  @data_access_events = args[:data_access_events] if args.key?(:data_access_events)
6952
6964
  @data_flow_events = args[:data_flow_events] if args.key?(:data_flow_events)
6953
6965
  @data_retention_deletion_events = args[:data_retention_deletion_events] if args.key?(:data_retention_deletion_events)
@@ -7519,6 +7531,11 @@ module Google
7519
7531
  class GoogleCloudSecuritycenterV2IssueResource
7520
7532
  include Google::Apis::Core::Hashable
7521
7533
 
7534
+ # The AppHub application associated with the resource, if any.
7535
+ # Corresponds to the JSON property `application`
7536
+ # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceApplication]
7537
+ attr_accessor :application
7538
+
7522
7539
  # The AWS metadata of a resource associated with an issue.
7523
7540
  # Corresponds to the JSON property `awsMetadata`
7524
7541
  # @return [Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata]
@@ -7561,6 +7578,7 @@ module Google
7561
7578
 
7562
7579
  # Update properties of this object
7563
7580
  def update!(**args)
7581
+ @application = args[:application] if args.key?(:application)
7564
7582
  @aws_metadata = args[:aws_metadata] if args.key?(:aws_metadata)
7565
7583
  @azure_metadata = args[:azure_metadata] if args.key?(:azure_metadata)
7566
7584
  @cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider)
@@ -7571,6 +7589,26 @@ module Google
7571
7589
  end
7572
7590
  end
7573
7591
 
7592
+ # The AppHub application associated with the resource, if any.
7593
+ class GoogleCloudSecuritycenterV2IssueResourceApplication
7594
+ include Google::Apis::Core::Hashable
7595
+
7596
+ # The resource name of an Application. Format: `projects/`host-project-id`/
7597
+ # locations/`location`/applications/`application-id``
7598
+ # Corresponds to the JSON property `name`
7599
+ # @return [String]
7600
+ attr_accessor :name
7601
+
7602
+ def initialize(**args)
7603
+ update!(**args)
7604
+ end
7605
+
7606
+ # Update properties of this object
7607
+ def update!(**args)
7608
+ @name = args[:name] if args.key?(:name)
7609
+ end
7610
+ end
7611
+
7574
7612
  # The AWS metadata of a resource associated with an issue.
7575
7613
  class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
7576
7614
  include Google::Apis::Core::Hashable
@@ -8090,6 +8128,13 @@ module Google
8090
8128
  # @return [String]
8091
8129
  attr_accessor :create_time
8092
8130
 
8131
+ # Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt
8132
+ # this configuration data, if CMEK was enabled during Security Command Center
8133
+ # activation.
8134
+ # Corresponds to the JSON property `cryptoKeyName`
8135
+ # @return [String]
8136
+ attr_accessor :crypto_key_name
8137
+
8093
8138
  # A description of the mute config.
8094
8139
  # Corresponds to the JSON property `description`
8095
8140
  # @return [String]
@@ -8153,6 +8198,7 @@ module Google
8153
8198
  # Update properties of this object
8154
8199
  def update!(**args)
8155
8200
  @create_time = args[:create_time] if args.key?(:create_time)
8201
+ @crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
8156
8202
  @description = args[:description] if args.key?(:description)
8157
8203
  @expiry_time = args[:expiry_time] if args.key?(:expiry_time)
8158
8204
  @filter = args[:filter] if args.key?(:filter)
@@ -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.95.0"
19
+ GEM_VERSION = "0.97.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250721"
25
+ REVISION = "20250905"
26
26
  end
27
27
  end
28
28
  end
@@ -1000,6 +1000,12 @@ module Google
1000
1000
  include Google::Apis::Core::JsonObjectSupport
1001
1001
  end
1002
1002
 
1003
+ class GoogleCloudSecuritycenterV2IssueResourceApplication
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1003
1009
  class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
1004
1010
  class Representation < Google::Apis::Core::JsonRepresentation; end
1005
1011
 
@@ -2982,6 +2988,7 @@ module Google
2982
2988
  # @private
2983
2989
  class Representation < Google::Apis::Core::JsonRepresentation
2984
2990
  property :create_time, as: 'createTime'
2991
+ property :crypto_key_name, as: 'cryptoKeyName'
2985
2992
  property :dataset, as: 'dataset'
2986
2993
  property :description, as: 'description'
2987
2994
  property :filter, as: 'filter'
@@ -3374,6 +3381,7 @@ module Google
3374
3381
  collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Container, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Container::Representation
3375
3382
 
3376
3383
  property :create_time, as: 'createTime'
3384
+ property :crypto_key_name, as: 'cryptoKeyName'
3377
3385
  collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent::Representation
3378
3386
 
3379
3387
  collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataFlowEvent::Representation
@@ -3601,6 +3609,8 @@ module Google
3601
3609
  class GoogleCloudSecuritycenterV2IssueResource
3602
3610
  # @private
3603
3611
  class Representation < Google::Apis::Core::JsonRepresentation
3612
+ property :application, as: 'application', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceApplication, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceApplication::Representation
3613
+
3604
3614
  property :aws_metadata, as: 'awsMetadata', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAwsMetadata::Representation
3605
3615
 
3606
3616
  property :azure_metadata, as: 'azureMetadata', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2IssueResourceAzureMetadata::Representation
@@ -3614,6 +3624,13 @@ module Google
3614
3624
  end
3615
3625
  end
3616
3626
 
3627
+ class GoogleCloudSecuritycenterV2IssueResourceApplication
3628
+ # @private
3629
+ class Representation < Google::Apis::Core::JsonRepresentation
3630
+ property :name, as: 'name'
3631
+ end
3632
+ end
3633
+
3617
3634
  class GoogleCloudSecuritycenterV2IssueResourceAwsMetadata
3618
3635
  # @private
3619
3636
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3771,6 +3788,7 @@ module Google
3771
3788
  # @private
3772
3789
  class Representation < Google::Apis::Core::JsonRepresentation
3773
3790
  property :create_time, as: 'createTime'
3791
+ property :crypto_key_name, as: 'cryptoKeyName'
3774
3792
  property :description, as: 'description'
3775
3793
  property :expiry_time, as: 'expiryTime'
3776
3794
  property :filter, as: 'filter'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.0
4
+ version: 0.97.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.95.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.97.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: