다음을 통해 공유


AuthenticationType type

AuthenticationType에 대한 값을 정의합니다. 가능한 값으로는 'None', 'WindowsAuthentication', 'SqlAuthentication', 'ActiveDirectoryIntegrated', 'ActiveDirectoryPassword' 등이 있습니다.

type AuthenticationType =
  | "None"
  | "WindowsAuthentication"
  | "SqlAuthentication"
  | "ActiveDirectoryIntegrated"
  | "ActiveDirectoryPassword"