In development
A component that is in development means that the Egeria community is still building the function. The code is added continuously in small pieces to help the review and socialization process. It may not run, or do something useful - it only promises not to break other function. Expect to find git issues describing the end state.
Privacy Officer API¶
The Privacy Officer API is a REST API designed to support user interfaces (UIs) for supporting a Privacy Officer as they lead the data privacy governance program. This builds on the capabilities of the Governance Officer API.
Key Features¶
The Privacy Officer API provides specialized capabilities for managing the descriptions and actions associated with data processing and privacy governance:
- Data Processing Purpose Management: Managing the definitions of purposes for which data is processed.
- Permitted Processing Management: Linking and detaching data processing purposes to data processing descriptions to define what processing is allowed for a given purpose.
- Data Processing Action Management: Managing the actions taken as part of data processing.
- Data Processing Target Management: Linking and detaching data processing actions to the specific metadata elements (targets) that they affect.
Further information¶
Sample REST API requests can be found in Egeria-api-privacy-officer.http.
Raise an issue or comment below