DocumentSecurityConfigVO Data Type

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

Example

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