ApplicationIdentityType type
Definiert Werte für ApplicationIdentityType. Mögliche Werte sind: 'aadApplication', 'bot', 'tenantBot', 'office365Connector', 'webhook'
type ApplicationIdentityType =
| "aadApplication"
| "bot"
| "tenantBot"
| "office365Connector"
| "webhook"