GetTdeCertificatesSqlTaskPropertiesArgs

data class GetTdeCertificatesSqlTaskPropertiesArgs(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(input: Output<GetTdeCertificatesSqlTaskInputArgs>? = null, taskType: Output<String>)

Properties

Link copied to clipboard

Task input

Link copied to clipboard
val taskType: Output<String>

Task type. Expected value is 'GetTDECertificates.Sql'.

Functions

Link copied to clipboard
open override fun toJava(): GetTdeCertificatesSqlTaskPropertiesArgs