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