Google Cloud Key Management Service v1 API - Class EkmConnection (3.1.0)

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

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

An [EkmConnection][google.cloud.kms.v1.EkmConnection] represents an individual EKM connection. It can be used for creating [CryptoKeys][google.cloud.kms.v1.CryptoKey] and [CryptoKeyVersions][google.cloud.kms.v1.CryptoKeyVersion] with a [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] of [EXTERNAL_VPC][CryptoKeyVersion.ProtectionLevel.EXTERNAL_VPC], as well as performing cryptographic operations using keys created within the [EkmConnection][google.cloud.kms.v1.EkmConnection].

Inheritance

Object > EkmConnection

Namespace

Google.Cloud.Kms.V1

Assembly

Google.Cloud.Kms.V1.dll

Constructors

EkmConnection()

public EkmConnection()

EkmConnection(EkmConnection)

public EkmConnection(EkmConnection other)
Parameter
NameDescription
otherEkmConnection

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which the [EkmConnection][google.cloud.kms.v1.EkmConnection] was created.

Property Value
TypeDescription
Timestamp

EkmConnectionName

public EkmConnectionName EkmConnectionName { get; set; }

EkmConnectionName-typed view over the Name resource name property.

Property Value
TypeDescription
EkmConnectionName

Etag

public string Etag { get; set; }

This checksum is computed by the server based on the value of other fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.

Property Value
TypeDescription
String

Name

public string Name { get; set; }

Output only. The resource name for the [EkmConnection][google.cloud.kms.v1.EkmConnection] in the format projects/*/locations/*/ekmConnections/*.

Property Value
TypeDescription
String

ServiceResolvers

public RepeatedField<EkmConnection.Types.ServiceResolver> ServiceResolvers { get; }

A list of [ServiceResolvers][google.cloud.kms.v1.EkmConnection.ServiceResolver] where the EKM can be reached. There should be one ServiceResolver per EKM replica. Currently, only a single [ServiceResolver][google.cloud.kms.v1.EkmConnection.ServiceResolver] is supported.

Property Value
TypeDescription
RepeatedField<EkmConnection.Types.ServiceResolver>