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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/kmsinventory_v1/classes.rb +10 -5
- data/lib/google/apis/kmsinventory_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3780c178a422e7cb2b4e01dcb2c302a569f2971e0f397a90b056cae0ac33f049
|
|
4
|
+
data.tar.gz: 99e5d74aefdac4d979b0392be528b1930f2488c4a956e75218b7f5c00986c116
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9bbac52679478a8c9ce6a02ba25219d4a2ff6cd68f0bb00edbdf62cb22c1246f700fa1018cf28c8824711a8198d4f0dc488417f14fd9731b6b1187c831f1d51f
|
|
7
|
+
data.tar.gz: 4d959f45674cb151248fdc4243d5638bd22d7879d37edb13ec71edcf1df9f0dab22647e859256452b2ea8bb7377e4dc750b3007775292a7cd64c63356e90ca57
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
560
|
-
#
|
|
561
|
-
#
|
|
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.
|
|
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 = "
|
|
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.
|
|
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.
|
|
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:
|