Partager via


ApplicationIdentityType type

Définit des valeurs pour ApplicationIdentityType. Les valeurs possibles sont les suivantes : « aadApplication », « bot », « tenantBot », « office365Connector », « webhook »

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