Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Class DsarAutopilot

    Index
    • Runs a request to completion.

      A DSAR is only complete once the subject's data has actually been accessed, exported or erased. This previously flipped status straight to 'complete' without touching any data, so an erasure request could be reported as satisfied while the data remained — a false compliance record.

      Without a fulfilment handler the request moves to 'awaiting-fulfilment'.

      Parameters

      Returns Promise<DsarRequest>

    • Parameters

      • subjectOrInput: string | { subjectId: string; type: "access" | "portability" | "deletion" }
      • Optionaltype: "delete" | "access" | "portability"

      Returns DsarRequest