prorm API Reference
    Preparing search index...

    Interface PIACreateOptions

    Options for creating a new PIA

    interface PIACreateOptions {
        name: string;
        dataTypes: string[];
        processingPurpose: string;
        metadata?: Record<string, any>;
    }
    Index
    name: string

    Name/title of the assessment

    dataTypes: string[]

    List of data types being processed (e.g. ['email', 'ssn', 'health_data'])

    processingPurpose: string

    Purpose of the processing operation

    metadata?: Record<string, any>

    Additional metadata about the assessment