AuthenticationType type
Defines values for AuthenticationType. Possible values include: 'None', 'WindowsAuthentication', 'SqlAuthentication', 'ActiveDirectoryIntegrated', 'ActiveDirectoryPassword'
type AuthenticationType =
| "None"
| "WindowsAuthentication"
| "SqlAuthentication"
| "ActiveDirectoryIntegrated"
| "ActiveDirectoryPassword"