DocumentCreatePermissionVO Data Type
| name | data type | constraints | description |
|---|---|---|---|
| documentId | number | required | the documentId |
| documentPermissionVO | array of DocumentPermissionVO | the documentPermissionVO |
Example
{
"documentId" : 12345,
"documentPermissionVO" : [ {
"attributionValue" : "...",
"inheritSecurity" : true,
"downloadEnabled" : true,
"securityLevel" : 12345,
"attributionDescription" : "...",
"attributionType" : 12345,
"securityVersion" : true,
"showContent" : true
}, {
"attributionValue" : "...",
"inheritSecurity" : true,
"downloadEnabled" : true,
"securityLevel" : 12345,
"attributionDescription" : "...",
"attributionType" : 12345,
"securityVersion" : true,
"showContent" : true
} ]
}