SSISExecution Credential Args
data class SSISExecutionCredentialArgs(val domain: Output<Any>, val password: Output<SecureStringArgs>, val userName: Output<Any>) : ConvertibleToJava<SSISExecutionCredentialArgs>
SSIS package execution credential.
Constructors
Link copied to clipboard
fun SSISExecutionCredentialArgs(domain: Output<Any>, password: Output<SecureStringArgs>, userName: Output<Any>)