google-apis-securitycenter_v1beta2 0.41.0 → 0.43.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1ecf4ec52133cbbb9480f790088de5735834a7322fcdf4022662b26d7e29237e
|
4
|
+
data.tar.gz: 027ff5ffdb222003ef37b31f0d9a7fcc9f6a811de1bbc65e09141bf152b346f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 834d9775801c396dc871c843f805c3c879a8c49865f2ffa7c8e21dfe566b8024c0b2c6e6a8169dbc13d52fa07c152c11437bdbc22ff2811c96487558f6083f22
|
7
|
+
data.tar.gz: bc06e2551e8d03b8f334635f7290400c9382f799a7e2140147015ac9198b8434557bc7be673aafa8edefbcae651d8b22bfaf8edcd9d1d383e3cccc8f36673b79
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-securitycenter_v1beta2
|
2
2
|
|
3
|
+
### v0.43.0 (2023-01-15)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230112
|
6
|
+
* Regenerated using generator version 0.11.1
|
7
|
+
|
8
|
+
### v0.42.0 (2022-12-22)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20221220
|
11
|
+
|
3
12
|
### v0.41.0 (2022-12-02)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20221121
|
@@ -85,16 +85,18 @@ module Google
|
|
85
85
|
# @return [String]
|
86
86
|
attr_accessor :service_name
|
87
87
|
|
88
|
-
# What kind of user agent is associated,
|
89
|
-
# or stand-alone applications, etc.
|
88
|
+
# What kind of user agent is associated, for example operating system shells,
|
89
|
+
# embedded or stand-alone applications, etc.
|
90
90
|
# Corresponds to the JSON property `userAgentFamily`
|
91
91
|
# @return [String]
|
92
92
|
attr_accessor :user_agent_family
|
93
93
|
|
94
|
-
# A string
|
95
|
-
#
|
96
|
-
#
|
97
|
-
#
|
94
|
+
# A string that represents the username of a user, user account, or other entity
|
95
|
+
# involved in the access event. What the entity is and what its role in the
|
96
|
+
# access event is depends on the finding that this field appears in. The entity
|
97
|
+
# is likely not an IAM principal, but could be a user that is logged into an
|
98
|
+
# operating system, if the finding is VM-related, or a user that is logged into
|
99
|
+
# some type of application that is involved in the access event.
|
98
100
|
# Corresponds to the JSON property `userName`
|
99
101
|
# @return [String]
|
100
102
|
attr_accessor :user_name
|
@@ -311,11 +313,11 @@ module Google
|
|
311
313
|
end
|
312
314
|
end
|
313
315
|
|
314
|
-
#
|
316
|
+
# The email address of a contact.
|
315
317
|
class Contact
|
316
318
|
include Google::Apis::Core::Hashable
|
317
319
|
|
318
|
-
# An email address
|
320
|
+
# An email address. For example, "`person123@company.com`".
|
319
321
|
# Corresponds to the JSON property `email`
|
320
322
|
# @return [String]
|
321
323
|
attr_accessor :email
|
@@ -990,10 +992,11 @@ module Google
|
|
990
992
|
# @return [Array<Google::Apis::SecuritycenterV1beta2::IamBinding>]
|
991
993
|
attr_accessor :iam_bindings
|
992
994
|
|
993
|
-
# Represents what's commonly known as an
|
995
|
+
# Represents what's commonly known as an _indicator of compromise_ (IoC) in
|
994
996
|
# computer forensics. This is an artifact observed on a network or in an
|
995
997
|
# operating system that, with high confidence, indicates a computer intrusion.
|
996
|
-
#
|
998
|
+
# For more information, see [Indicator of compromise](https://en.wikipedia.org/
|
999
|
+
# wiki/Indicator_of_compromise).
|
997
1000
|
# Corresponds to the JSON property `indicator`
|
998
1001
|
# @return [Google::Apis::SecuritycenterV1beta2::Indicator]
|
999
1002
|
attr_accessor :indicator
|
@@ -1003,7 +1006,7 @@ module Google
|
|
1003
1006
|
# @return [Google::Apis::SecuritycenterV1beta2::KernelRootkit]
|
1004
1007
|
attr_accessor :kernel_rootkit
|
1005
1008
|
|
1006
|
-
# Kubernetes
|
1009
|
+
# Kubernetes-related attributes.
|
1007
1010
|
# Corresponds to the JSON property `kubernetes`
|
1008
1011
|
# @return [Google::Apis::SecuritycenterV1beta2::Kubernetes]
|
1009
1012
|
attr_accessor :kubernetes
|
@@ -1199,7 +1202,7 @@ module Google
|
|
1199
1202
|
class GoogleCloudSecuritycenterV1BigQueryExport
|
1200
1203
|
include Google::Apis::Core::Hashable
|
1201
1204
|
|
1202
|
-
# Output only. The time at which the
|
1205
|
+
# Output only. The time at which the BigQuery export was created. This field is
|
1203
1206
|
# set by the server and will be ignored if provided on export on creation.
|
1204
1207
|
# Corresponds to the JSON property `createTime`
|
1205
1208
|
# @return [String]
|
@@ -1231,7 +1234,7 @@ module Google
|
|
1231
1234
|
# @return [String]
|
1232
1235
|
attr_accessor :filter
|
1233
1236
|
|
1234
|
-
# Output only. Email address of the user who last edited the
|
1237
|
+
# Output only. Email address of the user who last edited the BigQuery export.
|
1235
1238
|
# This field is set by the server and will be ignored if provided on export
|
1236
1239
|
# creation or update.
|
1237
1240
|
# Corresponds to the JSON property `mostRecentEditor`
|
@@ -1248,15 +1251,15 @@ module Google
|
|
1248
1251
|
# @return [String]
|
1249
1252
|
attr_accessor :name
|
1250
1253
|
|
1251
|
-
# Output only. The service account that needs permission to create table
|
1252
|
-
# data to the
|
1254
|
+
# Output only. The service account that needs permission to create table and
|
1255
|
+
# upload data to the BigQuery dataset.
|
1253
1256
|
# Corresponds to the JSON property `principal`
|
1254
1257
|
# @return [String]
|
1255
1258
|
attr_accessor :principal
|
1256
1259
|
|
1257
|
-
# Output only. The most recent time at which the
|
1258
|
-
# field is set by the server and will be ignored if provided on export
|
1259
|
-
# or update.
|
1260
|
+
# Output only. The most recent time at which the BigQuery export was updated.
|
1261
|
+
# This field is set by the server and will be ignored if provided on export
|
1262
|
+
# creation or update.
|
1260
1263
|
# Corresponds to the JSON property `updateTime`
|
1261
1264
|
# @return [String]
|
1262
1265
|
attr_accessor :update_time
|
@@ -1297,8 +1300,8 @@ module Google
|
|
1297
1300
|
# @return [Google::Apis::SecuritycenterV1beta2::Role]
|
1298
1301
|
attr_accessor :role
|
1299
1302
|
|
1300
|
-
# Represents
|
1301
|
-
# requests.
|
1303
|
+
# Represents one or more subjects that are bound to the role. Not always
|
1304
|
+
# available for PATCH requests.
|
1302
1305
|
# Corresponds to the JSON property `subjects`
|
1303
1306
|
# @return [Array<Google::Apis::SecuritycenterV1beta2::Subject>]
|
1304
1307
|
attr_accessor :subjects
|
@@ -1439,10 +1442,10 @@ module Google
|
|
1439
1442
|
# @return [String]
|
1440
1443
|
attr_accessor :external_uid
|
1441
1444
|
|
1442
|
-
#
|
1443
|
-
# sources/5678/findings/123456/externalSystems/jira
|
1444
|
-
# findings/123456/externalSystems/jira
|
1445
|
-
# 123456/externalSystems/jira
|
1445
|
+
# Full resource name of the external system, for example: "organizations/1234/
|
1446
|
+
# sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/
|
1447
|
+
# findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/
|
1448
|
+
# 123456/externalSystems/jira"
|
1446
1449
|
# Corresponds to the JSON property `name`
|
1447
1450
|
# @return [String]
|
1448
1451
|
attr_accessor :name
|
@@ -2073,10 +2076,11 @@ module Google
|
|
2073
2076
|
end
|
2074
2077
|
end
|
2075
2078
|
|
2076
|
-
# Represents what's commonly known as an
|
2079
|
+
# Represents what's commonly known as an _indicator of compromise_ (IoC) in
|
2077
2080
|
# computer forensics. This is an artifact observed on a network or in an
|
2078
2081
|
# operating system that, with high confidence, indicates a computer intrusion.
|
2079
|
-
#
|
2082
|
+
# For more information, see [Indicator of compromise](https://en.wikipedia.org/
|
2083
|
+
# wiki/Indicator_of_compromise).
|
2080
2084
|
class Indicator
|
2081
2085
|
include Google::Apis::Core::Hashable
|
2082
2086
|
|
@@ -2085,7 +2089,7 @@ module Google
|
|
2085
2089
|
# @return [Array<String>]
|
2086
2090
|
attr_accessor :domains
|
2087
2091
|
|
2088
|
-
#
|
2092
|
+
# The list of IP addresses that are associated with the finding.
|
2089
2093
|
# Corresponds to the JSON property `ipAddresses`
|
2090
2094
|
# @return [Array<String>]
|
2091
2095
|
attr_accessor :ip_addresses
|
@@ -2123,55 +2127,55 @@ module Google
|
|
2123
2127
|
# @return [String]
|
2124
2128
|
attr_accessor :name
|
2125
2129
|
|
2126
|
-
#
|
2130
|
+
# True when unexpected modifications of kernel code memory are present.
|
2127
2131
|
# Corresponds to the JSON property `unexpectedCodeModification`
|
2128
2132
|
# @return [Boolean]
|
2129
2133
|
attr_accessor :unexpected_code_modification
|
2130
2134
|
alias_method :unexpected_code_modification?, :unexpected_code_modification
|
2131
2135
|
|
2132
|
-
#
|
2133
|
-
#
|
2136
|
+
# True when `ftrace` points are present with callbacks pointing to regions that
|
2137
|
+
# are not in the expected kernel or module code range.
|
2134
2138
|
# Corresponds to the JSON property `unexpectedFtraceHandler`
|
2135
2139
|
# @return [Boolean]
|
2136
2140
|
attr_accessor :unexpected_ftrace_handler
|
2137
2141
|
alias_method :unexpected_ftrace_handler?, :unexpected_ftrace_handler
|
2138
2142
|
|
2139
|
-
#
|
2140
|
-
#
|
2143
|
+
# True when interrupt handlers that are are not in the expected kernel or module
|
2144
|
+
# code regions are present.
|
2141
2145
|
# Corresponds to the JSON property `unexpectedInterruptHandler`
|
2142
2146
|
# @return [Boolean]
|
2143
2147
|
attr_accessor :unexpected_interrupt_handler
|
2144
2148
|
alias_method :unexpected_interrupt_handler?, :unexpected_interrupt_handler
|
2145
2149
|
|
2146
|
-
#
|
2147
|
-
#
|
2150
|
+
# True when kernel code pages that are not in the expected kernel or module code
|
2151
|
+
# regions are present.
|
2148
2152
|
# Corresponds to the JSON property `unexpectedKernelCodePages`
|
2149
2153
|
# @return [Boolean]
|
2150
2154
|
attr_accessor :unexpected_kernel_code_pages
|
2151
2155
|
alias_method :unexpected_kernel_code_pages?, :unexpected_kernel_code_pages
|
2152
2156
|
|
2153
|
-
#
|
2154
|
-
#
|
2157
|
+
# True when `kprobe` points are present with callbacks pointing to regions that
|
2158
|
+
# are not in the expected kernel or module code range.
|
2155
2159
|
# Corresponds to the JSON property `unexpectedKprobeHandler`
|
2156
2160
|
# @return [Boolean]
|
2157
2161
|
attr_accessor :unexpected_kprobe_handler
|
2158
2162
|
alias_method :unexpected_kprobe_handler?, :unexpected_kprobe_handler
|
2159
2163
|
|
2160
|
-
#
|
2161
|
-
# are in the run
|
2164
|
+
# True when unexpected processes in the scheduler run queue are present. Such
|
2165
|
+
# processes are in the run queue, but not in the process task list.
|
2162
2166
|
# Corresponds to the JSON property `unexpectedProcessesInRunqueue`
|
2163
2167
|
# @return [Boolean]
|
2164
2168
|
attr_accessor :unexpected_processes_in_runqueue
|
2165
2169
|
alias_method :unexpected_processes_in_runqueue?, :unexpected_processes_in_runqueue
|
2166
2170
|
|
2167
|
-
#
|
2171
|
+
# True when unexpected modifications of kernel read-only data memory are present.
|
2168
2172
|
# Corresponds to the JSON property `unexpectedReadOnlyDataModification`
|
2169
2173
|
# @return [Boolean]
|
2170
2174
|
attr_accessor :unexpected_read_only_data_modification
|
2171
2175
|
alias_method :unexpected_read_only_data_modification?, :unexpected_read_only_data_modification
|
2172
2176
|
|
2173
|
-
#
|
2174
|
-
#
|
2177
|
+
# True when system call handlers that are are not in the expected kernel or
|
2178
|
+
# module code regions are present.
|
2175
2179
|
# Corresponds to the JSON property `unexpectedSystemCallHandler`
|
2176
2180
|
# @return [Boolean]
|
2177
2181
|
attr_accessor :unexpected_system_call_handler
|
@@ -2195,7 +2199,7 @@ module Google
|
|
2195
2199
|
end
|
2196
2200
|
end
|
2197
2201
|
|
2198
|
-
# Kubernetes
|
2202
|
+
# Kubernetes-related attributes.
|
2199
2203
|
class Kubernetes
|
2200
2204
|
include Google::Apis::Core::Hashable
|
2201
2205
|
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230112"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.43.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:
|
11
|
+
date: 2023-01-15 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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.43.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Security Command Center API V1beta2
|