DocumentSecurityConfigVO Data Type

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

Example

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