-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmeet.yaml
More file actions
16 lines (16 loc) Β· 884 Bytes
/
meet.yaml
File metadata and controls
16 lines (16 loc) Β· 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
endpoints:
- pathTemplate: "/admin/reports/v1/activity/users/all/applications/meet"
transforms:
- !<pseudonymize>
jsonPaths:
- "$..email"
- "$.items[*].events[*].parameters[?(@.name in ['organizer_email','identifier'])].value"
encoding: "URL_SAFE_TOKEN"
- !<hashIp>
jsonPaths:
- "$.items[*].ipAddress"
- "$.items[*].events[*].parameters[?(@.name == 'ip_address')].value"
- !<redact>
jsonPaths:
- "$.items[*].events[*].parameters[?(!(@.name =~ /^organizer_email|identifier|identifier_type|location_country|location_region|ip_address|is_external|product_type|device_type|duration_seconds|video_send_seconds|video_recv_seconds|screencast_send_seconds|screencast_recv_seconds|audio_send_seconds|audio_recv_seconds|calendar_event_id|endpoint_id|meeting_code|conference_id$/i))]"