google-apis-securitycenter_v1beta2 0.47.0 → 0.49.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: 3e7be4a9590cfbbf3880baaa299e1ba547e7390536e0a424f702494b84d2a7ee
4
- data.tar.gz: 82edb6f0e9681be9d63bdde20fe0f439f16a217af1da201b659179a705fe7587
3
+ metadata.gz: fdf454e0e73cbb28da2d3ffc256219d1569849714103394ee84f760eac0d16e5
4
+ data.tar.gz: 43b01f1c55cd08585be1caaab8e34792b754183f485847955d132d570a877462
5
5
  SHA512:
6
- metadata.gz: 465d46773357825575c92aa0e699e668c855273592e8a2f4bfacb46a4670e2445da1a883692128b61d800c6306d80cde5a4c28d81e63a739dbac019d98da2a73
7
- data.tar.gz: c2d89a6a7da9c33cbe1dd7cfff333f895e42005524549a5fc91ac422cf0f597937c84ecb6791a288153c80e339999579a2b958973e3954fc3d0862a38e7ef558
6
+ metadata.gz: fb362f0250da761629d595404dfb550baea2e4f92aece9ba6e5e33471bcaa9653180d9b8bb372296512b6f33376465b8fbaabc0fbded525044b1f54937e27b90
7
+ data.tar.gz: 2d32fdac9d22cf63a9ddc8e808974c46b6d50bd608b3a8e91e4679db05e7fc8cc599cdfe4d20f12667ce2d01419fffb97dd1cdbcc9b93f8be5de1750ec79e6af
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.49.0 (2023-05-21)
4
+
5
+ * Regenerated from discovery document revision 20230512
6
+
7
+ ### v0.48.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230420
10
+
3
11
  ### v0.47.0 (2023-04-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230414
@@ -120,17 +120,19 @@ module Google
120
120
  end
121
121
  end
122
122
 
123
- # Conveys information about a Kubernetes access review (e.g. kubectl auth can-i .
124
- # ..) that was involved in a finding.
123
+ # Conveys information about a Kubernetes access review (such as one returned by
124
+ # a [`kubectl auth can-i`](https://kubernetes.io/docs/reference/access-authn-
125
+ # authz/authorization/#checking-api-access) command) that was involved in a
126
+ # finding.
125
127
  class AccessReview
126
128
  include Google::Apis::Core::Hashable
127
129
 
128
- # Group is the API Group of the Resource. "*" means all.
130
+ # The API group of the resource. "*" means all.
129
131
  # Corresponds to the JSON property `group`
130
132
  # @return [String]
131
133
  attr_accessor :group
132
134
 
133
- # Name is the name of the resource being requested. Empty means all.
135
+ # The name of the resource being requested. Empty means all.
134
136
  # Corresponds to the JSON property `name`
135
137
  # @return [String]
136
138
  attr_accessor :name
@@ -141,23 +143,23 @@ module Google
141
143
  # @return [String]
142
144
  attr_accessor :ns
143
145
 
144
- # Resource is the optional resource type requested. "*" means all.
146
+ # The optional resource type requested. "*" means all.
145
147
  # Corresponds to the JSON property `resource`
146
148
  # @return [String]
147
149
  attr_accessor :resource
148
150
 
149
- # Subresource is the optional subresource type.
151
+ # The optional subresource type.
150
152
  # Corresponds to the JSON property `subresource`
151
153
  # @return [String]
152
154
  attr_accessor :subresource
153
155
 
154
- # Verb is a Kubernetes resource API verb, like: get, list, watch, create, update,
155
- # delete, proxy. "*" means all.
156
+ # A Kubernetes resource API verb, like get, list, watch, create, update, delete,
157
+ # proxy. "*" means all.
156
158
  # Corresponds to the JSON property `verb`
157
159
  # @return [String]
158
160
  attr_accessor :verb
159
161
 
160
- # Version is the API Version of the Resource. "*" means all.
162
+ # The API version of the resource. "*" means all.
161
163
  # Corresponds to the JSON property `version`
162
164
  # @return [String]
163
165
  attr_accessor :version
@@ -189,6 +191,11 @@ module Google
189
191
  # @return [String]
190
192
  attr_accessor :data_profile
191
193
 
194
+ # The resource hierarchy level at which the data profile was generated.
195
+ # Corresponds to the JSON property `parentType`
196
+ # @return [String]
197
+ attr_accessor :parent_type
198
+
192
199
  def initialize(**args)
193
200
  update!(**args)
194
201
  end
@@ -196,6 +203,7 @@ module Google
196
203
  # Update properties of this object
197
204
  def update!(**args)
198
205
  @data_profile = args[:data_profile] if args.key?(:data_profile)
206
+ @parent_type = args[:parent_type] if args.key?(:parent_type)
199
207
  end
200
208
  end
201
209
 
@@ -211,8 +219,8 @@ module Google
211
219
  attr_accessor :full_scan
212
220
  alias_method :full_scan?, :full_scan
213
221
 
214
- # The [type of information](https://cloud.google.com/dlp/docs/infotypes-
215
- # reference) found, for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
222
+ # The type of information (or *[infoType](https://cloud.google.com/dlp/docs/
223
+ # infotypes-reference)*) found, for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
216
224
  # Corresponds to the JSON property `infoType`
217
225
  # @return [String]
218
226
  attr_accessor :info_type
@@ -246,18 +254,17 @@ module Google
246
254
  class Compliance
247
255
  include Google::Apis::Core::Hashable
248
256
 
249
- # Policies within the standard/benchmark e.g. A.12.4.1
257
+ # Policies within the standard or benchmark, for example, A.12.4.1
250
258
  # Corresponds to the JSON property `ids`
251
259
  # @return [Array<String>]
252
260
  attr_accessor :ids
253
261
 
254
- # Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp",
255
- # etc.
262
+ # Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
256
263
  # Corresponds to the JSON property `standard`
257
264
  # @return [String]
258
265
  attr_accessor :standard
259
266
 
260
- # Version of the standard/benchmark e.g. 1.1
267
+ # Version of the standard or benchmark, for example, 1.1
261
268
  # Corresponds to the JSON property `version`
262
269
  # @return [String]
263
270
  attr_accessor :version
@@ -363,7 +370,7 @@ module Google
363
370
  end
364
371
  end
365
372
 
366
- # The details pertaining to specific contacts
373
+ # Details about specific contacts
367
374
  class ContactDetails
368
375
  include Google::Apis::Core::Hashable
369
376
 
@@ -386,7 +393,7 @@ module Google
386
393
  class Container
387
394
  include Google::Apis::Core::Hashable
388
395
 
389
- # Optional container image id, when provided by the container runtime. Uniquely
396
+ # Optional container image ID, if provided by the container runtime. Uniquely
390
397
  # identifies the container image launched using a container image digest.
391
398
  # Corresponds to the JSON property `imageId`
392
399
  # @return [String]
@@ -397,13 +404,13 @@ module Google
397
404
  # @return [Array<Google::Apis::SecuritycenterV1beta2::Label>]
398
405
  attr_accessor :labels
399
406
 
400
- # Container name.
407
+ # Name of the container.
401
408
  # Corresponds to the JSON property `name`
402
409
  # @return [String]
403
410
  attr_accessor :name
404
411
 
405
- # Container image URI provided when configuring a pod/container. May identify a
406
- # container image version using mutable tags.
412
+ # Container image URI provided when configuring a pod or container. This string
413
+ # can identify a container image version using mutable tags.
407
414
  # Corresponds to the JSON property `uri`
408
415
  # @return [String]
409
416
  attr_accessor :uri
@@ -591,38 +598,43 @@ module Google
591
598
  end
592
599
 
593
600
  # Represents database access information, such as queries. A database may be a
594
- # sub-resource of an instance (as in the case of CloudSQL instances or Cloud
601
+ # sub-resource of an instance (as in the case of Cloud SQL instances or Cloud
595
602
  # Spanner instances), or the database instance itself. Some database resources
596
- # may not have the full resource name populated because these resource types are
597
- # not yet supported by Cloud Asset Inventory (e.g. CloudSQL databases). In these
598
- # cases only the display name will be provided.
603
+ # might not have the [full resource name](https://google.aip.dev/122#full-
604
+ # resource-names) populated because these resource types, such as Cloud SQL
605
+ # databases, are not yet supported by Cloud Asset Inventory. In these cases only
606
+ # the display name is provided. Some database resources may not have the [full
607
+ # resource name](https://google.aip.dev/122#full-resource-names) populated
608
+ # because these resource types are not yet supported by Cloud Asset Inventory (e.
609
+ # g. Cloud SQL databases). In these cases only the display name will be provided.
599
610
  class Database
600
611
  include Google::Apis::Core::Hashable
601
612
 
602
- # The human readable name of the database the user connected to.
613
+ # The human-readable name of the database that the user connected to.
603
614
  # Corresponds to the JSON property `displayName`
604
615
  # @return [String]
605
616
  attr_accessor :display_name
606
617
 
607
- # The target usernames/roles/groups of a SQL privilege grant (not an IAM policy
608
- # change).
618
+ # The target usernames, roles, or groups of an SQL privilege grant, which is not
619
+ # an IAM policy change.
609
620
  # Corresponds to the JSON property `grantees`
610
621
  # @return [Array<String>]
611
622
  attr_accessor :grantees
612
623
 
613
- # The full resource name of the database the user connected to, if it is
614
- # supported by CAI. (https://google.aip.dev/122#full-resource-names)
624
+ # The [full resource name](https://google.aip.dev/122#full-resource-names) of
625
+ # the database that the user connected to, if it is supported by Cloud Asset
626
+ # Inventory.
615
627
  # Corresponds to the JSON property `name`
616
628
  # @return [String]
617
629
  attr_accessor :name
618
630
 
619
- # The SQL statement associated with the relevant access.
631
+ # The SQL statement that is associated with the database access.
620
632
  # Corresponds to the JSON property `query`
621
633
  # @return [String]
622
634
  attr_accessor :query
623
635
 
624
- # The username used to connect to the DB. This may not necessarily be an IAM
625
- # principal, and has no required format.
636
+ # The username used to connect to the database. The username might not be an IAM
637
+ # principal and does not have a set format.
626
638
  # Corresponds to the JSON property `userName`
627
639
  # @return [String]
628
640
  attr_accessor :user_name
@@ -697,8 +709,8 @@ module Google
697
709
  end
698
710
  end
699
711
 
700
- # EnvironmentVariable is a name-value pair to store environment variables for
701
- # Process.
712
+ # A name-value pair representing an environment variable used in an operating
713
+ # system process.
702
714
  class EnvironmentVariable
703
715
  include Google::Apis::Core::Hashable
704
716
 
@@ -765,19 +777,20 @@ module Google
765
777
  end
766
778
  end
767
779
 
768
- # Resource that has been exfiltrated or exfiltrated_to.
780
+ # Resource where data was exfiltrated from or exfiltrated to.
769
781
  class ExfilResource
770
782
  include Google::Apis::Core::Hashable
771
783
 
772
- # Subcomponents of the asset that is exfiltrated - these could be URIs used
773
- # during exfiltration, table names, databases, filenames, etc. For example,
774
- # multiple tables may be exfiltrated from the same CloudSQL instance, or
775
- # multiple files from the same Cloud Storage bucket.
784
+ # Subcomponents of the asset that was exfiltrated, like URIs used during
785
+ # exfiltration, table names, databases, and filenames. For example, multiple
786
+ # tables might have been exfiltrated from the same Cloud SQL instance, or
787
+ # multiple files might have been exfiltrated from the same Cloud Storage bucket.
776
788
  # Corresponds to the JSON property `components`
777
789
  # @return [Array<String>]
778
790
  attr_accessor :components
779
791
 
780
- # Resource's URI (https://google.aip.dev/122#full-resource-names)
792
+ # The resource's [full resource name](https://cloud.google.com/apis/design/
793
+ # resource_names#full_resource_name).
781
794
  # Corresponds to the JSON property `name`
782
795
  # @return [String]
783
796
  attr_accessor :name
@@ -793,9 +806,10 @@ module Google
793
806
  end
794
807
  end
795
808
 
796
- # Exfiltration represents a data exfiltration attempt of one or more sources to
797
- # one or more targets. Sources represent the source of data that is exfiltrated,
798
- # and Targets represents the destination the data was copied to.
809
+ # Exfiltration represents a data exfiltration attempt from one or more sources
810
+ # to one or more targets. The `sources` attribute lists the sources of the
811
+ # exfiltrated data. The `targets` attribute lists the destinations the data was
812
+ # copied to.
799
813
  class Exfiltration
800
814
  include Google::Apis::Core::Hashable
801
815
 
@@ -882,8 +896,7 @@ module Google
882
896
  class File
883
897
  include Google::Apis::Core::Hashable
884
898
 
885
- # Prefix of the file contents as a JSON encoded string. (Currently only
886
- # populated for Malicious Script Executed findings.)
899
+ # Prefix of the file contents as a JSON-encoded string.
887
900
  # Corresponds to the JSON property `contents`
888
901
  # @return [String]
889
902
  attr_accessor :contents
@@ -1005,11 +1018,15 @@ module Google
1005
1018
  attr_accessor :create_time
1006
1019
 
1007
1020
  # Represents database access information, such as queries. A database may be a
1008
- # sub-resource of an instance (as in the case of CloudSQL instances or Cloud
1021
+ # sub-resource of an instance (as in the case of Cloud SQL instances or Cloud
1009
1022
  # Spanner instances), or the database instance itself. Some database resources
1010
- # may not have the full resource name populated because these resource types are
1011
- # not yet supported by Cloud Asset Inventory (e.g. CloudSQL databases). In these
1012
- # cases only the display name will be provided.
1023
+ # might not have the [full resource name](https://google.aip.dev/122#full-
1024
+ # resource-names) populated because these resource types, such as Cloud SQL
1025
+ # databases, are not yet supported by Cloud Asset Inventory. In these cases only
1026
+ # the display name is provided. Some database resources may not have the [full
1027
+ # resource name](https://google.aip.dev/122#full-resource-names) populated
1028
+ # because these resource types are not yet supported by Cloud Asset Inventory (e.
1029
+ # g. Cloud SQL databases). In these cases only the display name will be provided.
1013
1030
  # Corresponds to the JSON property `database`
1014
1031
  # @return [Google::Apis::SecuritycenterV1beta2::Database]
1015
1032
  attr_accessor :database
@@ -1029,9 +1046,10 @@ module Google
1029
1046
  # @return [String]
1030
1047
  attr_accessor :event_time
1031
1048
 
1032
- # Exfiltration represents a data exfiltration attempt of one or more sources to
1033
- # one or more targets. Sources represent the source of data that is exfiltrated,
1034
- # and Targets represents the destination the data was copied to.
1049
+ # Exfiltration represents a data exfiltration attempt from one or more sources
1050
+ # to one or more targets. The `sources` attribute lists the sources of the
1051
+ # exfiltrated data. The `targets` attribute lists the destinations the data was
1052
+ # copied to.
1035
1053
  # Corresponds to the JSON property `exfiltration`
1036
1054
  # @return [Google::Apis::SecuritycenterV1beta2::Exfiltration]
1037
1055
  attr_accessor :exfiltration
@@ -1367,12 +1385,12 @@ module Google
1367
1385
  class GoogleCloudSecuritycenterV1Binding
1368
1386
  include Google::Apis::Core::Hashable
1369
1387
 
1370
- # Name for binding.
1388
+ # Name for the binding.
1371
1389
  # Corresponds to the JSON property `name`
1372
1390
  # @return [String]
1373
1391
  attr_accessor :name
1374
1392
 
1375
- # Namespace for binding.
1393
+ # Namespace for the binding.
1376
1394
  # Corresponds to the JSON property `ns`
1377
1395
  # @return [String]
1378
1396
  attr_accessor :ns
@@ -2275,8 +2293,8 @@ module Google
2275
2293
  # @return [String]
2276
2294
  attr_accessor :action
2277
2295
 
2278
- # A single identity requesting access for a Cloud Platform resource, e.g. "foo@
2279
- # google.com".
2296
+ # A single identity requesting access for a Cloud Platform resource, for example,
2297
+ # "foo@google.com".
2280
2298
  # Corresponds to the JSON property `member`
2281
2299
  # @return [String]
2282
2300
  attr_accessor :member
@@ -2345,60 +2363,60 @@ module Google
2345
2363
  class KernelRootkit
2346
2364
  include Google::Apis::Core::Hashable
2347
2365
 
2348
- # Rootkit name when available.
2366
+ # Rootkit name, when available.
2349
2367
  # Corresponds to the JSON property `name`
2350
2368
  # @return [String]
2351
2369
  attr_accessor :name
2352
2370
 
2353
- # True when unexpected modifications of kernel code memory are present.
2371
+ # True if unexpected modifications of kernel code memory are present.
2354
2372
  # Corresponds to the JSON property `unexpectedCodeModification`
2355
2373
  # @return [Boolean]
2356
2374
  attr_accessor :unexpected_code_modification
2357
2375
  alias_method :unexpected_code_modification?, :unexpected_code_modification
2358
2376
 
2359
- # True when `ftrace` points are present with callbacks pointing to regions that
2377
+ # True if `ftrace` points are present with callbacks pointing to regions that
2360
2378
  # are not in the expected kernel or module code range.
2361
2379
  # Corresponds to the JSON property `unexpectedFtraceHandler`
2362
2380
  # @return [Boolean]
2363
2381
  attr_accessor :unexpected_ftrace_handler
2364
2382
  alias_method :unexpected_ftrace_handler?, :unexpected_ftrace_handler
2365
2383
 
2366
- # True when interrupt handlers that are are not in the expected kernel or module
2384
+ # True if interrupt handlers that are are not in the expected kernel or module
2367
2385
  # code regions are present.
2368
2386
  # Corresponds to the JSON property `unexpectedInterruptHandler`
2369
2387
  # @return [Boolean]
2370
2388
  attr_accessor :unexpected_interrupt_handler
2371
2389
  alias_method :unexpected_interrupt_handler?, :unexpected_interrupt_handler
2372
2390
 
2373
- # True when kernel code pages that are not in the expected kernel or module code
2391
+ # True if kernel code pages that are not in the expected kernel or module code
2374
2392
  # regions are present.
2375
2393
  # Corresponds to the JSON property `unexpectedKernelCodePages`
2376
2394
  # @return [Boolean]
2377
2395
  attr_accessor :unexpected_kernel_code_pages
2378
2396
  alias_method :unexpected_kernel_code_pages?, :unexpected_kernel_code_pages
2379
2397
 
2380
- # True when `kprobe` points are present with callbacks pointing to regions that
2398
+ # True if `kprobe` points are present with callbacks pointing to regions that
2381
2399
  # are not in the expected kernel or module code range.
2382
2400
  # Corresponds to the JSON property `unexpectedKprobeHandler`
2383
2401
  # @return [Boolean]
2384
2402
  attr_accessor :unexpected_kprobe_handler
2385
2403
  alias_method :unexpected_kprobe_handler?, :unexpected_kprobe_handler
2386
2404
 
2387
- # True when unexpected processes in the scheduler run queue are present. Such
2405
+ # True if unexpected processes in the scheduler run queue are present. Such
2388
2406
  # processes are in the run queue, but not in the process task list.
2389
2407
  # Corresponds to the JSON property `unexpectedProcessesInRunqueue`
2390
2408
  # @return [Boolean]
2391
2409
  attr_accessor :unexpected_processes_in_runqueue
2392
2410
  alias_method :unexpected_processes_in_runqueue?, :unexpected_processes_in_runqueue
2393
2411
 
2394
- # True when unexpected modifications of kernel read-only data memory are present.
2412
+ # True if unexpected modifications of kernel read-only data memory are present.
2395
2413
  # Corresponds to the JSON property `unexpectedReadOnlyDataModification`
2396
2414
  # @return [Boolean]
2397
2415
  attr_accessor :unexpected_read_only_data_modification
2398
2416
  alias_method :unexpected_read_only_data_modification?, :unexpected_read_only_data_modification
2399
2417
 
2400
- # True when system call handlers that are are not in the expected kernel or
2401
- # module code regions are present.
2418
+ # True if system call handlers that are are not in the expected kernel or module
2419
+ # code regions are present.
2402
2420
  # Corresponds to the JSON property `unexpectedSystemCallHandler`
2403
2421
  # @return [Boolean]
2404
2422
  attr_accessor :unexpected_system_call_handler
@@ -2426,37 +2444,42 @@ module Google
2426
2444
  class Kubernetes
2427
2445
  include Google::Apis::Core::Hashable
2428
2446
 
2429
- # Provides information on any Kubernetes access reviews (i.e. privilege checks)
2447
+ # Provides information on any Kubernetes access reviews (privilege checks)
2430
2448
  # relevant to the finding.
2431
2449
  # Corresponds to the JSON property `accessReviews`
2432
2450
  # @return [Array<Google::Apis::SecuritycenterV1beta2::AccessReview>]
2433
2451
  attr_accessor :access_reviews
2434
2452
 
2435
- # Provides Kubernetes role binding information for findings that involve
2436
- # RoleBindings or ClusterRoleBindings.
2453
+ # Provides Kubernetes role binding information for findings that involve [
2454
+ # RoleBindings or ClusterRoleBindings](https://cloud.google.com/kubernetes-
2455
+ # engine/docs/how-to/role-based-access-control).
2437
2456
  # Corresponds to the JSON property `bindings`
2438
2457
  # @return [Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1Binding>]
2439
2458
  attr_accessor :bindings
2440
2459
 
2441
- # GKE Node Pools associated with the finding. This field will contain NodePool
2442
- # information for each Node, when it is available.
2460
+ # GKE [node pools](https://cloud.google.com/kubernetes-engine/docs/concepts/node-
2461
+ # pools) associated with the finding. This field contains node pool information
2462
+ # for each node, when it is available.
2443
2463
  # Corresponds to the JSON property `nodePools`
2444
2464
  # @return [Array<Google::Apis::SecuritycenterV1beta2::NodePool>]
2445
2465
  attr_accessor :node_pools
2446
2466
 
2447
- # Provides Kubernetes Node information.
2467
+ # Provides Kubernetes [node](https://cloud.google.com/kubernetes-engine/docs/
2468
+ # concepts/cluster-architecture#nodes) information.
2448
2469
  # Corresponds to the JSON property `nodes`
2449
2470
  # @return [Array<Google::Apis::SecuritycenterV1beta2::Node>]
2450
2471
  attr_accessor :nodes
2451
2472
 
2452
- # Kubernetes Pods associated with the finding. This field will contain Pod
2453
- # records for each container that is owned by a Pod.
2473
+ # Kubernetes [Pods](https://cloud.google.com/kubernetes-engine/docs/concepts/pod)
2474
+ # associated with the finding. This field contains Pod records for each
2475
+ # container that is owned by a Pod.
2454
2476
  # Corresponds to the JSON property `pods`
2455
2477
  # @return [Array<Google::Apis::SecuritycenterV1beta2::Pod>]
2456
2478
  attr_accessor :pods
2457
2479
 
2458
- # Provides Kubernetes role information for findings that involve Roles or
2459
- # ClusterRoles.
2480
+ # Provides Kubernetes role information for findings that involve [Roles or
2481
+ # ClusterRoles](https://cloud.google.com/kubernetes-engine/docs/how-to/role-
2482
+ # based-access-control).
2460
2483
  # Corresponds to the JSON property `roles`
2461
2484
  # @return [Array<Google::Apis::SecuritycenterV1beta2::Role>]
2462
2485
  attr_accessor :roles
@@ -2476,17 +2499,20 @@ module Google
2476
2499
  end
2477
2500
  end
2478
2501
 
2479
- # Label represents a generic name=value label. Label has separate name and value
2480
- # fields to support filtering with contains().
2502
+ # Represents a generic name-value label. A label has separate name and value
2503
+ # fields to support filtering with the `contains()` function. For more
2504
+ # information, see [Filtering on array-type fields](https://cloud.google.com/
2505
+ # security-command-center/docs/how-to-api-list-findings#array-contains-filtering)
2506
+ # .
2481
2507
  class Label
2482
2508
  include Google::Apis::Core::Hashable
2483
2509
 
2484
- # Label name.
2510
+ # Name of the label.
2485
2511
  # Corresponds to the JSON property `name`
2486
2512
  # @return [String]
2487
2513
  attr_accessor :name
2488
2514
 
2489
- # Label value.
2515
+ # Value that corresponds to the label's name.
2490
2516
  # Corresponds to the JSON property `value`
2491
2517
  # @return [String]
2492
2518
  attr_accessor :value
@@ -2577,11 +2603,12 @@ module Google
2577
2603
  end
2578
2604
  end
2579
2605
 
2580
- # Kubernetes Nodes associated with the finding.
2606
+ # Kubernetes nodes associated with the finding.
2581
2607
  class Node
2582
2608
  include Google::Apis::Core::Hashable
2583
2609
 
2584
- # Full Resource name of the Compute Engine VM running the cluster node.
2610
+ # [Full resource name](https://google.aip.dev/122#full-resource-names) of the
2611
+ # Compute Engine VM running the cluster node.
2585
2612
  # Corresponds to the JSON property `name`
2586
2613
  # @return [String]
2587
2614
  attr_accessor :name
@@ -2596,11 +2623,11 @@ module Google
2596
2623
  end
2597
2624
  end
2598
2625
 
2599
- # Provides GKE Node Pool information.
2626
+ # Provides GKE node pool information.
2600
2627
  class NodePool
2601
2628
  include Google::Apis::Core::Hashable
2602
2629
 
2603
- # Kubernetes Node pool name.
2630
+ # Kubernetes node pool name.
2604
2631
  # Corresponds to the JSON property `name`
2605
2632
  # @return [String]
2606
2633
  attr_accessor :name
@@ -2649,7 +2676,7 @@ module Google
2649
2676
  end
2650
2677
  end
2651
2678
 
2652
- # Kubernetes Pod.
2679
+ # A Kubernetes Pod.
2653
2680
  class Pod
2654
2681
  include Google::Apis::Core::Hashable
2655
2682
 
@@ -2723,18 +2750,18 @@ module Google
2723
2750
  # @return [Array<Google::Apis::SecuritycenterV1beta2::File>]
2724
2751
  attr_accessor :libraries
2725
2752
 
2726
- # The process name visible in utilities like `top` and `ps`; it can be accessed
2727
- # via `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
2753
+ # The process name, as displayed in utilities like `top` and `ps`. This name can
2754
+ # be accessed through `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
2728
2755
  # Corresponds to the JSON property `name`
2729
2756
  # @return [String]
2730
2757
  attr_accessor :name
2731
2758
 
2732
- # The parent process id.
2759
+ # The parent process ID.
2733
2760
  # Corresponds to the JSON property `parentPid`
2734
2761
  # @return [Fixnum]
2735
2762
  attr_accessor :parent_pid
2736
2763
 
2737
- # The process id.
2764
+ # The process ID.
2738
2765
  # Corresponds to the JSON property `pid`
2739
2766
  # @return [Fixnum]
2740
2767
  attr_accessor :pid
@@ -3061,21 +3088,21 @@ module Google
3061
3088
  end
3062
3089
  end
3063
3090
 
3064
- # Represents a Kubernetes Subject.
3091
+ # Represents a Kubernetes subject.
3065
3092
  class Subject
3066
3093
  include Google::Apis::Core::Hashable
3067
3094
 
3068
- # Authentication type for subject.
3095
+ # Authentication type for the subject.
3069
3096
  # Corresponds to the JSON property `kind`
3070
3097
  # @return [String]
3071
3098
  attr_accessor :kind
3072
3099
 
3073
- # Name for subject.
3100
+ # Name for the subject.
3074
3101
  # Corresponds to the JSON property `name`
3075
3102
  # @return [String]
3076
3103
  attr_accessor :name
3077
3104
 
3078
- # Namespace for subject.
3105
+ # Namespace for the subject.
3079
3106
  # Corresponds to the JSON property `ns`
3080
3107
  # @return [String]
3081
3108
  attr_accessor :ns
@@ -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.47.0"
19
+ GEM_VERSION = "0.49.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230414"
25
+ REVISION = "20230512"
26
26
  end
27
27
  end
28
28
  end
@@ -489,6 +489,7 @@ module Google
489
489
  # @private
490
490
  class Representation < Google::Apis::Core::JsonRepresentation
491
491
  property :data_profile, as: 'dataProfile'
492
+ property :parent_type, as: 'parentType'
492
493
  end
493
494
  end
494
495
 
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.47.0
4
+ version: 0.49.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: 2023-04-23 00:00:00.000000000 Z
11
+ date: 2023-05-28 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.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.49.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: []