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