ApplicationIdentityType type
Defines values for ApplicationIdentityType. Possible values include: 'aadApplication', 'bot', 'tenantBot', 'office365Connector', 'webhook'
type ApplicationIdentityType =
| "aadApplication"
| "bot"
| "tenantBot"
| "office365Connector"
| "webhook"