DocumentSecurityVO Data Type
| name | data type | description |
|---|---|---|
| documentSecurityConfigVOs | array of DocumentSecurityConfigVO | |
| documentApproverVO | array of DocumentApproverVO | |
| documentPermissionVO | array of DocumentPermissionVO |
Example
{
"documentSecurityConfigVOs" : [ {
"attributionValue" : "...",
"companyId" : 12345,
"sequence" : 12345,
"documentId" : 12345,
"downloadEnabled" : true,
"showContent" : true,
"securityVersion" : true,
"securityLevel" : 12345,
"attributionType" : 12345,
"permission" : true,
"version" : 12345
}, {
"attributionValue" : "...",
"companyId" : 12345,
"sequence" : 12345,
"documentId" : 12345,
"downloadEnabled" : true,
"showContent" : true,
"securityVersion" : true,
"securityLevel" : 12345,
"attributionType" : 12345,
"permission" : true,
"version" : 12345
} ],
"documentApproverVO" : [ {
"levelDescription" : "...",
"levelId" : 12345,
"approvalMode" : 12345,
"alias" : "...",
"email" : "...",
"colleagueId" : "...",
"approverType" : 12345,
"approvalObservation" : "...",
"fullName" : "...",
"approvalStatus" : "...",
"companyId" : 12345,
"digitalSignature" : true
}, {
"levelDescription" : "...",
"levelId" : 12345,
"approvalMode" : 12345,
"alias" : "...",
"email" : "...",
"colleagueId" : "...",
"approverType" : 12345,
"approvalObservation" : "...",
"fullName" : "...",
"approvalStatus" : "...",
"companyId" : 12345,
"digitalSignature" : true
} ],
"documentPermissionVO" : [ {
"attributionValue" : "...",
"inheritSecurity" : true,
"downloadEnabled" : true,
"securityLevel" : 12345,
"attributionDescription" : "...",
"attributionType" : 12345,
"securityVersion" : true,
"showContent" : true
}, {
"attributionValue" : "...",
"inheritSecurity" : true,
"downloadEnabled" : true,
"securityLevel" : 12345,
"attributionDescription" : "...",
"attributionType" : 12345,
"securityVersion" : true,
"showContent" : true
} ]
}