google-apis-securitycenter_v1beta2 0.36.0 → 0.37.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: 2b8a07211b64a5c4985e7d778d937d6267ebf60ab7121df485cb678e8bb38cca
4
- data.tar.gz: fb33a5a8d1e051bd3eacde5c695a4f070c354086c998f3f99370fa591beefa99
3
+ metadata.gz: beb3195bbf2910f2318356f3ac2cc468fae7a57bf7b49464dbbba053656d6456
4
+ data.tar.gz: e5e64dff121f29b2945b40e1bc9b18ad87a7775c56d724c88093c8edda835359
5
5
  SHA512:
6
- metadata.gz: 1a04828fbc107f6f5e43692eb5e97d8a4121c5847187ec62b604af25de305c70cb837651e1023b3a01ca5df7920117905c2f1ea644fd89ae513ba766a62c4c4b
7
- data.tar.gz: 2ad4d32265d03590fe670121f77563af43b29e956c4c412cd484c2c7f462ce78ed345b984202d257b48706619f2d17fb74d9f829e699ba46161eb0f0d71a0500
6
+ metadata.gz: 7ab5d590d1bb66034eb555d251bf9a5e1af579993b679e34e2dd90f6b152c3c5c17b05c05c5c97015526d2a3098688ceb25791dadec6b15d9996431b81b49f5a
7
+ data.tar.gz: 7ca4532e396bb3fcc612cfcf17a3c42732c3bc3f4106aa9117470e5de3326d1163f849903d7627dfb3dc7570665d2b2c6a4a6adf766102ac4d438b94bd1e0a24
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.37.0 (2022-09-29)
4
+
5
+ * Regenerated from discovery document revision 20220921
6
+
3
7
  ### v0.36.0 (2022-09-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20220915
@@ -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
 
@@ -1250,6 +1259,32 @@ module Google
1250
1259
  end
1251
1260
  end
1252
1261
 
1262
+ # A resource that is exposed as a result of a finding.
1263
+ class GoogleCloudSecuritycenterV1ExposedResource
1264
+ include Google::Apis::Core::Hashable
1265
+
1266
+ def initialize(**args)
1267
+ update!(**args)
1268
+ end
1269
+
1270
+ # Update properties of this object
1271
+ def update!(**args)
1272
+ end
1273
+ end
1274
+
1275
+ # A path that an attacker could take to reach an exposed resource.
1276
+ class GoogleCloudSecuritycenterV1ExposurePath
1277
+ include Google::Apis::Core::Hashable
1278
+
1279
+ def initialize(**args)
1280
+ update!(**args)
1281
+ end
1282
+
1283
+ # Update properties of this object
1284
+ def update!(**args)
1285
+ end
1286
+ end
1287
+
1253
1288
  # Representation of third party SIEM/SOAR fields within SCC.
1254
1289
  class GoogleCloudSecuritycenterV1ExternalSystem
1255
1290
  include Google::Apis::Core::Hashable
@@ -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.36.0"
19
+ GEM_VERSION = "0.37.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220915"
25
+ REVISION = "20220921"
26
26
  end
27
27
  end
28
28
  end
@@ -172,6 +172,18 @@ module Google
172
172
  include Google::Apis::Core::JsonObjectSupport
173
173
  end
174
174
 
175
+ class GoogleCloudSecuritycenterV1ExposedResource
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleCloudSecuritycenterV1ExposurePath
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
175
187
  class GoogleCloudSecuritycenterV1ExternalSystem
176
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
189
 
@@ -414,6 +426,7 @@ module Google
414
426
  property :service_account_key_name, as: 'serviceAccountKeyName'
415
427
  property :service_name, as: 'serviceName'
416
428
  property :user_agent_family, as: 'userAgentFamily'
429
+ property :username, as: 'username'
417
430
  end
418
431
  end
419
432
 
@@ -701,6 +714,18 @@ module Google
701
714
  end
702
715
  end
703
716
 
717
+ class GoogleCloudSecuritycenterV1ExposedResource
718
+ # @private
719
+ class Representation < Google::Apis::Core::JsonRepresentation
720
+ end
721
+ end
722
+
723
+ class GoogleCloudSecuritycenterV1ExposurePath
724
+ # @private
725
+ class Representation < Google::Apis::Core::JsonRepresentation
726
+ end
727
+ end
728
+
704
729
  class GoogleCloudSecuritycenterV1ExternalSystem
705
730
  # @private
706
731
  class Representation < Google::Apis::Core::JsonRepresentation
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.36.0
4
+ version: 0.37.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-26 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
@@ -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.36.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.37.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: []