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