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