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
_info AccountingInfo
_operation string

Example

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