DocumentPermissionVO Data Type
name | data type | description |
---|---|---|
downloadEnabled | boolean | |
showContent | boolean | |
attributionValue | string | |
attributionDescription | string | |
securityLevel | number | |
securityVersion | boolean | |
attributionType | number | |
inheritSecurity | boolean |
Example
{ "downloadEnabled" : true, "showContent" : true, "attributionValue" : "...", "attributionDescription" : "...", "securityLevel" : 12345, "securityVersion" : true, "attributionType" : 12345, "inheritSecurity" : true }