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