DocumentPermissionVO Data Type

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

Example

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