google-apis-securitycenter_v1 0.81.0 → 0.82.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: 97a9f535169b930edf057597803ef41d3ee1705e756d401325f8011036a138ea
|
|
4
|
+
data.tar.gz: 203f0dd551607c3550d6ad806f8897040dbc10f605ac9e5e23afde44be49fb11
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 20c199b8c689d6f29c1155e5b5460f8a8c0d0424a2ba144cb37b748c2362dd75d02152bfa8fd8e4dc492e77d195cdb04a9737d960b5e484229ac2d91c0fd03b7
|
|
7
|
+
data.tar.gz: da31833a3f37488e4fe1b7d7aef41d7f127d325b19e9ed6724baa2039f4f769c84b4b8226d8aa686b89cceceda770e497a2b09098a295822bd44b9c64f51dafc
|
data/CHANGELOG.md
CHANGED
|
@@ -1446,8 +1446,8 @@ module Google
|
|
|
1446
1446
|
# @return [String]
|
|
1447
1447
|
attr_accessor :parent
|
|
1448
1448
|
|
|
1449
|
-
# A resource value
|
|
1450
|
-
# to resource values. Used in Attack path simulations.
|
|
1449
|
+
# A resource value configuration (RVC) is a mapping configuration of user's
|
|
1450
|
+
# resources to resource values. Used in Attack path simulations.
|
|
1451
1451
|
# Corresponds to the JSON property `resourceValueConfig`
|
|
1452
1452
|
# @return [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig]
|
|
1453
1453
|
attr_accessor :resource_value_config
|
|
@@ -3306,8 +3306,8 @@ module Google
|
|
|
3306
3306
|
end
|
|
3307
3307
|
end
|
|
3308
3308
|
|
|
3309
|
-
# A resource value
|
|
3310
|
-
# to resource values. Used in Attack path simulations.
|
|
3309
|
+
# A resource value configuration (RVC) is a mapping configuration of user's
|
|
3310
|
+
# resources to resource values. Used in Attack path simulations.
|
|
3311
3311
|
class GoogleCloudSecuritycenterV1ResourceValueConfig
|
|
3312
3312
|
include Google::Apis::Core::Hashable
|
|
3313
3313
|
|
|
@@ -3316,22 +3316,22 @@ module Google
|
|
|
3316
3316
|
# @return [String]
|
|
3317
3317
|
attr_accessor :cloud_provider
|
|
3318
3318
|
|
|
3319
|
-
# Output only. Timestamp this resource value
|
|
3319
|
+
# Output only. Timestamp this resource value configuration was created.
|
|
3320
3320
|
# Corresponds to the JSON property `createTime`
|
|
3321
3321
|
# @return [String]
|
|
3322
3322
|
attr_accessor :create_time
|
|
3323
3323
|
|
|
3324
|
-
# Description of the resource value
|
|
3324
|
+
# Description of the resource value configuration.
|
|
3325
3325
|
# Corresponds to the JSON property `description`
|
|
3326
3326
|
# @return [String]
|
|
3327
3327
|
attr_accessor :description
|
|
3328
3328
|
|
|
3329
|
-
# Name for the resource value
|
|
3329
|
+
# Name for the resource value configuration
|
|
3330
3330
|
# Corresponds to the JSON property `name`
|
|
3331
3331
|
# @return [String]
|
|
3332
3332
|
attr_accessor :name
|
|
3333
3333
|
|
|
3334
|
-
# List of resource labels to search for, evaluated with AND.
|
|
3334
|
+
# List of resource labels to search for, evaluated with AND. For example, "
|
|
3335
3335
|
# resource_labels_selector": `"key": "value", "env": "prod"` will match
|
|
3336
3336
|
# resources with labels "key": "value" AND "env": "prod" https://cloud.google.
|
|
3337
3337
|
# com/resource-manager/docs/creating-managing-labels
|
|
@@ -3340,9 +3340,9 @@ module Google
|
|
|
3340
3340
|
attr_accessor :resource_labels_selector
|
|
3341
3341
|
|
|
3342
3342
|
# Apply resource_value only to resources that match resource_type. resource_type
|
|
3343
|
-
# will be checked with
|
|
3344
|
-
# Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
|
|
3345
|
-
# googleapis.com/Bucket" resources.
|
|
3343
|
+
# will be checked with AND of other resources. For example, "storage.googleapis.
|
|
3344
|
+
# com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
|
|
3345
|
+
# storage.googleapis.com/Bucket" resources.
|
|
3346
3346
|
# Corresponds to the JSON property `resourceType`
|
|
3347
3347
|
# @return [String]
|
|
3348
3348
|
attr_accessor :resource_type
|
|
@@ -3352,9 +3352,9 @@ module Google
|
|
|
3352
3352
|
# @return [String]
|
|
3353
3353
|
attr_accessor :resource_value
|
|
3354
3354
|
|
|
3355
|
-
# Project or folder to scope this
|
|
3356
|
-
# apply this
|
|
3357
|
-
# with
|
|
3355
|
+
# Project or folder to scope this configuration to. For example, "project/456"
|
|
3356
|
+
# would apply this configuration only to resources in "project/456" scope will
|
|
3357
|
+
# be checked with AND of other resources.
|
|
3358
3358
|
# Corresponds to the JSON property `scope`
|
|
3359
3359
|
# @return [String]
|
|
3360
3360
|
attr_accessor :scope
|
|
@@ -3367,13 +3367,13 @@ module Google
|
|
|
3367
3367
|
attr_accessor :sensitive_data_protection_mapping
|
|
3368
3368
|
|
|
3369
3369
|
# Required. Tag values combined with AND to check against. Values in the form "
|
|
3370
|
-
# tagValues/123"
|
|
3370
|
+
# tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ]
|
|
3371
3371
|
# https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
|
|
3372
3372
|
# Corresponds to the JSON property `tagValues`
|
|
3373
3373
|
# @return [Array<String>]
|
|
3374
3374
|
attr_accessor :tag_values
|
|
3375
3375
|
|
|
3376
|
-
# Output only. Timestamp this resource value
|
|
3376
|
+
# Output only. Timestamp this resource value configuration was last updated.
|
|
3377
3377
|
# Corresponds to the JSON property `updateTime`
|
|
3378
3378
|
# @return [String]
|
|
3379
3379
|
attr_accessor :update_time
|
|
@@ -6802,8 +6802,8 @@ module Google
|
|
|
6802
6802
|
end
|
|
6803
6803
|
end
|
|
6804
6804
|
|
|
6805
|
-
# A resource value
|
|
6806
|
-
# to resource values. Used in Attack path simulations.
|
|
6805
|
+
# A resource value configuration (RVC) is a mapping configuration of user's
|
|
6806
|
+
# resources to resource values. Used in Attack path simulations.
|
|
6807
6807
|
class GoogleCloudSecuritycenterV2ResourceValueConfig
|
|
6808
6808
|
include Google::Apis::Core::Hashable
|
|
6809
6809
|
|
|
@@ -6812,22 +6812,22 @@ module Google
|
|
|
6812
6812
|
# @return [String]
|
|
6813
6813
|
attr_accessor :cloud_provider
|
|
6814
6814
|
|
|
6815
|
-
# Output only. Timestamp this resource value
|
|
6815
|
+
# Output only. Timestamp this resource value configuration was created.
|
|
6816
6816
|
# Corresponds to the JSON property `createTime`
|
|
6817
6817
|
# @return [String]
|
|
6818
6818
|
attr_accessor :create_time
|
|
6819
6819
|
|
|
6820
|
-
# Description of the resource value
|
|
6820
|
+
# Description of the resource value configuration.
|
|
6821
6821
|
# Corresponds to the JSON property `description`
|
|
6822
6822
|
# @return [String]
|
|
6823
6823
|
attr_accessor :description
|
|
6824
6824
|
|
|
6825
|
-
# Name for the resource value
|
|
6825
|
+
# Name for the resource value configuration
|
|
6826
6826
|
# Corresponds to the JSON property `name`
|
|
6827
6827
|
# @return [String]
|
|
6828
6828
|
attr_accessor :name
|
|
6829
6829
|
|
|
6830
|
-
# List of resource labels to search for, evaluated with AND.
|
|
6830
|
+
# List of resource labels to search for, evaluated with AND. For example, "
|
|
6831
6831
|
# resource_labels_selector": `"key": "value", "env": "prod"` will match
|
|
6832
6832
|
# resources with labels "key": "value" AND "env": "prod" https://cloud.google.
|
|
6833
6833
|
# com/resource-manager/docs/creating-managing-labels
|
|
@@ -6836,9 +6836,9 @@ module Google
|
|
|
6836
6836
|
attr_accessor :resource_labels_selector
|
|
6837
6837
|
|
|
6838
6838
|
# Apply resource_value only to resources that match resource_type. resource_type
|
|
6839
|
-
# will be checked with
|
|
6840
|
-
# Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
|
|
6841
|
-
# googleapis.com/Bucket" resources.
|
|
6839
|
+
# will be checked with AND of other resources. For example, "storage.googleapis.
|
|
6840
|
+
# com/Bucket" with resource_value "HIGH" will apply "HIGH" value only to "
|
|
6841
|
+
# storage.googleapis.com/Bucket" resources.
|
|
6842
6842
|
# Corresponds to the JSON property `resourceType`
|
|
6843
6843
|
# @return [String]
|
|
6844
6844
|
attr_accessor :resource_type
|
|
@@ -6849,9 +6849,9 @@ module Google
|
|
|
6849
6849
|
# @return [String]
|
|
6850
6850
|
attr_accessor :resource_value
|
|
6851
6851
|
|
|
6852
|
-
# Project or folder to scope this
|
|
6853
|
-
# apply this
|
|
6854
|
-
# with
|
|
6852
|
+
# Project or folder to scope this configuration to. For example, "project/456"
|
|
6853
|
+
# would apply this configuration only to resources in "project/456" scope will
|
|
6854
|
+
# be checked with AND of other resources.
|
|
6855
6855
|
# Corresponds to the JSON property `scope`
|
|
6856
6856
|
# @return [String]
|
|
6857
6857
|
attr_accessor :scope
|
|
@@ -6864,13 +6864,13 @@ module Google
|
|
|
6864
6864
|
attr_accessor :sensitive_data_protection_mapping
|
|
6865
6865
|
|
|
6866
6866
|
# Required. Tag values combined with AND to check against. Values in the form "
|
|
6867
|
-
# tagValues/123"
|
|
6867
|
+
# tagValues/123" Example: [ "tagValues/123", "tagValues/456", "tagValues/789" ]
|
|
6868
6868
|
# https://cloud.google.com/resource-manager/docs/tags/tags-creating-and-managing
|
|
6869
6869
|
# Corresponds to the JSON property `tagValues`
|
|
6870
6870
|
# @return [Array<String>]
|
|
6871
6871
|
attr_accessor :tag_values
|
|
6872
6872
|
|
|
6873
|
-
# Output only. Timestamp this resource value
|
|
6873
|
+
# Output only. Timestamp this resource value configuration was last updated.
|
|
6874
6874
|
# Corresponds to the JSON property `updateTime`
|
|
6875
6875
|
# @return [String]
|
|
6876
6876
|
attr_accessor :update_time
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.82.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240520"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3932,7 +3932,7 @@ module Google
|
|
|
3932
3932
|
|
|
3933
3933
|
# Updates an existing ResourceValueConfigs with new rules.
|
|
3934
3934
|
# @param [String] name
|
|
3935
|
-
# Name for the resource value
|
|
3935
|
+
# Name for the resource value configuration
|
|
3936
3936
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ResourceValueConfig] google_cloud_securitycenter_v1_resource_value_config_object
|
|
3937
3937
|
# @param [String] update_mask
|
|
3938
3938
|
# The list of fields to be updated. If empty all mutable fields will be updated.
|
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.
|
|
4
|
+
version: 0.82.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-05-
|
|
11
|
+
date: 2024-05-26 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.82.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: []
|