DataLakeStorageGen2AuthServicePrincipal type

Represents Service Principal Authentication Type for Azure DataLake Storage Gen2 Source

type DataLakeStorageGen2AuthServicePrincipal = {
  authenticationType: "ServicePrincipal"
  credentialId: string
}