SSISExecutionCredentialArgs

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
constructor(domain: Output<Any>, password: Output<SecureStringArgs>, userName: Output<Any>)

Properties

Link copied to clipboard
val domain: Output<Any>

Domain for windows authentication. Type: string (or Expression with resultType string).

Link copied to clipboard

Password for windows authentication.

Link copied to clipboard
val userName: Output<Any>

UseName for windows authentication. Type: string (or Expression with resultType string).

Functions

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