google-apis-securitycenter_v1beta1 0.43.0 → 0.45.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: 7eb48395645d854fe1406a599cf2d8b058e9c98dabcb4034e6d329a29673ad81
4
- data.tar.gz: 14f6a190c248a55c70df6b6195645adb6e14ff1d7ef90d06689a71aacf40dc5a
3
+ metadata.gz: 7eefc11db59aad76d822588fa62f5d698890b64326a67fb90537b0c8ee6a9cb2
4
+ data.tar.gz: 8a151875146fdfbad3ac5f4c26c2e6f17a52e7c5179f7b2bc6b87fc208c4eeb7
5
5
  SHA512:
6
- metadata.gz: 83109cc30c4690025ba7897aa05bb894f4b469353c6bb7ab5801d843f052672d88bb38148df770f62c1f81b64a9db8ef4a109b814a6f2f6fe834b88b3f494bde
7
- data.tar.gz: c0ab5cd2b64b56a7ae1c3ef3e97c2f705302ed5953598c789e42a4da066f4c76bf112d51f35b9e7b6bfebb1119f6ea5545166e85c8e63ac80a9149c47733076e
6
+ metadata.gz: 187745531e5a82554acf0d5e54f3f07d6b51ce9e8ecdec9da32b0496ea523f51f3128d17fda57c0082997b0c850b1a62cc07313ab730e06aa52f948992564ebb
7
+ data.tar.gz: 23ecaae9067a77313ffc6b2e0e679e7c8ec36f534015583362e73e04238f01ca10e0d45ffc4817171452d8ea191cf696d607eebd73f3baee03021c200a29d9b9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.45.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230112
6
+ * Regenerated using generator version 0.11.1
7
+
8
+ ### v0.44.0 (2023-01-04)
9
+
10
+ * Regenerated from discovery document revision 20221220
11
+
3
12
  ### v0.43.0 (2022-12-07)
4
13
 
5
14
  * Regenerated from discovery document revision 20221205
@@ -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, e.g. operating system shells, embedded
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 representing a username. This is likely not an IAM principal. For
95
- # instance, this may be the system user name if the finding is VM-related, or
96
- # this may be some type of application login user name, depending on the type of
97
- # finding.
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
@@ -531,11 +533,11 @@ module Google
531
533
  end
532
534
  end
533
535
 
534
- # Representa a single contact's email address
536
+ # The email address of a contact.
535
537
  class Contact
536
538
  include Google::Apis::Core::Hashable
537
539
 
538
- # An email address e.g. "person123@company.com"
540
+ # An email address. For example, "`person123@company.com`".
539
541
  # Corresponds to the JSON property `email`
540
542
  # @return [String]
541
543
  attr_accessor :email
@@ -1155,10 +1157,11 @@ module Google
1155
1157
  # @return [Array<Google::Apis::SecuritycenterV1beta1::IamBinding>]
1156
1158
  attr_accessor :iam_bindings
1157
1159
 
1158
- # Represents what's commonly known as an Indicator of compromise (IoC) in
1160
+ # Represents what's commonly known as an _indicator of compromise_ (IoC) in
1159
1161
  # computer forensics. This is an artifact observed on a network or in an
1160
1162
  # operating system that, with high confidence, indicates a computer intrusion.
1161
- # Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
1163
+ # For more information, see [Indicator of compromise](https://en.wikipedia.org/
1164
+ # wiki/Indicator_of_compromise).
1162
1165
  # Corresponds to the JSON property `indicator`
1163
1166
  # @return [Google::Apis::SecuritycenterV1beta1::Indicator]
1164
1167
  attr_accessor :indicator
@@ -1168,7 +1171,7 @@ module Google
1168
1171
  # @return [Google::Apis::SecuritycenterV1beta1::KernelRootkit]
1169
1172
  attr_accessor :kernel_rootkit
1170
1173
 
1171
- # Kubernetes related attributes.
1174
+ # Kubernetes-related attributes.
1172
1175
  # Corresponds to the JSON property `kubernetes`
1173
1176
  # @return [Google::Apis::SecuritycenterV1beta1::Kubernetes]
1174
1177
  attr_accessor :kubernetes
@@ -1411,7 +1414,7 @@ module Google
1411
1414
  class GoogleCloudSecuritycenterV1BigQueryExport
1412
1415
  include Google::Apis::Core::Hashable
1413
1416
 
1414
- # Output only. The time at which the big query export was created. This field is
1417
+ # Output only. The time at which the BigQuery export was created. This field is
1415
1418
  # set by the server and will be ignored if provided on export on creation.
1416
1419
  # Corresponds to the JSON property `createTime`
1417
1420
  # @return [String]
@@ -1443,7 +1446,7 @@ module Google
1443
1446
  # @return [String]
1444
1447
  attr_accessor :filter
1445
1448
 
1446
- # Output only. Email address of the user who last edited the big query export.
1449
+ # Output only. Email address of the user who last edited the BigQuery export.
1447
1450
  # This field is set by the server and will be ignored if provided on export
1448
1451
  # creation or update.
1449
1452
  # Corresponds to the JSON property `mostRecentEditor`
@@ -1460,15 +1463,15 @@ module Google
1460
1463
  # @return [String]
1461
1464
  attr_accessor :name
1462
1465
 
1463
- # Output only. The service account that needs permission to create table, upload
1464
- # data to the big query dataset.
1466
+ # Output only. The service account that needs permission to create table and
1467
+ # upload data to the BigQuery dataset.
1465
1468
  # Corresponds to the JSON property `principal`
1466
1469
  # @return [String]
1467
1470
  attr_accessor :principal
1468
1471
 
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.
1472
+ # Output only. The most recent time at which the BigQuery export was updated.
1473
+ # This field is set by the server and will be ignored if provided on export
1474
+ # creation or update.
1472
1475
  # Corresponds to the JSON property `updateTime`
1473
1476
  # @return [String]
1474
1477
  attr_accessor :update_time
@@ -1509,8 +1512,8 @@ module Google
1509
1512
  # @return [Google::Apis::SecuritycenterV1beta1::Role]
1510
1513
  attr_accessor :role
1511
1514
 
1512
- # Represents the subjects(s) bound to the role. Not always available for PATCH
1513
- # requests.
1515
+ # Represents one or more subjects that are bound to the role. Not always
1516
+ # available for PATCH requests.
1514
1517
  # Corresponds to the JSON property `subjects`
1515
1518
  # @return [Array<Google::Apis::SecuritycenterV1beta1::Subject>]
1516
1519
  attr_accessor :subjects
@@ -2657,10 +2660,11 @@ module Google
2657
2660
  end
2658
2661
  end
2659
2662
 
2660
- # Represents what's commonly known as an Indicator of compromise (IoC) in
2663
+ # Represents what's commonly known as an _indicator of compromise_ (IoC) in
2661
2664
  # computer forensics. This is an artifact observed on a network or in an
2662
2665
  # operating system that, with high confidence, indicates a computer intrusion.
2663
- # Reference: https://en.wikipedia.org/wiki/Indicator_of_compromise
2666
+ # For more information, see [Indicator of compromise](https://en.wikipedia.org/
2667
+ # wiki/Indicator_of_compromise).
2664
2668
  class Indicator
2665
2669
  include Google::Apis::Core::Hashable
2666
2670
 
@@ -2669,7 +2673,7 @@ module Google
2669
2673
  # @return [Array<String>]
2670
2674
  attr_accessor :domains
2671
2675
 
2672
- # List of ip addresses associated to the Finding.
2676
+ # The list of IP addresses that are associated with the finding.
2673
2677
  # Corresponds to the JSON property `ipAddresses`
2674
2678
  # @return [Array<String>]
2675
2679
  attr_accessor :ip_addresses
@@ -2707,7 +2711,7 @@ module Google
2707
2711
  # @return [String]
2708
2712
  attr_accessor :name
2709
2713
 
2710
- # True when unexpected modifications of kernel read-only data memory are present.
2714
+ # True when unexpected modifications of kernel code memory are present.
2711
2715
  # Corresponds to the JSON property `unexpectedCodeModification`
2712
2716
  # @return [Boolean]
2713
2717
  attr_accessor :unexpected_code_modification
@@ -2748,7 +2752,7 @@ module Google
2748
2752
  attr_accessor :unexpected_processes_in_runqueue
2749
2753
  alias_method :unexpected_processes_in_runqueue?, :unexpected_processes_in_runqueue
2750
2754
 
2751
- # Flag indicating unexpected modifications of kernel read-only data memory.
2755
+ # True when unexpected modifications of kernel read-only data memory are present.
2752
2756
  # Corresponds to the JSON property `unexpectedReadOnlyDataModification`
2753
2757
  # @return [Boolean]
2754
2758
  attr_accessor :unexpected_read_only_data_modification
@@ -2779,7 +2783,7 @@ module Google
2779
2783
  end
2780
2784
  end
2781
2785
 
2782
- # Kubernetes related attributes.
2786
+ # Kubernetes-related attributes.
2783
2787
  class Kubernetes
2784
2788
  include Google::Apis::Core::Hashable
2785
2789
 
@@ -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.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221205"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.45.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-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_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.45.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: []
@@ -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.3.14
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 V1beta1