SsisAccessCredential Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. SsisAccessCredential
- com.
Implements
public final class SsisAccessCredential
implements JsonSerializable<SsisAccessCredential>
SSIS access credential.
Constructor Summary
| Constructor | Description |
|---|---|
| SsisAccessCredential() |
Creates an instance of Ssis |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| Object |
domain()
Get the domain property: Domain for windows authentication. |
|
static
Ssis |
fromJson(JsonReader jsonReader)
Reads an instance of Ssis |
|
Secret |
password()
Get the password property: Password for windows authentication. |
|
Json |
toJson(JsonWriter jsonWriter) |
| Object |
username()
Get the username property: Use |
| void |
validate()
Validates the instance. |
|
Ssis |
withDomain(Object domain)
Set the domain property: Domain for windows authentication. |
|
Ssis |
withPassword(SecretBase password)
Set the password property: Password for windows authentication. |
|
Ssis |
withUsername(Object username)
Set the username property: Use |
Methods inherited from java.lang.Object
Constructor Details
SsisAccessCredential
public SsisAccessCredential()
Creates an instance of SsisAccessCredential class.
Method Details
domain
public Object domain()
Get the domain property: Domain for windows authentication. Type: string (or Expression with resultType string).
Returns:
fromJson
public static SsisAccessCredential fromJson(JsonReader jsonReader)
Reads an instance of SsisAccessCredential from the JsonReader.
Parameters:
Returns:
Throws:
password
public SecretBase password()
Get the password property: Password for windows authentication.
Returns:
toJson
username
public Object username()
Get the username property: UseName for windows authentication. Type: string (or Expression with resultType string).
Returns:
validate
public void validate()
Validates the instance.
withDomain
public SsisAccessCredential withDomain(Object domain)
Set the domain property: Domain for windows authentication. Type: string (or Expression with resultType string).
Parameters:
Returns:
withPassword
public SsisAccessCredential withPassword(SecretBase password)
Set the password property: Password for windows authentication.
Parameters:
Returns:
withUsername
public SsisAccessCredential withUsername(Object username)
Set the username property: UseName for windows authentication. Type: string (or Expression with resultType string).
Parameters:
Returns: