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

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

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

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

Inheritance

object > GetCryptoKeyRequest

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

GetCryptoKeyRequest()

public GetCryptoKeyRequest()

GetCryptoKeyRequest(GetCryptoKeyRequest)

public GetCryptoKeyRequest(GetCryptoKeyRequest other)
Parameter
NameDescription
otherGetCryptoKeyRequest

Properties

CryptoKeyName

public CryptoKeyName CryptoKeyName { get; set; }

CryptoKeyName-typed view over the Name resource name property.

Property Value
TypeDescription
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 get.

Property Value
TypeDescription
string