SSISAccessCredential Class
SSIS access credential.
All required parameters must be populated in order to send to server.
Constructor
SSISAccessCredential(*, ___domain: MutableMapping[str, Any], user_name: MutableMapping[str, Any], password: _models.SecretBase, **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. |