SAP AI SDK for JavaScript - v2.8.0
    Preparing search index...

    Type Alias DPIConfig

    Representation of the 'DPIConfig' schema.

    type DPIConfig = {
        allowlist?: string[];
        entities: DPIEntityConfig[];
        mask_grounding_input?: { enabled?: boolean };
        method: "anonymization" | "pseudonymization";
        type: "sap_data_privacy_integration";
    }
    Index

    Properties

    allowlist?: string[]

    List of strings that should not be masked

    [
    "SAP",
    "Joule"
    ]
    entities: DPIEntityConfig[]

    List of entities to be masked Min Items: 1.

    mask_grounding_input?: { enabled?: boolean }

    Type Declaration

    • Optionalenabled?: boolean

      controls whether the input to the grounding module will be masked with the configuration supplied in the masking module

    method: "anonymization" | "pseudonymization"

    Type of masking method to be used

    type: "sap_data_privacy_integration"

    Type of masking service provider

    Copyright Ⓒ 2026 SAP SE or an SAP affiliate company. All rights reserved.