Document representing a WebDAV permission.
Property | Type | Constraints | Description |
---|---|---|---|
folder |
String | mandatory=true, minLength=1, nullable=false | The related folder of the WebDAV permission. |
type |
String | mandatory=true, minLength=1, nullable=false | The permission type ("webdav"). |
value |
String | The non domain specific value for the WebDAV permission, e.g. ACCESS or READONLY. | |
values |
Map[String, String] | The map of value per domain for the WebDAV permission, e.g. ACCESS or READONLY per domain name. |