共用方式為


AuthType type

定義 AuthType 的值。

type AuthType =
  | "Anonymous"
  | "UserCredentials"
  | "SystemIdentity"
  | "UserAssigned"