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

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

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

Represents the metadata of the [KeyManagementService.DeleteCryptoKey][google.cloud.kms.v1.KeyManagementService.DeleteCryptoKey] long-running operation.

Inheritance

object > DeleteCryptoKeyMetadata

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

DeleteCryptoKeyMetadata()

public DeleteCryptoKeyMetadata()

DeleteCryptoKeyMetadata(DeleteCryptoKeyMetadata)

public DeleteCryptoKeyMetadata(DeleteCryptoKeyMetadata other)
Parameter
Name Description
other DeleteCryptoKeyMetadata

Properties

RetiredResource

public string RetiredResource { get; set; }

Output only. The resource name of the [RetiredResource][google.cloud.kms.v1.RetiredResource] created as a result of this operation, in the format projects/*/locations/*/retiredResources/*.

Property Value
Type Description
string

RetiredResourceAsRetiredResourceName

public RetiredResourceName RetiredResourceAsRetiredResourceName { get; set; }

RetiredResourceName-typed view over the RetiredResource resource name property.

Property Value
Type Description
RetiredResourceName