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