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