Get Tde Certificates Sql Task Properties Args
data class GetTdeCertificatesSqlTaskPropertiesArgs(val clientData: Output<Map<String, String>>? = null, val input: Output<GetTdeCertificatesSqlTaskInputArgs>? = null, val taskType: Output<String>) : ConvertibleToJava<GetTdeCertificatesSqlTaskPropertiesArgs>
Properties for the task that gets TDE certificates in Base64 encoded format.
Constructors
Link copied to clipboard
constructor(clientData: Output<Map<String, String>>? = null, input: Output<GetTdeCertificatesSqlTaskInputArgs>? = null, taskType: Output<String>)