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