SSISAccessCredentialResponse

data class SSISAccessCredentialResponse(val domain: Any, val password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, val userName: Any)

SSIS access credential.

Constructors

Link copied to clipboard
constructor(domain: Any, password: Either<AzureKeyVaultSecretReferenceResponse, SecureStringResponse>, userName: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domain: Any

Domain for windows authentication. Type: string (or Expression with resultType string).

Link copied to clipboard

Password for windows authentication.

Link copied to clipboard

UseName for windows authentication. Type: string (or Expression with resultType string).