D4Science D4Science Don't have a D4Science account? Create one Could not find what you are looking for? Contact us.

Lock Data Type

Properties
name data type description
_id string
_operation string
_info AccountingInfo

Example

{
  "_id" : "...",
  "_operation" : "...",
  "_info" : {
    "_instant" : "...",
    "_user" : {
      "_username" : "...",
      "roles" : [ "...", "..." ]
    },
    "_context" : {
      "_name" : "...",
      "_id" : "..."
    }
  }
}