ping-identity
    Preparing search index...

    Type Alias IntegrationCollector

    Collector handled by an external integration package.

    Integration collectors have a stable key and type but do not expose a common value shape. The owning package performs the native operation before next().

    type IntegrationCollector = {
        key: string;
        raw?: Record<string, unknown>;
        type: string;
    }
    Index

    Properties

    Properties

    key: string

    Unique collector key identifying this field in the form.

    raw?: Record<string, unknown>

    Raw server-side field JSON when available.

    type: string

    Integration-defined collector type string.