google-apis-securitycenter_v1beta2 0.47.0 → 0.48.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: af804b291482652275777b29007b0161a8e959c3282170b174f803c28edf3999
4
+ data.tar.gz: 6f50e4c295e990f485c6de7e31cb87cbe708053d249f23150ee7899c13bb6409
5
5
  SHA512:
6
- metadata.gz: 465d46773357825575c92aa0e699e668c855273592e8a2f4bfacb46a4670e2445da1a883692128b61d800c6306d80cde5a4c28d81e63a739dbac019d98da2a73
7
- data.tar.gz: c2d89a6a7da9c33cbe1dd7cfff333f895e42005524549a5fc91ac422cf0f597937c84ecb6791a288153c80e339999579a2b958973e3954fc3d0862a38e7ef558
6
+ metadata.gz: d9bb8a7e7040fa04a9bff4e6e34f79ff42cce522b397662649e243d90d04f4db4ad7a7120096df0b6688a41d22637a1cd010a08cd4d7fb20ad4947b60d0322a2
7
+ data.tar.gz: 2b3119c644acc90544eb90320842d882317dcddba00671416177c4eaf6a04da163c4ec261df9ce6a80e91914a926f53bfab392a798a0a01bc22cfa4b0de0eb02
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.48.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230420
6
+
3
7
  ### v0.47.0 (2023-04-23)
4
8
 
5
9
  * 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
@@ -211,8 +213,8 @@ module Google
211
213
  attr_accessor :full_scan
212
214
  alias_method :full_scan?, :full_scan
213
215
 
214
- # The [type of information](https://cloud.google.com/dlp/docs/infotypes-
215
- # reference) found, for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
216
+ # The type of information (or *[infoType](https://cloud.google.com/dlp/docs/
217
+ # infotypes-reference)*) found, for example, `EMAIL_ADDRESS` or `STREET_ADDRESS`.
216
218
  # Corresponds to the JSON property `infoType`
217
219
  # @return [String]
218
220
  attr_accessor :info_type
@@ -246,18 +248,17 @@ module Google
246
248
  class Compliance
247
249
  include Google::Apis::Core::Hashable
248
250
 
249
- # Policies within the standard/benchmark e.g. A.12.4.1
251
+ # Policies within the standard or benchmark, for example, A.12.4.1
250
252
  # Corresponds to the JSON property `ids`
251
253
  # @return [Array<String>]
252
254
  attr_accessor :ids
253
255
 
254
- # Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp",
255
- # etc.
256
+ # Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
256
257
  # Corresponds to the JSON property `standard`
257
258
  # @return [String]
258
259
  attr_accessor :standard
259
260
 
260
- # Version of the standard/benchmark e.g. 1.1
261
+ # Version of the standard or benchmark, for example, 1.1
261
262
  # Corresponds to the JSON property `version`
262
263
  # @return [String]
263
264
  attr_accessor :version
@@ -363,7 +364,7 @@ module Google
363
364
  end
364
365
  end
365
366
 
366
- # The details pertaining to specific contacts
367
+ # Details about specific contacts
367
368
  class ContactDetails
368
369
  include Google::Apis::Core::Hashable
369
370
 
@@ -386,7 +387,7 @@ module Google
386
387
  class Container
387
388
  include Google::Apis::Core::Hashable
388
389
 
389
- # Optional container image id, when provided by the container runtime. Uniquely
390
+ # Optional container image ID, if provided by the container runtime. Uniquely
390
391
  # identifies the container image launched using a container image digest.
391
392
  # Corresponds to the JSON property `imageId`
392
393
  # @return [String]
@@ -397,13 +398,13 @@ module Google
397
398
  # @return [Array<Google::Apis::SecuritycenterV1beta2::Label>]
398
399
  attr_accessor :labels
399
400
 
400
- # Container name.
401
+ # Name of the container.
401
402
  # Corresponds to the JSON property `name`
402
403
  # @return [String]
403
404
  attr_accessor :name
404
405
 
405
- # Container image URI provided when configuring a pod/container. May identify a
406
- # container image version using mutable tags.
406
+ # Container image URI provided when configuring a pod or container. This string
407
+ # can identify a container image version using mutable tags.
407
408
  # Corresponds to the JSON property `uri`
408
409
  # @return [String]
409
410
  attr_accessor :uri
@@ -591,38 +592,43 @@ module Google
591
592
  end
592
593
 
593
594
  # 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
595
+ # sub-resource of an instance (as in the case of Cloud SQL instances or Cloud
595
596
  # 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.
597
+ # might not have the [full resource name](https://google.aip.dev/122#full-
598
+ # resource-names) populated because these resource types, such as Cloud SQL
599
+ # databases, are not yet supported by Cloud Asset Inventory. In these cases only
600
+ # the display name is provided. Some database resources may not have the [full
601
+ # resource name](https://google.aip.dev/122#full-resource-names) populated
602
+ # because these resource types are not yet supported by Cloud Asset Inventory (e.
603
+ # g. Cloud SQL databases). In these cases only the display name will be provided.
599
604
  class Database
600
605
  include Google::Apis::Core::Hashable
601
606
 
602
- # The human readable name of the database the user connected to.
607
+ # The human-readable name of the database that the user connected to.
603
608
  # Corresponds to the JSON property `displayName`
604
609
  # @return [String]
605
610
  attr_accessor :display_name
606
611
 
607
- # The target usernames/roles/groups of a SQL privilege grant (not an IAM policy
608
- # change).
612
+ # The target usernames, roles, or groups of an SQL privilege grant, which is not
613
+ # an IAM policy change.
609
614
  # Corresponds to the JSON property `grantees`
610
615
  # @return [Array<String>]
611
616
  attr_accessor :grantees
612
617
 
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)
618
+ # The [full resource name](https://google.aip.dev/122#full-resource-names) of
619
+ # the database that the user connected to, if it is supported by Cloud Asset
620
+ # Inventory.
615
621
  # Corresponds to the JSON property `name`
616
622
  # @return [String]
617
623
  attr_accessor :name
618
624
 
619
- # The SQL statement associated with the relevant access.
625
+ # The SQL statement that is associated with the database access.
620
626
  # Corresponds to the JSON property `query`
621
627
  # @return [String]
622
628
  attr_accessor :query
623
629
 
624
- # The username used to connect to the DB. This may not necessarily be an IAM
625
- # principal, and has no required format.
630
+ # The username used to connect to the database. The username might not be an IAM
631
+ # principal and does not have a set format.
626
632
  # Corresponds to the JSON property `userName`
627
633
  # @return [String]
628
634
  attr_accessor :user_name
@@ -697,8 +703,8 @@ module Google
697
703
  end
698
704
  end
699
705
 
700
- # EnvironmentVariable is a name-value pair to store environment variables for
701
- # Process.
706
+ # A name-value pair representing an environment variable used in an operating
707
+ # system process.
702
708
  class EnvironmentVariable
703
709
  include Google::Apis::Core::Hashable
704
710
 
@@ -765,19 +771,20 @@ module Google
765
771
  end
766
772
  end
767
773
 
768
- # Resource that has been exfiltrated or exfiltrated_to.
774
+ # Resource where data was exfiltrated from or exfiltrated to.
769
775
  class ExfilResource
770
776
  include Google::Apis::Core::Hashable
771
777
 
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.
778
+ # Subcomponents of the asset that was exfiltrated, like URIs used during
779
+ # exfiltration, table names, databases, and filenames. For example, multiple
780
+ # tables might have been exfiltrated from the same Cloud SQL instance, or
781
+ # multiple files might have been exfiltrated from the same Cloud Storage bucket.
776
782
  # Corresponds to the JSON property `components`
777
783
  # @return [Array<String>]
778
784
  attr_accessor :components
779
785
 
780
- # Resource's URI (https://google.aip.dev/122#full-resource-names)
786
+ # The resource's [full resource name](https://cloud.google.com/apis/design/
787
+ # resource_names#full_resource_name).
781
788
  # Corresponds to the JSON property `name`
782
789
  # @return [String]
783
790
  attr_accessor :name
@@ -793,9 +800,10 @@ module Google
793
800
  end
794
801
  end
795
802
 
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.
803
+ # Exfiltration represents a data exfiltration attempt from one or more sources
804
+ # to one or more targets. The `sources` attribute lists the sources of the
805
+ # exfiltrated data. The `targets` attribute lists the destinations the data was
806
+ # copied to.
799
807
  class Exfiltration
800
808
  include Google::Apis::Core::Hashable
801
809
 
@@ -882,8 +890,7 @@ module Google
882
890
  class File
883
891
  include Google::Apis::Core::Hashable
884
892
 
885
- # Prefix of the file contents as a JSON encoded string. (Currently only
886
- # populated for Malicious Script Executed findings.)
893
+ # Prefix of the file contents as a JSON-encoded string.
887
894
  # Corresponds to the JSON property `contents`
888
895
  # @return [String]
889
896
  attr_accessor :contents
@@ -1005,11 +1012,15 @@ module Google
1005
1012
  attr_accessor :create_time
1006
1013
 
1007
1014
  # 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
1015
+ # sub-resource of an instance (as in the case of Cloud SQL instances or Cloud
1009
1016
  # 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.
1017
+ # might not have the [full resource name](https://google.aip.dev/122#full-
1018
+ # resource-names) populated because these resource types, such as Cloud SQL
1019
+ # databases, are not yet supported by Cloud Asset Inventory. In these cases only
1020
+ # the display name is provided. Some database resources may not have the [full
1021
+ # resource name](https://google.aip.dev/122#full-resource-names) populated
1022
+ # because these resource types are not yet supported by Cloud Asset Inventory (e.
1023
+ # g. Cloud SQL databases). In these cases only the display name will be provided.
1013
1024
  # Corresponds to the JSON property `database`
1014
1025
  # @return [Google::Apis::SecuritycenterV1beta2::Database]
1015
1026
  attr_accessor :database
@@ -1029,9 +1040,10 @@ module Google
1029
1040
  # @return [String]
1030
1041
  attr_accessor :event_time
1031
1042
 
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.
1043
+ # Exfiltration represents a data exfiltration attempt from one or more sources
1044
+ # to one or more targets. The `sources` attribute lists the sources of the
1045
+ # exfiltrated data. The `targets` attribute lists the destinations the data was
1046
+ # copied to.
1035
1047
  # Corresponds to the JSON property `exfiltration`
1036
1048
  # @return [Google::Apis::SecuritycenterV1beta2::Exfiltration]
1037
1049
  attr_accessor :exfiltration
@@ -1367,12 +1379,12 @@ module Google
1367
1379
  class GoogleCloudSecuritycenterV1Binding
1368
1380
  include Google::Apis::Core::Hashable
1369
1381
 
1370
- # Name for binding.
1382
+ # Name for the binding.
1371
1383
  # Corresponds to the JSON property `name`
1372
1384
  # @return [String]
1373
1385
  attr_accessor :name
1374
1386
 
1375
- # Namespace for binding.
1387
+ # Namespace for the binding.
1376
1388
  # Corresponds to the JSON property `ns`
1377
1389
  # @return [String]
1378
1390
  attr_accessor :ns
@@ -2275,8 +2287,8 @@ module Google
2275
2287
  # @return [String]
2276
2288
  attr_accessor :action
2277
2289
 
2278
- # A single identity requesting access for a Cloud Platform resource, e.g. "foo@
2279
- # google.com".
2290
+ # A single identity requesting access for a Cloud Platform resource, for example,
2291
+ # "foo@google.com".
2280
2292
  # Corresponds to the JSON property `member`
2281
2293
  # @return [String]
2282
2294
  attr_accessor :member
@@ -2345,60 +2357,60 @@ module Google
2345
2357
  class KernelRootkit
2346
2358
  include Google::Apis::Core::Hashable
2347
2359
 
2348
- # Rootkit name when available.
2360
+ # Rootkit name, when available.
2349
2361
  # Corresponds to the JSON property `name`
2350
2362
  # @return [String]
2351
2363
  attr_accessor :name
2352
2364
 
2353
- # True when unexpected modifications of kernel code memory are present.
2365
+ # True if unexpected modifications of kernel code memory are present.
2354
2366
  # Corresponds to the JSON property `unexpectedCodeModification`
2355
2367
  # @return [Boolean]
2356
2368
  attr_accessor :unexpected_code_modification
2357
2369
  alias_method :unexpected_code_modification?, :unexpected_code_modification
2358
2370
 
2359
- # True when `ftrace` points are present with callbacks pointing to regions that
2371
+ # True if `ftrace` points are present with callbacks pointing to regions that
2360
2372
  # are not in the expected kernel or module code range.
2361
2373
  # Corresponds to the JSON property `unexpectedFtraceHandler`
2362
2374
  # @return [Boolean]
2363
2375
  attr_accessor :unexpected_ftrace_handler
2364
2376
  alias_method :unexpected_ftrace_handler?, :unexpected_ftrace_handler
2365
2377
 
2366
- # True when interrupt handlers that are are not in the expected kernel or module
2378
+ # True if interrupt handlers that are are not in the expected kernel or module
2367
2379
  # code regions are present.
2368
2380
  # Corresponds to the JSON property `unexpectedInterruptHandler`
2369
2381
  # @return [Boolean]
2370
2382
  attr_accessor :unexpected_interrupt_handler
2371
2383
  alias_method :unexpected_interrupt_handler?, :unexpected_interrupt_handler
2372
2384
 
2373
- # True when kernel code pages that are not in the expected kernel or module code
2385
+ # True if kernel code pages that are not in the expected kernel or module code
2374
2386
  # regions are present.
2375
2387
  # Corresponds to the JSON property `unexpectedKernelCodePages`
2376
2388
  # @return [Boolean]
2377
2389
  attr_accessor :unexpected_kernel_code_pages
2378
2390
  alias_method :unexpected_kernel_code_pages?, :unexpected_kernel_code_pages
2379
2391
 
2380
- # True when `kprobe` points are present with callbacks pointing to regions that
2392
+ # True if `kprobe` points are present with callbacks pointing to regions that
2381
2393
  # are not in the expected kernel or module code range.
2382
2394
  # Corresponds to the JSON property `unexpectedKprobeHandler`
2383
2395
  # @return [Boolean]
2384
2396
  attr_accessor :unexpected_kprobe_handler
2385
2397
  alias_method :unexpected_kprobe_handler?, :unexpected_kprobe_handler
2386
2398
 
2387
- # True when unexpected processes in the scheduler run queue are present. Such
2399
+ # True if unexpected processes in the scheduler run queue are present. Such
2388
2400
  # processes are in the run queue, but not in the process task list.
2389
2401
  # Corresponds to the JSON property `unexpectedProcessesInRunqueue`
2390
2402
  # @return [Boolean]
2391
2403
  attr_accessor :unexpected_processes_in_runqueue
2392
2404
  alias_method :unexpected_processes_in_runqueue?, :unexpected_processes_in_runqueue
2393
2405
 
2394
- # True when unexpected modifications of kernel read-only data memory are present.
2406
+ # True if unexpected modifications of kernel read-only data memory are present.
2395
2407
  # Corresponds to the JSON property `unexpectedReadOnlyDataModification`
2396
2408
  # @return [Boolean]
2397
2409
  attr_accessor :unexpected_read_only_data_modification
2398
2410
  alias_method :unexpected_read_only_data_modification?, :unexpected_read_only_data_modification
2399
2411
 
2400
- # True when system call handlers that are are not in the expected kernel or
2401
- # module code regions are present.
2412
+ # True if system call handlers that are are not in the expected kernel or module
2413
+ # code regions are present.
2402
2414
  # Corresponds to the JSON property `unexpectedSystemCallHandler`
2403
2415
  # @return [Boolean]
2404
2416
  attr_accessor :unexpected_system_call_handler
@@ -2426,37 +2438,42 @@ module Google
2426
2438
  class Kubernetes
2427
2439
  include Google::Apis::Core::Hashable
2428
2440
 
2429
- # Provides information on any Kubernetes access reviews (i.e. privilege checks)
2441
+ # Provides information on any Kubernetes access reviews (privilege checks)
2430
2442
  # relevant to the finding.
2431
2443
  # Corresponds to the JSON property `accessReviews`
2432
2444
  # @return [Array<Google::Apis::SecuritycenterV1beta2::AccessReview>]
2433
2445
  attr_accessor :access_reviews
2434
2446
 
2435
- # Provides Kubernetes role binding information for findings that involve
2436
- # RoleBindings or ClusterRoleBindings.
2447
+ # Provides Kubernetes role binding information for findings that involve [
2448
+ # RoleBindings or ClusterRoleBindings](https://cloud.google.com/kubernetes-
2449
+ # engine/docs/how-to/role-based-access-control).
2437
2450
  # Corresponds to the JSON property `bindings`
2438
2451
  # @return [Array<Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1Binding>]
2439
2452
  attr_accessor :bindings
2440
2453
 
2441
- # GKE Node Pools associated with the finding. This field will contain NodePool
2442
- # information for each Node, when it is available.
2454
+ # GKE [node pools](https://cloud.google.com/kubernetes-engine/docs/concepts/node-
2455
+ # pools) associated with the finding. This field contains node pool information
2456
+ # for each node, when it is available.
2443
2457
  # Corresponds to the JSON property `nodePools`
2444
2458
  # @return [Array<Google::Apis::SecuritycenterV1beta2::NodePool>]
2445
2459
  attr_accessor :node_pools
2446
2460
 
2447
- # Provides Kubernetes Node information.
2461
+ # Provides Kubernetes [node](https://cloud.google.com/kubernetes-engine/docs/
2462
+ # concepts/cluster-architecture#nodes) information.
2448
2463
  # Corresponds to the JSON property `nodes`
2449
2464
  # @return [Array<Google::Apis::SecuritycenterV1beta2::Node>]
2450
2465
  attr_accessor :nodes
2451
2466
 
2452
- # Kubernetes Pods associated with the finding. This field will contain Pod
2453
- # records for each container that is owned by a Pod.
2467
+ # Kubernetes [Pods](https://cloud.google.com/kubernetes-engine/docs/concepts/pod)
2468
+ # associated with the finding. This field contains Pod records for each
2469
+ # container that is owned by a Pod.
2454
2470
  # Corresponds to the JSON property `pods`
2455
2471
  # @return [Array<Google::Apis::SecuritycenterV1beta2::Pod>]
2456
2472
  attr_accessor :pods
2457
2473
 
2458
- # Provides Kubernetes role information for findings that involve Roles or
2459
- # ClusterRoles.
2474
+ # Provides Kubernetes role information for findings that involve [Roles or
2475
+ # ClusterRoles](https://cloud.google.com/kubernetes-engine/docs/how-to/role-
2476
+ # based-access-control).
2460
2477
  # Corresponds to the JSON property `roles`
2461
2478
  # @return [Array<Google::Apis::SecuritycenterV1beta2::Role>]
2462
2479
  attr_accessor :roles
@@ -2476,17 +2493,20 @@ module Google
2476
2493
  end
2477
2494
  end
2478
2495
 
2479
- # Label represents a generic name=value label. Label has separate name and value
2480
- # fields to support filtering with contains().
2496
+ # Represents a generic name-value label. A label has separate name and value
2497
+ # fields to support filtering with the `contains()` function. For more
2498
+ # information, see [Filtering on array-type fields](https://cloud.google.com/
2499
+ # security-command-center/docs/how-to-api-list-findings#array-contains-filtering)
2500
+ # .
2481
2501
  class Label
2482
2502
  include Google::Apis::Core::Hashable
2483
2503
 
2484
- # Label name.
2504
+ # Name of the label.
2485
2505
  # Corresponds to the JSON property `name`
2486
2506
  # @return [String]
2487
2507
  attr_accessor :name
2488
2508
 
2489
- # Label value.
2509
+ # Value that corresponds to the label's name.
2490
2510
  # Corresponds to the JSON property `value`
2491
2511
  # @return [String]
2492
2512
  attr_accessor :value
@@ -2577,11 +2597,12 @@ module Google
2577
2597
  end
2578
2598
  end
2579
2599
 
2580
- # Kubernetes Nodes associated with the finding.
2600
+ # Kubernetes nodes associated with the finding.
2581
2601
  class Node
2582
2602
  include Google::Apis::Core::Hashable
2583
2603
 
2584
- # Full Resource name of the Compute Engine VM running the cluster node.
2604
+ # [Full resource name](https://google.aip.dev/122#full-resource-names) of the
2605
+ # Compute Engine VM running the cluster node.
2585
2606
  # Corresponds to the JSON property `name`
2586
2607
  # @return [String]
2587
2608
  attr_accessor :name
@@ -2596,11 +2617,11 @@ module Google
2596
2617
  end
2597
2618
  end
2598
2619
 
2599
- # Provides GKE Node Pool information.
2620
+ # Provides GKE node pool information.
2600
2621
  class NodePool
2601
2622
  include Google::Apis::Core::Hashable
2602
2623
 
2603
- # Kubernetes Node pool name.
2624
+ # Kubernetes node pool name.
2604
2625
  # Corresponds to the JSON property `name`
2605
2626
  # @return [String]
2606
2627
  attr_accessor :name
@@ -2649,7 +2670,7 @@ module Google
2649
2670
  end
2650
2671
  end
2651
2672
 
2652
- # Kubernetes Pod.
2673
+ # A Kubernetes Pod.
2653
2674
  class Pod
2654
2675
  include Google::Apis::Core::Hashable
2655
2676
 
@@ -2723,18 +2744,18 @@ module Google
2723
2744
  # @return [Array<Google::Apis::SecuritycenterV1beta2::File>]
2724
2745
  attr_accessor :libraries
2725
2746
 
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)`.
2747
+ # The process name, as displayed in utilities like `top` and `ps`. This name can
2748
+ # be accessed through `/proc/[pid]/comm` and changed with `prctl(PR_SET_NAME)`.
2728
2749
  # Corresponds to the JSON property `name`
2729
2750
  # @return [String]
2730
2751
  attr_accessor :name
2731
2752
 
2732
- # The parent process id.
2753
+ # The parent process ID.
2733
2754
  # Corresponds to the JSON property `parentPid`
2734
2755
  # @return [Fixnum]
2735
2756
  attr_accessor :parent_pid
2736
2757
 
2737
- # The process id.
2758
+ # The process ID.
2738
2759
  # Corresponds to the JSON property `pid`
2739
2760
  # @return [Fixnum]
2740
2761
  attr_accessor :pid
@@ -3061,21 +3082,21 @@ module Google
3061
3082
  end
3062
3083
  end
3063
3084
 
3064
- # Represents a Kubernetes Subject.
3085
+ # Represents a Kubernetes subject.
3065
3086
  class Subject
3066
3087
  include Google::Apis::Core::Hashable
3067
3088
 
3068
- # Authentication type for subject.
3089
+ # Authentication type for the subject.
3069
3090
  # Corresponds to the JSON property `kind`
3070
3091
  # @return [String]
3071
3092
  attr_accessor :kind
3072
3093
 
3073
- # Name for subject.
3094
+ # Name for the subject.
3074
3095
  # Corresponds to the JSON property `name`
3075
3096
  # @return [String]
3076
3097
  attr_accessor :name
3077
3098
 
3078
- # Namespace for subject.
3099
+ # Namespace for the subject.
3079
3100
  # Corresponds to the JSON property `ns`
3080
3101
  # @return [String]
3081
3102
  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.48.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 = "20230420"
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.47.0
4
+ version: 0.48.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-04-30 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.48.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: []