다음을 통해 공유


EncryptionProtector type

서버 암호화 보호기입니다.

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