google-cloud-security_center-v1 0.20.0 → 0.21.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: f13b0297efb3fee913255351e082c5c11fad87adcda13c90a84e45401db96b0b
|
|
4
|
+
data.tar.gz: 504b2ca3c237b00b032935e74d9effdb85bc702ef9ae61ca0b99e14dbb4b7432
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4a1a7317a533c567e5ff404be91a480179f8b5d45e0fcb57ed03d54cffa1c7add2c51821db3724cee40db8523d123ebebe1b48b97258c3b380be446177b6d456
|
|
7
|
+
data.tar.gz: cbb8059fe743a15451bd248c70ca6a0b007067ae56e7e80875516eea61969a59fce9eaa747d40becc26fe290381791cca27b51b106b9d1aa60b7bbfbe14db44e
|
data/AUTHENTICATION.md
CHANGED
|
@@ -114,7 +114,7 @@ credentials are discovered.
|
|
|
114
114
|
To configure your system for this, simply:
|
|
115
115
|
|
|
116
116
|
1. [Download and install the Cloud SDK](https://cloud.google.com/sdk)
|
|
117
|
-
2. Authenticate using OAuth 2.0 `$ gcloud auth login`
|
|
117
|
+
2. Authenticate using OAuth 2.0 `$ gcloud auth application-default login`
|
|
118
118
|
3. Write code as if already authenticated.
|
|
119
119
|
|
|
120
120
|
**NOTE:** This is _not_ recommended for running in production. The Cloud SDK
|
|
@@ -51,6 +51,7 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
|
|
|
51
51
|
repeated :processes, :message, 30, "google.cloud.securitycenter.v1.Process"
|
|
52
52
|
map :contacts, :string, :message, 33, "google.cloud.securitycenter.v1.ContactDetails"
|
|
53
53
|
repeated :compliances, :message, 34, "google.cloud.securitycenter.v1.Compliance"
|
|
54
|
+
optional :parent_display_name, :string, 36
|
|
54
55
|
optional :description, :string, 37
|
|
55
56
|
optional :exfiltration, :message, 38, "google.cloud.securitycenter.v1.Exfiltration"
|
|
56
57
|
repeated :iam_bindings, :message, 39, "google.cloud.securitycenter.v1.IamBinding"
|
|
@@ -122,8 +122,8 @@ module Google
|
|
|
122
122
|
# Output only. The most recent time this finding was muted or unmuted.
|
|
123
123
|
# @!attribute [r] external_systems
|
|
124
124
|
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::SecurityCenter::V1::ExternalSystem}]
|
|
125
|
-
# Output only. Third party SIEM/SOAR fields within SCC, contains external
|
|
126
|
-
#
|
|
125
|
+
# Output only. Third party SIEM/SOAR fields within SCC, contains external system
|
|
126
|
+
# information and external system finding fields.
|
|
127
127
|
# @!attribute [rw] mitre_attack
|
|
128
128
|
# @return [::Google::Cloud::SecurityCenter::V1::MitreAttack]
|
|
129
129
|
# MITRE ATT&CK tactics and techniques related to this finding.
|
|
@@ -146,9 +146,9 @@ module Google
|
|
|
146
146
|
# Represents operating system processes associated with the Finding.
|
|
147
147
|
# @!attribute [r] contacts
|
|
148
148
|
# @return [::Google::Protobuf::Map{::String => ::Google::Cloud::SecurityCenter::V1::ContactDetails}]
|
|
149
|
-
# Output only. Map containing the
|
|
150
|
-
#
|
|
151
|
-
#
|
|
149
|
+
# Output only. Map containing the points of contact for the given finding. The key
|
|
150
|
+
# represents the type of contact, while the value contains a list of all the
|
|
151
|
+
# contacts that pertain. Please refer to:
|
|
152
152
|
# https://cloud.google.com/resource-manager/docs/managing-notification-contacts#notification-categories
|
|
153
153
|
#
|
|
154
154
|
# {
|
|
@@ -167,6 +167,10 @@ module Google
|
|
|
167
167
|
# @return [::Array<::Google::Cloud::SecurityCenter::V1::Compliance>]
|
|
168
168
|
# Contains compliance information for security standards associated to the
|
|
169
169
|
# finding.
|
|
170
|
+
# @!attribute [r] parent_display_name
|
|
171
|
+
# @return [::String]
|
|
172
|
+
# Output only. The human readable display name of the finding source such as
|
|
173
|
+
# "Event Threat Detection" or "Security Health Analytics".
|
|
170
174
|
# @!attribute [rw] description
|
|
171
175
|
# @return [::String]
|
|
172
176
|
# Contains more detail about the finding.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-security_center-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.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: 2022-
|
|
11
|
+
date: 2022-09-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|