google-apis-securitycenter_v1 0.6.0 → 0.7.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: 78a0801e776f341d1ba8850593378e3d26f7b41026ed6d54b2ab6c2203e15e94
|
4
|
+
data.tar.gz: d681ae711fed202f641eed646edf87dbae62df9cececdb4176fe4f275ab1c77c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4ab4a677e0b0e57a191ad030003846d962b257a58f2b0239a57616a2d160d98756fa437ef7bfd180b50389cab7c9896bb042d52fb44651f2de9a1ca011554c2
|
7
|
+
data.tar.gz: 692d196bda58ce8ab31e78e299cafb63a7b126238f58efdcf5a8348bab36c1e612b5358b2d8509df084f80213533f10d9fbcbed2498534bcd9939561df05c38b
|
data/CHANGELOG.md
CHANGED
@@ -1160,14 +1160,17 @@ module Google
|
|
1160
1160
|
# false` without quotes. The following field and operator combinations are
|
1161
1161
|
# supported: * name: `=` * parent: `=`, `:` * resource_name: `=`, `:` * state: `=
|
1162
1162
|
# `, `:` * category: `=`, `:` * external_uri: `=`, `:` * event_time: `=`, `>`, `<
|
1163
|
-
# `, `>=`, `<=`
|
1164
|
-
#
|
1165
|
-
# `
|
1166
|
-
# source_properties: `=`, `:`, `>`, `<`, `>=`,
|
1167
|
-
# source_properties.size = 100` is a valid filter string. Use
|
1168
|
-
# the empty string to filter based on a property existing: `
|
1169
|
-
# my_property : ""` Use a negated partial match on the empty
|
1170
|
-
# based on a property not existing: `-source_properties.
|
1163
|
+
# `, `>=`, `<=` Usage: This should be milliseconds since epoch or an RFC3339
|
1164
|
+
# string. Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time =
|
1165
|
+
# 1560208038000` * severity: `=`, `:` * workflow_state: `=`, `:` *
|
1166
|
+
# security_marks.marks: `=`, `:` * source_properties: `=`, `:`, `>`, `<`, `>=`, `
|
1167
|
+
# <=` For example, `source_properties.size = 100` is a valid filter string. Use
|
1168
|
+
# a partial match on the empty string to filter based on a property existing: `
|
1169
|
+
# source_properties.my_property : ""` Use a negated partial match on the empty
|
1170
|
+
# string to filter based on a property not existing: `-source_properties.
|
1171
|
+
# my_property : ""` * resource: * resource.name: `=`, `:` * resource.parent_name:
|
1172
|
+
# `=`, `:` * resource.parent_display_name: `=`, `:` * resource.project_name: `=`
|
1173
|
+
# , `:` * resource.project_display_name: `=`, `:` * resource.type: `=`, `:`
|
1171
1174
|
# Corresponds to the JSON property `filter`
|
1172
1175
|
# @return [String]
|
1173
1176
|
attr_accessor :filter
|
@@ -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.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210611"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -376,14 +376,18 @@ module Google
|
|
376
376
|
# false` without quotes. The following field and operator combinations are
|
377
377
|
# supported: * name: `=` * parent: `=`, `:` * resource_name: `=`, `:` * state: `=
|
378
378
|
# `, `:` * category: `=`, `:` * external_uri: `=`, `:` * event_time: `=`, `>`, `<
|
379
|
-
# `, `>=`, `<=`
|
380
|
-
#
|
381
|
-
# `
|
382
|
-
# source_properties: `=`, `:`, `>`, `<`, `>=`,
|
383
|
-
# source_properties.size = 100` is a valid filter string. Use
|
384
|
-
# the empty string to filter based on a property existing: `
|
385
|
-
# my_property : ""` Use a negated partial match on the empty
|
386
|
-
# based on a property not existing: `-source_properties.
|
379
|
+
# `, `>=`, `<=` Usage: This should be milliseconds since epoch or an RFC3339
|
380
|
+
# string. Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time =
|
381
|
+
# 1560208038000` * severity: `=`, `:` * workflow_state: `=`, `:` *
|
382
|
+
# security_marks.marks: `=`, `:` * source_properties: `=`, `:`, `>`, `<`, `>=`, `
|
383
|
+
# <=` For example, `source_properties.size = 100` is a valid filter string. Use
|
384
|
+
# a partial match on the empty string to filter based on a property existing: `
|
385
|
+
# source_properties.my_property : ""` Use a negated partial match on the empty
|
386
|
+
# string to filter based on a property not existing: `-source_properties.
|
387
|
+
# my_property : ""` * resource: * resource.name: `=`, `:` * resource.parent_name:
|
388
|
+
# `=`, `:` * resource.parent_display_name: `=`, `:` * resource.project_name: `=`
|
389
|
+
# , `:` * resource.project_display_name: `=`, `:` * resource.type: `=`, `:` *
|
390
|
+
# resource.folders.resource_folder: `=`, `:`
|
387
391
|
# @param [String] order_by
|
388
392
|
# Expression that defines what fields and order to use for sorting. The string
|
389
393
|
# value should follow SQL syntax: comma separated list of fields. For example: "
|
@@ -1569,14 +1573,18 @@ module Google
|
|
1569
1573
|
# false` without quotes. The following field and operator combinations are
|
1570
1574
|
# supported: * name: `=` * parent: `=`, `:` * resource_name: `=`, `:` * state: `=
|
1571
1575
|
# `, `:` * category: `=`, `:` * external_uri: `=`, `:` * event_time: `=`, `>`, `<
|
1572
|
-
# `, `>=`, `<=`
|
1573
|
-
#
|
1574
|
-
# `
|
1575
|
-
# source_properties: `=`, `:`, `>`, `<`, `>=`,
|
1576
|
-
# source_properties.size = 100` is a valid filter string. Use
|
1577
|
-
# the empty string to filter based on a property existing: `
|
1578
|
-
# my_property : ""` Use a negated partial match on the empty
|
1579
|
-
# based on a property not existing: `-source_properties.
|
1576
|
+
# `, `>=`, `<=` Usage: This should be milliseconds since epoch or an RFC3339
|
1577
|
+
# string. Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time =
|
1578
|
+
# 1560208038000` * severity: `=`, `:` * workflow_state: `=`, `:` *
|
1579
|
+
# security_marks.marks: `=`, `:` * source_properties: `=`, `:`, `>`, `<`, `>=`, `
|
1580
|
+
# <=` For example, `source_properties.size = 100` is a valid filter string. Use
|
1581
|
+
# a partial match on the empty string to filter based on a property existing: `
|
1582
|
+
# source_properties.my_property : ""` Use a negated partial match on the empty
|
1583
|
+
# string to filter based on a property not existing: `-source_properties.
|
1584
|
+
# my_property : ""` * resource: * resource.name: `=`, `:` * resource.parent_name:
|
1585
|
+
# `=`, `:` * resource.parent_display_name: `=`, `:` * resource.project_name: `=`
|
1586
|
+
# , `:` * resource.project_display_name: `=`, `:` * resource.type: `=`, `:` *
|
1587
|
+
# resource.folders.resource_folder: `=`, `:`
|
1580
1588
|
# @param [String] order_by
|
1581
1589
|
# Expression that defines what fields and order to use for sorting. The string
|
1582
1590
|
# value should follow SQL syntax: comma separated list of fields. For example: "
|
@@ -2082,14 +2090,18 @@ module Google
|
|
2082
2090
|
# false` without quotes. The following field and operator combinations are
|
2083
2091
|
# supported: * name: `=` * parent: `=`, `:` * resource_name: `=`, `:` * state: `=
|
2084
2092
|
# `, `:` * category: `=`, `:` * external_uri: `=`, `:` * event_time: `=`, `>`, `<
|
2085
|
-
# `, `>=`, `<=`
|
2086
|
-
#
|
2087
|
-
# `
|
2088
|
-
# source_properties: `=`, `:`, `>`, `<`, `>=`,
|
2089
|
-
# source_properties.size = 100` is a valid filter string. Use
|
2090
|
-
# the empty string to filter based on a property existing: `
|
2091
|
-
# my_property : ""` Use a negated partial match on the empty
|
2092
|
-
# based on a property not existing: `-source_properties.
|
2093
|
+
# `, `>=`, `<=` Usage: This should be milliseconds since epoch or an RFC3339
|
2094
|
+
# string. Examples: `event_time = "2019-06-10T16:07:18-07:00"` `event_time =
|
2095
|
+
# 1560208038000` * severity: `=`, `:` * workflow_state: `=`, `:` *
|
2096
|
+
# security_marks.marks: `=`, `:` * source_properties: `=`, `:`, `>`, `<`, `>=`, `
|
2097
|
+
# <=` For example, `source_properties.size = 100` is a valid filter string. Use
|
2098
|
+
# a partial match on the empty string to filter based on a property existing: `
|
2099
|
+
# source_properties.my_property : ""` Use a negated partial match on the empty
|
2100
|
+
# string to filter based on a property not existing: `-source_properties.
|
2101
|
+
# my_property : ""` * resource: * resource.name: `=`, `:` * resource.parent_name:
|
2102
|
+
# `=`, `:` * resource.parent_display_name: `=`, `:` * resource.project_name: `=`
|
2103
|
+
# , `:` * resource.project_display_name: `=`, `:` * resource.type: `=`, `:` *
|
2104
|
+
# resource.folders.resource_folder: `=`, `:`
|
2093
2105
|
# @param [String] order_by
|
2094
2106
|
# Expression that defines what fields and order to use for sorting. The string
|
2095
2107
|
# value should follow SQL syntax: comma separated list of fields. For example: "
|
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.7.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: 2021-
|
11
|
+
date: 2021-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-securitycenter_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.7.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-securitycenter_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|