@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface GovernanceConfig

    Governance configuration.

    Campaign governance handles: check_governance, sync_plans, report_plan_outcome, get_plan_audit_logs.

    interface GovernanceConfig {
        campaign?: CampaignGovernanceConfig;
        scope?: string[] | "all" | ((tool: string) => boolean);
    }
    Index

    Properties

    Properties

    Campaign governance agent

    scope?: string[] | "all" | ((tool: string) => boolean)

    Which tools require governance checks.

    • 'all': every tool including get_adcp_capabilities (governance tools themselves still excluded)
    • string[]: only listed tools
    • function: custom predicate
    • undefined (default): all tools except get_adcp_capabilities and governance tools