Google Cloud Key Management Service v1 API - Class UpdateCryptoKeyRequest (3.6.0)

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

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

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

Inheritance

object > UpdateCryptoKeyRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

UpdateCryptoKeyRequest()

public UpdateCryptoKeyRequest()

UpdateCryptoKeyRequest(UpdateCryptoKeyRequest)

public UpdateCryptoKeyRequest(UpdateCryptoKeyRequest other)
Parameter
NameDescription
otherUpdateCryptoKeyRequest

Properties

CryptoKey

public CryptoKey CryptoKey { get; set; }

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

Property Value
TypeDescription
CryptoKey

UpdateMask

public FieldMask UpdateMask { get; set; }

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

Property Value
TypeDescription
FieldMask