AuthenticationType type
AuthenticationType の値を定義します。 使用できる値は、'None'、'WindowsAuthentication'、'SqlAuthentication'、'ActiveDirectoryIntegrated'、'ActiveDirectoryPassword' です。
type AuthenticationType =
| "None"
| "WindowsAuthentication"
| "SqlAuthentication"
| "ActiveDirectoryIntegrated"
| "ActiveDirectoryPassword"