google-apis-securitycenter_v1beta1 0.14.0 → 0.18.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: 52992139b16b815f483a526f17ff422899f1a18a5177f4a2634359954eb28a12
4
- data.tar.gz: e57f830076a35c36e621679899dc16c8c6a40825f31244df9be0f88e2067d062
3
+ metadata.gz: 5ef5c123e01a47b3b4991c7cc4b070192f68b3e35a8c62f4f2eeb63281eacf92
4
+ data.tar.gz: 75bb6ac738c052eceddaa1f25178b16ff2f30b398688783d3f956b860d21a3c3
5
5
  SHA512:
6
- metadata.gz: 3dbfaebf7b56740224262d4bbe529d5c55f3a6b4a2c9b8b1d040a712233ed4c6584353ff51cc8a94a1824fd6c63411eb27bcb3b584926b5d9d5ac6d6c8889977
7
- data.tar.gz: 681dcc8f06e79797ac2c595fad947db31a9a7f32948dc0d7af75ec724aa596aad02fdf06956e5dcde927289369b0620ce6daedb21ce2a15c1537590a57917923
6
+ metadata.gz: 54da7dc28bde09285217da56803ebecca538f117efcf66827ddae6e3138741caf71862751d0da1d99b4ec7bb82d6133bfaa817b0c732b8dad08f95497a206681
7
+ data.tar.gz: 56beedc13092d38aa09bacedd238adce266cce4fe3ddbea6a2c76ba69e976ba51205f08a92082d0cecc04127f63e0164f9194527dc08c7d49b0191d34cbd7cdf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.18.0 (2022-02-15)
4
+
5
+ * Regenerated from discovery document revision 20220210
6
+
7
+ ### v0.17.0 (2022-02-01)
8
+
9
+ * Regenerated from discovery document revision 20220127
10
+
11
+ ### v0.16.0 (2022-01-19)
12
+
13
+ * Regenerated from discovery document revision 20220113
14
+ * Regenerated using generator version 0.4.1
15
+
16
+ ### v0.15.0 (2021-12-16)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.14.0 (2021-12-09)
4
21
 
5
22
  * Regenerated from discovery document revision 20211207
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/securitycenter_v1beta1"
51
51
  client = Google::Apis::SecuritycenterV1beta1::SecurityCommandCenterService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -335,6 +335,12 @@ module Google
335
335
  # @return [Array<Google::Apis::SecuritycenterV1beta1::Reference>]
336
336
  attr_accessor :references
337
337
 
338
+ # Whether upstream fix is available for the CVE.
339
+ # Corresponds to the JSON property `upstreamFixAvailable`
340
+ # @return [Boolean]
341
+ attr_accessor :upstream_fix_available
342
+ alias_method :upstream_fix_available?, :upstream_fix_available
343
+
338
344
  def initialize(**args)
339
345
  update!(**args)
340
346
  end
@@ -344,6 +350,7 @@ module Google
344
350
  @cvssv3 = args[:cvssv3] if args.key?(:cvssv3)
345
351
  @id = args[:id] if args.key?(:id)
346
352
  @references = args[:references] if args.key?(:references)
353
+ @upstream_fix_available = args[:upstream_fix_available] if args.key?(:upstream_fix_available)
347
354
  end
348
355
  end
349
356
 
@@ -528,12 +535,12 @@ module Google
528
535
  # @return [String]
529
536
  attr_accessor :create_time
530
537
 
531
- # The time at which the event took place, or when an update to the finding
532
- # occurred. For example, if the finding represents an open firewall it would
533
- # capture the time the detector believes the firewall became open. The accuracy
534
- # is determined by the detector. If the finding were to be resolved afterward,
535
- # this time would reflect when the finding was resolved. Must not be set to a
536
- # value greater than the current timestamp.
538
+ # The time the finding was first detected. If an existing finding is updated,
539
+ # then this is the time the update occurred. For example, if the finding
540
+ # represents an open firewall, this property captures the time the detector
541
+ # believes the firewall became open. The accuracy is determined by the detector.
542
+ # If the finding is later resolved, then this time reflects when the finding was
543
+ # resolved. This must not be set to a value greater than the current timestamp.
537
544
  # Corresponds to the JSON property `eventTime`
538
545
  # @return [String]
539
546
  attr_accessor :event_time
@@ -571,14 +578,16 @@ module Google
571
578
  attr_accessor :mitre_attack
572
579
 
573
580
  # Indicates the mute state of a finding (either unspecified, muted, unmuted or
574
- # undefined).
581
+ # undefined). Unlike other attributes of a finding, a finding provider shouldn't
582
+ # set the value of mute.
575
583
  # Corresponds to the JSON property `mute`
576
584
  # @return [String]
577
585
  attr_accessor :mute
578
586
 
579
587
  # First known as mute_annotation. Records additional information about the mute
580
588
  # operation e.g. mute config that muted the finding, user who muted the finding,
581
- # etc.
589
+ # etc. Unlike other attributes of a finding, a finding provider shouldn't set
590
+ # the value of mute.
582
591
  # Corresponds to the JSON property `muteInitiator`
583
592
  # @return [String]
584
593
  attr_accessor :mute_initiator
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211207"
25
+ REVISION = "20220210"
26
26
  end
27
27
  end
28
28
  end
@@ -440,6 +440,7 @@ module Google
440
440
  property :id, as: 'id'
441
441
  collection :references, as: 'references', class: Google::Apis::SecuritycenterV1beta1::Reference, decorator: Google::Apis::SecuritycenterV1beta1::Reference::Representation
442
442
 
443
+ property :upstream_fix_available, as: 'upstreamFixAvailable'
443
444
  end
444
445
  end
445
446
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securitycenter_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.18.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-12-13 00:00:00.000000000 Z
11
+ date: 2022-02-21 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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.18.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Security Command Center API V1beta1