DataLakeStorageGen2AuthBasic type
表示 Azure DataLake Storage Gen2 源用户的基本身份验证类型,需要指定用于使用基本类型的 CreateKey。 作为机密的 accountKey 不会由服务返回。
type DataLakeStorageGen2AuthBasic = {
accountKey?: string
authenticationType: "Basic"
}