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