DocumentPermissionVO Data Type

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

Example

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