共用方式為


SecureString type

Azure Synapse 安全字串定義。 在取得或清單 API 呼叫期間,字串值會以星號 『*』 遮罩。

type SecureString = SecretBase & { type: "SecureString"; value: string }