LinkedServiceAzureBlobStorageKeyVaultSasTokenArgs

data class LinkedServiceAzureBlobStorageKeyVaultSasTokenArgs(val linkedServiceName: Output<String>, val secretName: Output<String>) : ConvertibleToJava<LinkedServiceAzureBlobStorageKeyVaultSasTokenArgs>

Constructors

fun LinkedServiceAzureBlobStorageKeyVaultSasTokenArgs(linkedServiceName: Output<String>, secretName: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): LinkedServiceAzureBlobStorageKeyVaultSasTokenArgs

Properties

Link copied to clipboard

Specifies the name of an existing Key Vault Data Factory Linked Service.

Link copied to clipboard
val secretName: Output<String>

Specifies the secret name in Azure Key Vault that stores the SAS token.