google-cloud-kms-inventory-v1 0.15.0 → 0.15.1
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: 3ae43b304d12c514990497a73b115ba04318956182d5288e7bb36dd33afd5407
|
4
|
+
data.tar.gz: 52a3128b310a9ed34941afedf6d7547e34e30f38abc965183e00d6f140b4a6e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '09dbf600a73e8e83f392a52cef0e546cb688a1928c2ca22118110f35e049aadcb81cbd9cb1e383c54c4bfa21187108f27432584d6553baf954a3fa0db8abbda2'
|
7
|
+
data.tar.gz: 3c54d038b21986f86b7159bb0632e2d83e4436682fc89f78f13bdcf35b080851e867f16d32e3f511197dfb104c92f07ba8ae1388488fe44bb8e3c1b1d11ba652
|
@@ -429,6 +429,7 @@ module Google
|
|
429
429
|
# The suffix following `HMAC_` corresponds to the hash algorithm being used
|
430
430
|
# (eg. SHA256).
|
431
431
|
#
|
432
|
+
# Algorithms beginning with `PQ_` are post-quantum.
|
432
433
|
#
|
433
434
|
# For more information, see [Key purposes and algorithms]
|
434
435
|
# (https://cloud.google.com/kms/docs/algorithms).
|
@@ -579,7 +580,7 @@ module Google
|
|
579
580
|
# state.
|
580
581
|
DISABLED = 2
|
581
582
|
|
582
|
-
#
|
583
|
+
# The key material of this version is destroyed and no longer stored.
|
583
584
|
# This version may only become
|
584
585
|
# {::Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionState::ENABLED ENABLED}
|
585
586
|
# again if this version is
|