ApplicationIdentityType type
Определяет значения для ApplicationIdentityType. Возможные значения: aadApplication, bot, tenantBot, office365Connector, webhook.
type ApplicationIdentityType =
| "aadApplication"
| "bot"
| "tenantBot"
| "office365Connector"
| "webhook"