google-apis-securitycenter_v1 0.18.0 → 0.19.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: 80485508ce897b7291af8f3ffee3eeae8e0394d1a951e314e924a48d2bac9bc2
|
|
4
|
+
data.tar.gz: 51b1a908cee074d1bdfea96c89ddff626fe2b40fe59b8e2c52769346067f7707
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b7c0ed1fd0475e63fd013891a368a239eab66012bd454fb2445963608c7f489c97abb035966983e8cd07d91de8209c0adf8909c860276363e6d855bb9fc8da2
|
|
7
|
+
data.tar.gz: a110f567c62b39769a6378b594f9e6dd71a1512067cf9e0fecbca70ca986f6607417c16de7eb28bb23151e9f4182b2e88ce83a824d5d314763d6d82227cacac4
|
data/CHANGELOG.md
CHANGED
|
@@ -574,12 +574,12 @@ module Google
|
|
|
574
574
|
# @return [String]
|
|
575
575
|
attr_accessor :create_time
|
|
576
576
|
|
|
577
|
-
# The time
|
|
578
|
-
# occurred. For example, if the finding
|
|
579
|
-
#
|
|
580
|
-
#
|
|
581
|
-
#
|
|
582
|
-
# value greater than the current timestamp.
|
|
577
|
+
# The time the finding was first detected. If an existing finding is updated,
|
|
578
|
+
# then this is the time the update occurred. For example, if the finding
|
|
579
|
+
# represents an open firewall, this property captures the time the detector
|
|
580
|
+
# believes the firewall became open. The accuracy is determined by the detector.
|
|
581
|
+
# If the finding is later resolved, then this time reflects when the finding was
|
|
582
|
+
# resolved. This must not be set to a value greater than the current timestamp.
|
|
583
583
|
# Corresponds to the JSON property `eventTime`
|
|
584
584
|
# @return [String]
|
|
585
585
|
attr_accessor :event_time
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.4.
|
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220113"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -211,7 +211,8 @@ module Google
|
|
|
211
211
|
# @param [String] start_time
|
|
212
212
|
# The time at which the updated SecurityMarks take effect. If not set uses
|
|
213
213
|
# current server time. Updates will be applied to the SecurityMarks that are
|
|
214
|
-
# active immediately preceding this time.
|
|
214
|
+
# active immediately preceding this time. Must be smaller or equal to the server
|
|
215
|
+
# time.
|
|
215
216
|
# @param [String] update_mask
|
|
216
217
|
# The FieldMask to use when updating the security marks resource. The field mask
|
|
217
218
|
# must not contain duplicate fields. If empty or set to "marks", all marks will
|
|
@@ -789,7 +790,8 @@ module Google
|
|
|
789
790
|
# @param [String] start_time
|
|
790
791
|
# The time at which the updated SecurityMarks take effect. If not set uses
|
|
791
792
|
# current server time. Updates will be applied to the SecurityMarks that are
|
|
792
|
-
# active immediately preceding this time.
|
|
793
|
+
# active immediately preceding this time. Must be smaller or equal to the server
|
|
794
|
+
# time.
|
|
793
795
|
# @param [String] update_mask
|
|
794
796
|
# The FieldMask to use when updating the security marks resource. The field mask
|
|
795
797
|
# must not contain duplicate fields. If empty or set to "marks", all marks will
|
|
@@ -1132,7 +1134,8 @@ module Google
|
|
|
1132
1134
|
# @param [String] start_time
|
|
1133
1135
|
# The time at which the updated SecurityMarks take effect. If not set uses
|
|
1134
1136
|
# current server time. Updates will be applied to the SecurityMarks that are
|
|
1135
|
-
# active immediately preceding this time.
|
|
1137
|
+
# active immediately preceding this time. Must be smaller or equal to the server
|
|
1138
|
+
# time.
|
|
1136
1139
|
# @param [String] update_mask
|
|
1137
1140
|
# The FieldMask to use when updating the security marks resource. The field mask
|
|
1138
1141
|
# must not contain duplicate fields. If empty or set to "marks", all marks will
|
|
@@ -2284,7 +2287,8 @@ module Google
|
|
|
2284
2287
|
# @param [String] start_time
|
|
2285
2288
|
# The time at which the updated SecurityMarks take effect. If not set uses
|
|
2286
2289
|
# current server time. Updates will be applied to the SecurityMarks that are
|
|
2287
|
-
# active immediately preceding this time.
|
|
2290
|
+
# active immediately preceding this time. Must be smaller or equal to the server
|
|
2291
|
+
# time.
|
|
2288
2292
|
# @param [String] update_mask
|
|
2289
2293
|
# The FieldMask to use when updating the security marks resource. The field mask
|
|
2290
2294
|
# must not contain duplicate fields. If empty or set to "marks", all marks will
|
|
@@ -2521,7 +2525,8 @@ module Google
|
|
|
2521
2525
|
# @param [String] start_time
|
|
2522
2526
|
# The time at which the updated SecurityMarks take effect. If not set uses
|
|
2523
2527
|
# current server time. Updates will be applied to the SecurityMarks that are
|
|
2524
|
-
# active immediately preceding this time.
|
|
2528
|
+
# active immediately preceding this time. Must be smaller or equal to the server
|
|
2529
|
+
# time.
|
|
2525
2530
|
# @param [String] update_mask
|
|
2526
2531
|
# The FieldMask to use when updating the security marks resource. The field mask
|
|
2527
2532
|
# must not contain duplicate fields. If empty or set to "marks", all marks will
|
|
@@ -3099,7 +3104,8 @@ module Google
|
|
|
3099
3104
|
# @param [String] start_time
|
|
3100
3105
|
# The time at which the updated SecurityMarks take effect. If not set uses
|
|
3101
3106
|
# current server time. Updates will be applied to the SecurityMarks that are
|
|
3102
|
-
# active immediately preceding this time.
|
|
3107
|
+
# active immediately preceding this time. Must be smaller or equal to the server
|
|
3108
|
+
# time.
|
|
3103
3109
|
# @param [String] update_mask
|
|
3104
3110
|
# The FieldMask to use when updating the security marks resource. The field mask
|
|
3105
3111
|
# must not contain duplicate fields. If empty or set to "marks", all marks will
|
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.
|
|
4
|
+
version: 0.19.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-01-
|
|
11
|
+
date: 2022-01-24 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_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.19.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: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.3.
|
|
78
|
+
rubygems_version: 3.3.5
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Security Command Center API V1
|