@silencelaboratories/walletprovider-sdk
    Preparing search index...

    Interface ExternalCheck

    One configured external-check operation referenced by a policy rule.

    interface ExternalCheck {
        check_id: string;
        duration_ms: number;
        integration_id: string;
        operation: string;
    }
    Index

    Properties

    check_id: string

    Policy-defined identifier for this external check. Must be unique across all rules in the policy.

    duration_ms: number

    Maximum duration allowed for this check, in milliseconds.

    integration_id: string

    Integration identifier resolved by the party's integration registry.

    operation: string

    Operation to execute for the referenced integration.