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.
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.
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.
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.
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.
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)
605 changes: 579 additions & 26 deletions guides/security/dpp-drm.md

Large diffs are not rendered by default.

356 changes: 157 additions & 199 deletions guides/security/dpp-pdm.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,3 +429,12 @@ Available for:
The `@cap-js/process` plugin lets you interact with the Workflow API of SAP Build Process Automation. It provides annotations and a programmatic API for working with processes. Use it to manage the lifecycle of processes — for example, to start, cancel, suspend, or resume them — and to retrieve information about running and finished processes.

[![Node.js](/logos/nodejs.svg 'Link to the plugin page.'){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/process)

## SAP Data Privacy Integration <Beta />

The `@cap-js/data-privacy` plugin automatically provides the endpoints needed for SAP Data Privacy Integration to inspect personal data and trigger blocking and destruction requests based on retention rules configured in SAP DPI based on your annotated domain-model.

For handling personal data learn more about the plugin in the [Information Reporting guide](../guides/security/dpp-pdm.md).
For blocking and destructing personal data follow the [Retention Management guide](../guides/security/dpp-drm.md).

[![Node.js](/logos/nodejs.svg 'Link to the plugin page.'){style="height:2.5em; display:inline; margin:0 0.2em;"}](https://github.com/cap-js/data-privacy)
Loading