DocumentSecurityConfigVO Data Type

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

Example

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