@seamapi/http - v2.0.0
    Preparing search index...

    Type Alias AcsEncodersSimulateNextCredentialScanWillSucceedParameters

    type AcsEncodersSimulateNextCredentialScanWillSucceedParameters = {
        acs_credential_id_on_seam?: string;
        acs_encoder_id: string;
        scenario?:
            | "credential_exists_on_seam"
            | "credential_on_encoder_needs_update"
            | "credential_does_not_exist_on_seam"
            | "credential_on_encoder_is_empty";
    }
    Index
    acs_credential_id_on_seam?: string

    ID of the Seam acs_credential that matches the acs_credential on the encoder in this simulation.

    acs_encoder_id: string

    ID of the acs_encoder that will be used in the next request to scan the acs_credential.

    scenario?:
        | "credential_exists_on_seam"
        | "credential_on_encoder_needs_update"
        | "credential_does_not_exist_on_seam"
        | "credential_on_encoder_is_empty"

    Scenario to simulate.