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