SSISExecutionCredential Class

SSIS package execution credential.

All required parameters must be populated in order to send to Azure.

Inheritance
SSISExecutionCredential

Constructor

SSISExecutionCredential(*, domain: Any, user_name: Any, password: _models.SecureString, **kwargs)

Variables

domain
any

Required. Domain for windows authentication.

user_name
any

Required. UseName for windows authentication.

password
SecureString

Required. Password for windows authentication.