SSISExecutionCredential Class
SSIS package execution credential.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelSSISExecutionCredential
Constructor
SSISExecutionCredential(*, domain: MutableMapping[str, Any], user_name: MutableMapping[str, Any], password: _models.SecureString, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
domain
|
<xref:JSON>
Domain for windows authentication. Type: string (or Expression with resultType string). Required. |
user_name
|
<xref:JSON>
UseName for windows authentication. Type: string (or Expression with resultType string). Required. |
password
|
Password for windows authentication. Required. |
Variables
Name | Description |
---|---|
domain
|
<xref:JSON>
Domain for windows authentication. Type: string (or Expression with resultType string). Required. |
user_name
|
<xref:JSON>
UseName for windows authentication. Type: string (or Expression with resultType string). Required. |
password
|
Password for windows authentication. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python