Поделиться через


EncryptionProtector type

Предохранитель шифрования сервера.

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