Interface EnqueueOfflineEditInput

interface EnqueueOfflineEditInput {
    authorizationScopeDigest: `sha256:${string}`;
    dependencyIds?: readonly `sha256:${string}`[];
    edit: OfflineFeatureEdit;
    idempotencyKey: string;
    sourceId: string;
}

Properties

authorizationScopeDigest: `sha256:${string}`

Precomputed authorization partition digest. Raw credentials are not accepted.

dependencyIds?: readonly `sha256:${string}`[]

Queue edit IDs returned by earlier enqueue operations.

idempotencyKey: string

Opaque non-secret identity sent unchanged to the replay transport.

sourceId: string