SSISExecutionCredential Class

SSIS package execution credential.

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

Inheritance
SSISExecutionCredential

Constructor

SSISExecutionCredential(*, domain: object, user_name: object, password: azure.synapse.artifacts.models._models_py3.SecureString, **kwargs)

Parameters

domain
object
Required

Required. Domain for windows authentication.

user_name
object
Required

Required. UseName for windows authentication.

password
SecureString
Required

Required. Password for windows authentication.