JobCredential Class
A stored credential that can be used by a job to connect to target databases.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
JobCredential(*, username: str | None = None, password: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
username
|
The credential user name. Default value: None
|
|
password
|
The credential password. Default value: None
|