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

    Type Alias DsarFulfilmentHandler

    DsarFulfilmentHandler: (
        request: DsarRequest,
    ) => DsarFulfilmentRecord | Promise<DsarFulfilmentRecord>

    Performs the real data access, export or erasure for a request.

    AMC does not know where a subject's data lives, so fulfilment must be supplied by the deploying system.

    Type Declaration