DocumentSecurityConfigVO Data Type

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

Example

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