DocumentSecurityConfigVO Data Type

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

Example

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