google-apis-securitycenter_v1beta1 0.43.0 → 0.44.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: 7eb48395645d854fe1406a599cf2d8b058e9c98dabcb4034e6d329a29673ad81
4
- data.tar.gz: 14f6a190c248a55c70df6b6195645adb6e14ff1d7ef90d06689a71aacf40dc5a
3
+ metadata.gz: 6e2f2320ec0ca47f712c75642eadf85edd3256988ae523c29d8ff37f82182a4a
4
+ data.tar.gz: 07edd1be22aabdf39d02d10a74666276002f3e3906064543bf32cf4f015219fd
5
5
  SHA512:
6
- metadata.gz: 83109cc30c4690025ba7897aa05bb894f4b469353c6bb7ab5801d843f052672d88bb38148df770f62c1f81b64a9db8ef4a109b814a6f2f6fe834b88b3f494bde
7
- data.tar.gz: c0ab5cd2b64b56a7ae1c3ef3e97c2f705302ed5953598c789e42a4da066f4c76bf112d51f35b9e7b6bfebb1119f6ea5545166e85c8e63ac80a9149c47733076e
6
+ metadata.gz: '0921a2cc3041d785f25d4247838ed97ea1ffae8a7319716d918f5d2c9290c39b05b2d87286fffba143693f7fad3c0f634454733f9f755220363afbe75423ba05'
7
+ data.tar.gz: 253befc93b2ef7cbab54e09b19f31d87a6db0d031513d4caf7837b5276454853357732041af88323cc604be116f99be43e0f81802cba2e7e0f18ee0be13f67a9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.44.0 (2023-01-04)
4
+
5
+ * Regenerated from discovery document revision 20221220
6
+
3
7
  ### v0.43.0 (2022-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20221205
@@ -531,11 +531,11 @@ module Google
531
531
  end
532
532
  end
533
533
 
534
- # Representa a single contact's email address
534
+ # The email address of a contact.
535
535
  class Contact
536
536
  include Google::Apis::Core::Hashable
537
537
 
538
- # An email address e.g. "person123@company.com"
538
+ # An email address. For example, "`person123@company.com`".
539
539
  # Corresponds to the JSON property `email`
540
540
  # @return [String]
541
541
  attr_accessor :email
@@ -1155,10 +1155,11 @@ module Google
1155
1155
  # @return [Array<Google::Apis::SecuritycenterV1beta1::IamBinding>]
1156
1156
  attr_accessor :iam_bindings
1157
1157
 
1158
- # Represents what's commonly known as an Indicator of compromise (IoC) in
1158
+ # Represents what's commonly known as an _indicator of compromise_ (IoC) in
1159
1159
  # computer forensics. This is an artifact observed on a network or in an
1160
1160
  # operating system that, with high confidence, indicates a computer intrusion.
1161
- # Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
1161
+ # For more information, see [Indicator of compromise](https://en.wikipedia.org/
1162
+ # wiki/Indicator_of_compromise).
1162
1163
  # Corresponds to the JSON property `indicator`
1163
1164
  # @return [Google::Apis::SecuritycenterV1beta1::Indicator]
1164
1165
  attr_accessor :indicator
@@ -1168,7 +1169,7 @@ module Google
1168
1169
  # @return [Google::Apis::SecuritycenterV1beta1::KernelRootkit]
1169
1170
  attr_accessor :kernel_rootkit
1170
1171
 
1171
- # Kubernetes related attributes.
1172
+ # Kubernetes-related attributes.
1172
1173
  # Corresponds to the JSON property `kubernetes`
1173
1174
  # @return [Google::Apis::SecuritycenterV1beta1::Kubernetes]
1174
1175
  attr_accessor :kubernetes
@@ -1411,7 +1412,7 @@ module Google
1411
1412
  class GoogleCloudSecuritycenterV1BigQueryExport
1412
1413
  include Google::Apis::Core::Hashable
1413
1414
 
1414
- # Output only. The time at which the big query export was created. This field is
1415
+ # Output only. The time at which the BigQuery export was created. This field is
1415
1416
  # set by the server and will be ignored if provided on export on creation.
1416
1417
  # Corresponds to the JSON property `createTime`
1417
1418
  # @return [String]
@@ -1443,7 +1444,7 @@ module Google
1443
1444
  # @return [String]
1444
1445
  attr_accessor :filter
1445
1446
 
1446
- # Output only. Email address of the user who last edited the big query export.
1447
+ # Output only. Email address of the user who last edited the BigQuery export.
1447
1448
  # This field is set by the server and will be ignored if provided on export
1448
1449
  # creation or update.
1449
1450
  # Corresponds to the JSON property `mostRecentEditor`
@@ -1460,15 +1461,15 @@ module Google
1460
1461
  # @return [String]
1461
1462
  attr_accessor :name
1462
1463
 
1463
- # Output only. The service account that needs permission to create table, upload
1464
- # data to the big query dataset.
1464
+ # Output only. The service account that needs permission to create table and
1465
+ # upload data to the BigQuery dataset.
1465
1466
  # Corresponds to the JSON property `principal`
1466
1467
  # @return [String]
1467
1468
  attr_accessor :principal
1468
1469
 
1469
- # Output only. The most recent time at which the big export was updated. This
1470
- # field is set by the server and will be ignored if provided on export creation
1471
- # or update.
1470
+ # Output only. The most recent time at which the BigQuery export was updated.
1471
+ # This field is set by the server and will be ignored if provided on export
1472
+ # creation or update.
1472
1473
  # Corresponds to the JSON property `updateTime`
1473
1474
  # @return [String]
1474
1475
  attr_accessor :update_time
@@ -1509,8 +1510,8 @@ module Google
1509
1510
  # @return [Google::Apis::SecuritycenterV1beta1::Role]
1510
1511
  attr_accessor :role
1511
1512
 
1512
- # Represents the subjects(s) bound to the role. Not always available for PATCH
1513
- # requests.
1513
+ # Represents one or more subjects that are bound to the role. Not always
1514
+ # available for PATCH requests.
1514
1515
  # Corresponds to the JSON property `subjects`
1515
1516
  # @return [Array<Google::Apis::SecuritycenterV1beta1::Subject>]
1516
1517
  attr_accessor :subjects
@@ -2657,10 +2658,11 @@ module Google
2657
2658
  end
2658
2659
  end
2659
2660
 
2660
- # Represents what's commonly known as an Indicator of compromise (IoC) in
2661
+ # Represents what's commonly known as an _indicator of compromise_ (IoC) in
2661
2662
  # computer forensics. This is an artifact observed on a network or in an
2662
2663
  # operating system that, with high confidence, indicates a computer intrusion.
2663
- # Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
2664
+ # For more information, see [Indicator of compromise](https://en.wikipedia.org/
2665
+ # wiki/Indicator_of_compromise).
2664
2666
  class Indicator
2665
2667
  include Google::Apis::Core::Hashable
2666
2668
 
@@ -2669,7 +2671,7 @@ module Google
2669
2671
  # @return [Array<String>]
2670
2672
  attr_accessor :domains
2671
2673
 
2672
- # List of ip addresses associated to the Finding.
2674
+ # The list of IP addresses that are associated with the finding.
2673
2675
  # Corresponds to the JSON property `ipAddresses`
2674
2676
  # @return [Array<String>]
2675
2677
  attr_accessor :ip_addresses
@@ -2707,7 +2709,7 @@ module Google
2707
2709
  # @return [String]
2708
2710
  attr_accessor :name
2709
2711
 
2710
- # True when unexpected modifications of kernel read-only data memory are present.
2712
+ # True when unexpected modifications of kernel code memory are present.
2711
2713
  # Corresponds to the JSON property `unexpectedCodeModification`
2712
2714
  # @return [Boolean]
2713
2715
  attr_accessor :unexpected_code_modification
@@ -2748,7 +2750,7 @@ module Google
2748
2750
  attr_accessor :unexpected_processes_in_runqueue
2749
2751
  alias_method :unexpected_processes_in_runqueue?, :unexpected_processes_in_runqueue
2750
2752
 
2751
- # Flag indicating unexpected modifications of kernel read-only data memory.
2753
+ # True when unexpected modifications of kernel read-only data memory are present.
2752
2754
  # Corresponds to the JSON property `unexpectedReadOnlyDataModification`
2753
2755
  # @return [Boolean]
2754
2756
  attr_accessor :unexpected_read_only_data_modification
@@ -2779,7 +2781,7 @@ module Google
2779
2781
  end
2780
2782
  end
2781
2783
 
2782
- # Kubernetes related attributes.
2784
+ # Kubernetes-related attributes.
2783
2785
  class Kubernetes
2784
2786
  include Google::Apis::Core::Hashable
2785
2787
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.44.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 = "20221205"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.44.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []