google-apis-securityposture_v1 0.1.0 → 0.2.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: b06f763e7e1054e7b7b5c4984e6aae2a982c18a5e31e8b8854213f170505e455
4
- data.tar.gz: a69b25c73f22e9e1f748f64312a27b24cd298df74b151111d2d12a085c483bdf
3
+ metadata.gz: 3d11386a1a431ae3ba49eff54b73cf37e72cbbab8db52ea287f56431ad06cafc
4
+ data.tar.gz: d7da765c736a40b781ff4c26aab1bc02215845832339e2449bf9f62e53569679
5
5
  SHA512:
6
- metadata.gz: 0cc9ba2bf99856c06a3835f0694162f97a33117458a181e6cd3e27185856daf76ca9d93052d3ed2f3f452e8b9f335e0e01914746c1d902bf2a9ac93c5aacbc2b
7
- data.tar.gz: 249d2707db694b1ec47987704fcb658c3ecbefebe47ae1361ab90310071d727fc357962fe2b628ec614f7ef6480ec718ee199d94a1103b7f3b5cbb186b839bc4
6
+ metadata.gz: 0d7d22ae4029aedc00c9b5499d782dc2ceb4fd6394280d72ba8cf07a30a6d668c02487732334988ff1264287d5f046b5c1bf729c10fae241cf3bce84a556a427
7
+ data.tar.gz: f2aae5e75cb958fc3cf83d3e99135e3be3e33b8534815d98f5bed561fa77090782c925b3e7fb7fd8c3cc7051ac2631ad24c6c1b90a91b2a229384188f00346f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-securityposture_v1
2
2
 
3
+ ### v0.2.0 (2025-02-26)
4
+
5
+ * Regenerated from discovery document revision 20250226
6
+ * Regenerated using generator version 0.16.0
7
+
3
8
  ### v0.1.0 (2024-12-15)
4
9
 
5
10
  * Regenerated from discovery document revision 20241212
@@ -456,7 +456,7 @@ module Google
456
456
  attr_accessor :enforce
457
457
  alias_method :enforce?, :enforce
458
458
 
459
- # Optional. Required for GMCs if parameters defined in constraints. Pass
459
+ # Optional. Required for managed constraints if parameters are defined. Passes
460
460
  # parameter values when policy enforcement is enabled. Ensure that parameter
461
461
  # value types match those defined in the constraint definition. For example: ` "
462
462
  # allowedLocations" : ["us-east1", "us-west1"], "allowAll" : true `
@@ -464,12 +464,12 @@ module Google
464
464
  # @return [Hash<String,Object>]
465
465
  attr_accessor :parameters
466
466
 
467
- # Set multiple resource types for one policy, eg: resourceTypes: included: -
468
- # compute.googleapis.com/Instance - compute.googleapis.com/Disk Constraint
469
- # definition contains an empty resource type in order to support multiple
470
- # resource types in the policy. Only support Google managed constriaint and
471
- # method type is GOVERN_TAGS Refer go/multi-resource-support-force-tags-gmc to
472
- # get more details.
467
+ # Set multiple resource types for one policy, for example: resourceTypes:
468
+ # included: - compute.googleapis.com/Instance - compute.googleapis.com/Disk
469
+ # Constraint definition contains an empty resource type in order to support
470
+ # multiple resource types in the policy. Only supports managed constraints.
471
+ # Method type is `GOVERN_TAGS`. Refer go/multi-resource-support-force-tags-gmc
472
+ # to get more details.
473
473
  # Corresponds to the JSON property `resourceTypes`
474
474
  # @return [Google::Apis::SecuritypostureV1::ResourceTypes]
475
475
  attr_accessor :resource_types
@@ -1540,16 +1540,16 @@ module Google
1540
1540
  end
1541
1541
  end
1542
1542
 
1543
- # Set multiple resource types for one policy, eg: resourceTypes: included: -
1544
- # compute.googleapis.com/Instance - compute.googleapis.com/Disk Constraint
1545
- # definition contains an empty resource type in order to support multiple
1546
- # resource types in the policy. Only support Google managed constriaint and
1547
- # method type is GOVERN_TAGS Refer go/multi-resource-support-force-tags-gmc to
1548
- # get more details.
1543
+ # Set multiple resource types for one policy, for example: resourceTypes:
1544
+ # included: - compute.googleapis.com/Instance - compute.googleapis.com/Disk
1545
+ # Constraint definition contains an empty resource type in order to support
1546
+ # multiple resource types in the policy. Only supports managed constraints.
1547
+ # Method type is `GOVERN_TAGS`. Refer go/multi-resource-support-force-tags-gmc
1548
+ # to get more details.
1549
1549
  class ResourceTypes
1550
1550
  include Google::Apis::Core::Hashable
1551
1551
 
1552
- # Optional. The resource type we currently support. cloud/orgpolicy/
1552
+ # Optional. The resource types we currently support. cloud/orgpolicy/
1553
1553
  # customconstraintconfig/prod/resource_types.prototext
1554
1554
  # Corresponds to the JSON property `included`
1555
1555
  # @return [Array<String>]
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241212"
25
+ REVISION = "20250226"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-securityposture_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securityposture_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securityposture_v1/v0.1.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securityposture_v1/v0.2.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securityposture_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Security Posture API V1
82
79
  test_files: []