EncryptionProtector type

The server encryption protector.

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