DataLakeStorageGen2AuthBasic type

Represents Basic Authentication Type for Azure DataLake Storage Gen2 Source User is required to specify accountKey for Create with Basic type. accountKey being a secret is not returned by service.

type DataLakeStorageGen2AuthBasic = {
  accountKey?: string
  authenticationType: "Basic"
}