DocumentSecurityVO Data Type

Properties
name data type description
documentPermissionVO array of DocumentPermissionVO
documentSecurityConfigVOs array of DocumentSecurityConfigVO
documentApproverVO array of DocumentApproverVO

Example

{
  "documentPermissionVO" : [ {
    "downloadEnabled" : true,
    "attributionType" : 12345,
    "attributionValue" : "...",
    "securityLevel" : 12345,
    "showContent" : true,
    "attributionDescription" : "...",
    "inheritSecurity" : true,
    "securityVersion" : true
  }, {
    "downloadEnabled" : true,
    "attributionType" : 12345,
    "attributionValue" : "...",
    "securityLevel" : 12345,
    "showContent" : true,
    "attributionDescription" : "...",
    "inheritSecurity" : true,
    "securityVersion" : true
  } ],
  "documentSecurityConfigVOs" : [ {
    "documentId" : 12345,
    "version" : 12345,
    "permission" : true,
    "sequence" : 12345,
    "attributionValue" : "...",
    "attributionType" : 12345,
    "securityVersion" : true,
    "downloadEnabled" : true,
    "showContent" : true,
    "securityLevel" : 12345,
    "companyId" : 12345
  }, {
    "documentId" : 12345,
    "version" : 12345,
    "permission" : true,
    "sequence" : 12345,
    "attributionValue" : "...",
    "attributionType" : 12345,
    "securityVersion" : true,
    "downloadEnabled" : true,
    "showContent" : true,
    "securityLevel" : 12345,
    "companyId" : 12345
  } ],
  "documentApproverVO" : [ {
    "fullName" : "...",
    "digitalSignature" : true,
    "alias" : "...",
    "companyId" : 12345,
    "colleagueId" : "...",
    "approvalObservation" : "...",
    "email" : "...",
    "approvalStatus" : "...",
    "approverType" : 12345,
    "levelDescription" : "...",
    "approvalMode" : 12345,
    "levelId" : 12345
  }, {
    "fullName" : "...",
    "digitalSignature" : true,
    "alias" : "...",
    "companyId" : 12345,
    "colleagueId" : "...",
    "approvalObservation" : "...",
    "email" : "...",
    "approvalStatus" : "...",
    "approverType" : 12345,
    "levelDescription" : "...",
    "approvalMode" : 12345,
    "levelId" : 12345
  } ]
}