DocumentPermissionVO Data Type

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

Example

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