DocumentSecurityConfigVO Data Type

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

Example

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