LogAnalyticsAuthServicePrincipal type

Represents Service Principal Authentication Type for Azure Log Analytics Source

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