SSISAccessCredential Class

SSIS access credential.

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

Inheritance
SSISAccessCredential

Constructor

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

Parameters

domain
object
Required

Required. Domain for windows authentication.

user_name
object
Required

Required. UseName for windows authentication.

password
SecretBase
Required

Required. Password for windows authentication.