GDPR and Data Subject Rights
Understand GDPR's key principles — lawful basis, data minimization, purpose limitation — and the rights it grants individuals, including access and erasure.
GDPR and Data Subject Rights is a free Cloud & IT Cert Prep lesson on CoddyKit — lesson 2 of 4. You can read the complete lesson below for free — then practise it hands-on in the browser with a built-in code editor and a 24/7 AI tutor. It is part of the Cloud & IT Cert Prep learning path, one of 4 lessons in the course, and your progress syncs across the web and the CoddyKit app.
What Is GDPR?
The General Data Protection Regulation (GDPR) is a European Union privacy law that took effect on May 25, 2018. It governs how organizations collect, store, process, and share personal data belonging to EU residents — regardless of where the organization itself is located. A US company that collects data from EU website visitors must comply with GDPR. Violations carry penalties up to €20 million or 4% of global annual turnover, whichever is higher, making GDPR one of the most consequential privacy regulations globally.
Key GDPR Definitions
GDPR introduces specific terminology. Personal data is any information relating to an identified or identifiable natural person (data subject). A data controller determines the purposes and means of processing — typically the organization collecting data. A data processor processes data on behalf of the controller (cloud providers, analytics vendors). Processing includes any operation on personal data: collection, storage, modification, transfer, or deletion. Understanding these roles is crucial because GDPR assigns different obligations to controllers versus processors.
GDPR's Six Lawful Bases
Organizations must identify a lawful basis before processing personal data. GDPR defines six bases: Consent (freely given, specific, informed, unambiguous); Contract (necessary to fulfill a contract with the data subject); Legal obligation (required by law); Vital interests (protecting someone's life); Public task (public interest or official authority); and Legitimate interests (balanced against the data subject's rights). Consent must meet a high bar — pre-ticked boxes do not qualify.
# GDPR lawful basis examples
Consent : Newsletter subscriptions (must be opt-in)
Contract : Shipping address to deliver an order
Legal obligation: Tax records (required by law)
Vital interests : Emergency contact sharing in medical crisis
Public task : Government data processing for public benefit
Legitimate int. : Fraud prevention analytics (requires balancing test)Core Data Protection Principles
Article 5 of GDPR establishes seven principles. Lawfulness, fairness, and transparency — data must be processed legally and openly. Purpose limitation — data collected for one purpose cannot be repurposed without a new lawful basis. Data minimization — only collect what is strictly necessary. Accuracy — keep data up to date. Storage limitation — do not retain data longer than needed. Integrity and confidentiality — apply appropriate security controls. Accountability — organizations must be able to demonstrate compliance.
The Right of Access
GDPR grants individuals (data subjects) several enforceable rights. The right of access (Article 15) allows individuals to request a copy of all personal data an organization holds about them, along with details of processing purposes, retention periods, and third-party recipients. Organizations must respond within one month (extendable to three months for complex requests). This right is fulfilled through a Subject Access Request (SAR) process that most GDPR-compliant organizations document in their privacy policy.
Right to Erasure and Right to Rectification
The right to erasure ('right to be forgotten', Article 17) allows individuals to request deletion of their data when it is no longer necessary, consent is withdrawn, or the data was unlawfully processed. The right to rectification (Article 16) lets individuals correct inaccurate or incomplete data. Neither right is absolute — data needed to fulfill a legal obligation or defend legal claims does not need to be erased. These rights create significant data architecture challenges, particularly in systems with replicated or archived databases.
Right to Data Portability and Right to Object
The right to data portability (Article 20) allows individuals to receive their personal data in a structured, machine-readable format (JSON, CSV) and transmit it to another controller — facilitating switching between service providers. The right to object (Article 21) lets individuals stop certain processing, particularly for direct marketing (which must be stopped immediately upon objection) or for legitimate interests processing (where the organization must demonstrate compelling grounds to continue).
Data Breach Notification Requirements
GDPR Article 33 requires organizations to notify their supervisory authority (national data protection authority, such as the UK ICO or Germany's BSI) within 72 hours of becoming aware of a personal data breach that risks individuals' rights. If the breach is likely to result in high risk to individuals, the affected data subjects must also be notified directly without undue delay (Article 34). This 72-hour deadline is significantly shorter than breach notification windows in many US state laws.
# GDPR breach notification timeline
Hour 0 : Discovery of breach
Hour 1 : Initial incident response activated
Hour 24 : Internal assessment of scope and risk
Hour 48 : Legal + privacy team engaged
Hour 72 : Supervisory authority notified (DEADLINE)
# Notification must include:
# - Nature of breach + categories/volume of data
# - DPO contact information
# - Likely consequences
# - Measures taken or plannedData Protection Officer (DPO)
GDPR requires certain organizations to appoint a Data Protection Officer (DPO): public authorities, organizations that process large-scale sensitive data (health, biometric, criminal), or those that engage in large-scale systematic monitoring (behavioral advertising). The DPO must have expert knowledge of data protection law, must be independent (cannot be disciplined for performing DPO duties), and acts as the primary point of contact with the supervisory authority. Organizations not required to appoint a DPO often do so voluntarily for accountability.
Transfers Outside the EU
GDPR restricts transferring personal data to countries outside the EU/EEA unless adequate protections exist. Adequacy decisions recognize countries with equivalent protection levels (Japan, Canada, UK post-Brexit, USA under the EU-US Data Privacy Framework). In the absence of an adequacy decision, organizations use Standard Contractual Clauses (SCCs) — pre-approved model contracts — or Binding Corporate Rules (BCRs) for intra-group transfers within multinationals. Unauthorized international data transfers are a common source of GDPR enforcement actions.
GDPR Enforcement and Penalties
GDPR has two tiers of administrative fines. Tier 1 (lower): up to €10 million or 2% of global annual turnover for violations such as failure to maintain records, breach notification failures, or insufficient data processor agreements. Tier 2 (higher): up to €20 million or 4% of global annual turnover for fundamental violations — unlawful processing, no lawful basis, violation of data subject rights. Notable enforcement actions include fines against Google (€50M), Meta (€1.2B), and Amazon (€746M).
Quick Check
Test your understanding of CompTIA Security+ (SY0-701) concepts from this lesson.
Lesson Recap
In this lesson you learned: GDPR governs personal data of EU residents and applies globally, with fines up to 4% of global revenue, six data subject rights include access, erasure, rectification, portability, objection, and restriction, and 72-hour breach notification to supervisory authorities is mandatory for breaches risking individual rights. Next up we explore HIPAA, PCI-DSS, and sector-specific compliance requirements.
Frequently asked questions
Is the “GDPR and Data Subject Rights” lesson free?
Yes — the full text of “GDPR and Data Subject Rights” is free to read here on the web, and the Cloud & IT Cert Prep course includes 4 lessons in total. To practise it interactively (a built-in code editor and a 24/7 AI tutor) and unlock the rest of the Cloud & IT Cert Prep course, upgrade to CoddyKit PRO.
What will I learn in “GDPR and Data Subject Rights”?
Understand GDPR's key principles — lawful basis, data minimization, purpose limitation — and the rights it grants individuals, including access and erasure. You practise Cloud & IT Cert Prep with hands-on code you run directly in the browser, and a 24/7 AI tutor answers your questions as you work through the lesson.
Do I need any experience to start Cloud & IT Cert Prep?
No prior experience is required. Cloud & IT Cert Prep on CoddyKit is structured for beginners through advanced learners; this is — lesson 2 of 4, so you can start here or from the beginning and move at your own pace.
How long does the “GDPR and Data Subject Rights” lesson take?
Most CoddyKit lessons take about 5–10 minutes. Each one is bite-sized and interactive, so you make steady progress and pick up exactly where you left off across the web and the app.
Can I write and run code in this Cloud & IT Cert Prep lesson?
Yes. Every Cloud & IT Cert Prep lesson includes a built-in code editor, so you write and run real code right in your browser and get instant AI feedback — no local setup required.