google-apis-securitycenter_v1beta2 0.41.0 → 0.42.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: 8e1d257083107d495601491a70e311e85297a3f7d28089027a243a9575750bd9
4
- data.tar.gz: 84e58686e26522763619d6827dc7456fbab2e35477d6ff07328df923f57d37f1
3
+ metadata.gz: f333790d9bd9c77be3658bc23d40277f36673b39a40f5ad88265cd2b68442600
4
+ data.tar.gz: cdc0eaab9d782e2f901dc0641eccd7a465b63d9ff0f91e78d35dd3cc06ee0da2
5
5
  SHA512:
6
- metadata.gz: 44def384e375b1e3a35ed86e46dd3f138c80ec3d71fbdf630019a2346e3f0250e0eb2a5ffd7aeaaf1f233d237c5ab80459650fe04d9709dd85bdf626ac702295
7
- data.tar.gz: 3139c7260d33902541207a9659b4d335c76e37fe923a6a041461c7db57438feae6ac2486afb9d9e12b18c6acfc6bbb57d00de293b7c1b20b56d795517e829379
6
+ metadata.gz: 01a211f7e8e200154b54de90bc341b1d7acb27802c2a920aeca58f951001b7a42a61bf5b27628123c67976943745298d4af8ee03344d6e1f46bca1ce5de4e514
7
+ data.tar.gz: a9ff417825a9e5466f692cee649fe4b9e270cd4d8cb7089f67983b11443ffee5d8a2ed7fc6e87d904705b5d5c0453ed74d2daaa39dd013d2c9b24939bbaa76b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.42.0 (2022-12-22)
4
+
5
+ * Regenerated from discovery document revision 20221220
6
+
3
7
  ### v0.41.0 (2022-12-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20221121
@@ -311,11 +311,11 @@ module Google
311
311
  end
312
312
  end
313
313
 
314
- # Representa a single contact's email address
314
+ # The email address of a contact.
315
315
  class Contact
316
316
  include Google::Apis::Core::Hashable
317
317
 
318
- # An email address e.g. "person123@company.com"
318
+ # An email address. For example, "`person123@company.com`".
319
319
  # Corresponds to the JSON property `email`
320
320
  # @return [String]
321
321
  attr_accessor :email
@@ -990,10 +990,11 @@ module Google
990
990
  # @return [Array<Google::Apis::SecuritycenterV1beta2::IamBinding>]
991
991
  attr_accessor :iam_bindings
992
992
 
993
- # Represents what's commonly known as an Indicator of compromise (IoC) in
993
+ # Represents what's commonly known as an _indicator of compromise_ (IoC) in
994
994
  # computer forensics. This is an artifact observed on a network or in an
995
995
  # operating system that, with high confidence, indicates a computer intrusion.
996
- # Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
996
+ # For more information, see [Indicator of compromise](https://en.wikipedia.org/
997
+ # wiki/Indicator_of_compromise).
997
998
  # Corresponds to the JSON property `indicator`
998
999
  # @return [Google::Apis::SecuritycenterV1beta2::Indicator]
999
1000
  attr_accessor :indicator
@@ -1003,7 +1004,7 @@ module Google
1003
1004
  # @return [Google::Apis::SecuritycenterV1beta2::KernelRootkit]
1004
1005
  attr_accessor :kernel_rootkit
1005
1006
 
1006
- # Kubernetes related attributes.
1007
+ # Kubernetes-related attributes.
1007
1008
  # Corresponds to the JSON property `kubernetes`
1008
1009
  # @return [Google::Apis::SecuritycenterV1beta2::Kubernetes]
1009
1010
  attr_accessor :kubernetes
@@ -1199,7 +1200,7 @@ module Google
1199
1200
  class GoogleCloudSecuritycenterV1BigQueryExport
1200
1201
  include Google::Apis::Core::Hashable
1201
1202
 
1202
- # Output only. The time at which the big query export was created. This field is
1203
+ # Output only. The time at which the BigQuery export was created. This field is
1203
1204
  # set by the server and will be ignored if provided on export on creation.
1204
1205
  # Corresponds to the JSON property `createTime`
1205
1206
  # @return [String]
@@ -1231,7 +1232,7 @@ module Google
1231
1232
  # @return [String]
1232
1233
  attr_accessor :filter
1233
1234
 
1234
- # Output only. Email address of the user who last edited the big query export.
1235
+ # Output only. Email address of the user who last edited the BigQuery export.
1235
1236
  # This field is set by the server and will be ignored if provided on export
1236
1237
  # creation or update.
1237
1238
  # Corresponds to the JSON property `mostRecentEditor`
@@ -1248,15 +1249,15 @@ module Google
1248
1249
  # @return [String]
1249
1250
  attr_accessor :name
1250
1251
 
1251
- # Output only. The service account that needs permission to create table, upload
1252
- # data to the big query dataset.
1252
+ # Output only. The service account that needs permission to create table and
1253
+ # upload data to the BigQuery dataset.
1253
1254
  # Corresponds to the JSON property `principal`
1254
1255
  # @return [String]
1255
1256
  attr_accessor :principal
1256
1257
 
1257
- # Output only. The most recent time at which the big export was updated. This
1258
- # field is set by the server and will be ignored if provided on export creation
1259
- # or update.
1258
+ # Output only. The most recent time at which the BigQuery export was updated.
1259
+ # This field is set by the server and will be ignored if provided on export
1260
+ # creation or update.
1260
1261
  # Corresponds to the JSON property `updateTime`
1261
1262
  # @return [String]
1262
1263
  attr_accessor :update_time
@@ -1297,8 +1298,8 @@ module Google
1297
1298
  # @return [Google::Apis::SecuritycenterV1beta2::Role]
1298
1299
  attr_accessor :role
1299
1300
 
1300
- # Represents the subjects(s) bound to the role. Not always available for PATCH
1301
- # requests.
1301
+ # Represents one or more subjects that are bound to the role. Not always
1302
+ # available for PATCH requests.
1302
1303
  # Corresponds to the JSON property `subjects`
1303
1304
  # @return [Array<Google::Apis::SecuritycenterV1beta2::Subject>]
1304
1305
  attr_accessor :subjects
@@ -1439,10 +1440,10 @@ module Google
1439
1440
  # @return [String]
1440
1441
  attr_accessor :external_uid
1441
1442
 
1442
- # External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
1443
- # sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
1444
- # findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
1445
- # 123456/externalSystems/jira`
1443
+ # Full resource name of the external system, for example: "organizations/1234/
1444
+ # sources/5678/findings/123456/externalSystems/jira", "folders/1234/sources/5678/
1445
+ # findings/123456/externalSystems/jira", "projects/1234/sources/5678/findings/
1446
+ # 123456/externalSystems/jira"
1446
1447
  # Corresponds to the JSON property `name`
1447
1448
  # @return [String]
1448
1449
  attr_accessor :name
@@ -2073,10 +2074,11 @@ module Google
2073
2074
  end
2074
2075
  end
2075
2076
 
2076
- # Represents what's commonly known as an Indicator of compromise (IoC) in
2077
+ # Represents what's commonly known as an _indicator of compromise_ (IoC) in
2077
2078
  # computer forensics. This is an artifact observed on a network or in an
2078
2079
  # operating system that, with high confidence, indicates a computer intrusion.
2079
- # Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
2080
+ # For more information, see [Indicator of compromise](https://en.wikipedia.org/
2081
+ # wiki/Indicator_of_compromise).
2080
2082
  class Indicator
2081
2083
  include Google::Apis::Core::Hashable
2082
2084
 
@@ -2085,7 +2087,7 @@ module Google
2085
2087
  # @return [Array<String>]
2086
2088
  attr_accessor :domains
2087
2089
 
2088
- # List of ip addresses associated to the Finding.
2090
+ # The list of IP addresses that are associated with the finding.
2089
2091
  # Corresponds to the JSON property `ipAddresses`
2090
2092
  # @return [Array<String>]
2091
2093
  attr_accessor :ip_addresses
@@ -2123,55 +2125,55 @@ module Google
2123
2125
  # @return [String]
2124
2126
  attr_accessor :name
2125
2127
 
2126
- # Flag indicating unexpected modifications of kernel code memory.
2128
+ # True when unexpected modifications of kernel code memory are present.
2127
2129
  # Corresponds to the JSON property `unexpectedCodeModification`
2128
2130
  # @return [Boolean]
2129
2131
  attr_accessor :unexpected_code_modification
2130
2132
  alias_method :unexpected_code_modification?, :unexpected_code_modification
2131
2133
 
2132
- # Flag indicating presence of ftrace points with callbacks pointing to regions
2133
- # that are not in the expected kernel or module code range.
2134
+ # True when `ftrace` points are present with callbacks pointing to regions that
2135
+ # are not in the expected kernel or module code range.
2134
2136
  # Corresponds to the JSON property `unexpectedFtraceHandler`
2135
2137
  # @return [Boolean]
2136
2138
  attr_accessor :unexpected_ftrace_handler
2137
2139
  alias_method :unexpected_ftrace_handler?, :unexpected_ftrace_handler
2138
2140
 
2139
- # Flag indicating presence of interrupt handlers that are are not in the
2140
- # expected kernel, module code regions.
2141
+ # True when interrupt handlers that are are not in the expected kernel or module
2142
+ # code regions are present.
2141
2143
  # Corresponds to the JSON property `unexpectedInterruptHandler`
2142
2144
  # @return [Boolean]
2143
2145
  attr_accessor :unexpected_interrupt_handler
2144
2146
  alias_method :unexpected_interrupt_handler?, :unexpected_interrupt_handler
2145
2147
 
2146
- # Flag indicating presence of kernel code pages that are not in the expected
2147
- # kernel, module code regions.
2148
+ # True when kernel code pages that are not in the expected kernel or module code
2149
+ # regions are present.
2148
2150
  # Corresponds to the JSON property `unexpectedKernelCodePages`
2149
2151
  # @return [Boolean]
2150
2152
  attr_accessor :unexpected_kernel_code_pages
2151
2153
  alias_method :unexpected_kernel_code_pages?, :unexpected_kernel_code_pages
2152
2154
 
2153
- # Flag indicating presence of kprobe points with callbacks pointing to regions
2154
- # that are not in the expected kernel or module code range.
2155
+ # True when `kprobe` points are present with callbacks pointing to regions that
2156
+ # are not in the expected kernel or module code range.
2155
2157
  # Corresponds to the JSON property `unexpectedKprobeHandler`
2156
2158
  # @return [Boolean]
2157
2159
  attr_accessor :unexpected_kprobe_handler
2158
2160
  alias_method :unexpected_kprobe_handler?, :unexpected_kprobe_handler
2159
2161
 
2160
- # Flag indicating unexpected process(es) in the scheduler run-queue, those that
2161
- # are in the run-queue, but not in the process task-list.
2162
+ # True when unexpected processes in the scheduler run queue are present. Such
2163
+ # processes are in the run queue, but not in the process task list.
2162
2164
  # Corresponds to the JSON property `unexpectedProcessesInRunqueue`
2163
2165
  # @return [Boolean]
2164
2166
  attr_accessor :unexpected_processes_in_runqueue
2165
2167
  alias_method :unexpected_processes_in_runqueue?, :unexpected_processes_in_runqueue
2166
2168
 
2167
- # Flag indicating unexpected modifications of kernel read-only data memory.
2169
+ # True when unexpected modifications of kernel read-only data memory are present.
2168
2170
  # Corresponds to the JSON property `unexpectedReadOnlyDataModification`
2169
2171
  # @return [Boolean]
2170
2172
  attr_accessor :unexpected_read_only_data_modification
2171
2173
  alias_method :unexpected_read_only_data_modification?, :unexpected_read_only_data_modification
2172
2174
 
2173
- # Flag indicating presence of system call handlers that are are not in the
2174
- # expected kernel, module code regions.
2175
+ # True when system call handlers that are are not in the expected kernel or
2176
+ # module code regions are present.
2175
2177
  # Corresponds to the JSON property `unexpectedSystemCallHandler`
2176
2178
  # @return [Boolean]
2177
2179
  attr_accessor :unexpected_system_call_handler
@@ -2195,7 +2197,7 @@ module Google
2195
2197
  end
2196
2198
  end
2197
2199
 
2198
- # Kubernetes related attributes.
2200
+ # Kubernetes-related attributes.
2199
2201
  class Kubernetes
2200
2202
  include Google::Apis::Core::Hashable
2201
2203
 
@@ -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.41.0"
19
+ GEM_VERSION = "0.42.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221121"
25
+ REVISION = "20221220"
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.41.0
4
+ version: 0.42.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-12-12 00:00:00.000000000 Z
11
+ date: 2023-01-04 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.41.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.42.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: []