SsisExecutionCredential Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.SsisExecutionCredential

public final class SsisExecutionCredential

SSIS package execution credential.

Constructor Summary

Constructor Description
SsisExecutionCredential()

Creates an instance of SsisExecutionCredential class.

Method Summary

Modifier and Type Method and Description
Object getDomain()

Get the domain property: Domain for windows authentication.

SecureString getPassword()

Get the password property: Password for windows authentication.

Object getUserName()

Get the userName property: UseName for windows authentication.

SsisExecutionCredential setDomain(Object domain)

Set the domain property: Domain for windows authentication.

SsisExecutionCredential setPassword(SecureString password)

Set the password property: Password for windows authentication.

SsisExecutionCredential setUserName(Object userName)

Set the userName property: UseName for windows authentication.

Methods inherited from java.lang.Object

Constructor Details

SsisExecutionCredential

public SsisExecutionCredential()

Creates an instance of SsisExecutionCredential class.

Method Details

getDomain

public Object getDomain()

Get the domain property: Domain for windows authentication.

Returns:

the domain value.

getPassword

public SecureString getPassword()

Get the password property: Password for windows authentication.

Returns:

the password value.

getUserName

public Object getUserName()

Get the userName property: UseName for windows authentication.

Returns:

the userName value.

setDomain

public SsisExecutionCredential setDomain(Object domain)

Set the domain property: Domain for windows authentication.

Parameters:

domain - the domain value to set.

Returns:

the SsisExecutionCredential object itself.

setPassword

public SsisExecutionCredential setPassword(SecureString password)

Set the password property: Password for windows authentication.

Parameters:

password - the password value to set.

Returns:

the SsisExecutionCredential object itself.

setUserName

public SsisExecutionCredential setUserName(Object userName)

Set the userName property: UseName for windows authentication.

Parameters:

userName - the userName value to set.

Returns:

the SsisExecutionCredential object itself.

Applies to