Get Ekm Connection Result
data class GetEkmConnectionResult(val createTime: String, val cryptoSpacePath: String, val etag: String, val keyManagementMode: String, val name: String, val serviceResolvers: List<ServiceResolverResponse>)
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. Describes who can perform control plane operations on the EKM. If unset, this defaults to MANUAL.
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. //*/