Type alias ResyncIntegrationInput

ResyncIntegrationInput: { environmentId: Scalars["String"]; integrationId: Scalars["String"]; recalculateEntitlements?: InputMaybe<Scalars["Boolean"]>; vendorIdentifier?: InputMaybe<VendorIdentifier> }

Input for re-syncing an integration

Type declaration

  • environmentId: Scalars["String"]

    The unique identifier for the environment

  • integrationId: Scalars["String"]

    Internal ID of the integration to re-sync

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

    Allow skipping entitlement recalculation

  • Optional vendorIdentifier?: InputMaybe<VendorIdentifier>

    The vendor identifier of integration