Compartilhar via


ApplicationIdentityType type

Define valores para ApplicationIdentityType. Os valores possíveis incluem: 'aadApplication', 'bot', 'tenantBot', 'office365Connector', 'webhook'

type ApplicationIdentityType =
  | "aadApplication"
  | "bot"
  | "tenantBot"
  | "office365Connector"
  | "webhook"