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