check_jurisdiction_transfer
Validates whether data transfers between jurisdictions comply with constraints like EU_ONLY, GDPR_ADEQUATE_ONLY, or NO_CROSS_BORDER based on source, target, purpose, and restrictions.
Instructions
Check if a data transfer is permitted under jurisdiction constraints (EU_ONLY, GDPR_ADEQUATE_ONLY, NO_CROSS_BORDER).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sourceJurisdiction | Yes | ISO 3166-1 alpha-2 code | |
| targetJurisdiction | Yes | ISO 3166-1 alpha-2 code | |
| processingRestrictions | No | ||
| transferConstraints | No | ||
| purpose | Yes |