Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/security/_menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# [Data Privacy](data-privacy)
## [Personal Data](dpp-annotations)
## [Audit Logging](dpp-audit-logging)
## [Personal Data Manager](dpp-pdm)
<!-- ## [Data Retention Management](dpp-drm) -->
## [Information reporting](dpp-pdm)
## [Retention management](dpp-drm)

# [Product Security](data-protection)
# [SAP Security Standards](../../../guides/security/product-standards) <!-- INTERNAL -->
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions guides/security/data-privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ The most essential requests you have to answer are those in the following table.

| Question / Request | Obligation | Solution |
| ------------------------------------------- | ----------------------------------------------- | ----------------------------------- |
| *What data about me do you have stored?* | [Right of access](#right-of-access) | [Personal Data Mgmt](dpp-pdm.md) |
| *Delete all personal data about me!* | [Right to be forgotten](#right-to-be-forgotten) | [Data Retention Mgmt](dpp-drm.md) |
| *What data about me do you have stored?* | [Right of access](#right-of-access) | [Information reporting](dpp-pdm.md) |
| *Delete all personal data about me!* | [Right to be forgotten](#right-to-be-forgotten) | [Retention management](dpp-drm.md) |
| *When was personal data stored/changed?* | [Transparency](#transparency) | [Audit Logging](dpp-audit-logging.md) |


Expand Down Expand Up @@ -75,7 +75,7 @@ The [**Right of Access** to personal data](https://en.wikipedia.org/wiki/Right_o

The [SAP Personal Data Manager](https://help.sap.com/docs/personal-data-manager) allows you to inform individuals about the data you have stored regarding them.

[Learn more in the *Personal Data Management* guide](dpp-pdm) {.learn-more}
[Learn more in the *Information reporting* guide](dpp-pdm) {.learn-more}



Expand Down
4 changes: 2 additions & 2 deletions guides/security/dpp-annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,5 +200,5 @@ annotate my.Customers with {
Having annotated your data model with `@PersonalData` annotations, you can now go on to the respective tasks that leverage these annotations to automate as much as possible:

- [*Automated Audit Logging*](dpp-audit-logging)
- [*Personal Data Management*](dpp-pdm)
- [*Data Retention Management*](dpp-drm)
- [*Information reporting*](dpp-pdm)
- [*Retention management*](dpp-drm)
524 changes: 498 additions & 26 deletions guides/security/dpp-drm.md

Large diffs are not rendered by default.

360 changes: 162 additions & 198 deletions guides/security/dpp-pdm.md

Large diffs are not rendered by default.

Loading