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