Module: Google::Cloud::Kms::V1::CryptoKeyVersion::CryptoKeyVersionView

Defined in:
proto_docs/google/cloud/kms/v1/resources.rb

Overview

A view for CryptoKeyVersions. Controls the level of detail returned for CryptoKeyVersions in [KeyManagementService.ListCryptoKeyVersions][google.cloud.kms.v1.KeyManagementService.ListCryptoKeyVersions] and [KeyManagementService.ListCryptoKeys][google.cloud.kms.v1.KeyManagementService.ListCryptoKeys].

Constant Summary collapse

CRYPTO_KEY_VERSION_VIEW_UNSPECIFIED =

Default view for each CryptoKeyVersion. Does not include the attestation field.

0
FULL =

Provides all fields in each CryptoKeyVersion, including the attestation.

1