Type alias RecalculateEntitlementsSideEffectsOptionsInput

RecalculateEntitlementsSideEffectsOptionsInput: { skipPublishToSubscribers?: InputMaybe<Scalars["Boolean"]>; skipWriteToCache?: InputMaybe<Scalars["Boolean"]>; skipWriteToDataCatalog?: InputMaybe<Scalars["Boolean"]>; skipWriteToEventLog?: InputMaybe<Scalars["Boolean"]> }

Flags to control side effects triggered during entitlement recalculation.

Type declaration

  • Optional skipPublishToSubscribers?: InputMaybe<Scalars["Boolean"]>

    Prevents publishing entitlement updates to subscribers.

  • Optional skipWriteToCache?: InputMaybe<Scalars["Boolean"]>

    Skips cache updates for recalculated entitlements.

  • Optional skipWriteToDataCatalog?: InputMaybe<Scalars["Boolean"]>

    Skips updating the data catalog during recalculation.

  • Optional skipWriteToEventLog?: InputMaybe<Scalars["Boolean"]>

    Skips writing entitlement recalculation events to the event log.