User facing data paths mapped to code
Attribute | Description |
---|---|
Method | The HTTP method (e.g. GET , POST , PUT , DELETE , etc.) |
Path Template | The URL path and parameters (e.g. /api/v1/users/{id} ) |
Authorization | The authorization mechanism (e.g. Bearer , Basic , OAuth , etc.) |
Sensitive Data | Sensitive data categories handled (e.g. PII , PHI , PCI , etc.) |
Files | The source code files that handle requests on the data path. |