Sdílet prostřednictvím


EncryptionProtector type

Ochrana šifrování serveru.

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