public sealed class DeleteCryptoKeyRequest : IMessage<DeleteCryptoKeyRequest>, IEquatable<DeleteCryptoKeyRequest>, IDeepCloneable<DeleteCryptoKeyRequest>, IBufferMessage, IMessageReference 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].
Implements
IMessageDeleteCryptoKeyRequest, IEquatableDeleteCryptoKeyRequest, IDeepCloneableDeleteCryptoKeyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
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 |
|