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