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