Package version:

Interface SsisAccessCredential

SSIS access credential.

interface SsisAccessCredential {
    domain: any;
    password: SecretBaseUnion;
    userName: any;
}

Properties

domain: any

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

password: SecretBaseUnion

Password for windows authentication.

userName: any

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