LogAnalyticsIdentifier type

Represents a Log Analytics workspace scope identifier.

type LogAnalyticsIdentifier = ResourceIdentifier & {
  agentId?: string
  type: "LogAnalytics"
  workspaceId?: string
  workspaceResourceGroup?: string
  workspaceSubscriptionId?: string
}