SSISExecutionCredential Class
SSIS package execution credential.
All required parameters must be populated in order to send to server.
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. |