Google Cloud Key Management Service v1 API - Class UpdateCryptoKeyVersionRequest (3.10.0)

public sealed class UpdateCryptoKeyVersionRequest : IMessage<UpdateCryptoKeyVersionRequest>, IEquatable<UpdateCryptoKeyVersionRequest>, IDeepCloneable<UpdateCryptoKeyVersionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Key Management Service v1 API class UpdateCryptoKeyVersionRequest.

Request message for [KeyManagementService.UpdateCryptoKeyVersion][google.cloud.kms.v1.KeyManagementService.UpdateCryptoKeyVersion].

Inheritance

object > UpdateCryptoKeyVersionRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

UpdateCryptoKeyVersionRequest()

public UpdateCryptoKeyVersionRequest()

UpdateCryptoKeyVersionRequest(UpdateCryptoKeyVersionRequest)

public UpdateCryptoKeyVersionRequest(UpdateCryptoKeyVersionRequest other)
Parameter
NameDescription
otherUpdateCryptoKeyVersionRequest

Properties

CryptoKeyVersion

public CryptoKeyVersion CryptoKeyVersion { get; set; }

Required. [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion] with updated values.

Property Value
TypeDescription
CryptoKeyVersion

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. List of fields to be updated in this request.

Property Value
TypeDescription
FieldMask