ApplicationIdentityType type

定义 ApplicationIdentityType 的值。 可能的值包括:“aadApplication”、“bot”、“tenantBot”、“office365Connector”、“webhook”

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