Package version:

Interface SsisExecutionCredential

SSIS package execution credential.

interface SsisExecutionCredential {
    domain: any;
    password: SecureString;
    userName: any;
}

Properties

domain: any

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

password: SecureString

Password for windows authentication.

userName: any

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