google-apis-securitycenter_v1beta2 0.39.0 → 0.40.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: 1c4801dfd57bdb0872f4ecca20e7c5eaa6ed62e42a856e2b6fa9b1cfa2fa025f
4
- data.tar.gz: 4ff41360bf2d4cd2e54a1ef105938dfeba380401d15f8315ec9ae9c466a6c9b0
3
+ metadata.gz: 7bc61d5fedcf4308ada5656bc25e0b2eebb9a8dd9676bcfebca23802cfbb3c6c
4
+ data.tar.gz: c43bf850f1821b0cae4d89e71559669c03a6b6cb0e7c33d7ecfc8190a2846ccb
5
5
  SHA512:
6
- metadata.gz: 6c38f16c79d3a701850b6d0533ab845c3f5516a94cdc2c631a4e6d29c3e15973a18d0ae668f1a87d535d6ec272f3ea934d0f2916f004004bf0eaddf30949c6f4
7
- data.tar.gz: 67092f02139ff0eb7916ed8996a8f4eb0f635291edd463c979c3c67e23c891030627492ac19c9a8f4cef0ad38b6c4ee1f9fd30cab94a5240c32823d1065aa5fa
6
+ metadata.gz: 4f1ccc3bd3b4bed02415827aeaf7c5ed431015c7f57307d462ae3888106e7a0393c5db373d9453ca2a6184e72295fe7516bbb6500d5662c742fe5597a555ff94
7
+ data.tar.gz: 0dc0fea6d906861e6f27d610f8bf2c457f4e56c0028029f7d21e374e5a2006f7e54067a8701c9f659bb55835afae9b5b9ea8e99753ff1197da11e5030853604d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta2
2
2
 
3
+ ### v0.40.0 (2022-11-08)
4
+
5
+ * Regenerated from discovery document revision 20221103
6
+
3
7
  ### v0.39.0 (2022-11-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20221027
@@ -969,6 +969,11 @@ module Google
969
969
  # @return [String]
970
970
  attr_accessor :external_uri
971
971
 
972
+ # File associated with the finding.
973
+ # Corresponds to the JSON property `files`
974
+ # @return [Array<Google::Apis::SecuritycenterV1beta2::File>]
975
+ attr_accessor :files
976
+
972
977
  # The class of the finding.
973
978
  # Corresponds to the JSON property `findingClass`
974
979
  # @return [String]
@@ -1110,6 +1115,7 @@ module Google
1110
1115
  @exfiltration = args[:exfiltration] if args.key?(:exfiltration)
1111
1116
  @external_systems = args[:external_systems] if args.key?(:external_systems)
1112
1117
  @external_uri = args[:external_uri] if args.key?(:external_uri)
1118
+ @files = args[:files] if args.key?(:files)
1113
1119
  @finding_class = args[:finding_class] if args.key?(:finding_class)
1114
1120
  @iam_bindings = args[:iam_bindings] if args.key?(:iam_bindings)
1115
1121
  @indicator = args[:indicator] if args.key?(:indicator)
@@ -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.39.0"
19
+ GEM_VERSION = "0.40.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
@@ -672,6 +672,8 @@ module Google
672
672
  hash :external_systems, as: 'externalSystems', class: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1ExternalSystem, decorator: Google::Apis::SecuritycenterV1beta2::GoogleCloudSecuritycenterV1ExternalSystem::Representation
673
673
 
674
674
  property :external_uri, as: 'externalUri'
675
+ collection :files, as: 'files', class: Google::Apis::SecuritycenterV1beta2::File, decorator: Google::Apis::SecuritycenterV1beta2::File::Representation
676
+
675
677
  property :finding_class, as: 'findingClass'
676
678
  collection :iam_bindings, as: 'iamBindings', class: Google::Apis::SecuritycenterV1beta2::IamBinding, decorator: Google::Apis::SecuritycenterV1beta2::IamBinding::Representation
677
679
 
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.39.0
4
+ version: 0.40.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_v1beta2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.40.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: []