次の方法で共有


SecureString type

Azure Synapse のセキュリティで保護された文字列定義。 文字列値は、Get または List API 呼び出し中にアスタリスク '*' でマスクされます。

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