Encryption
Learn to encrypt your query result.
Data Query supports data encryption with custom keys through Data Query API.
Zuora Platform
list_alt
Learn to encrypt your query result.
Data Query supports data encryption with custom keys through Data Query API.
encryptionKey
field set to your base64 encoded public key in the request body. See the following example:{
"query": "select * from account",
"outputFormat": "CSV",
"compression": "GZIP",
"encryptionKey": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCHRHXrqriUa5nkXP6tvCv3uQtH5fYezHFZ8kXeK2LWTmY6i7FGzRcDlDpuY72iLTPTqbYKyky1EhTlr/UaMn1tugb+wVbWJ81AnisAxCDmnkbMwkfqPHxNlu+Tg2OXtgFd4QCENAgHt/DOqD9HQV+5KHp59DdoD2BzpNf63b3D1QIDAQAB",
"output" : {
"target": "S3"
}
}