google-apis-securitycenter_v1beta2 0.96.0 → 0.97.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: 2b6e41c7e4b03f9a74de0090baf022328cf745f631425e11e27d15a622cab626
|
|
4
|
+
data.tar.gz: fb83154a5aecca2f2d39dd5b0173e8dc685b2bc60ccf9a48756777f28ae910d9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0acf7b0aa3033bbf42ddfda768e83e2686eca401f4ac40593ec451f4b3ab2fe0ba0c8c36c919141067517beaf87134c562ca2bf4f0d24e4f2976b46266a40543
|
|
7
|
+
data.tar.gz: c3a5f833eefbfe832ede8ec717345b989c87891008cef7e8062b1d206c552ae918e57de7b734cbd56c8c36d7149c7ea4018c3cf4d5e127f2f31c37da35c82e1d
|
data/CHANGELOG.md
CHANGED
|
@@ -1781,6 +1781,12 @@ module Google
|
|
|
1781
1781
|
# @return [String]
|
|
1782
1782
|
attr_accessor :max_retention_allowed
|
|
1783
1783
|
|
|
1784
|
+
# Min duration of retention allowed from the DSPM retention control. This field
|
|
1785
|
+
# is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION.
|
|
1786
|
+
# Corresponds to the JSON property `minRetentionAllowed`
|
|
1787
|
+
# @return [String]
|
|
1788
|
+
attr_accessor :min_retention_allowed
|
|
1789
|
+
|
|
1784
1790
|
def initialize(**args)
|
|
1785
1791
|
update!(**args)
|
|
1786
1792
|
end
|
|
@@ -1791,6 +1797,7 @@ module Google
|
|
|
1791
1797
|
@event_detection_time = args[:event_detection_time] if args.key?(:event_detection_time)
|
|
1792
1798
|
@event_type = args[:event_type] if args.key?(:event_type)
|
|
1793
1799
|
@max_retention_allowed = args[:max_retention_allowed] if args.key?(:max_retention_allowed)
|
|
1800
|
+
@min_retention_allowed = args[:min_retention_allowed] if args.key?(:min_retention_allowed)
|
|
1794
1801
|
end
|
|
1795
1802
|
end
|
|
1796
1803
|
|
|
@@ -6265,6 +6272,12 @@ module Google
|
|
|
6265
6272
|
# @return [String]
|
|
6266
6273
|
attr_accessor :max_retention_allowed
|
|
6267
6274
|
|
|
6275
|
+
# Min duration of retention allowed from the DSPM retention control. This field
|
|
6276
|
+
# is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION.
|
|
6277
|
+
# Corresponds to the JSON property `minRetentionAllowed`
|
|
6278
|
+
# @return [String]
|
|
6279
|
+
attr_accessor :min_retention_allowed
|
|
6280
|
+
|
|
6268
6281
|
def initialize(**args)
|
|
6269
6282
|
update!(**args)
|
|
6270
6283
|
end
|
|
@@ -6275,6 +6288,7 @@ module Google
|
|
|
6275
6288
|
@event_detection_time = args[:event_detection_time] if args.key?(:event_detection_time)
|
|
6276
6289
|
@event_type = args[:event_type] if args.key?(:event_type)
|
|
6277
6290
|
@max_retention_allowed = args[:max_retention_allowed] if args.key?(:max_retention_allowed)
|
|
6291
|
+
@min_retention_allowed = args[:min_retention_allowed] if args.key?(:min_retention_allowed)
|
|
6278
6292
|
end
|
|
6279
6293
|
end
|
|
6280
6294
|
|
|
@@ -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.97.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260223"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2298,6 +2298,7 @@ module Google
|
|
|
2298
2298
|
property :event_detection_time, as: 'eventDetectionTime'
|
|
2299
2299
|
property :event_type, as: 'eventType'
|
|
2300
2300
|
property :max_retention_allowed, as: 'maxRetentionAllowed'
|
|
2301
|
+
property :min_retention_allowed, as: 'minRetentionAllowed'
|
|
2301
2302
|
end
|
|
2302
2303
|
end
|
|
2303
2304
|
|
|
@@ -3434,6 +3435,7 @@ module Google
|
|
|
3434
3435
|
property :event_detection_time, as: 'eventDetectionTime'
|
|
3435
3436
|
property :event_type, as: 'eventType'
|
|
3436
3437
|
property :max_retention_allowed, as: 'maxRetentionAllowed'
|
|
3438
|
+
property :min_retention_allowed, as: 'minRetentionAllowed'
|
|
3437
3439
|
end
|
|
3438
3440
|
end
|
|
3439
3441
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.97.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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_v1beta2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.97.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|