google-apis-securitycenter_v1beta2 0.35.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: beb3195bbf2910f2318356f3ac2cc468fae7a57bf7b49464dbbba053656d6456
|
4
|
+
data.tar.gz: e5e64dff121f29b2945b40e1bc9b18ad87a7775c56d724c88093c8edda835359
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7ab5d590d1bb66034eb555d251bf9a5e1af579993b679e34e2dd90f6b152c3c5c17b05c05c5c97015526d2a3098688ceb25791dadec6b15d9996431b81b49f5a
|
7
|
+
data.tar.gz: 7ca4532e396bb3fcc612cfcf17a3c42732c3bc3f4106aa9117470e5de3326d1163f849903d7627dfb3dc7570665d2b2c6a4a6adf766102ac4d438b94bd1e0a24
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
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
|
+
|
7
|
+
### v0.36.0 (2022-09-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220915
|
10
|
+
* Regenerated using generator version 0.10.0
|
11
|
+
|
3
12
|
### v0.35.0 (2022-09-15)
|
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
|
|
@@ -842,7 +851,7 @@ module Google
|
|
842
851
|
# @return [Array<Google::Apis::SecuritycenterV1beta2::Connection>]
|
843
852
|
attr_accessor :connections
|
844
853
|
|
845
|
-
# Output only. Map containing the
|
854
|
+
# Output only. Map containing the points of contact for the given finding. The
|
846
855
|
# key represents the type of contact, while the value contains a list of all the
|
847
856
|
# contacts that pertain. Please refer to: https://cloud.google.com/resource-
|
848
857
|
# manager/docs/managing-notification-contacts#notification-categories ` "
|
@@ -978,7 +987,7 @@ module Google
|
|
978
987
|
attr_accessor :parent
|
979
988
|
|
980
989
|
# Output only. The human readable display name of the finding source such as "
|
981
|
-
# Event Threat Detection" or "Security Health Analytics"
|
990
|
+
# Event Threat Detection" or "Security Health Analytics".
|
982
991
|
# Corresponds to the JSON property `parentDisplayName`
|
983
992
|
# @return [String]
|
984
993
|
attr_accessor :parent_display_name
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.37.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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.
|
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-
|
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:
|
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:
|
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_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
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: []
|