DocumentSecurityConfigVO Data Type

Properties
name data type constraints description
version number required
showContent boolean  
sequence number required
permission boolean  
securityLevel number  
companyId number required
documentId number required
downloadEnabled boolean  
attributionType number  
attributionValue string  
securityVersion boolean  

Example

{
  "version" : 12345,
  "showContent" : true,
  "sequence" : 12345,
  "permission" : true,
  "securityLevel" : 12345,
  "companyId" : 12345,
  "documentId" : 12345,
  "downloadEnabled" : true,
  "attributionType" : 12345,
  "attributionValue" : "...",
  "securityVersion" : true
}