Cloud KMS V1 Client - Class CryptoKeyVersionView (1.20.3)

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

Namespace

Google \ Cloud \ Kms \ V1 \ CryptoKeyVersion

Methods

static::name

Parameter
NameDescription
value mixed

static::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;