Поделиться через


ApplicationIdentityType type

Определяет значения для ApplicationIdentityType. Возможные значения: aadApplication, Bot, TenantBot, Office365Connector, Webhook

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