DocumentPermissionVO Data Type

Properties
name data type description
showContent boolean
attributionDescription string
downloadEnabled boolean
inheritSecurity boolean
attributionValue string
attributionType number
securityLevel number
securityVersion boolean

Example

{
  "showContent" : true,
  "attributionDescription" : "...",
  "downloadEnabled" : true,
  "inheritSecurity" : true,
  "attributionValue" : "...",
  "attributionType" : 12345,
  "securityLevel" : 12345,
  "securityVersion" : true
}