gcp-firestore-document-name-identifiers
Document paths often encode customer or tenant identifiers.
Where it sits
| location | firestore.projects.databases.documents.get.name |
| location kind | metadata |
| data kinds | pii sensitive_data |
| emits edge | ContainsSecret |
| service | Firestore / Datastore (gcp:firestore) |
Collection recipe
| access mode | read_api |
| operation | firestore.projects.databases.documents.get |
| response path | name |
| encoding | string |
| params | {"name": "\u003cresource-name\u003e"} |
Required permissions
datastore.entities.get
References