Compartir a través de


ApplicationIdentityType type

Define valores para ApplicationIdentityType. Entre los valores posibles se incluyen: "aadApplication", "bot", "tenantBot", "office365Connector", "webhook".

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