github.com/akamai/AkamaiOPEN-edgegrid-golang/v8@v8.1.0/pkg/appsec/testdata/TestMalwarePolicy/MalwarePolicyDescription.json (about) 1 { 2 "name": "FMS Configuration22", 3 "description": "Malware scan configuration details", 4 "hostnames": [ 5 "abc.com", 6 "def.com", 7 "xyz.com" 8 ], 9 "paths": [ 10 "/base-path", 11 "/test" 12 ], 13 "contentTypes": [ 14 { 15 "name": "application/json", 16 "encodedContentAttributes": [ 17 { 18 "path": "image.imagePath1", 19 "encoding": [ 20 "base64" 21 ] 22 } 23 ] 24 } 25 ], 26 "logFilename": true, 27 "allowListId": "ListID_1", 28 "blockListId": "ListID_2" 29 }