DocumentPermissionVO Data Type

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

Example

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