GetEkmConnectionResult

data class GetEkmConnectionResult(val createTime: String, val cryptoSpacePath: String, val etag: String, val keyManagementMode: String, val name: String, val serviceResolvers: List<ServiceResolverResponse>)

Constructors

Link copied to clipboard
fun GetEkmConnectionResult(createTime: String, cryptoSpacePath: String, etag: String, keyManagementMode: String, name: String, serviceResolvers: List<ServiceResolverResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the EkmConnection was created.

Link copied to clipboard

Optional. Identifies the EKM Crypto Space that this EkmConnection maps to. Note: This field is required if KeyManagementMode is CLOUD_KMS.

Link copied to clipboard

Optional. Etag of the currently stored EkmConnection.

Link copied to clipboard

Optional. Describes who can perform control plane operations on the EKM. If unset, this defaults to MANUAL.

Link copied to clipboard

The resource name for the EkmConnection in the format projects/*/locations/*/ekmConnections/*.

Link copied to clipboard

A list of ServiceResolvers where the EKM can be reached. There should be one ServiceResolver per EKM replica. Currently, only a single ServiceResolver is supported. //*/