DocumentSecurityConfigVO Data Type

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

Example

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