google-apis-securitycenter_v1beta2 0.16.0 → 0.17.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: bb065002c475e9a804d0fd7d454fe84cbb55b503b6bf99fe76d92b62843ce12c
|
4
|
+
data.tar.gz: 46c794af2b772852b93e30c7cf675127ac6ae34dec8889ebd2125e6cca74e228
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: df6f54dc8078d1ddad2522a71939405afb1fd997d098109e2086698c83096199b7a257b8d25102b7cec8fe7559473f7107848adcef6b6cb1a56f72e80a39a04c
|
7
|
+
data.tar.gz: 02a796932763e39e9a43fe508bd98c34d8d71fec5674f2d1d69e5650079a1cded356a5022e520cb677e2fef7fce8822796fabc7b32fa7b2c1a5278c57862b996
|
data/CHANGELOG.md
CHANGED
@@ -687,10 +687,10 @@ module Google
|
|
687
687
|
# @return [String]
|
688
688
|
attr_accessor :external_uid
|
689
689
|
|
690
|
-
# External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/
|
691
|
-
# 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/
|
692
|
-
# 123456/externalSystems/jira projects/1234/sources/5678/findings/
|
693
|
-
# externalSystems/jira
|
690
|
+
# External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
|
691
|
+
# sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
|
692
|
+
# findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
|
693
|
+
# 123456/externalSystems/jira`
|
694
694
|
# Corresponds to the JSON property `name`
|
695
695
|
# @return [String]
|
696
696
|
attr_accessor :name
|
@@ -1288,9 +1288,9 @@ module Google
|
|
1288
1288
|
# The MITRE ATT&CK technique most closely represented by this finding, if any.
|
1289
1289
|
# primary_techniques is a repeated field because there are multiple levels of
|
1290
1290
|
# MITRE ATT&CK techniques. If the technique most closely represented by this
|
1291
|
-
# finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique
|
1292
|
-
# and its parent technique(s) will be listed (e.g. SCANNING_IP_BLOCKS
|
1293
|
-
# ACTIVE_SCANNING).
|
1291
|
+
# finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique
|
1292
|
+
# and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `
|
1293
|
+
# ACTIVE_SCANNING`).
|
1294
1294
|
# Corresponds to the JSON property `primaryTechniques`
|
1295
1295
|
# @return [Array<String>]
|
1296
1296
|
attr_accessor :primary_techniques
|
@@ -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.17.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220303"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.17.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-03-14 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_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.17.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: []
|