Import Configuration
An Object
Note |
Properties
The following properties are available:
Property | Type | Default | Read-Only | Description |
---|---|---|---|---|
includeACLs | boolean | No | ||
includeActivities | boolean | No | ||
includeAttachments | boolean | No | ||
includeBinaries | boolean | No | ||
includeTeams | boolean | No | ||
strategy | array | No | ||
substitutions | string | No |
Schema
{
"type": "object",
"description": "Import Configuration",
"properties": {
"includeACLs": {
"type": "boolean"
},
"includeTeams": {
"type": "boolean"
},
"includeActivities": {
"type": "boolean"
},
"includeBinaries": {
"type": "boolean"
},
"includeAttachments": {
"type": "boolean"
},
"strategy": {
"type": "array",
"items": {
"type": "string"
}
},
"substitutions": {
"type": "string"
}
},
"id": "import"
}