google-apis-securitycenter_v1 0.42.0 → 0.44.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: 1c435217c0aa7844baa72aa88dca93a15e94f7ea55beee4e5821559f78323032
4
- data.tar.gz: 4d2c76d448b08d43a35d4e1fb37f554198cd5357e33d83712777f39497de8ace
3
+ metadata.gz: 7c085b0f57c7234d4ba84b7876632ed0571dead5970f1d0379e0305f76c690ea
4
+ data.tar.gz: 6819ecf35d349aa095f829e54f9208df4dc79cc4500dabf1df9bdd45565056bd
5
5
  SHA512:
6
- metadata.gz: 4c08ff5391b8686402724dcd5017e46af34932aee17b6f3e9998e5e361c6faf22e83294c36c99f19cbf1c5c9627666951e7ea0868f09041c0bd2786b00ea8d73
7
- data.tar.gz: ad2141423555c91f82cc96dc4454d4ef2eb00d44f9bae76b4659191909330ff5632d24ea6e396cc22125856c710b581afe760c9359a54d737745696256044dc1
6
+ metadata.gz: aebe1e04abe9ea1bbba0e2115a1e6d73fe9e315818dc08648254336c449cb8c16d09c4b09f568b750b771ac645654ebaf2c4b84042541842f344191122b37388
7
+ data.tar.gz: a2218f6a0d3071c87dbaf143acf9b8974d6754025504d80bc2bbf2bc7446080fd3bb3830e7a3b37a7b221fb1d54eb90334929d859f76e77c839eb3172d983d7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.44.0 (2022-09-28)
4
+
5
+ * Regenerated from discovery document revision 20220921
6
+
7
+ ### v0.43.0 (2022-09-21)
8
+
9
+ * Regenerated from discovery document revision 20220915
10
+ * Regenerated using generator version 0.10.0
11
+
3
12
  ### v0.42.0 (2022-09-14)
4
13
 
5
14
  * Regenerated from discovery document revision 20220909
@@ -91,6 +91,14 @@ module Google
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.
98
+ # Corresponds to the JSON property `username`
99
+ # @return [String]
100
+ attr_accessor :username
101
+
94
102
  def initialize(**args)
95
103
  update!(**args)
96
104
  end
@@ -106,6 +114,7 @@ module Google
106
114
  @service_account_key_name = args[:service_account_key_name] if args.key?(:service_account_key_name)
107
115
  @service_name = args[:service_name] if args.key?(:service_name)
108
116
  @user_agent_family = args[:user_agent_family] if args.key?(:user_agent_family)
117
+ @username = args[:username] if args.key?(:username)
109
118
  end
110
119
  end
111
120
 
@@ -1053,7 +1062,7 @@ module Google
1053
1062
  # @return [Array<Google::Apis::SecuritycenterV1::Connection>]
1054
1063
  attr_accessor :connections
1055
1064
 
1056
- # Output only. Map containing the point of contacts for the given finding. The
1065
+ # Output only. Map containing the points of contact for the given finding. The
1057
1066
  # key represents the type of contact, while the value contains a list of all the
1058
1067
  # contacts that pertain. Please refer to: https://cloud.google.com/resource-
1059
1068
  # manager/docs/managing-notification-contacts#notification-categories ` "
@@ -1189,7 +1198,7 @@ module Google
1189
1198
  attr_accessor :parent
1190
1199
 
1191
1200
  # Output only. The human readable display name of the finding source such as "
1192
- # Event Threat Detection" or "Security Health Analytics"
1201
+ # Event Threat Detection" or "Security Health Analytics".
1193
1202
  # Corresponds to the JSON property `parentDisplayName`
1194
1203
  # @return [String]
1195
1204
  attr_accessor :parent_display_name
@@ -1508,6 +1517,32 @@ module Google
1508
1517
  end
1509
1518
  end
1510
1519
 
1520
+ # A resource that is exposed as a result of a finding.
1521
+ class GoogleCloudSecuritycenterV1ExposedResource
1522
+ include Google::Apis::Core::Hashable
1523
+
1524
+ def initialize(**args)
1525
+ update!(**args)
1526
+ end
1527
+
1528
+ # Update properties of this object
1529
+ def update!(**args)
1530
+ end
1531
+ end
1532
+
1533
+ # A path that an attacker could take to reach an exposed resource.
1534
+ class GoogleCloudSecuritycenterV1ExposurePath
1535
+ include Google::Apis::Core::Hashable
1536
+
1537
+ def initialize(**args)
1538
+ update!(**args)
1539
+ end
1540
+
1541
+ # Update properties of this object
1542
+ def update!(**args)
1543
+ end
1544
+ end
1545
+
1511
1546
  # Representation of third party SIEM/SOAR fields within SCC.
1512
1547
  class GoogleCloudSecuritycenterV1ExternalSystem
1513
1548
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1
18
18
  # Version of the google-apis-securitycenter_v1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.44.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220909"
25
+ REVISION = "20220921"
26
26
  end
27
27
  end
28
28
  end
@@ -208,6 +208,18 @@ module Google
208
208
  include Google::Apis::Core::JsonObjectSupport
209
209
  end
210
210
 
211
+ class GoogleCloudSecuritycenterV1ExposedResource
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleCloudSecuritycenterV1ExposurePath
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
211
223
  class GoogleCloudSecuritycenterV1ExternalSystem
212
224
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
225
 
@@ -588,6 +600,7 @@ module Google
588
600
  property :service_account_key_name, as: 'serviceAccountKeyName'
589
601
  property :service_name, as: 'serviceName'
590
602
  property :user_agent_family, as: 'userAgentFamily'
603
+ property :username, as: 'username'
591
604
  end
592
605
  end
593
606
 
@@ -927,6 +940,18 @@ module Google
927
940
  end
928
941
  end
929
942
 
943
+ class GoogleCloudSecuritycenterV1ExposedResource
944
+ # @private
945
+ class Representation < Google::Apis::Core::JsonRepresentation
946
+ end
947
+ end
948
+
949
+ class GoogleCloudSecuritycenterV1ExposurePath
950
+ # @private
951
+ class Representation < Google::Apis::Core::JsonRepresentation
952
+ end
953
+ end
954
+
930
955
  class GoogleCloudSecuritycenterV1ExternalSystem
931
956
  # @private
932
957
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.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-09-19 00:00:00.000000000 Z
11
+ date: 2022-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.7'
19
+ version: 0.9.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.7'
29
+ version: 0.9.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.44.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1
63
63
  post_install_message:
64
64
  rdoc_options: []