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