DocumentPermissionVO Data Type

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

Example

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