google-apis-kmsinventory_v1 0.14.0 → 0.15.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: ebcc4a0b433ed78854645c0a02934bfb491d29b2289054b1599b0a787e92770d
4
- data.tar.gz: ecc4225113824d11b4622a635884ce92cfa3efce136cfbceb2ba0b0db4d93981
3
+ metadata.gz: 3780c178a422e7cb2b4e01dcb2c302a569f2971e0f397a90b056cae0ac33f049
4
+ data.tar.gz: 99e5d74aefdac4d979b0392be528b1930f2488c4a956e75218b7f5c00986c116
5
5
  SHA512:
6
- metadata.gz: d7c9d1eebbe1140f10413ca689f2dd2d0e92dd3ef541036f1510d8d21a240d58f3dc2b43742597a67823335a929115bc82d0476d423a37e581ab501f8ca86a43
7
- data.tar.gz: f1833d79cb77a1538459f9b47cc8f7246e7aba3c13ccca49ad5ef458fe52fd6ee243d0aa2f0326168b542d94402612153d8a4b2a8a4822f754bf1d0fb2c79b00
6
+ metadata.gz: 9bbac52679478a8c9ce6a02ba25219d4a2ff6cd68f0bb00edbdf62cb22c1246f700fa1018cf28c8824711a8198d4f0dc488417f14fd9731b6b1187c831f1d51f
7
+ data.tar.gz: 4d959f45674cb151248fdc4243d5638bd22d7879d37edb13ec71edcf1df9f0dab22647e859256452b2ea8bb7377e4dc750b3007775292a7cd64c63356e90ca57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-kmsinventory_v1
2
2
 
3
+ ### v0.15.0 (2026-03-15)
4
+
5
+ * Regenerated from discovery document revision 20260308
6
+
3
7
  ### v0.14.0 (2026-02-22)
4
8
 
5
9
  * Regenerated from discovery document revision 20260216
@@ -283,7 +283,9 @@ module Google
283
283
  alias_method :import_only?, :import_only
284
284
 
285
285
  # A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason
286
- # values for encrypt, decrypt, and sign operations on a CryptoKey.
286
+ # values for encrypt, decrypt, and sign operations on a CryptoKey or
287
+ # KeyAccessJustificationsPolicyConfig (the default Key Access Justifications
288
+ # policy).
287
289
  # Corresponds to the JSON property `keyAccessJustificationsPolicy`
288
290
  # @return [Google::Apis::KmsinventoryV1::GoogleCloudKmsV1KeyAccessJustificationsPolicy]
289
291
  attr_accessor :key_access_justifications_policy
@@ -552,13 +554,16 @@ module Google
552
554
  end
553
555
 
554
556
  # A KeyAccessJustificationsPolicy specifies zero or more allowed AccessReason
555
- # values for encrypt, decrypt, and sign operations on a CryptoKey.
557
+ # values for encrypt, decrypt, and sign operations on a CryptoKey or
558
+ # KeyAccessJustificationsPolicyConfig (the default Key Access Justifications
559
+ # policy).
556
560
  class GoogleCloudKmsV1KeyAccessJustificationsPolicy
557
561
  include Google::Apis::Core::Hashable
558
562
 
559
- # The list of allowed reasons for access to a CryptoKey. Zero allowed access
560
- # reasons means all encrypt, decrypt, and sign operations for the CryptoKey
561
- # associated with this policy will fail.
563
+ # The list of allowed reasons for access to a CryptoKey. Note that empty
564
+ # allowed_access_reasons has a different meaning depending on where this message
565
+ # appears. If this is under KeyAccessJustificationsPolicyConfig, it means allow-
566
+ # all. If this is under CryptoKey, it means deny-all.
562
567
  # Corresponds to the JSON property `allowedAccessReasons`
563
568
  # @return [Array<String>]
564
569
  attr_accessor :allowed_access_reasons
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module KmsinventoryV1
18
18
  # Version of the google-apis-kmsinventory_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.15.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 = "20260216"
25
+ REVISION = "20260308"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-kmsinventory_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.15.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-kmsinventory_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-kmsinventory_v1/v0.14.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-kmsinventory_v1/v0.15.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-kmsinventory_v1
62
62
  rdoc_options: []
63
63
  require_paths: