google-apis-securitycenter_v1 0.45.0 → 0.46.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: 58a482c8b40bfc3bbeeee0e7ea8a8f728445de18770ba4986f7e47726be7d235
4
- data.tar.gz: 6a1cfa8507a0ed8ef1504cdd29bc9ad11590b8d2d9a624da99a4c8faf28c4eb3
3
+ metadata.gz: 22975a4e64dc3bea9a921ece1dda4235e5aa8690c437d0b68982f96dfcd0ae4d
4
+ data.tar.gz: 128a728b040b8aa4025df305f065c203d98b83b18ea504e00e77d303b777992c
5
5
  SHA512:
6
- metadata.gz: d800728104d2282fdc6ab5e524e9e98267fb78490664823b36a9a828e18e7a417198e72d6aa7ac354befb529957a5294e3f7f20b03cf157f3ec597e223e419a9
7
- data.tar.gz: ad098cd352b8ca1384b93b5f4af24a6ebb0740b435726740d70c163593c7a4109f4bd7ef15016e2ee500d6e7360d13ff01447145e1671e139a675a71ea3f2d45
6
+ metadata.gz: f140beab9049617c13b8a1f51c78bae3a9ce45eb99e0d4606b691cb1b264077f0e95f9f3ad48e4c6c2650d8d6959e8ba250a18645f7f4d182ae4e9c8aa647cc3
7
+ data.tar.gz: 1f3accc4b2275eb05715c32326dfa01ca8d18bc06522996f68905f0494279d78b79c2d8b6a97136eb8f3e500e52ee2275e10cc2ed9af98a2458227a3c2582741
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1
2
2
 
3
+ ### v0.46.0 (2022-11-13)
4
+
5
+ * Regenerated from discovery document revision 20221103
6
+
3
7
  ### v0.45.0 (2022-11-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20221027
@@ -1180,6 +1180,11 @@ module Google
1180
1180
  # @return [String]
1181
1181
  attr_accessor :external_uri
1182
1182
 
1183
+ # File associated with the finding.
1184
+ # Corresponds to the JSON property `files`
1185
+ # @return [Array<Google::Apis::SecuritycenterV1::File>]
1186
+ attr_accessor :files
1187
+
1183
1188
  # The class of the finding.
1184
1189
  # Corresponds to the JSON property `findingClass`
1185
1190
  # @return [String]
@@ -1321,6 +1326,7 @@ module Google
1321
1326
  @exfiltration = args[:exfiltration] if args.key?(:exfiltration)
1322
1327
  @external_systems = args[:external_systems] if args.key?(:external_systems)
1323
1328
  @external_uri = args[:external_uri] if args.key?(:external_uri)
1329
+ @files = args[:files] if args.key?(:files)
1324
1330
  @finding_class = args[:finding_class] if args.key?(:finding_class)
1325
1331
  @iam_bindings = args[:iam_bindings] if args.key?(:iam_bindings)
1326
1332
  @indicator = args[:indicator] if args.key?(:indicator)
@@ -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.45.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221027"
25
+ REVISION = "20221103"
26
26
  end
27
27
  end
28
28
  end
@@ -883,6 +883,8 @@ module Google
883
883
  hash :external_systems, as: 'externalSystems', class: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExternalSystem, decorator: Google::Apis::SecuritycenterV1::GoogleCloudSecuritycenterV1ExternalSystem::Representation
884
884
 
885
885
  property :external_uri, as: 'externalUri'
886
+ collection :files, as: 'files', class: Google::Apis::SecuritycenterV1::File, decorator: Google::Apis::SecuritycenterV1::File::Representation
887
+
886
888
  property :finding_class, as: 'findingClass'
887
889
  collection :iam_bindings, as: 'iamBindings', class: Google::Apis::SecuritycenterV1::IamBinding, decorator: Google::Apis::SecuritycenterV1::IamBinding::Representation
888
890
 
@@ -1087,9 +1087,9 @@ module Google
1087
1087
  # @param [String] name
1088
1088
  # Required. The relative resource name of the finding. See: https://cloud.google.
1089
1089
  # com/apis/design/resource_names#relative_resource_name Example: "organizations/`
1090
- # organization_id`/sources/`source_id`/finding/`finding_id`", "folders/`
1091
- # folder_id`/sources/`source_id`/finding/`finding_id`", "projects/`project_id`/
1092
- # sources/`source_id`/finding/`finding_id`".
1090
+ # organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
1091
+ # folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
1092
+ # sources/`source_id`/findings/`finding_id`".
1093
1093
  # @param [Google::Apis::SecuritycenterV1::SetMuteRequest] set_mute_request_object
1094
1094
  # @param [String] fields
1095
1095
  # Selector specifying which fields to include in a partial response.
@@ -1124,7 +1124,7 @@ module Google
1124
1124
  # @param [String] name
1125
1125
  # Required. The relative resource name of the finding. See: https://cloud.google.
1126
1126
  # com/apis/design/resource_names#relative_resource_name Example: "organizations/`
1127
- # organization_id`/sources/`source_id`/finding/`finding_id`".
1127
+ # organization_id`/sources/`source_id`/findings/`finding_id`".
1128
1128
  # @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
1129
1129
  # @param [String] fields
1130
1130
  # Selector specifying which fields to include in a partial response.
@@ -2781,9 +2781,9 @@ module Google
2781
2781
  # @param [String] name
2782
2782
  # Required. The relative resource name of the finding. See: https://cloud.google.
2783
2783
  # com/apis/design/resource_names#relative_resource_name Example: "organizations/`
2784
- # organization_id`/sources/`source_id`/finding/`finding_id`", "folders/`
2785
- # folder_id`/sources/`source_id`/finding/`finding_id`", "projects/`project_id`/
2786
- # sources/`source_id`/finding/`finding_id`".
2784
+ # organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
2785
+ # folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
2786
+ # sources/`source_id`/findings/`finding_id`".
2787
2787
  # @param [Google::Apis::SecuritycenterV1::SetMuteRequest] set_mute_request_object
2788
2788
  # @param [String] fields
2789
2789
  # Selector specifying which fields to include in a partial response.
@@ -2818,7 +2818,7 @@ module Google
2818
2818
  # @param [String] name
2819
2819
  # Required. The relative resource name of the finding. See: https://cloud.google.
2820
2820
  # com/apis/design/resource_names#relative_resource_name Example: "organizations/`
2821
- # organization_id`/sources/`source_id`/finding/`finding_id`".
2821
+ # organization_id`/sources/`source_id`/findings/`finding_id`".
2822
2822
  # @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
2823
2823
  # @param [String] fields
2824
2824
  # Selector specifying which fields to include in a partial response.
@@ -3973,9 +3973,9 @@ module Google
3973
3973
  # @param [String] name
3974
3974
  # Required. The relative resource name of the finding. See: https://cloud.google.
3975
3975
  # com/apis/design/resource_names#relative_resource_name Example: "organizations/`
3976
- # organization_id`/sources/`source_id`/finding/`finding_id`", "folders/`
3977
- # folder_id`/sources/`source_id`/finding/`finding_id`", "projects/`project_id`/
3978
- # sources/`source_id`/finding/`finding_id`".
3976
+ # organization_id`/sources/`source_id`/findings/`finding_id`", "folders/`
3977
+ # folder_id`/sources/`source_id`/findings/`finding_id`", "projects/`project_id`/
3978
+ # sources/`source_id`/findings/`finding_id`".
3979
3979
  # @param [Google::Apis::SecuritycenterV1::SetMuteRequest] set_mute_request_object
3980
3980
  # @param [String] fields
3981
3981
  # Selector specifying which fields to include in a partial response.
@@ -4010,7 +4010,7 @@ module Google
4010
4010
  # @param [String] name
4011
4011
  # Required. The relative resource name of the finding. See: https://cloud.google.
4012
4012
  # com/apis/design/resource_names#relative_resource_name Example: "organizations/`
4013
- # organization_id`/sources/`source_id`/finding/`finding_id`".
4013
+ # organization_id`/sources/`source_id`/findings/`finding_id`".
4014
4014
  # @param [Google::Apis::SecuritycenterV1::SetFindingStateRequest] set_finding_state_request_object
4015
4015
  # @param [String] fields
4016
4016
  # Selector specifying which fields to include in a partial response.
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.45.0
4
+ version: 0.46.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-07 00:00:00.000000000 Z
11
+ date: 2022-11-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.45.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1/v0.46.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: []