ApplicationIdentityType type
ApplicationIdentityType の値を定義します。 使用可能な値は、'aadApplication'、'bot'、'tenantBot'、'office365Connector'、'webhook' です。
type ApplicationIdentityType =
| "aadApplication"
| "bot"
| "tenantBot"
| "office365Connector"
| "webhook"