Google Cloud Key Management Service v1 API - Class DeleteCryptoKeyRequest (3.23.0)

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

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

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

Inheritance

object > DeleteCryptoKeyRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

DeleteCryptoKeyRequest()

public DeleteCryptoKeyRequest()

DeleteCryptoKeyRequest(DeleteCryptoKeyRequest)

public DeleteCryptoKeyRequest(DeleteCryptoKeyRequest other)
Parameter
Name Description
other DeleteCryptoKeyRequest

Properties

CryptoKeyName

public CryptoKeyName CryptoKeyName { get; set; }

CryptoKeyName-typed view over the Name resource name property.

Property Value
Type Description
CryptoKeyName

Name

public string Name { get; set; }

Required. The [name][google.cloud.kms.v1.CryptoKey.name] of the [CryptoKey][google.cloud.kms.v1.CryptoKey] to delete.

Property Value
Type Description
string