DocumentSecurityConfigVO Data Type
name | data type | constraints | description |
---|---|---|---|
sequence | number | required | |
permission | boolean | ||
version | number | required | |
attributionType | number | ||
downloadEnabled | boolean | ||
documentId | number | required | |
securityLevel | number | ||
attributionValue | string | ||
showContent | boolean | ||
securityVersion | boolean | ||
companyId | number | required |
Example
{ "sequence" : 12345, "permission" : true, "version" : 12345, "attributionType" : 12345, "downloadEnabled" : true, "documentId" : 12345, "securityLevel" : 12345, "attributionValue" : "...", "showContent" : true, "securityVersion" : true, "companyId" : 12345 }