Reference documentation and code samples for the Cloud KMS V1 Client class CryptoKeyVersionView.
A view for CryptoKeyVersion s.
Controls the level of detail returned for CryptoKeyVersions in KeyManagementService.ListCryptoKeyVersions and KeyManagementService.ListCryptoKeys .
Protobuf type google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionView
Namespace
Google \ Cloud \ Kms \ V1 \ CryptoKeyVersionMethods
static::name
value
mixed
static::value
name
mixed
Constants
CRYPTO_KEY_VERSION_VIEW_UNSPECIFIED
Value: 0
Default view for each CryptoKeyVersion . Does not include the attestation field.
Generated from protobuf enum CRYPTO_KEY_VERSION_VIEW_UNSPECIFIED = 0;
FULL
Value: 1
Provides all fields in each CryptoKeyVersion , including the attestation .
Generated from protobuf enum FULL = 1;