DocumentSecurityConfigVO Data Type

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

Example

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