共用方式為


ApplicationIdentityType type

定義 ApplicationIdentityType 的值。 可能的值包括:'aadApplication'、'bot'、'tenantBot'、'office365Connector'、'webhook'

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