DocumentPermissionVO Data Type

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

Example

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