RegisterDestinationOptions: Pick<DestinationFetchOptions, "jwt" | "isolationStrategy"> & {
    inferMtls?: boolean;
    useMtlsCache?: boolean;
}

Represents options to configure how a destination should be registered.

Copyright Ⓒ 2024 SAP SE or an SAP affiliate company. All rights reserved.

Type declaration

  • Optional inferMtls?: boolean
  • Optional useMtlsCache?: boolean