ApplicationIdentityType type

ApplicationIdentityType の値を定義します。 指定できる値は、'aadApplication'、'bot'、'tenantBot'、'office365Connector'、'webhook' です。

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