google-apis-securitycenter_v1 0.22.0 → 0.23.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: 5c6fe5ea46500a157ec0dec1887e0a0962ed0d1f963f9c51da9640445e939256
|
|
4
|
+
data.tar.gz: 1000152f2e5dbc2c4a329ff6c5881fff9fb40005d987402c78271cb4102e2d2e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0bc9caf85e4fbdb26b6b5eaec3f005dec611015b8253400cb0835c9ef1622a192dc7a3301e284904a3e40b92ec4d59e18de65bf9bba204ad9a4e2b6d85d66a20
|
|
7
|
+
data.tar.gz: 1b192debb90c39dcfac88df908588f1ff79eab1155d07395cc1d58b424558462e98df8bec23d3df3513f0090b0d41a257d4b8dc3c07e4d31fe0c6961dfd8eb3d
|
data/CHANGELOG.md
CHANGED
|
@@ -941,10 +941,10 @@ module Google
|
|
|
941
941
|
# @return [String]
|
|
942
942
|
attr_accessor :external_uid
|
|
943
943
|
|
|
944
|
-
# External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/
|
|
945
|
-
# 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/
|
|
946
|
-
# 123456/externalSystems/jira projects/1234/sources/5678/findings/
|
|
947
|
-
# externalSystems/jira
|
|
944
|
+
# External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
|
|
945
|
+
# sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
|
|
946
|
+
# findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
|
|
947
|
+
# 123456/externalSystems/jira`
|
|
948
948
|
# Corresponds to the JSON property `name`
|
|
949
949
|
# @return [String]
|
|
950
950
|
attr_accessor :name
|
|
@@ -2151,9 +2151,9 @@ module Google
|
|
|
2151
2151
|
# The MITRE ATT&CK technique most closely represented by this finding, if any.
|
|
2152
2152
|
# primary_techniques is a repeated field because there are multiple levels of
|
|
2153
2153
|
# MITRE ATT&CK techniques. If the technique most closely represented by this
|
|
2154
|
-
# finding is a sub-technique (e.g. SCANNING_IP_BLOCKS), both the sub-technique
|
|
2155
|
-
# and its parent technique(s) will be listed (e.g. SCANNING_IP_BLOCKS
|
|
2156
|
-
# ACTIVE_SCANNING).
|
|
2154
|
+
# finding is a sub-technique (e.g. `SCANNING_IP_BLOCKS`), both the sub-technique
|
|
2155
|
+
# and its parent technique(s) will be listed (e.g. `SCANNING_IP_BLOCKS`, `
|
|
2156
|
+
# ACTIVE_SCANNING`).
|
|
2157
2157
|
# Corresponds to the JSON property `primaryTechniques`
|
|
2158
2158
|
# @return [Array<String>]
|
|
2159
2159
|
attr_accessor :primary_techniques
|
|
@@ -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.23.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
|
|
@@ -1021,10 +1021,10 @@ module Google
|
|
|
1021
1021
|
|
|
1022
1022
|
# Updates external system. This is for a given finding.
|
|
1023
1023
|
# @param [String] name
|
|
1024
|
-
# External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/
|
|
1025
|
-
# 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/
|
|
1026
|
-
# 123456/externalSystems/jira projects/1234/sources/5678/findings/
|
|
1027
|
-
# externalSystems/jira
|
|
1024
|
+
# External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
|
|
1025
|
+
# sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
|
|
1026
|
+
# findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
|
|
1027
|
+
# 123456/externalSystems/jira`
|
|
1028
1028
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExternalSystem] google_cloud_securitycenter_v1_external_system_object
|
|
1029
1029
|
# @param [String] update_mask
|
|
1030
1030
|
# The FieldMask to use when updating the external system resource. If empty all
|
|
@@ -2710,10 +2710,10 @@ module Google
|
|
|
2710
2710
|
|
|
2711
2711
|
# Updates external system. This is for a given finding.
|
|
2712
2712
|
# @param [String] name
|
|
2713
|
-
# External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/
|
|
2714
|
-
# 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/
|
|
2715
|
-
# 123456/externalSystems/jira projects/1234/sources/5678/findings/
|
|
2716
|
-
# externalSystems/jira
|
|
2713
|
+
# External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
|
|
2714
|
+
# sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
|
|
2715
|
+
# findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
|
|
2716
|
+
# 123456/externalSystems/jira`
|
|
2717
2717
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExternalSystem] google_cloud_securitycenter_v1_external_system_object
|
|
2718
2718
|
# @param [String] update_mask
|
|
2719
2719
|
# The FieldMask to use when updating the external system resource. If empty all
|
|
@@ -3719,10 +3719,10 @@ module Google
|
|
|
3719
3719
|
|
|
3720
3720
|
# Updates external system. This is for a given finding.
|
|
3721
3721
|
# @param [String] name
|
|
3722
|
-
# External System Name e.g. jira, demisto, etc. e.g.: organizations/1234/
|
|
3723
|
-
# 5678/findings/123456/externalSystems/jira folders/1234/sources/5678/
|
|
3724
|
-
# 123456/externalSystems/jira projects/1234/sources/5678/findings/
|
|
3725
|
-
# externalSystems/jira
|
|
3722
|
+
# External System Name e.g. jira, demisto, etc. e.g.: `organizations/1234/
|
|
3723
|
+
# sources/5678/findings/123456/externalSystems/jira` `folders/1234/sources/5678/
|
|
3724
|
+
# findings/123456/externalSystems/jira` `projects/1234/sources/5678/findings/
|
|
3725
|
+
# 123456/externalSystems/jira`
|
|
3726
3726
|
# @param [Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExternalSystem] google_cloud_securitycenter_v1_external_system_object
|
|
3727
3727
|
# @param [String] update_mask
|
|
3728
3728
|
# The FieldMask to use when updating the external system resource. If empty all
|
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.23.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_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.23.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: []
|