次の方法で共有


EncryptionProtector type

サーバー暗号化保護機能。

type EncryptionProtector = ProxyResource & {
  kind?: string
  location?: string
  serverKeyName?: string
  serverKeyType?: ServerKeyType
  subregion?: string
  thumbprint?: string
  uri?: string
}