@stigg/js-client-sdk - v4.6.0

    Type Alias DataExportConnectionCheckResultInput

    Input for fetching the result of a data export destination connection check

    type DataExportConnectionCheckResultInput = {
        checkId: Scalars["String"];
        environmentId?: InputMaybe<Scalars["String"]>;
        integrationId: Scalars["String"];
    }
    Index

    Properties

    checkId: Scalars["String"]

    The ID of the check command returned by the initiate mutation

    environmentId?: InputMaybe<Scalars["String"]>

    The unique identifier for the environment

    integrationId: Scalars["String"]

    The ID of the data export integration

    MMNEPVFCICPMFPCPTTAAATR