DocumentSecurityConfigVO Data Type

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

Example

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