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