google-apis-securityposture_v1 0.9.0 → 0.10.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: a63a6c0aba99d9d02f8b30abf8fc87193386cd9e3e064499db340f8a30ecec1a
|
|
4
|
+
data.tar.gz: 6304a925f3a5ac270936441fe018f5a562b200351d2361b2bbc0b3636b65c80a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9a1e2b88c55c07ceefd1139d88d1ed21041453648c6b3af1cd7389069425f430ec46a43a342315f98aa221bb3f31a37918ed474783d321e9a20c3119c260e1d4
|
|
7
|
+
data.tar.gz: 58b416476711c3046ceb4271b212bdd10c7a7f85c6618e6f5d5baa83d8f4f54e0ca80673681b4f017ba5b5fc54315bdf36498a9c1e464b3b188991d284de9cf1
|
data/CHANGELOG.md
CHANGED
|
@@ -595,51 +595,6 @@ module Google
|
|
|
595
595
|
end
|
|
596
596
|
end
|
|
597
597
|
|
|
598
|
-
# Represents the criteria for considering an IaC validation as a failure.
|
|
599
|
-
class IacValidationFailureCriteria
|
|
600
|
-
include Google::Apis::Core::Hashable
|
|
601
|
-
|
|
602
|
-
# Output only. The time at which the resource was created.
|
|
603
|
-
# Corresponds to the JSON property `createTime`
|
|
604
|
-
# @return [String]
|
|
605
|
-
attr_accessor :create_time
|
|
606
|
-
|
|
607
|
-
# Optional. The etag for optimistic concurrency.
|
|
608
|
-
# Corresponds to the JSON property `etag`
|
|
609
|
-
# @return [String]
|
|
610
|
-
attr_accessor :etag
|
|
611
|
-
|
|
612
|
-
# Identifier. The resource name of the IacValidationFailureCriteria. Format:
|
|
613
|
-
# organizations/`organization`/locations/`location`/iacValidationFailureCriteria
|
|
614
|
-
# Corresponds to the JSON property `name`
|
|
615
|
-
# @return [String]
|
|
616
|
-
attr_accessor :name
|
|
617
|
-
|
|
618
|
-
# Optional. A list of severity thresholds. An IaC validation fails if any
|
|
619
|
-
# threshold is exceeded.
|
|
620
|
-
# Corresponds to the JSON property `severityCountThresholds`
|
|
621
|
-
# @return [Array<Google::Apis::SecuritypostureV1::SeverityCountThreshold>]
|
|
622
|
-
attr_accessor :severity_count_thresholds
|
|
623
|
-
|
|
624
|
-
# Output only. The time at which the resource was last updated.
|
|
625
|
-
# Corresponds to the JSON property `updateTime`
|
|
626
|
-
# @return [String]
|
|
627
|
-
attr_accessor :update_time
|
|
628
|
-
|
|
629
|
-
def initialize(**args)
|
|
630
|
-
update!(**args)
|
|
631
|
-
end
|
|
632
|
-
|
|
633
|
-
# Update properties of this object
|
|
634
|
-
def update!(**args)
|
|
635
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
|
636
|
-
@etag = args[:etag] if args.key?(:etag)
|
|
637
|
-
@name = args[:name] if args.key?(:name)
|
|
638
|
-
@severity_count_thresholds = args[:severity_count_thresholds] if args.key?(:severity_count_thresholds)
|
|
639
|
-
@update_time = args[:update_time] if args.key?(:update_time)
|
|
640
|
-
end
|
|
641
|
-
end
|
|
642
|
-
|
|
643
598
|
# The response message for Locations.ListLocations.
|
|
644
599
|
class ListLocationsResponse
|
|
645
600
|
include Google::Apis::Core::Hashable
|
|
@@ -1687,31 +1642,6 @@ module Google
|
|
|
1687
1642
|
end
|
|
1688
1643
|
end
|
|
1689
1644
|
|
|
1690
|
-
# Represents a threshold for a specific severity.
|
|
1691
|
-
class SeverityCountThreshold
|
|
1692
|
-
include Google::Apis::Core::Hashable
|
|
1693
|
-
|
|
1694
|
-
# Optional. The severity level, reusing the existing Violation.Severity.
|
|
1695
|
-
# Corresponds to the JSON property `severity`
|
|
1696
|
-
# @return [String]
|
|
1697
|
-
attr_accessor :severity
|
|
1698
|
-
|
|
1699
|
-
# Optional. If violation count meets or exceeds this threshold, validation fails.
|
|
1700
|
-
# Corresponds to the JSON property `thresholdCount`
|
|
1701
|
-
# @return [Fixnum]
|
|
1702
|
-
attr_accessor :threshold_count
|
|
1703
|
-
|
|
1704
|
-
def initialize(**args)
|
|
1705
|
-
update!(**args)
|
|
1706
|
-
end
|
|
1707
|
-
|
|
1708
|
-
# Update properties of this object
|
|
1709
|
-
def update!(**args)
|
|
1710
|
-
@severity = args[:severity] if args.key?(:severity)
|
|
1711
|
-
@threshold_count = args[:threshold_count] if args.key?(:threshold_count)
|
|
1712
|
-
end
|
|
1713
|
-
end
|
|
1714
|
-
|
|
1715
1645
|
# The `Status` type defines a logical error model that is suitable for different
|
|
1716
1646
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
|
1717
1647
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module SecuritypostureV1
|
|
18
18
|
# Version of the google-apis-securityposture_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.10.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260317"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -112,12 +112,6 @@ module Google
|
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
|
113
113
|
end
|
|
114
114
|
|
|
115
|
-
class IacValidationFailureCriteria
|
|
116
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
-
|
|
118
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
-
end
|
|
120
|
-
|
|
121
115
|
class ListLocationsResponse
|
|
122
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
117
|
|
|
@@ -268,12 +262,6 @@ module Google
|
|
|
268
262
|
include Google::Apis::Core::JsonObjectSupport
|
|
269
263
|
end
|
|
270
264
|
|
|
271
|
-
class SeverityCountThreshold
|
|
272
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
273
|
-
|
|
274
|
-
include Google::Apis::Core::JsonObjectSupport
|
|
275
|
-
end
|
|
276
|
-
|
|
277
265
|
class Status
|
|
278
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
279
267
|
|
|
@@ -431,18 +419,6 @@ module Google
|
|
|
431
419
|
end
|
|
432
420
|
end
|
|
433
421
|
|
|
434
|
-
class IacValidationFailureCriteria
|
|
435
|
-
# @private
|
|
436
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
437
|
-
property :create_time, as: 'createTime'
|
|
438
|
-
property :etag, as: 'etag'
|
|
439
|
-
property :name, as: 'name'
|
|
440
|
-
collection :severity_count_thresholds, as: 'severityCountThresholds', class: Google::Apis::SecuritypostureV1::SeverityCountThreshold, decorator: Google::Apis::SecuritypostureV1::SeverityCountThreshold::Representation
|
|
441
|
-
|
|
442
|
-
property :update_time, as: 'updateTime'
|
|
443
|
-
end
|
|
444
|
-
end
|
|
445
|
-
|
|
446
422
|
class ListLocationsResponse
|
|
447
423
|
# @private
|
|
448
424
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -714,14 +690,6 @@ module Google
|
|
|
714
690
|
end
|
|
715
691
|
end
|
|
716
692
|
|
|
717
|
-
class SeverityCountThreshold
|
|
718
|
-
# @private
|
|
719
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
|
720
|
-
property :severity, as: 'severity'
|
|
721
|
-
property :threshold_count, as: 'thresholdCount'
|
|
722
|
-
end
|
|
723
|
-
end
|
|
724
|
-
|
|
725
693
|
class Status
|
|
726
694
|
# @private
|
|
727
695
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-securityposture_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.10.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securityposture_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securityposture_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securityposture_v1/v0.10.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securityposture_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|