Anchorage API reference
    Preparing search index...

    Interface LegacyConnectorIdempotencyMigrationRequest

    Exact inventoried record and identity approved for legacy migration.

    interface LegacyConnectorIdempotencyMigrationRequest {
        expectedRecord: IdempotencyRecord;
        idempotencyKey: string;
        isolationScope?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    expectedRecord: IdempotencyRecord

    Exact record observed during inventory, before external ownership proof.

    idempotencyKey: string

    Non-empty business idempotency key supplied by the trusted operator.

    isolationScope?: string

    Opaque non-empty isolation scope, when the original call was scoped.