| name | data type | description |
|---|---|---|
| _lastEditInfo | AccountingInfo | |
| _access | Access | |
| _creationInfo | AccountingInfo |
Example
{
"_lastEditInfo" : {
"_context" : {
"_id" : "...",
"_name" : "..."
},
"_user" : {
"_username" : "...",
"roles" : [ "...", "..." ]
},
"_instant" : "..."
},
"_access" : {
"_policy" : "OPEN",
"_license" : "..."
},
"_creationInfo" : {
"_context" : {
"_id" : "...",
"_name" : "..."
},
"_user" : {
"_username" : "...",
"roles" : [ "...", "..." ]
},
"_instant" : "..."
}
}