Google Cloud Key Management Service v1 API - Class EkmConnection (3.6.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

CryptoSpacePath

public string CryptoSpacePath { get; set; }

Optional. Identifies the EKM Crypto Space that this [EkmConnection][google.cloud.kms.v1.EkmConnection] maps to. Note: This field is required if [KeyManagementMode][google.cloud.kms.v1.EkmConnection.KeyManagementMode] is [CLOUD_KMS][google.cloud.kms.v1.EkmConnection.KeyManagementMode.CLOUD_KMS].

Property Value
TypeDescription
string

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; }

Optional. Etag of the currently stored [EkmConnection][google.cloud.kms.v1.EkmConnection].

Property Value
TypeDescription
string

KeyManagementMode

public EkmConnection.Types.KeyManagementMode KeyManagementMode { get; set; }

Optional. Describes who can perform control plane operations on the EKM. If unset, this defaults to [MANUAL][google.cloud.kms.v1.EkmConnection.KeyManagementMode.MANUAL].

Property Value
TypeDescription
EkmConnectionTypesKeyManagementMode

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
RepeatedFieldEkmConnectionTypesServiceResolver