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