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