GetTdeCertificatesSqlTaskOutputResponse

data class GetTdeCertificatesSqlTaskOutputResponse(val base64EncodedCertificates: Map<String, List<String>>, val validationErrors: List<ReportableExceptionResponse>)

Output of the task that gets TDE certificates in Base64 encoded format.

Constructors

Link copied to clipboard
constructor(base64EncodedCertificates: Map<String, List<String>>, validationErrors: List<ReportableExceptionResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mapping from certificate name to base 64 encoded format.

Link copied to clipboard