user.entry.link

Element details

type: meya.user.entry.link
class: UserLinkEntry
path: /meya/user/entry/link.py
signature: -

Fields

fielddescription               requiredsignaturedefaulttype
parent_entry_refnullEntryRef
trace_id"-"str
sensitivefalsebool
internalfalsebool
user_idstr
integration_idstr
integration_user_idstr

Usage reference

Data

{
    "type": "meya.user.entry.link", 
    "data": {
        "parent_entry_ref": {
            "ledger": "STRING", 
            "id": "STRING", 
            "data": {
                "STRING": "STRING"
            }
        }, 
        "trace_id": "STRING", 
        "sensitive": false, 
        "internal": false, 
        "user_id": "STRING", 
        "integration_id": "STRING", 
        "integration_user_id": "STRING"
    }
}