google-apis-securitycenter_v1beta1 0.95.0 → 0.96.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 670e55bc88555663dcce085b76a7a61289a6c965390fcbdc2f2cec7686ee0650
|
4
|
+
data.tar.gz: ba92f8efa8ec500f11e2830b3f127c97800da8072de0889edfc58c52923a6729
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bfde35a5b32e89eaf53c27199651fc52c5377f556fd77b537b5e3fcff31eebb14d5a2c324e55b0a65a2b3befb48e51177dc792f8ef92e023180d64559a7c9f2
|
7
|
+
data.tar.gz: ab3dad8ef508e9c41269ed74714e9f72e3f114e77a3a17e28dbd39adf7f17c3accc7d48811d0a37fc34608a1f098c21dd8a55ad668d4f6158d47b3b844cd4e38
|
data/CHANGELOG.md
CHANGED
@@ -949,7 +949,7 @@ module Google
|
|
949
949
|
end
|
950
950
|
end
|
951
951
|
|
952
|
-
# The destination
|
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
|
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)
|
@@ -6639,6 +6647,12 @@ module Google
|
|
6639
6647
|
# @return [String]
|
6640
6648
|
attr_accessor :create_time
|
6641
6649
|
|
6650
|
+
# Output only. The name of the Cloud KMS key used to encrypt this finding, if
|
6651
|
+
# any.
|
6652
|
+
# Corresponds to the JSON property `cryptoKeyName`
|
6653
|
+
# @return [String]
|
6654
|
+
attr_accessor :crypto_key_name
|
6655
|
+
|
6642
6656
|
# Data access events associated with the finding.
|
6643
6657
|
# Corresponds to the JSON property `dataAccessEvents`
|
6644
6658
|
# @return [Array<Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent>]
|
@@ -6948,6 +6962,7 @@ module Google
|
|
6948
6962
|
@contacts = args[:contacts] if args.key?(:contacts)
|
6949
6963
|
@containers = args[:containers] if args.key?(:containers)
|
6950
6964
|
@create_time = args[:create_time] if args.key?(:create_time)
|
6965
|
+
@crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
|
6951
6966
|
@data_access_events = args[:data_access_events] if args.key?(:data_access_events)
|
6952
6967
|
@data_flow_events = args[:data_flow_events] if args.key?(:data_flow_events)
|
6953
6968
|
@data_retention_deletion_events = args[:data_retention_deletion_events] if args.key?(:data_retention_deletion_events)
|
@@ -8090,6 +8105,13 @@ module Google
|
|
8090
8105
|
# @return [String]
|
8091
8106
|
attr_accessor :create_time
|
8092
8107
|
|
8108
|
+
# Output only. The resource name of the Cloud KMS `CryptoKey` used to encrypt
|
8109
|
+
# this configuration data, if CMEK was enabled during Security Command Center
|
8110
|
+
# activation.
|
8111
|
+
# Corresponds to the JSON property `cryptoKeyName`
|
8112
|
+
# @return [String]
|
8113
|
+
attr_accessor :crypto_key_name
|
8114
|
+
|
8093
8115
|
# A description of the mute config.
|
8094
8116
|
# Corresponds to the JSON property `description`
|
8095
8117
|
# @return [String]
|
@@ -8153,6 +8175,7 @@ module Google
|
|
8153
8175
|
# Update properties of this object
|
8154
8176
|
def update!(**args)
|
8155
8177
|
@create_time = args[:create_time] if args.key?(:create_time)
|
8178
|
+
@crypto_key_name = args[:crypto_key_name] if args.key?(:crypto_key_name)
|
8156
8179
|
@description = args[:description] if args.key?(:description)
|
8157
8180
|
@expiry_time = args[:expiry_time] if args.key?(:expiry_time)
|
8158
8181
|
@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.
|
19
|
+
GEM_VERSION = "0.96.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 = "
|
25
|
+
REVISION = "20250815"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2982,6 +2982,7 @@ module Google
|
|
2982
2982
|
# @private
|
2983
2983
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2984
2984
|
property :create_time, as: 'createTime'
|
2985
|
+
property :crypto_key_name, as: 'cryptoKeyName'
|
2985
2986
|
property :dataset, as: 'dataset'
|
2986
2987
|
property :description, as: 'description'
|
2987
2988
|
property :filter, as: 'filter'
|
@@ -3374,6 +3375,7 @@ module Google
|
|
3374
3375
|
collection :containers, as: 'containers', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Container, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2Container::Representation
|
3375
3376
|
|
3376
3377
|
property :create_time, as: 'createTime'
|
3378
|
+
property :crypto_key_name, as: 'cryptoKeyName'
|
3377
3379
|
collection :data_access_events, as: 'dataAccessEvents', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataAccessEvent::Representation
|
3378
3380
|
|
3379
3381
|
collection :data_flow_events, as: 'dataFlowEvents', class: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataFlowEvent, decorator: Google::Apis::SecuritycenterV1beta1::GoogleCloudSecuritycenterV2DataFlowEvent::Representation
|
@@ -3771,6 +3773,7 @@ module Google
|
|
3771
3773
|
# @private
|
3772
3774
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3773
3775
|
property :create_time, as: 'createTime'
|
3776
|
+
property :crypto_key_name, as: 'cryptoKeyName'
|
3774
3777
|
property :description, as: 'description'
|
3775
3778
|
property :expiry_time, as: 'expiryTime'
|
3776
3779
|
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.
|
4
|
+
version: 0.96.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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.96.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:
|