Cloud KMS V1 Client - Class CryptoKeyVersionView (1.17.0)

Reference documentation and code samples for the Cloud KMS V1 Client class CryptoKeyVersionView.

A view for CryptoKeyVersions.

Controls the level of detail returned for CryptoKeyVersions in KeyManagementService.ListCryptoKeyVersions and KeyManagementService.ListCryptoKeys.

Protobuf type google.cloud.kms.v1.CryptoKeyVersion.CryptoKeyVersionView

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;