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

    Interface DataFlow

    interface DataFlow {
        crossBorder: boolean;
        dataTypes: string[];
        destination: string;
        flowId: string;
        legalBasis: string;
        source: string;
        transferMechanism?: string;
    }
    Index
    crossBorder: boolean
    dataTypes: string[]
    destination: string
    flowId: string
    legalBasis: string
    source: string
    transferMechanism?: string