type: meya.cli.event.vault.request
class: MeyaSdkVaultRequestEvent
path: /meya/cli/event/vault/request.py
signature: -
Fields
field | signature | required | type | default |
---|---|---|---|---|
member_id | ○ | ◉ | str | |
thread_id | ○ | ◉ | str | |
app_id | ○ | ◉ | str | |
app_vault | ○ | ○ | dict | |
request_id | ○ | ◉ | str | |
request_type | ○ | ◉ | RequestType | |
Examples
Data
{
"type": "meya.cli.event.vault.request",
"data": {
"member_id": "STRING",
"thread_id": "STRING",
"app_id": "STRING",
"app_vault": {
"STRING": "ANY"
},
"request_id": "STRING",
"request_type": "read|update"
}
}