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