EncryptionProtector type
服务器加密保护程序。
type EncryptionProtector = ProxyResource & {
kind?: string
location?: string
serverKeyName?: string
serverKeyType?: ServerKeyType
subregion?: string
thumbprint?: string
uri?: string
}