DocumentPermissionVO Data Type

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

Example

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