public sealed class EkmConnection : IMessage<EkmConnection>, IEquatable<EkmConnection>, IDeepCloneable<EkmConnection>, IBufferMessage, IMessageReference 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][google.cloud.kms.v1.ProtectionLevel.EXTERNAL_VPC], as well as performing cryptographic operations using keys created within the [EkmConnection][google.cloud.kms.v1.EkmConnection].
Implements
IMessageEkmConnection, IEquatableEkmConnection, IDeepCloneableEkmConnection, IBufferMessage, IMessageNamespace
Google.Cloud.Kms.V1Assembly
Google.Cloud.Kms.V1.dll
Constructors
EkmConnection()
public EkmConnection()EkmConnection(EkmConnection)
public EkmConnection(EkmConnection other)| Parameter | |
|---|---|
| Name | Description |
other |
EkmConnection |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. The time at which the [EkmConnection][google.cloud.kms.v1.EkmConnection] was created.
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
EkmConnectionName
public EkmConnectionName EkmConnectionName { get; set; }EkmConnectionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EkmConnectionName |
|
Etag
public string Etag { get; set; }Optional. Etag of the currently stored [EkmConnection][google.cloud.kms.v1.EkmConnection].
| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|
ServiceResolvers
public RepeatedField<EkmConnection.Types.ServiceResolver> ServiceResolvers { get; }Optional. 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 | |
|---|---|
| Type | Description |
RepeatedFieldEkmConnectionTypesServiceResolver |
|