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