SSISExecutionCredentialResponse

data class SSISExecutionCredentialResponse(val domain: Any, val password: SecureStringResponse, val userName: Any)

SSIS package execution credential.

Constructors

Link copied to clipboard
constructor(domain: Any, password: SecureStringResponse, userName: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: Any

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

Link copied to clipboard

Password for windows authentication.

Link copied to clipboard

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