DocumentSecurityConfigVO Data Type

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

Example

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