google-apis-securitycenter_v1beta1 0.87.0 → 0.88.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6de83bb8469ace584479b433e2b78b9ece2781f300d0c3bb729e9d678afe0152
|
4
|
+
data.tar.gz: 29f88ef3ad222616912ce952837b9c3462c3f633c5ace41dc5a2d1c14ecf3f06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52aee22a73e2f73e2db8ec747f4eb167d8d4a11b5bd153a18e8d2bb755cc2a00ddc8bec5ad358d1b03715e8eaea315670752ce0aad14bf45f036073111ff7ae1
|
7
|
+
data.tar.gz: e81410dcb1d12d8d4c700f685a5f3d997488b8f670d080e470fa0b3fbff89942b925c8ea65e9659152ae4abdfcde382b7a0d3b6c789376af838cc22ba3f80383
|
data/CHANGELOG.md
CHANGED
@@ -1230,67 +1230,6 @@ module Google
|
|
1230
1230
|
end
|
1231
1231
|
end
|
1232
1232
|
|
1233
|
-
# Result containing the properties and count of a ComplianceSnapshot request.
|
1234
|
-
class ComplianceSnapshot
|
1235
|
-
include Google::Apis::Core::Hashable
|
1236
|
-
|
1237
|
-
# The category of Findings matching.
|
1238
|
-
# Corresponds to the JSON property `category`
|
1239
|
-
# @return [String]
|
1240
|
-
attr_accessor :category
|
1241
|
-
|
1242
|
-
# The cloud provider for the compliance snapshot.
|
1243
|
-
# Corresponds to the JSON property `cloudProvider`
|
1244
|
-
# @return [String]
|
1245
|
-
attr_accessor :cloud_provider
|
1246
|
-
|
1247
|
-
# The compliance standard (ie CIS).
|
1248
|
-
# Corresponds to the JSON property `complianceStandard`
|
1249
|
-
# @return [String]
|
1250
|
-
attr_accessor :compliance_standard
|
1251
|
-
|
1252
|
-
# The compliance version (ie 1.3) in CIS 1.3.
|
1253
|
-
# Corresponds to the JSON property `complianceVersion`
|
1254
|
-
# @return [String]
|
1255
|
-
attr_accessor :compliance_version
|
1256
|
-
|
1257
|
-
# Total count of findings for the given properties.
|
1258
|
-
# Corresponds to the JSON property `count`
|
1259
|
-
# @return [Fixnum]
|
1260
|
-
attr_accessor :count
|
1261
|
-
|
1262
|
-
# The leaf container resource name that is closest to the snapshot.
|
1263
|
-
# Corresponds to the JSON property `leafContainerResource`
|
1264
|
-
# @return [String]
|
1265
|
-
attr_accessor :leaf_container_resource
|
1266
|
-
|
1267
|
-
# The compliance snapshot name. Format: //sources//complianceSnapshots/
|
1268
|
-
# Corresponds to the JSON property `name`
|
1269
|
-
# @return [String]
|
1270
|
-
attr_accessor :name
|
1271
|
-
|
1272
|
-
# The snapshot time of the snapshot.
|
1273
|
-
# Corresponds to the JSON property `snapshotTime`
|
1274
|
-
# @return [String]
|
1275
|
-
attr_accessor :snapshot_time
|
1276
|
-
|
1277
|
-
def initialize(**args)
|
1278
|
-
update!(**args)
|
1279
|
-
end
|
1280
|
-
|
1281
|
-
# Update properties of this object
|
1282
|
-
def update!(**args)
|
1283
|
-
@category = args[:category] if args.key?(:category)
|
1284
|
-
@cloud_provider = args[:cloud_provider] if args.key?(:cloud_provider)
|
1285
|
-
@compliance_standard = args[:compliance_standard] if args.key?(:compliance_standard)
|
1286
|
-
@compliance_version = args[:compliance_version] if args.key?(:compliance_version)
|
1287
|
-
@count = args[:count] if args.key?(:count)
|
1288
|
-
@leaf_container_resource = args[:leaf_container_resource] if args.key?(:leaf_container_resource)
|
1289
|
-
@name = args[:name] if args.key?(:name)
|
1290
|
-
@snapshot_time = args[:snapshot_time] if args.key?(:snapshot_time)
|
1291
|
-
end
|
1292
|
-
end
|
1293
|
-
|
1294
1233
|
# Contains information about the IP connection associated with the finding.
|
1295
1234
|
class Connection
|
1296
1235
|
include Google::Apis::Core::Hashable
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.88.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250411"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -202,12 +202,6 @@ module Google
|
|
202
202
|
include Google::Apis::Core::JsonObjectSupport
|
203
203
|
end
|
204
204
|
|
205
|
-
class ComplianceSnapshot
|
206
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
-
|
208
|
-
include Google::Apis::Core::JsonObjectSupport
|
209
|
-
end
|
210
|
-
|
211
205
|
class Connection
|
212
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
207
|
|
@@ -1892,20 +1886,6 @@ module Google
|
|
1892
1886
|
end
|
1893
1887
|
end
|
1894
1888
|
|
1895
|
-
class ComplianceSnapshot
|
1896
|
-
# @private
|
1897
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1898
|
-
property :category, as: 'category'
|
1899
|
-
property :cloud_provider, as: 'cloudProvider'
|
1900
|
-
property :compliance_standard, as: 'complianceStandard'
|
1901
|
-
property :compliance_version, as: 'complianceVersion'
|
1902
|
-
property :count, :numeric_string => true, as: 'count'
|
1903
|
-
property :leaf_container_resource, as: 'leafContainerResource'
|
1904
|
-
property :name, as: 'name'
|
1905
|
-
property :snapshot_time, as: 'snapshotTime'
|
1906
|
-
end
|
1907
|
-
end
|
1908
|
-
|
1909
1889
|
class Connection
|
1910
1890
|
# @private
|
1911
1891
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.88.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-04-20 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.88.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|