TYPE | Fragment
|
Category | Objects |
Description
Object: HostingOption
Properties
name |
type |
required |
default |
description |
name |
string |
yes |
|
The name of the hosting option |
value |
string |
yes |
|
The value of this option |
malwarescanIntervalPeriod |
integer |
yes |
|
The value of this option |
malwarescanIntervalUnit |
string |
yes |
|
The value of this option |
malwarescanAllowClientCleanup |
object: boolean |
yes |
|
The value of this option |
arguments |
array <string> |
no |
array |
Option arguments |
Sample JSON
{
"name": "malwarescan",
"value": "true",
"malwarescanIntervalPeriod": 1,
"malwarescanIntervalUnit": "m",
"malwarescanAllowClientCleanup": false,
"arguments": []
}