| name | data type | constraints | description |
|---|---|---|---|
| separator | string | ||
| fileStores | IterableOfFileStore | ||
| rootDirectories | IterableOfPath | ||
| userPrincipalLookupService | UserPrincipalLookupService | ||
| readOnly | boolean | required boolean | |
| open | boolean | required boolean |
Example
{
"separator" : "...",
"fileStores" : { },
"rootDirectories" : { },
"userPrincipalLookupService" : { },
"readOnly" : true,
"open" : true
}